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

Compare with Current View Page History

« Previous Version 7 Next »

There are two parts to the configuration, the first being the server(s) under management, and the second being the supporting configuration on the web portal.

Both are covered in this chapter.

SMGR Configuration

Adding a new SMGR Login

Create an Administrator account. The VSM Probe requires access with Administrative rights.

Add an account that, when used, provides access to the Linux bash prompt.

Refer to the completed technical requirements forms:

  • Start an SSH session. At the command prompt type:

    $ su root
    • When prompted enter the 'root' user password.
  • Use the command:

    $ useradd {NAME}
    • where NAME is the account name to create.

  • Use the command: 

    $ passwd {NAME}
    • where NAME is the account name created above.

  • Hit enter. Enter the password then hit enter again.

  • Enter the command: 

    $ chage –M 99999 {NAME}
    • To set the System Manager account password to: "not expire".

    • NAME is the account created above.

If you do not have root access, your Business Partner or Avaya may be able to create this account on your behalf, or you can use the ‘cust’ credentials instead.


Configure SNMP

SNMP is used to capture alarms. Using a web browser, enter https://<IP address of System Manager> to connect to the System Manager server and log in using appropriate credentials as shown below:

Figure 31 – SMGR Web Login
The main System Manager dashboard page is presented:

SMGR Dashboard
Navigate to Services > Inventory from the dashboard. Then navigate to Manage Serviceability Agents > SNMP Target Profiles:

SMGR Target Profiles
Click on New.
Configure the form as per the table below:

SMGR New Target Profile
SMGR New Target Profile Field Description

Field

Setting

Name

Choose a Login name (refer to technical requirements forms)

IP Address

The VSM probe IP Address

Port

162

Notification Type

Trap

Protocol

V2

Community String

Public (or one of your choosing, refer to technical requirements forms)


Click on the Commit button.
Navigate to Manage Serviceability Agents > Serviceability Agents:

SMGR Serviceability Agents
Select an agent from the Agent List window, in this case the System Manager and click on the Manage Profiles button.


SMGR Manage Profile
From the Manage Profiles window, under the SNMP Target Profiles tab, select the Virsae profile, click on Assign and then the Commit button.

Web Portal Configuration

Add SMGR

Login to the VSM web portal using your credentials and password. For the particular customer, select Service Desk > Equipment Locations. Right-click on the Equipment Location (Appliance) that will serve this particular SMGR:

Web Portal - All Equipment Locations
Click on Manage Equipment.

Web Portal – Manage Equipment
Click on Add Equipment.
A form will open which you can populate with the equipment details as per table 15.
If you are adding more than one piece of the same equipment type check the 'Add another' box at the bottom of the form and the bulk of the configuratuon will be carried over for the next item.

Web Portal – Add Equipment

Web Portal – Add System Manager
Web Portal – Add SMGR Field Description

Field

Setting

Vendor

Avaya

Product

System Manger

Equipment Name

Friendly name (refer to technical requirements forms)

Username

Username (refer to technical requirements forms)

Password

Password (refer to technical requirements forms)

IP Address/Host Name

IP Address or Hostname of server (refer to technical requirements forms)

Site

Friendly name for site (where this server is located)


Complete the Equipment tab fields, and then click on the SNMP Query tab.
Click on the down arrow, and select the SNMP verion you wish VSM to use for querying the server:
SNMP V1 or V2

Web Portal – SMGR SNMP V1/V2 Query
SMGR SNMP V1/V2 Field Descriptions

Fields

Setting

Version

V1, V2

SNMP Community String

Community String as administered on the server



SNMP V3

Web Portal – SMGR SNMP V3 Query
SMGR SNMP V3 Field Description

Fields

Setting

Version

V3

Username

SNMP V3 Username (refer to technical requirements forms)

Authentication Protocol

SHA

Authentication Password

Password (refer to technical requirements)

Privacy Protocol

DES

Privacy Password

Password (refer to technical requirements forms)



Once all fields are populated Click on the Test Access button. This will test that VSM can connect to the server using the settings you have entered:

Web Portal – ACM Test Access
Both Access and SNMP should return success. If not, trouble-shoot the configuration.

  1. The Access test ensures the VSM probe can connect to, and login using the account configured.
  2. The SNMP test ensures an SNMP query can be run.

Once testing is successful, click Add.


  • No labels