The hcmds64radiussecret command registers a shared secret for the RADIUS server in the Ops Center Automator server when connecting with an external authentication server.
If you register a shared secret by using this command, run the hcmds64checkauth command to verify whether the shared secret can be correctly authenticated.
To register a shared secret, the syntax is:
hcmds64radiussecret [/set shared-Secret] /name RADIUS-server-indication-name
To delete a shared secret, the syntax is:
hcmds64radiussecret /delete /name RADIUS-server-indication-name
To display a list of server indication names of the RADIUS servers for which shared secrets are registered, the syntax is:
hcmds64radiussecret /list
where:
- /set registers a shared secret for the RADIUS server in the Ops Center Automator server. For a shared-Secret, you can specify printable ASCII characters (0x21 to 0x7E) of 128 bytes or less. If you execute the command without specifying the /set option, you will be promoted to enter a shared secret.
- /delete deletes a shared secret registered in the Ops Center Automator server.
- /name specifies a RADIUS server indication name. The specified name must match a server indication name specified for the auth.server.name property in the exauth.properties file.
- /list displays a list of server indication names of the RADIUS servers for which shared secrets are registered.