To install IP-AM, refer Performing an Installation.

Procedure

  1. No configuration is required in IP server specific for VeloCloud.
  2. Discovery Steps for Velocloud Discovery:
    1. This has to be the final step that triggers the discovery of VeloCloud components in the ESM server. So, a prerequisite is that the ESM is installed and configured before executing this step.
      1. Case 1: ICMP is enabled on the VCO. The VeloCloud orchestrator needs to be discovered in IP domain which in turn trigger the ESM for VeloCloud specific discovery. If ICMP pings are enabled on VCO the VCO has to be discovered as an ICMPONLY device. Refer Starting discovery from the console or Starting discovery from the command line.
      2. Case 2: ICMP is not enabled on the VCO. In this case, the VCO host needs to be created using the following dmctl command replacing the <ip address> with the VCO ip address:
        create Host::<ip address>
        create SNMPAgent::SNMPAgent-<ip address>
        create IP::IP-<ip address>
        insert Host::<ip address>::HostsServices SNMPAgent::SNMPAgent-<ip address>
        insert Host::<ip address>::HostsAccessPoints IP::IP-<ip address>
        put SNMPAgent::SNMPAgent-<ip address>::AgentAddress <ip address>
        get SNMPAgent::SNMPAgent-<ip address>::LayeredOver
        insert SNMPAgent::SNMPAgent-<ip address>::LayeredOver IP::IP-<ip address>