HMC Manual Reference Pages  - CHHMCAUTH (1)

NAME

chhmcauth - change HMC multi-factor authentication settings

CONTENTS

Synopsis
Description
Options
Examples
Environment
Bugs
Author
See Also

SYNOPSIS

chhmcauth -t powersc -o {enable | disable | set}
[-h host-name] [-p port] [--help]

DESCRIPTION

chhmcauth changes the multi-factor authentication (MFA) settings for the Hardware Management Console (HMC).

OPTIONS

-t The type of MFA settings to change. The only valid value is powersc to change the PowerSC MFA settings.
-o The operation to perform. Valid values are enable to enable MFA, disable to disable MFA, and set to set MFA settings.
-h The host name or IP address of the MFA server.

This option is required when enabling MFA. This option is not valid when disabling MFA.

-p The network port number of the MFA server. If this option is not specified when the -h option is specified, the network port number is set to 6793.

This option is only valid when enabling MFA or setting MFA settings.

--help Display the help text for this command and exit.

EXAMPLES

Enable PowerSC MFA for the HMC:

chhmcauth -t powersc -h 9.3.12.345 -p 7844

Change the PowerSC MFA server host name and use the default port of 6793:

chhmcauth -t powersc -h mfaServer.company.com

Disable PowerSC MFA for the HMC:

chhmcauth -t powersc -o disable

ENVIRONMENT

None

BUGS

None

AUTHOR

IBM Austin

SEE ALSO

lshmcauth


Linux CHHMCAUTH (1) November 2018
Generated by manServer 1.07 from chhmcauth.1 using man macros.