Veritas InfoScale™ Operations Manager 8.0.2 Installation and Configuration Guide
- Section I. Installing and configuring Veritas InfoScale Operations Manager
- Planning your Veritas InfoScale Operations Manager installation
- Downloading Veritas InfoScale Operations Manager 8.0.2
- Typical Veritas InfoScale Operations Manager deployment configuration
- System requirements
- Installing, upgrading, and uninstalling Veritas InfoScale Operations Manager
- About installing Management Server
- About installing managed host
- About upgrading Management Server
- About backing up and restoring Veritas InfoScale Operations Manager data
- About upgrading managed hosts to Veritas InfoScale Operations Manager 8.0.2
- Configuring Veritas InfoScale Operations Manager in a high availability and disaster recovery environment
- Configuring the high availability feature in Veritas InfoScale Operations Manager
- Configuring a new Veritas InfoScale Operations Manager installation in high availability environment
- Configuring an existing Veritas InfoScale Operations Manager installation in high availability environment
- Configuring a new Veritas InfoScale Operations Manager installation in high availability environment
- Configuring Management Server in one-to-one DR environment
- Configuring Veritas InfoScale Operations Manager in high availability and disaster recovery environment
- About upgrading the high availability configurations
- About upgrading the high availability and disaster recovery configurations
- Configuring the high availability feature in Veritas InfoScale Operations Manager
- Installing and uninstalling Veritas InfoScale Operations Manager add-ons
- Uploading a Veritas InfoScale Operations Manager add-on to the repository
- Installing a Veritas InfoScale Operations Manager add-on
- Uninstalling a Veritas InfoScale Operations Manager add-on
- Removing a Veritas InfoScale Operations Manager add-on from the repository
- Canceling deployment request for a Veritas InfoScale Operations Manager add-on
- Installing a Veritas InfoScale Operations Manager add-on on a specific managed host
- Uninstalling a Veritas InfoScale Operations Manager add-on from a specific managed host
- Planning your Veritas InfoScale Operations Manager installation
- Section II. Setting up the Management Server environment
- Basic Veritas InfoScale Operations Manager tasks
- Adding and managing hosts
- Overview of host discovery
- Overview of agentless discovery
- About installing OpenSSH on a UNIX host
- Adding the managed hosts to Management Server using an agent configuration
- Adding the managed hosts to Management Server using an agentless configuration
- Adding Agentless hosts to the Management Server using Profile
- Editing the agentless host configuration
- Setting up user access
- Adding Lightweight Directory Access Protocol or Active Directory-based authentication on Management Server
- Configuring LDAP using CLI
- Setting up fault monitoring
- Creating rules in the Management Server perspective
- Editing rules in the Management Server perspective
- Deleting rules in the Management Server perspective
- Enabling rules in the Management Server perspective
- Disabling rules in the Management Server perspective
- Suppressing faults in the Management Server perspective
- Suppressing a fault definition in the Management Server perspective
- Setting up virtualization environment discovery
- Setting up near real-time discovery of VMware events
- Requirements for discovering the Solaris zones
- Adding a virtualization server
- Editing a virtualization discovery configuration
- Refreshing a virtualization discovery configuration
- Deploying hot fixes, packages, and patches
- Installing a Veritas InfoScale Operations Manager hot fix, package, or patch
- Configuring Management Server settings
- Configuring SNMP trap settings for alert notifications
- Setting up extended attributes
- Viewing information on the Management Server environment
- Appendix A. Troubleshooting
- Management Server (MS)
- Managed host (MH)
- Management Server (MS)
Adding managed hosts to Management Server using the Auto Configure (gendeploy.pl) script
You can add an agent host to the Management Server domain with minimal user interaction. The Auto Configure (gendeploy.pl
) script available on Management Server can be used to create a script that is run on the host to add the host to the domain. You can create the script either at the command prompt, or in the Veritas InfoScale Operations Manager Management Server console.
Note:
You can only add an agent host using the Auto Configure (gendeploy.pl
) script. This feature is not applicable for adding agentless hosts.
You need to copy the script that is created using gendeploy.pl
to all the hosts that you want to add to the domain. After you copy the script, you have to run it on each host. A host on which you run the script must have the VRTSsfmh
package installed on it.
Adding many hosts to Management Server at the same time using the Auto Configure (gendeploy.pl
) script can affect the performance of Management Server. It is recommended that you add no more than 50 agent hosts at a time.
Note:
Adding a managed host to multiple management servers is not supported.
To perform this task, your user group must be assigned the Admin role on the Management Server perspective. The root user can also perform this task.
To add an agent host to Management Server using the Auto Configure (gendeploy.pl) script
- Create the script to add an agent host using either the command prompt, or the console. Do one of the following:
In the Home page on the Management Server console, click Settings. Click Auto Configure. In the Auto Configure wizard, click Download. In the File Download dialog, click Save to save the script to the required location.
Create the script using command prompt.
On Linux Management Server, log on as root.
Run the following command:
/opt/VRTSsfmh/bin/gendeploy.pl --out filename
where, filename is the name of the script that you specify.
For example,
/opt/VRTSsfmh/bin/gendeploy.pl --out example.pl
On Windows Management Server, log on as a user with the administrator privileges.
To change the directory, run the following command at the command prompt:
cd "C:\Program Files\Veritas\VRTSsfmh\bin"
To create the script to add an agent host, run the following command:
perl.exe gendeploy.pl --out <filename>
where, filename is the name of the script that you specify.
For example, perl.exe gendeploy.pl --out example.pl
- Copy the script generated by
gendeploy.pl
to the agent host. - On the agent host, change the directory to the location where you copied the script.
- Do one of the following:
On UNIX-based hosts, run the following command to make the script executable:
chmod +x filename
where, filename is the name of the script.
Run the script:
./filename
On Windows-based hosts, run the following command:
"C:\Program Files\Veritas\VRTSsfmh\bin\perl.exe" filename
where, filename is the name of the script.
For the above script, the optional hostname parameter is the host as seen by the Management Server. The host is discovered by this name or IP address in Veritas InfoScale Operations Manager.
- In the console, verify that the agent host has been added to the Management Server domain.