- This topic has 62 replies, 1 voice, and was last updated 5 years ago by George.
-
AuthorPosts
-
14th June 2006 at 09:57 #24156BLUETELGuest
Hi,
Can somebody please kindly describe how I can arrange to reboot my Database as I am unable to login to the console via ie. I keep getting an internal server error. Any help is much appreciated.
Best regards,
Iqbal
25th October 2019 at 22:36 #70416GeorgeGuestI can ,
also can recover/reinstall whole voicemaster system in case of failure.5th November 2019 at 20:44 #70522GeorgeGuestTo restart DB, login as manager to ssh, and execute:
echo sybase_restart > /usr/local/ifone/product/bin/activate
or just use alias for that command:
restart_dbother cli commands are:
alias gen_all=’echo gen_all > /usr/local/ifone/product/bin/activate && echo Config is regenerated!!.’
alias halt_system=’echo 3 > /usr/local/ifone/product/bin/activate && echo SYSTEM WILL BE HALTED!!.’
alias reboot_all=’echo 2 > /usr/local/ifone/product/bin/activate && echo SYSTEM IS REBOOTING!!.’
alias restart_db=’echo sybase_restart > /usr/local/ifone/product/bin/activate && echo Database Server is restarted’
alias restart_gk=’echo restart_gk > /usr/local/ifone/product/bin/activate && echo GateKeeper is restarted.’
alias restart_network=’echo network_restart > /usr/local/ifone/product/bin/activate && echo Network is regenerated and restarted!!’
alias restart_radius=’echo restart_radius > /usr/local/ifone/product/bin/activate && echo RADIUS is re-started!!.’
alias restart_sipgk=’echo restart_sipgk > /usr/local/ifone/product/bin/activate && echo Sip server is restarted.’
alias restart_web=’echo restart_web > /usr/local/ifone/product/bin/activate && echo Web server is restarted.’
alias start_gk=’echo start_gk > /usr/local/ifone/product/bin/activate && echo H323 GK is started!!.’
alias start_sip=’echo start_sip > /usr/local/ifone/product/bin/activate && echo SIP is started!!.’there is a good tool named cli :
16:40:49 manager@voicemaster:~>cli
=======================(? for help; q for quit)=========================
#manager#: ?
Help Menu: | Short Menu:
sip debug <level> | s d <level>
sip view <search> | s v <search>
sip show <search> | s s <search>
h323 debug <level> | h d <level>
h323 view <search> | h v <search>
h323 show <search> | h s <search>
conversion debug <level>| c d <level>
radius view <search> | r v <search>
radius show <search> | r s <search>
ip view | i v
ip set | i s
hdd info | hdd i
reload sip | rel sip
generate radius | gen r
generate dns | gen d
generate sybase | gen s
restart radius | res r
restart web | res w
restart sybase | res syb
restart firewall | res f
restart ispbill | res i
restart sip | res s
restart h323 | res h
restart network | res n
restart all | res a
restart vmdbsrvd | res v
cdr extract | cdr e
voip traffic <sip/h323> | v t
set
clear
quit | qunbelievable , it’s 13 years passed – and your question answered!
-
AuthorPosts
- The forum ‘Voice over IP’ is closed to new topics and replies.