Users Guide

The protocol_name should be <IPMI | SNMPv1v2c | SNMPv3 | WS-Man | SSH | HTTPS>
For IPMI, the properties are:
ipmi_user
ipmi_password
ipmi_key
For SNMPv1v2c, the property is snmp_community_string. (Required).
For SNMPv3, the properties are:
snmp_user (Required)
snmp_authentication_password
snmp_encryption_password
For WS-Man, the properties are:
wsman_port
wsman_user
wsman_password
wsman_validate_cert (its value must be true or false)
For HTTPS, the properties are:
https_port
https_user
https_password
https_validate_cert (its value must be true or false)
For SSH, the properties are:
ssh_port
ssh_user
ssh_password
update_profile
Usage:
ompc_cli update_profile [-description <description>] [<pair of protocol
property and value options>] <profile_name> [<new_profile_name>]
The update_profile command updates an existing discovery profile identified by profile_name in
OMPC. The semantics of the command options are the same as those in add_profile. The protocol
property set that can be updated depends on the protocol supported by this profile. If
new_profile_name is provided, the profile_name is updated to the new_profile_name.
33