Integrate > VMware vRealize Operations Manager > Configure > Configure Topology Collection in Consolidated Setups

Configure Topology Collection in Consolidated Setups

In a consolidated setup, perform the following steps on your Operations Connector host to integrate VROPS topology into OMi:

  1. Change the current directory to <OvDataDir>/conf/HPBsmIntVROps and open the vrops_topology.conf file (the topology integration configuration file) in a plain text editor.

  2. In the configuration file, replace the value in quotation marks in the line of the following option:

    vrops-hostname: The FQDN or IP address of your VROPS virtual machine.

  3. Decide which VMware vSphere virtual systems should be included in the topology data:

    • To include only the virtual systems that have IP addresses assigned, leave the value of the dns_lookup_enabled option unchanged (true).

    • To include the virtual systems without IP addresses also, set the value of the dns_lookup_enabled option to false.

  4. Review the preconfigured values of basic configuration options and adjust them as needed. Add and configure advanced options if necessary. For descriptions of basic and advanced options, see Integration Configuration Options topic.

  5. Save your changes.

  6. Log on to the Operations Connector web interface and import the policy for VROPS topology by navigating to the <OvDataDir>/installation/HPBsmIntVROps/policies directory and selecting the following files:

    • e3d48a5b-cee5-4ed9-bb41-468d1763c7c1_data

    • e3d48a5b-cee5-4ed9-bb41-468d1763c7c1_header.xml

    The type of the Operations Connector policy for VROPS topology is XML File. Operations Connector validates it after importing.

  7. Import the policy for VROPS self-discovery topology by navigating to the <OvDataDir>/installation/HPBsmIntVROps/policies directory and selecting the following files:

    • 0d15490e-df89-48a8-9430-42b7b9fbb2a1_data

    • 0d15490e-df89-48a8-9430-42b7b9fbb2a1_header.xml

    The type of the Operations Connector policy for VROPS self-discovery topology is XML File. Operations Connector validates it after importing.

  8. Review the policies to make sure their settings are proper for yourOpsCx for VROPS configuration.

  9. From the Operations Connector web interface, activate the imported policies.

  10. Open a Command Prompt window (command shell).

  1. If Operations Connector is hosted on a Linux system, change the current directory to cd /opt/OV/bin64.

  2. Run the following commands to set the VROPS user name and password on the OpsCx for VROPS so that the Connector can get metrics data from VROPS machine.

    Only the VROPS user with administrative or REST API privileges can access the VROPS machine for collecting metrics. For information on creating user account with these privileges, see the section VROPS user roles and accounts in the topic Installation Prerequisites.

    genintcrypt --generate

    genintcrypt --set vrops_user

    genintcrypt --set vrops_password

    Specify the credentials of the user account with administrative or REST API privileges for vrops_user and vrops_password.

    The user name can be in any of the following formats:

    • username@domain
    • username@domain@auth_source

    Type the correct user name and password when prompted. The typed text is not visible in the command prompt window. If you make an error, do not attempt to correct the text, but rather run the command again.

  3. To verify the entered credentials, run the following commands:

    genintcrypt --check vrops_user

    genintcrypt --check vrops_password

    A correct configuration is denoted by the following response of each command:

    genintcrypt:Value exists for ID '<ArgumentName>'

  1. If Operations Connector is hosted on a Linux system, change the current directory to cd /opt/OV/bin

  2. To register the corresponding component with Operations Agent, run the following command:

    For Windows:

    ovcreg -add \
    "<OvDataDir>\installation\HPBsmIntVROps\ovc\HPBsmIntVROps_Topology.xml"

    For Linux:

    ovcreg -add \
    <OvDataDir>/installation/HPBsmIntVROps/ovc/HPBsmIntVROps_Topology.xml

  3. To start the collection service, run the following command:

    ovc -start vropst

    Startup of the service initiates topology collection from VROPS and forwarding of the topology to OMi.

Verify your connection settings by checking for the presence of the vrops_topology.xml file in the <OvDataDir>/datafiles/HPBsmIntVROps directory on the Operations Connector host. If the file does not exist, check the corresponding OpsCx for VROPS log file. For details, see Log Files topic.

If you deactivate the policy for VROPS topology, topology changes continue to be collected while the policy remains inactive after the deactivation. The processing and forwarding of accumulated changes resumes when you reactivate the policy.

Related topics

Configuration Options

Product Log Files

Installation Prerequisites