SevOne NMS Installation Guide
About
The SevOne NMS software is loaded on your appliance. If you provide the IP address of the appliance to your SevOne Sales Engineer this has been entered for you.
This document describes what you must do to get the appliance up and running from the moment you open the box until you are ready to log on to the application. Please refer to SevOne NMS Implementation Guide for how to log on, how to build a SevOne cluster, and how to begin your SevOne implementation.
In this guide if there is,
- [any reference to master] OR
- [[if a CLI command contains master] AND/OR
- [its output contains master]],
it means leader.
And, if there is any reference to slave, it means follower.
Create Support Account
To create a user account to enable SevOne Support engineers to provide support services, go to https://www.ibm.com/mysupport/. Or, contact SevOne Support via phone.
- In the address field on your web browser enter https://www.ibm.com/mysupport/ and press Enter.
- In the Create New Account section enter the following information.
- Your Full Name
- Email Address
- Phone Number
- Company
- Click Create Account.
- Your account is created instantly. SevOne Support reviews the account validity within the next business day for account activation.
Multi-Peer and Hot Standby Appliance Implementations
The Cluster Manager provides an Integration tab to enable you to build your cluster and to add new appliances as peers into an existing cluster. Please refer to SevOne NMS Implementation Guide for details.
When your new appliance is a Hot Standby Appliance, perform the steps in chapter 2 to rack up and define the Configuration Menu settings then contact SevOne Support to ensure that the Hot Standby Appliance is appropriately implemented.
Hardware Requirements
The minimum NIC speed is 1Gbps or higher.
RAID controller requires legacy boot (non-UEFI) with 512 byte block size in RAID6 (recommended).
Name/Spec | CPUType | CPUCount | TotalCores | RAM (GB) | DiskType | FlowLimit (FPS) |
---|---|---|---|---|---|---|
PAS5K | 8 Core @ 2.10Ghz | 2 | 16 | 32 | 5x 480GB SSD 2.5" | 4,500 |
PAS10k | 8 Core @ 2.10Ghz | 2 | 16 | 32 | 5x 480GB SSD 2.5" | 10,000 |
PAS20k | 8 Core @ 2.10Ghz | 2 | 16 | 32 | 5x 480GB SSD 2.5" | 20,000 |
PAS40K | 10 Core @2.20Ghz | 2 | 20 | 96 | 5x 960GB SSD 2.5" | 40,000 |
PAS60K | 10 Core @2.20Ghz | 2 | 20 | 96 | 5x 960GB SSD 2.5" | 60,000 |
PAS300K | 12 Core @2.6Ghz | 2 | 24 | 288 | 8x 1.92TB SSD 2.5" | 80,000 |
DNC400 | 10 Core @2.20Ghz | 2 | 20 | 96 | 5x 960GB SSD 2.5" | 80,000 |
DNC1000 | 12 Core @ 2.30Ghz | 2 | 24 | 96 | 8x 480GB SSD 2.5" | 80,000 |
DNC1500HF | 12 Core @ 2.30Ghz | 2 | 24 | 128 | 6x 1.92TB SSD 2.5" | 160,000 |
Appliance Network Configuration
For advanced network configuration, use nmtui. Please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmtui
for details.
Time and Date can be configured using timedatectl command. For
details, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/chap-configuring_the_date_and_time.
To configure NTP/Chrony, please refer to
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite/
for NTP/Chrony details.
SNMP Settings can be performed manually but updating
/config/snmp/snmpd.d/90-custom.conf file.
OS-level User Names and Passwords
You will need to change the default password for the support user account. This is important for security reasons.
Failure to change the default password presents a significant security risk. This publication includes the default password and is available to the public.
Change Support Password
The support password should be changed on all peers. Perform the following steps to change the password for support.
- SSH into your SevOne NMS appliance and log in as support.
- At the Password prompt, enter supportuser.
- You will be prompted and required to change the support user password. Enter a new password when prompted.
- Exit the session when you are done.
For details on how to change the IP address on a SevOne appliance or how to configure networking bonding, please refer to the respective sections in SevOne NMS Advanced Network Configuration Guide.
Shut Down and Reboot SevOne NMS
SevOne NMS can run for extended periods of time. Occasionally it is necessary to shut down or reboot an appliance. SevOne NMS stores data in cache and writes to the disk on a regular basis.
The following shell commands back up the memory ring tables to the database on the disk to ensure that you do not lose data.
Shutdown SevOne NMS
To shutdown SevOne NMS, you must run the command from the NMS container and not
the host.
$ podman exec -it nms-nms-nms /bin/bash
$ SevOne-shutdown shutdown
Reboot SevOne NMS
To reboot SevOne NMS, you must run the command from
the NMS container and not the host.
$ podman exec -it nms-nms-nms /bin/bash
$ SevOne-shutdown reboot