PMA-2XX quick start guide: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 54: Line 54:


=== Changing the IP configuration ===
=== Changing the IP configuration ===
 
{{#invoke:Message box|ambox |type=speedy|text=DO NOT change the IP configuration by editing the Linux configuration files.}}
 


==== Out-of-band (iDRAC) ====
==== Out-of-band (iDRAC) ====
Line 61: Line 67:
==== PMA-2XX (MGT)  ====
==== PMA-2XX (MGT)  ====


Do not change the IP configuration by editing the Linux configuration files.
As we mentionned before, the main purpose of COMCERT's PMA-2XX appliance is to serve as a hardware platform for NETSCOUT nGENIUS InfiniStream. The generic name for InfiniStream is nGENIUS Agent. Changing the IP address of the PMA-2XX must be done in accordance to NETSCOUT instructions.  
 
As we mentionned in the introduction, the main purpose of the PMA-2XX is to serve as an appliance for NETSCOUT nGENIUS InfiniStream.  The generic name for InfiniStream is nGENIUS Agent.  Changing the IP address of the PMA-2XX must be done in accordance to NETSCOUT instructions.  


Access the appliance as root using an up-to-date ssh client of your choise. For default credentials please visit [[Default_credentials|Default credentials]] . 
Access the appliance as root using an up-to-date ssh client of your choise. For default credentials please visit [[Default_credentials|Default credentials]] . 

Revision as of 12:55, 16 January 2022

Introduction

COMCERT PMA-2XX is a custom-build appliance, optimized for running NETSCOUT nGENIUS InfiniStream.  This guide will assist you in configuring the appliance for first use.  

 

Solution

Physical installation and connections

Please visit PMA-2XX Physical installation, connections and environmental specifications for detailed information on how to install the appliance and connect it to the network.

 

IP configuration

The appliance management (MGT) and out-of-band (iDRAC) interface comes pre configured with the following IP settings.

Parameter MGT (IP_PMA) iDAC (IP_IDRAC)
IP address 192.168.0.1 192.168.1.1
IP subnet mask 255.255.255.0 255.255.255.0
Default router 192.168.0.1 192.168.1.1
DNS Server 192.168.0.1 192.168.1.1
Domain suffix comcert.com comcert.com
NTP Server 192.168.0.1 192.168.1.1

To access the appliance either by its management interface or out-of-band interface, use a computer with a static IP address in the same IP subnet as the respective interface and a standard four-pair twisted-pair cable.  The management interface is only accessible using the ssh protocol.  The out-of-band interface is accessible by either https (preference) or ssh.   For default credentials please visit Default credentials .  Please make sure to change these default passwords and store them is a sale place.

 

Changing the IP configuration

 

 

Out-of-band (iDRAC)

The IP configuration of the out-of-band interface can be changed via the WebUI or during the appliance boot process using a KVM.  During boot, press <F2> to enter the setup menu and select iDRAC.  Make sure to save the new settings.

PMA-2XX (MGT) 

As we mentionned before, the main purpose of COMCERT's PMA-2XX appliance is to serve as a hardware platform for NETSCOUT nGENIUS InfiniStream. The generic name for InfiniStream is nGENIUS Agent. Changing the IP address of the PMA-2XX must be done in accordance to NETSCOUT instructions.  

Access the appliance as root using an up-to-date ssh client of your choise. For default credentials please visit Default credentials . 

  • Execute the follwing commands to stop all services:
# isbin
# ./stopall
  • Execute the follwing commands to check for running  services:
# ./PS
  • Execute the follwing commands to run the configuration dialog:
# ./nGAppliance

In case you make a mistake, Ctrl-C out of the dialog and re-run the configuration dialog (third step). 

At the end of the process, you wil need to reboot the appliance.

 

Next steps

Now that the IP addresses are changed, the appliance should be accessible across the local network.  InfiniStream must now be connected to the nGeniusONE Server.  Intructions on how to do that can be found in the nGenius Agent Administration Guide that can be found on the MyNetscout portal.