Veritas InfoScale™ Operations Manager 7.4.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 7.4.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 7.4.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
- 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
- Downloading price tier information from SORT
- Managing SFHA updates
- Viewing information on the Management Server environment
- Appendix A. Troubleshooting
- Management Server (MS)
- Managed host (MH)
- Management Server (MS)
Configuring Veritas InfoScale Operations Manager on Linux using third-party certificates
You can configure Veritas InfoScale Operations Manager CMS using third-party certificate only on a Linux host.
Note:
Make sure to configure third-party certificates only on a fresh installation of 7.4.2. It will not work on an upgraded CMS.
Install the Veritas InfoScale Operations Manager CMS.
After the installation, open the configuration file:
/opt/VRTSsfmcs/sec/bin/VRTSatlocal.conf
Set the value of the ThirdPartyCertificateUse attribute:
ThirdPartyCertificateUse"=dword:00000001"
Configure Veritas InfoScale Operations Manager.
See Configuring Veritas InfoScale Operations Manager on Linux and Windows.
While you configure Veritas InfoScale Operations Manager, the Certificate Setting panel appears. Enter the Certificate Passphrase for the authentication broker (AB). Confirm Passphrase. This passphrase is used to create the third-party AB certificate.
Note:
Remember this passphrase, as this passphrase is required in the subsequent steps.
Use the key ABPrivateKey.pem to generate an intermediate certificate authority (CA) certificate from your rootCA.
The key is located at:
/var/opt/VRTSsfmcs/sec/root/.VRTSat/profile/certstore/keystore/ABPrivateKey.pem
Intermediate CA certificate should be 2048 bit with sha-256 signature.
The purpose of the certificate should be:
#openssl x509 -purpose -noout -in <Certificate_File> Certificate purposes: SSL client : Yes SSL client CA : Yes SSL server : Yes SSL server CA : Yes
While generating the certificate signing request (CSR), enter the values as given in the following table:
Attribute
Value
Country Name
. (Dot)
State or Province Name
. (Dot)
Locality Name
. (Dot)
Organization Name
vx
Organizational Unit Name
root@<CMS FQDN>
Common Name
broker
Email Address
. (Dot)
Country Name (2 letter code) [GB]:. State or Province Name [England]:. Locality Name []:. Organization Name [Alice Ltd]:vx Organizational Unit Name []:root@<CMS FQDN> Common Name []:broker Email Address []:.
Note:
While you generate the certificate, you are prompted to enter the passphrase. Enter the same passphrase that you used while configuring the Veritas InfoScale Operations Manager CMS.
Copy the newly generated AB certificate on your CMS in any directory like
.Copy the rootCA certificate on your CMS in the same directory as in step 7.
Edit /opt/VRTSsfmh/util/config_cms_for_thirdpartycert.pl and set the path:
Root CA certificate file path
my $myroot_ca_cert = "/temp/<Root certificate file name>";
Intermediate CA certificate file path
my $myca_cert = "/temp/<Intermediate certificate file name>";
Run the script:
/opt/VRTSsfmh/bin/perl /opt/VRTSsfmh/util/config_cms_for_thirdpartycert.pl
Verify that the third-party certificate is configured successfully.
openssl s_client -connect <hostname:5634> -showcerts