
Issue Description
How to Disable the NetEco

Solution
Prerequisites:
• You have logged in to the NetEco server as user root.
Procedure:
1) Run the following command on the command line interface (CLI) to switch to user ossuser:
# su ossuser
2) Run the following command to access the /opt/neteco/bin directory:
> cd /opt/neteco/bin
3) Run the following command to disable the NetEco server:
> ./shutdown.sh
• If the following information is displayed, the NetEco is disabled.
The system is stopped.
• If no information is displayed after 3 minutes, run the following command to disable the NetEco:
# pid=`ps -ef | grep java | grep neteco | grep -v grep | awk '{print $2}'`
# kill -9 $pid