hcisecupgrade

Usage:

hcisecupgrade [-mode mode]-cacertpath path -caname name 
-capass password -hostpass password -adminpass password 
-sshostname host [-ssport port] [-l log] 
  • -mode mode
  • -cacertpath path is the CA public certificate location.
  • -caname name is the CA certificate name.
  • -capass password is the CA password.
  • -hostpass password is the host server password.
  • -adminpass password is the default user administrator password.
  • -sshostname host is the security server host name.
  • -ssport port is the security server port.
  • -l log is the log file path.

hcisecupgrade mode options

Usage:

hcisecupgrade [-mode mode][args] 

The available -mode options are:

  • NONE_TO_ADVANCED

    This is the default when no mode is specified.

  • NONE_TO_BASIC
  • ADVANCED_TO_NONE
  • BASIC_TO_NONE

Return code

After a command is run, there is a return code:

  • 0 indicates success in changing the security mode.
  • 1 indicates a failure to change the security mode.

Command help

Use hcisecupgrade -H for all available modes.

Use hcisecupgrade -mode mode -H | -help for usage of a specified mode.