The following procedure describes how to download the FoD
key and install the key file using removable media.
Before you begin
The following prerequisites are necessary for this task:
- The DSA Portable Edition is available on a removable medium (for
example, a CD-ROM or USB key) as a self-extracting file.
- You can be logged into the system as administrator, root, or as
another user with equivalent privileges.
- DSA can connect to an external network. The command download_fod_key requires
internet access.
About this task
All of the FoD operations use the FoD application option
and applicable subcommands. For more information, see
Appendix
B:
DSA FoD CLI switches.
Procedure
- Insert the removable medium with DSA Portable Edition into
the machine.
- Start the DSA Portable Edition executable on the removable
medium.
- Enter the following command and parameters to download
and generate a specific FoD key file from KMS:
DSA fod download_fod_key --ibmid userid:password>
--uid <unique_id> | --authcode <code> | --mt <machinetype>
- Enter the following command and parameters to install the
specified key file to a specific key repository:
DSA fod install_fod_key --keyfile <keyfile> |
--device <device> | --host <[http(s)]://[userid:password]@hostip:[port]> |
--tftp <[userid:password]@ip:[port]> | --tftp <[userid:password]@ip:[port]> |
--commnuity <commnuity> | --authproto <authproto> | --privproto <DES/AES> |
--privpasswd <password>
The definitions
of the parameters are:
- --keyfile <keyfile>
- The FoD Key(s) file name.
- --device <device>
- The type of key repository (IMM, CMM, or Switch).
- --host <[http(s)]://[userid:password]@hostip:[port]>
- This option is used for the remote activation key repository.
- If the --host parameter is not used, the
default host is the local IMM. "http" or "https" is used for the CIM
connection, and if not used, the default is "https" for this CIM connection.
- User ID and Password is for the device interface connection.
- For Switch, User ID and Password is auth info for SNMPv3.
- Port is used for the CIM interface; the default is 598.
- --tftp <ip:[port]>
- The TFTP server for the Switch SNMP interface.
- --commnuity <commnuity>
- The community for SNMPv1 and SNMPv2.
- --authproto <authproto>
- Authorization protocol for SNMPv3; default: No auth.
- --privproto <DES/AES>
- Privacy protocol for SNMPv3, default: No privacy.
- --privpasswd <password>
- The privacy password for SNMPv3.
Note: For multi-node systems, FoD
support is only available for the node with the IMM IP address specified.