3.3.1 Installing Web NMS

 

This section discusses the installation procedure of AdventNet Web NMS using different modes on operating systems such as Windows, Linux, and Solaris. AdventNet Web NMS can be downloaded from http://www.adventnet.com/products/webnms/download.html.

 

This topic explains



 

For information on various Web NMS Editions, refer to Quick Tour.

 

Installing Web NMS Professional Edition

 

This section covers the following modes of installation

Note: Installation procedure for IBM AIX 4.3.3 operating system is different from installation on Windows, Linux and Solaris. Please refer to Starting Web NMS in IBM AIX 4.3.3 for installation details.

 

GUI Mode

 

The GUI mode is an interactive GUI based installation mode.

 

Steps to install Web NMS Professional Edition

    1. Download the installation files (.exe file for Windows and .bin files for Linux and Solaris).

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

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

    1. Execute the downloaded file. The InstallShield Wizard with the Welcome message is displayed.

    1. Click Next.

    2. The License Agreement screen is displayed. Select "I accept the License Agreement".

    1. Click Next.

    2. The Localization screen is displayed. Choose the required language - English (default), Japanese, or Chinese.

    3. Click Next.

    4. The Edition screen is displayed. It provides the choice of Server and Client and Advanced installation options. Select Server and Client to install the Combo package (BE server, FE server and Client) and Advanced to install the Standalone versions of BE, FE and Client.

 

    1. Click Next.

    2. If you have chosen Server and Client, skip this step and proceed to the next. If you have chosen Advanced, perform this step and proceed. When Advanced is chosen, the OEM Edition - Advanced screen is displayed with various installation options. Select the required type of installation. Click Next.

After installation, when you start Web NMS, you need to provide the license information. For more information, refer to Licensing the Product.

 

 

Top

 

Command/Console Mode

 

The Command or Console mode is an Interactive and Non-GUI based installation mode. The user can install Web NMS through the command prompt.

 

Steps to install Web NMS Professional Edition in Command or Console mode

    1. Download the installation files (.exe file for Windows and .bin files for Linux and Solaris).

    2. Check the executable permission of the .bin file; if the file is not executable, then execute the following command: chmod a+x <filename> where <filename> is the corresponding .bin file.

    3. Execute the file to install Web NMS as follows

    4. The above command will initiate an interactive installation procedure. The user needs to select the options from the messages displayed on the command prompt.

Top

Silent Mode

 

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

 

Steps to install Web NMS in Silent mode

    1. Download the installation files (.exe file for Windows and .bin files for Linux and Solaris).

    2. Check the executable permission of the .bin file; if the file is not executable, then execute the following command: chmod a+x <filename> where <filename> is the corresponding .bin file.

    3. For building the installoptions.txt file required for installation, open a new text file and copy the following contents and save the file as installoptions.txt.
       

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

    1. Execute the .exe or .bin files as follows where <InstallLocation> should be replaced by the path where Web NMS has to be installed.

      For Windows:

<File Name>.exe -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

 

For Linux:

 

./<File Name>.bin -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

 

For Solaris:

 

./<File Name>.bin -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

 

Where,

InstallLocation is any writable location in the system, where the product has to be to installed.
installoptions.txt
is the text file which supplies different arguments to the installer (creating this file is explained above)

Points to remember while installing in Silent Mode.

Top

 

 

Installing Web NMS Standard / Express Edition

 

This section covers the following modes of installation

Note: Installation procedure for IBM AIX 4.3.3 operating system is different from installation on Windows, Linux and Solaris. Please refer to Starting Web NMS in IBM AIX 4.3.3 for installation details.

 

GUI Mode

 

The GUI mode is an interactive GUI based installation mode.

 

Steps to install Web NMS Standard / Express Edition

    1. Download the installation files (.exe file for Windows and .bin files for Linux and Solaris).

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

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

    1. Execute the downloaded file. The InstallShield Wizard with the Welcome message is displayed.

    1. Click Next.

    2. The License Agreement screen is displayed. Select "I accept the License Agreement".

    1. Click Next.

    2. The Localization screen is displayed. Choose the required language - English (default), Japanese, or Chinese.

    3. Click Next.

    4. The Category of Installation screen is displayed. It provides the choice of Server and Client and Remote Client options. Select Server and Client to install the Combo package (BE server, FE server and Client) and Advanced to install the Standalone Application Client. (This option is not shown in Express Edition, as it doesn't support java client)

 

    1. Click Next.

    2. The directory location screen is displayed. Specify the location where Web NMS has to be installed. Use the Browse button to specify a different location.

After installation, when you start Web NMS, you need to provide the license information. For more information, refer to Licensing the Product.

 

Top

 

Command/Console Mode

 

The procedure is same as explained under Installing Web NMS Professional Edition.

Top

 

Silent Mode

 

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

 

Steps to install Web NMS in Silent mode

    1. Download the installation files (.exe file for Windows and .bin files for Linux and Solaris).

    2. Check the executable permission of the .bin file; if the file is not executable, then execute the following command: chmod a+x <filename> where <filename> is the corresponding .bin file.

    3. For building the installoptions.txt file required for installation, open a new text file and copy the following contents and save the file as installoptions.txt.
       

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

    1. Execute the .exe or .bin files as follows where <InstallLocation> should be replaced by the path where Web NMS has to be installed.

      For Windows:

<File Name>.exe -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

 

For Linux/Solaris:

 

./<File Name>.bin -is:javaconsole -silent -options installoptions.txt -P ProductRoot.installLocation=<InstallLocation>

 

Where,

InstallLocation is any writable location in the system, where the product has to be to installed.
installoptions.txt
is the text file which supplies different arguments to the installer (creating this file is explained above)

 

Points to remember while installing in Silent Mode

Top

 

Troubleshooting

 

In case of any errors during installation, follow the steps listed below to produce the logs files.

Note: If the execution of the installation command throws an error such as "there may not be enough temporary space available in the temp folder", then execute the file with the argument as
<File Name>.exe -is:tempdir $DIRNAME [for Windows]
./<File Name>.bin -is:tempdir $DIRNAME [for Linux/Solaris]
 

where $DIRNAME is the absolute path of any existing directory

 

 



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