To resolve this issue, create VeloCloud Orchestrator object manually in IP-AM using the attached script.
- Download the file add-vco-ip file attached in the KB.
- Edit the below line in the script to specific IP address of the VCO:
default vco = "<vco-ip-address>";
- Run the command:
/smarts/bin/sm_adapter -b <broker> -s <ip-am-pm server> -D vco=<vco-ip-address> add-vco-ip.asl
Example:
/smarts/bin/sm_adapter -b localhost:2121 -s INCHARGE-AM-PM -D vco=1.1.1.11 add-vco-ip.asl