Performing the installation of Vendor Patch Content
To install Vendor Patch Content, you can choose between a regular (interactive) installation and a silent (unattended) installation.
Before you begin
If your environment requires a proxy server, define proxy server settings for the Application Server using the blasadmin utility. For more information, see To set up HTTP proxy server support.
The Vendor Patch Content installer runs a Perl script. Therefore, ensure that the blasadmin configuration for the _template deployment on the Application Server where you are running the VPC installer has the correct settings for the location of the Perl installation on the Application Server. To check this, run the following command:
blasadmin -s _template show perlconfig location
This command should return /usr/bin/perl if your Perl binary is in /usr/bin/perl, or /C/perl/bin/perl.exe if Perl is installed in c:\perl\bin\.
If you need to modify the location, use the following command: set perlconfig location <pathToPerl>
For more information about configuring Perl, see Configuring-Perl.
To install Vendor Patch Content
Locate and extract the contents of the compressed installation file, TrueSight-serverautomation-patch-content-v<version_number>.zip, to any directory under the Application Server Installation directory on the server running TrueSight Server Automation. For more information about downloading the zip file, see Downloading-the-installation-files.
Instruct Network Shell Script to run the script, nsh load-patch-content.nsh, as follows:
To run the installation with menu options, run the network shell script using the following format:
nsh load-patch-content.nsh-r roleName-v profileNameOption
Description
-r roleName
Defines the user's role. This option is necessary only if the user performing the installation was assigned multiple roles.
-v profileName
Defines a specific profile to use during installation, if you want to override the use of defaultProfile.
- To run a silent installation, include the -c option, which defines HP-UX as the platform for patch content. Use the following format for a silent run of the Network Shell Script:
nsh load-patch-content.nsh -r roleName -v profileName -c hpux-patch-content
or
nsh load-patch-content.nsh -r roleName -v profileName -c linux-patch-content
- At the prompt, enter the path to where the BMC BladeLogic Application Server is installed.
- At the Prompt, enter the path to where you want to install Vendor Patch Content (typically within the TrueSight Server Automation installation directories).
As part of the installation, a patch subdirectory is created in the location where you want to install Vendor Patch Content. Press Enter.
The installation menu appears, with the following options:
Menu option
Description
1 Load HP-UX Patch Content
Load patch content for patch analysis on an HP-UX platform. Installation is automatic and does not require further input. At the end you are returned to the Vendor Patch Content Installation Menu.
2 Load Linux (CentOS) Patch Content
Load patch content for patch analysis on a Linux (CentOS) platform. Installation is automatic and does not require further input. At the end you are returned to the Vendor Patch Content Installation Menu.
3 Set HP-UX Credentials
Provide the HP-UX credentials (user and password) for permission to download the catalog and patches to the repository.
4 Configure Reports
Configure the reporting functionality.
5 Configure Proxy
Optionally provide the credentials (user and password) of a proxy server that you want to use during HP-UX patch analysis.
6 Exit
Exit the installation routine.
- Depending on the platform, type 1 or 2 as your selected menu option and press Enter.
The installation is completed. At the end of the installation, you are returned to the installation menu. - Type 3 and then enter the HP-UX credentials (user and password) that allow you to download the catalog and patches to the repository.
- To configure the reporting functionality, type 4 as your selected menu option and press Enter.
- If you want to use a proxy during HP-UX patch analysis, type 5 and then enter the credentials (user and password) of the proxy server.
- To exit the installation, type 6.