Child pages
  • 14.04 and Later FAQ
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

 

14.04 FAQ Questions

 

  • How do I enable the old User Portal?
 Click on System -> Admin Settings and select 'Old Style Web Portal'.

 

  •  I'd like to Restart a server from scratch without re-installing software
 
    • service sipxecs stop
    • ps -ef | grep sipx
    • Kill all processes owned by sipx that are still running - cfengine as one example
    • kill -9 above processes identified
    • service mongod stop
    • rm -rf /var/lib/mongodb/*
    • sipxecs-setup --reset-all
 


  • No labels