ORNMS Installation FAQ
The browsers that support ORNMS are Chrome, Firefox with latest version.
- 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.
- Use this service to start the server
systemctl start ornms
- Using manual command – Go to ORNMS installation folder – /opt/ornms/bin and execute the following command
./ornms start
- Use this service to stop the server
systemctl stop ornms
- Using manual command – Go to ORNMS installation folder – /opt/ornms/bin and execute the following command
./ornms stop
- OpenJDK 8, PostgreSQL, TFTP
- Processor: Intel Dual Core or better
- Memory: Minimum 16 GB (Memory must be increased depending up on the number of devices)
- Hard Disk: 1 TB hard disk
- Debian: Debian 9 or higher, Ubuntu 16.04 LTS or higher
- RHEL: Red Hat Enterprise Linux 7 or higher, CentOS 7 or higher
- Using service command
systemctl status ornms
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)
- Using manual command – Go to ORNMS installation folder – /opt/ornms/bin and execute the following command
./ornms status
The text “ornms is running” will be shown on console if NMS is running properly.