Users Guide
add_profile コマンドは新規に検知されたプロファイルを OMPC に追加します。profile_name argument
は、プロファイルの識別に使用され、固有名である必要があります。プロトコルプロパティおよび値は、検
知を実行するのに使用するプロトコルによって異なります。
protocol_name は <IPMI | SNMPv1v2c | SNMPv3 | WS-Man | SSH | HTTPS> にしてください。
IPMI の場合、プロパティは次の通りです:
• ipmi_user
• ipmi_password
• ipmi_key
SNMPv1v2c の場合、プロパティは snmp_community_string です(必須)。
SNMPv3 の場合、プロパティは次の通りです:
• snmp_user (Required)
• snmp_authentication_password
• snmp_encryption_password
WS-Man の場合、プロパティは次の通りです:
• wsman_port
• wsman_user
• wsman_password
• wsman_validate_cert (値は true または false のいずれか)
HTTPS の場合、プロパティは次の通りです:
• https_port
• https_user
• https_password
• https_validate_cert (値は true または false のいずれか)
SSH の場合、プロパティは次の通りです:
• ssh_port
• ssh_user
• ssh_password
update_profile
使用方法:
ompc_cli add_profile -protocol <protocol_name> [-description <description>]
[<pair of protocol property and value options>] <profile_name>
update_profile コマンドは、OMPC の profile_name が識別した既存検出プロファイルをアップデートし
ます。コマンドオプションのセマンティックは add_profile と同じです。プロトコルプロパティは、このプ
35