Users Guide

After a discovery is complete, the discovered devices are added to OpenManage Power Center automatically and the count is
displayed in the console. If the device discovery fails, an error message is displayed.
backup_database
Usage:
ompc_cli backup_database -path <path> -encrypt_password <encrypt_password> [-quiet]
The backup_database command is used to initiate the OMPC database backup.
The -path and -encrypt_password options must be supplied.
The database backup is complete and is saved in the common network share location.
restore_database
Usage:
ompc_cli restore_database -path <path> -encrypt_password <encrypt_password> [-quiet]
The restore_database command is used to initiate the OMPC database restoration.
The -path and -encrypt_password options must be supplied.
The database restore process is complete.
add_ssh_server_key
Usage:
ompc_cli add_ssh_server_key [-host_names <host_names>] [-key_type <key_type>] [-ssh_key
<ssh_key>] <key_name>
The add_ssh_server_key command is used to add SSH keys to OMPC for device authentication.
The -key_type, -host_names, and -ssh_keyare the supported command options.
The ssh server key is successfully added to OMPC.
remove_ssh_server_key
Usage:
ompc_cli remove_ssh_server_key <key_name>
The remove_ssh_server_key command is used to remove a SSH key specified by the from OMPC.
The ssh server key is successfully removed.
list_ssh_server_key
Usage:
ompc_cli list_ssh_server_key [-long] [<key_name>]
The list_ssh_server_key command is used to list SSH keys which are used by OMPC for server authentication.
The ssh keys used by OMPC for server authentication is successfully listed.
For example, list_ssh_server_key long 77s0d8f8sd89sd90099988s0d, where long <ssh_key > is used or
list_ssh_server_key XXXXX1, where <key_name> is used.
36
Using OpenManage Power Center through Command Line Interface