VoIP Cookbook: Inserting new Interface: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
New page: In some cases, we have inserted a new interface into the server and need to monitor this particular new interface. To do so, we need to reset the database, sudo su - /root/ManageEngine/...
 
Onnowpurbo (talk | contribs)
No edit summary
 
Line 1: Line 1:
In some cases, we have inserted a new interface into the server and need to monitor this particular new interface. To do so, we need to reset the database,
In some cases, we have inserted a new interface into the server and need to monitor this particular new interface. To do so, we need to reset the database,


sudo su -
sudo su -
/root/ManageEngine/VQManager/bin/reinitializeDB.sh
/root/ManageEngine/VQManager/bin/reinitializeDB.sh


then activate the interface through VQManager Web again
then activate the interface through VQManager Web again

Latest revision as of 02:38, 10 March 2010

In some cases, we have inserted a new interface into the server and need to monitor this particular new interface. To do so, we need to reset the database,

sudo su -
/root/ManageEngine/VQManager/bin/reinitializeDB.sh

then activate the interface through VQManager Web again

See Also