Enabling cloud topology consuming in Infrastructure Management

  1. On Central Server, in installationDirectory\pw\custom\conf\pronet.conf change the following properties:
    isCloudDeployment=true
    For multi-server environment change:
    isCentralServer=true
    isAllInOne=false
    For single-server environment change:
    isCentralServer=false
    isAllInOne=true
  2. In installationDirectory \pw\pronto\conf\CloudAdapter.xml update the bppmCentralHost and bppmCentralPortproperties:

    <param>
       <name>sapprotocol</name>
       <value>{bppmCentralProtocol}</value>
    </param>
    <param>
      <name>saphost</name>
        <value>{bppmCentralHost} (Host name of BPPM central server)</value>
    </param>
    <param>
      <name>sapport</name>
        <value>{bppmCentralPort} (BPPM Port Default is 80)</value>
    </param>
    
  3. In C:\Program Files\BMC Software\ProactiveNet\pw\pronto\conf\CLMAdapter.xmlupdate:

    <clmPlatformManagerProtocol>{clmPlatformManagerProtocol}/clmPlatformManagerProtocol>
    <clmPlatformManagerhost>{clmPlatformManagerhost}</clmPlatformManagerhost>
    <clmPort>{clmPort}</clmPort>
    <clm-username>{clmAdminUserName}</clm-username>
    <clm-password password="{clmAdminPassword}"encrypted="false"/>
    <clmVersion></clmVersion>
    <clm-timeout>10000</clm-timeout>
    <clm-no-of-retry>3</clm-no-of-etry>
    <clm-retry-interval-seconds>300</clm-retry-interval-seconds>
    <bppm-call-back-url>bppmws/api/topology/notify</bppm-call-back-url>
    
  4. Restart the Infrastructure Management server using the command pw sys start.

To register Infrastructure Management Child server to an existing Central server:

Run the pw configwsroles command from the Infrastructure Management Child server.
For more information on the pw configwsroles command, see pw configwsroles.

Was this page helpful? Yes No Submitting... Thank you

Comments