12.2.1 Different Modes of Installation

 



Introduction

 

Web NMS can be installed over Windows, Linux and Solaris platforms. Distribution feature is available as a feature pack and can be applied over the latest version of AdventNet Web NMS. To enable the distribution feature, download the platform-specific AdventNet Web NMS - Remote Management Edition binary from www.adventnet.com and follow the installation instructions as explained in the following sections.

 

The procedure to enable distribution in both the versions is same. Web NMS Remote Management Edition can be installed in three modes: GUI mode, Command/Console mode, and Silent Mode.

 

Installation in GUI Mode

 

This is an interactive GUI-based installation mode. The user can install Web NMS Remote Management Edition easily by using the user interface provided.

 

To install in GUI mode

  1. Download the binaries from the www.adventnet.com.

  2. AdventNet_WebNMS_DMP_4_7_0_Windows.exe file for Windows

  3. AdventNet_WebNMS_DMP_4_7_0_Linux.bin for Linux

  4. AdventNet_WebNMS_DMP_4_7_0_Solaris.bin for Solaris

  1. Check the executable permission of the .bin file. If the file is not executable, then execute the following command:

  2. chmod a+x <filename>  where <filename> is the corresponding .bin  file

  3. Execute the downloaded file to invoke the InstallShield Wizard

  4. For Windows :   AdventNet_WebNMS_DMP_4_7_0_Windows.exe

  5. For Linux :  ./AdventNet_WebNMS_DMP_4_7_0_Linux.bin

  6. For Solaris :  ./AdventNet_WebNMS_DMP_4_7_0_Solaris.bin

  1. The installation main screen displays the Welcome message. Click the Next button to move to the License Agreement screen.

  2. Select "I accept" option in License Agreement screen and click the Next button to go to the Options screen.

  3. The Options screen provides the choice of upgrading the existing back-end server, front-end server and client or installing the Distribution Mediation Server. The options screen will be as follows

To upgrade the existing Web NMS combo installation, choose Upgrade BE. Enter the location where the combo installation is present. Also specify the JDK Home. Click Next to upgrade the existing Web NMS combo installation. This completes the upgrade process for BE+FE+Client installation. After the context change, the combo installation will be referred to as Central Server.

To upgrade the existing Web NMS front-end server, choose Upgrade FE. Enter the location where the front-end server is installed. Also specify the JDK Home. Click Next to upgrade the existing Web NMS front-end server. This completes the upgrade process for front-end.

To upgrade the existing Web NMS client, choose Upgrade Client. Enter the location where the standalone client is installed. Click Next to upgrade the existing Web NMS client. This completes the upgrade process for client.

Note: If the Client is not upgraded, a message "Unable to connect Update Manager Server in" is displayed when you try to connect the Client to the Server. You can still proceed with connecting the client, but exceptions may be thrown in the Client logs. This is because, in Web NMS Standard and Professional editions, the Update Manager uses TCP communication, while in Web NMS RME, HTTP communication is used.  Hence, ensure to upgrade the Client also.

  1. Select Readme option to view the README and click Finish to complete the installation.

 

Installation  in Command/Console Mode

 

The Command or Console mode is an Interactive and Non-GUI based installation mode. You can install Web NMS from the command prompt by following a series of questions prompted at the console.

 

Windows

AdventNet_WebNMS_DMP_4_7_0_Windows.exe -console

The above command will guide the user in installing the Web NMS Remote Management Edition in a Non-GUI mode.

 

Linux/Solaris

chmod a+x (Or) chmod 777  AdventNet_WebNMS_DMP_4_7_0_Linux.bin / AdventNet_WebNMS_DMP_4_7_0_Solaris.bin

./AdventNet_WebNMS_DMP_4_7_0_Linux.bin -console
./AdventNet_WebNMS_DMP_4_7_0_Solaris.bin -console

The above command will guide the user in installing Web NMS Remote Management Edition in a Non-GUI mode.

 

Installing in Silent Mode

 

The Silent mode is a Non-interactive and Non-GUI based installation mode. This mode of installation is generally useful in automated setups. The user can specify all the options required in a text file and the installation process continues without manual intervention.

#******************************************************

-W DMPCategory.selectedValue=BE

-W WebNMS.home=/home/username/AdventNet/WebNMS

-W locale.lang=English

-W DMS.hostName=localhost

-W DMS.portNumber=9090

-W DMS.id=dms

-G replaceExistingResponse="yesToAll" #*******************************************************

 

The editable options beginning with "-W" can have the following values.

For Windows: AdventNet_WebNMS_DMP_4_7_0_Windows.exe  -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

For Linux: ./AdventNet_WebNMS_DMP_4_7_0_Linux.bin  -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

For Solaris: ./AdventNet_WebNMS_DMP_4_7_0_Solaris.bin -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

Here,

 

installoptions.txt is the text file which supplies different arguments to the installer as explained above.

InstallLocation is any writable location in the system, where the product has to be installed. For example, if you have chosen c:\test as the installation directory in windows, specify the command as follows:

 

 AdventNet_WebNMS_DMP_4_7_0_Windows.exe  -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=c:\test

 

All the files related to Web NMS Remote Management Edition will be extracted directly under c:\test directory.

 

In Windows, do not add a slash(\) at the end of the <InstallationLocation> as c:\test\. This would lead to improper installation of Web NMS Remote Management Edition in silent mode.

 

Points to Remember while Installing in Silent Mode



Copyright © 1996-2004, AdventNet Inc. All Rights Reserved.