- Go to /opt/ornms/bin folder and stop the ornms server by executing below command ./ornms stop
- Download the latest software in NMS system
- Execute the following command for new installation of ORNMS 2.2
$ dpkg -i ornms_2.2.0.20210415_amd64.deb
- Once the installation is completed, go to /opt/ornms/bin folder and execute the following command.
$ ./installnconfigure.sh
- Wait till the installation is completed, which will start the ornms service automatically
- Check the active status of ornms by using the following command.
systemctl ornms status
The status of Active will be shown as active(running) if ORNMS is started properly.
(Active: active (running) since Fri 2021-05-21 04:02:05 PDT; 24s ago)
- Open browser enter the following address
http://localhost:8980/ornms – > replace “localhost” with the IP address of the NMS system, if launching in another system.