Difference between revisions of "VoIP Cookbook: Inserting new Interface"

From OnnoWiki
Jump to navigation Jump to search
(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/...)
 
 
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 09: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