| C H A P T E R 4 |
|
Administering the Sun Crypto Accelerator 4000 Board |
This chapter provides an overview of administering the board with the vcaadm, vcad, and vcadiag utilities. The following sections are included:
|
Note - vcaadm 2.0 administers boards running either Version 1.1 or 2.0 firmware and is fully backwards compatible. |
The vcaadm utility offers a command-line interface to the Sun Crypto Accelerator 4000 board. Only users designated as security officers are permitted to use the vcaadm utility. When you first connect to a Sun Crypto Accelerator 4000 board with vcaadm, you are prompted to create an initial security officer and password.
To access the vcaadm utility easily, place the Sun Crypto Accelerator 4000 tools directory in your search path, for example:
The vcaadm command-line syntax is:
|
Note - When using the -d attribute, vcaN is the board's device name, where the N corresponds to the Sun Crypto Accelerator 4000 device instance number. |
TABLE 4-1 shows the options for the vcaadm utility.
|
Note - The name sec-officer is used throughout this user's guide as an example security officer name. |
vcaadm can run in one of three modes. These modes differ mainly in how commands are passed into vcaadm. The three modes are Single-Command mode, File mode, and Interactive mode.
|
Note - To use vcaadm, you must authenticate as security officer. How often you need to authenticate as security officer is determined by which operating mode you are using. |
In Single-Command mode, you must authenticate as security officer for every command. Once the command is executed, you are logged out of vcaadm.
When entering commands in Single-Command mode, you specify the command to be run after all the command-line switches are specified. For example, in Single-Command mode, the following command would show all the users in a given keystore and return the user to the command shell prompt.
The following command performs a login as the security officer, sec-officer, and creates the user web-admin in the keystore.
$ vcaadm -s sec-officer create user web-admin Security Officer Password: Enter new user password: Confirm password: User web-admin created successfully. |
|
Note - The first password is for the security officer, followed by the password and confirmation for the new user web-admin. |
All output from Single-Command mode goes to the standard output stream. This output can be redirected using standard UNIX shell-based methods.
In File mode, you must authenticate as security officer for every file you run. You are logged out of vcaadm after the commands in the command file are executed.
To enter commands in File mode, you specify a file from which vcaadm reads one or more commands. The file must be ASCII text, consisting of one command per line. Begin each comment with a pound sign (#) character. If the File mode option is set, vcaadm ignores any command-line arguments after the last option. The following example runs the commands in the deluser.scr file and answers all prompts in the affirmative:
In Interactive mode, you must authenticate as security officer every time you connect to a board. This is the default operating mode for vcaadm. To log out of vcaadm in Interactive mode, use the logout command. Refer to Logging In and Out With vcaadm.
Interactive mode presents the user with an interface similar to ftp(1), where commands can be entered one at a time. The -y option is not supported in Interactive mode.
When you use vcaadm from the command line and specify host, port, and device using the -h, -p, and -d attributes respectively, you are immediately prompted to log in as security officer if a successful network connection was made.
The vcaadm utility establishes an encrypted network connection (channel) between the vcaadm application and the Sun Crypto Accelerator 4000 firmware running on a specific board.
During setup of the encrypted channel, boards identify themselves by their hardware Ethernet address and an RSA public key. A trust database ($HOME/.vcaadm/trustdb) is created the first time vcaadm connects to a board. This file contains all of the boards that are currently trusted by the security officer.
If the security officer connects to a new board, vcaadm notifies the security officer and prompts with the following options:
1. Abort the connection 2. Trust the board for this session only 3. Replace the trusted key with the new key |
If the security officer connects to a board that has a remote access key that has been changed, vcaadm will notify the security officer and prompt the following three options:
1. Abort the connection 2. Trust the connection one time only (no changes to trust database) 3. Replace the old public key bound to this hardware ethernet address with the new public key |
|
Note - The remaining examples in this chapter were created with the Interactive mode of vcaadm. |
When connecting to a new board, vcaadm must create a new entry in the trust database. The following is an example of logging in to a new board.
When connecting to a board that has a changed remote access key, vcaadm must change the entry corresponding to the board in the trust database. The following is an example of logging in to a board with a changed remote access key.
The vcaadm prompt in Interactive mode is displayed as follows:
The following table describes the vcaadm prompt variables:
|
vca is a string that represents the Sun Crypto Accelerator 4000 board. N is the device instance number (unit address) that is in the device path name of the board. Refer to To Set Driver Parameters Using a vca.conf File for details on retrieving this number for a device. |
|
|
The name of the host for which the Sun Crypto Accelerator 4000 board is physically connected. hostname may be replaced with the physical host's IP address. |
|
|
The name of the security officer that is currently logged in to the board. |
If you are working in Interactive mode, you might want to disconnect from one board and connect to another board without completely exiting vcaadm. To disconnect from a board and log out, but remain in Interactive mode, use the logout command:
In the previous example, notice that the vcaadm> prompt no longer displays the device instance number, hostname, or security officer name. To log in to another device, type the connect command with the following optional parameters.
vcaadm{vcaN@hostname, sec-officer}> logout vcaadm> connect host hostname dev vca2 Security Officer Login: sec-officer Security Officer Password: vcaadm{vca2@hostname, sec-officer}> |
vcaadm does not let you issue the connect command if you are already connected to a Sun Crypto Accelerator 4000 board. You must first log out and then issue the connect command.
Each new connection causes vcaadm and the target Sun Crypto Accelerator 4000 firmware to renegotiate new session keys to protect the administrative data that is sent.
The vcaadm utility has a command language that must be used to interact with the Sun Crypto Accelerator 4000 board. Commands are entered using all or part of a command (enough to uniquely identify that command from any other command). Entering sh instead of show would work, but re is ambiguous because it could be reset or rekey.
The following example shows entering commands using entire words:
vcaadm{vcaN@hostname, sec-officer}> show user User Status ----------------------------------------------------- web-admin Enabled Tom Enabled ----------------------------------------------------- |
The same information can be obtained in the previous example using partial words as commands, such as sh us.
An ambiguous command produces an explanatory response:
vcaadm has built-in help functions. To get help, you must enter a question mark (?) character following the command you want more help on. If an entire command is entered and a "?" exists anywhere on the line, you get the syntax for the command, for example:
You can also enter a question mark at the vcaadm prompt to see a list of all of the vcaadm commands and their description, for example:
Two commands allow you to exit from vcaadm: quit and exit. The Ctrl-D key sequence also exits from vcaadm.
The first step in configuring a Sun Crypto Accelerator 4000 board is to initialize it. When you initialize a board it is necessary to create a keystore. (See Concepts and Terminology.) When you first connect to a Sun Crypto Accelerator 4000 board with vcaadm, you are prompted to initialize the board with a new keystore or an existing keystore, which is stored in a backup file. vcaadm prompts you for all the required information for either type of board initialization.
1. Initialize the board with the vcaadm command.
2. Enter 2 then 1 as shown in the following example:
3. Create a keystore name (See Naming Requirements.):
4. Select FIPS 140-2 mode or non-FIPS mode.
When in FIPS mode the board is FIPS 140-2, level 3 compliant. FIPS 140-2 is a Federal Information Processing standard that requires tamper-resistance and a high level of data integrity and security. Refer to the FIPS 140-2 document located at
http://www.nist.gov/dmvp
5. Create an initial security officer name and password (See Naming Requirements.):
6. Verify the configuration information:
If you are adding multiple boards to a single keystore, you might want to initialize all of the boards to use the same keystore information. In addition, you might want to restore a Sun Crypto Accelerator 4000 board to the original keystore configuration. This section describes how to initialize a board to use an existing keystore which is stored in a backup file.
You must first create a backup file of an existing board configuration before performing this procedure. Creating and restoring a backup file requires a password to encrypt and decrypt the data in the backup file. (See Backing Up the Master Key.)
1. Initialize the board with the vcaadm command.
1. Enter 2 as shown in the following example:
2. Enter the path and password to the backup file:
|
Note - If the backup file was created in Multi-Admin mode, authentication is required by multiple security officers assigned the Multi-Admin role. |
3. Verify the configuration information:
A keystore is a repository for key material. Associated with a keystore are security officers and users. Keystores not only provide storage, but a means for key objects to be owned by user accounts. This enables keys to be hidden from applications that do not authenticate as the owner. Keystores have three components:
Security officer names, user names, and keystore names must meet the following requirements:
|
63 characters for user names and 32 characters for keystore names |
|
Password requirements vary based on the current set passreq setting (low,
med, or high).
Use the set passreq command to set the password requirements for the Sun Crypto Accelerator 4000 board. This command sets the password character requirements for any password prompted by vcaadm. There are three settings for password requirements, as shown in the following table:
To change the password requirements, enter the set passreq command followed by low, med, or high. The following commands set the password requirements for a Sun Crypto Accelerator 4000 board to high:
vcaadm{vcaN@hostname, sec-officer}> set passreq high vcaadm{vcaN@hostname, sec-officer}> set passreq Password security level (low/med/high): high |
There may be more than one security officer for a keystore. Security officer names are known only within the domain of the Sun Crypto Accelerator 4000 board and do not need to be identical to any user name on the host system.
When creating a security officer, the name is an optional parameter on the command line. If the security officer name is omitted, vcaadm prompts you for the name. (See Naming Requirements.)
These user names are known only within the domain of the Sun Crypto Accelerator 4000 board and do not need to be identical to the UNIX user name for the web server process.
When creating a user, the user name is an optional parameter on the command line. If the user name is omitted, vcaadm prompts you for the user name. (See Naming Requirements.)
Users must use this password when authenticating during a web server startup.
|
Caution - Users must remember their password so they can access their keys. There is no way to retrieve a lost password. |
|
Note - The user account is logged out if no commands are entered for more than five minutes. This is a tunable option. See Setting the Auto-Logout Time for details. |
To list users or security officers associated with a keystore, enter the show user or show so commands.
Only security officer passwords may be changed with vcaadm. Security officers can change are their own password. Use the set password command to change security officer passwords.
vcaadm{vcaN@hostname, sec-officer}> set password Enter new security officer password: Confirm password: Security Officer password has been set. |
User passwords may be changed through the PKCS#11 interface with the Sun ONE Web Server modutil utility. Refer to the Sun ONE Web Server documentation for details.
|
Note - Security officers cannot be disabled. Once a security officer is created, it is enabled until it is deleted. |
By default each user is created in the enabled state. Users may be disabled. Disabled users cannot access their key material with the PKCS#11 interface. Enabling a disabled user restores access to all of that user's key material.
When enabling or disabling a user, the user name is an optional parameter on the command line. If the user name is omitted, vcaadm prompts you for the user name. To disable a user account, enter the disable user command.
vcaadm{vcaN@hostname, sec-officer}> disable user Tom User Tom disabled. vcaadm{vcaN@hostname, sec-officer}> disable user User name: web-admin User web-admin disabled. |
To enable an account, enter the enable user command.
vcaadm{vcaN@hostname, sec-officer}> enable user Tom User Tom enabled. vcaadm{vcaN@hostname, sec-officer}> enable user User name: web-admin User web-admin enabled. |
Issue the delete user command and specify the user to be deleted. When deleting a user, the user name is an optional parameter on the command line. If the user name is omitted, vcaadm prompts you for the user name.
Issue the delete so command and specify the security officer to be deleted. When deleting a security officer, the security officer name is an optional parameter on the command line. If the security officer name is omitted, vcaadm prompts you for the security officer name.
Keystores are stored on the disk and encrypted in a master key. This master key is stored in the Sun Crypto Accelerator 4000 firmware and can be backed up by a security officer.
To back up the master key, use the backup command. The backup command requires a path name to a backup file where the backup will be stored. This path name can be placed on the command line or if omitted, vcaadm prompts you for the path name.
A password must be set for the backup data. This password is used to encrypt the master key in the backup file.
|
Note - If the following command is executed in Multi-Admin mode, authentication is required by multiple security officers assigned the Multi-Admin role. |
vcaadm{vcaN@hostname, sec-officer}> backup /opt/SUNWconn/vca/backups/bkup.data Enter a password to protect the data: Confirm password: Backup to /opt/SUNWconn/vca/backups/bkup.data successful. |
A site might have a strict security policy that does not permit the master key for a Sun Crypto Accelerator 4000 board to leave the hardware. This can be enforced using the set lock command.
|
Caution - Once this command is issued, all attempts to back up the master key will fail. This lock persists even if the master key is rekeyed. The only way to clear this setting is to zeroize the Sun Crypto Accelerator 4000 board with the zeroizecommand. (See Performing a Software Zeroize on the Board.) |
The vcaadm utility includes a special mode of operation called Multi-Admin mode. In this mode, certain commands require multiple security officers to authenticate and approve the command before it can complete successfully. Security officers must be in the Multi-Admin role before they can authenticate Multi-Admin commands.
When a Multi-Admin command is issued, no other general administration on the board can take place until either the command times out, is cancelled by the security officer who started the command, or the command completes successfully. A timeout from 1 to 15 minutes must be set at or before Multi-Admin mode is enabled. See Setting a Multi-Admin Command Timeout for more information. Also security officers must set the number of Multi-Admin role members required to authenticate any Multi-Admin command.
When a Multi-Admin command is initiated, the vcaadm session from which it is started will wait until one of three conditions occur: The command completes successfully, the command fails, or the command times out. Other Multi-Admin role members will log in to the device using their respective vcaadm sessions. During Multi- Admin mode commands, these role members can only authenticate the command in progress. If the initiating security officer's vcaadm session terminates unexpectedly, the security officer can log back into the device and cancel the command. Otherwise, the board cannot be administered normally until the command times out.
This section describes how to configure and manage Multi-Admin mode with the vcaadm utility. First, you must identify your security officers and place them in the multi-admin role. You must have enough security officers in that role to satisfy the minimum number set with the set multiadmin minauth command. If the number of multi-admin role members is below the minimum threshold, you cannot enable multi-admin mode.
To assign the Multi-Admin role to a security officer, use the enable authmember so-name command. If executed in Multi-Admin mode, this command requires authentication by multiple security officers assigned the Multi-Admin role.
The following command assigns a security officer the Multi-Admin role.
vcaadm{vcaN@hostname, sec-officer}> enable authmember sec-officer Added multi-admin role to Security Officer sec-officer. |
To remove a security officer from the Multi-Admin role, use the disable authmember so-name command. If executed in Multi-Admin mode, this command requires authentication by multiple security officers assigned the Multi-Admin role.
vcaadm{vcaN@hostname, sec-officer}> disable authmember sec-officer Removed multi-admin role from Security Officer rew. |
This command removes security officers from the Multi-Admin role only if they are in addition to the minimum required. This command exits if only a minimum number of security officers are assigned the Multi-Admin role. See Setting the Minimum Number of Security Officers Required to Authenticate Multi-Admin Commands.
To set the minimum number of required security officers to authenticate Multi-Admin commands, use the set multiadmin minauth minimum-role-members command. The minimum-role-members value must at least two and less than or equal to the total number of security officers on the system. In addition, if Multi-Admin mode is already enabled the new value cannot exceed the number of members with the Multi-Admin role. If executed in Multi-Admin mode, this command requires authentication by multiple security officers assigned the Multi-Admin role.
The following command sets the minimum number of required security officers to authenticate Multi-Admin commands.
vcaadm{vcaN@hostname, sec-officer}> set multiadmin minauth 3 Multi-admin mode now requires 3 security officers to authenticate. |
To change the timeout for commands that require Multi-Admin mode authentication, use the set multiadmin timeout minutes command. The minutes value must be between 1 and 1440 minutes (1 day). If a value larger than 1440 is specified, the value will be set to 1440. If executed in Multi-Admin mode, this command requires authentication by multiple security officers assigned the Multi-Admin role.
The following command changes the timeout for commands that require Multi-Admin mode authentication.
vcaadm{vcaN@hostname, sec-officer}> set multiadmin timeout 3 New multi-admin timeout value is 3 minutes. |
To enable Multi-Admin mode, use the enable multiadmin command. When enabled, certain commands require multiple security officers to authenticate before the command can complete successfully. When this command is executed, the security officer is presented with the current Multi-Admin mode settings and is given the opportunity to change these settings before the command completes. This command does not accept the -y (yes to all) flag.
The following command enables Multi-Admin mode.
To disable Multi-Admin mode, use the disable multiadmin command. This command requires authentication by multiple security officers assigned the Multi-Admin role.
The following command disables Multi-Admin mode.
With the minimum number of required security officers set to three, adding additional security officers requires the authorization of three different security officers, including the initiating security officer, to authenticate before this command can complete.
Execute the following command on the initiating security officer's vcaadm session.
Other security officers must log in from their respective vcaadm sessions.
In this example the following command is cancelled. This command must be entered on the initiating security officer's vcaadm session.
To cancel the command, the initiating security officer must either close the current vcaadm session or log in with a second vcaadm session.
If the vcaadm session from which the command was initiated is still active, the following message is displayed.
In this example, the following command is issued by the security officer.
Log in by non-multi-admin security officer.
In this example, the following command is executed by a security officer without multi-admin role permissions.
This section describes how to manage Sun Crypto Accelerator 4000 boards with the vcaadm utility.
To customize the amount of time before a security officer is automatically logged out of the board, use the set timeout command. To change the auto-logout time, enter the set timeout command followed by the number of minutes before a security officer is automatically logged out. A value of 0 disables the automatic logout feature. The maximum delay is 1,440 minutes (1 day). A newly initialized board defaults to 5 minutes.
The following command changes the auto-logout time for a security officer to 10 minutes:
To get the current status of a Sun Crypto Accelerator 4000 board, issue the show status command. This command displays the hardware and firmware versions for that board, the MAC address of the network interface, the status (Up versus Down, speed, duplex, and so on) of the network interface, and the keystore name and ID.
You can update the firmware for the Sun Crypto Accelerator 4000 board as new features are added. To load firmware, issue the loadfw command and provide a path to the firmware file.
A successful update of the firmware requires you to manually reset the board with the reset command. When you reset the board, the currently logged in security officer is logged out.
In certain situations, it might be necessary to reset the board. To do this, you must issue the reset command. You are asked if this is what you wish to do. Resetting a Sun Crypto Accelerator 4000 board might temporarily cease the acceleration of cryptography on the system unless there are other active Sun Crypto Accelerator 4000 boards able to take over the load. Also, this command automatically logs you out of vcaadm, so you must reconnect to the device by logging back into vcaadm if you wish to continue administering it.
vcaadm{vcaN@hostname, sec-officer}> reset WARNING: Issuing this command will reset the the board and close this connection. Proceed with reset? (Y/Yes/N/No) [No]: y Reset successful. |
If your security policy changes, you might want to use new keys as the master key or remote access key. The rekey command enables you to regenerate either of these keys, or both.
Rekeying the master key also causes the keystore to be reencrypted under the new key, and invalidates older backed up master key files with the new keystore file. Make a backup of the master key whenever it is rekeyed. If you have multiple Sun Crypto Accelerator 4000 boards using the same keystore, you need to backup this new master key and restore it to the other boards.
Rekeying the remote access key logs the security officer out, forcing a new connection that uses the new remote access key.
You may specify one of three key types when issuing the rekey command:
The following is an example of entering a key type of all with the rekey command:
There are two methods of clearing a board of all its key material. The first method is with a hardware jumper (shunt); this form of zeroizing returns the board to its original factory state (Failsafe mode). (See Zeroizing the Sun Crypto Accelerator 4000 Hardware to the Factory State.) The second method is to use the zeroize command.
|
Note - The zeroize command removes the key material, and leaves any updated firmware intact. This command also logs the security officer out upon successful completion. |
To perform a software zeroize on a board with the zeroize command, enter the command and confirm it:
Diagnostics can be performed from the vcaadm utility and from the SunVTS software. The diagnostics command in vcaadm covers three major categories in the Sun Crypto Accelerator 4000 hardware: general hardware, cryptographic subsystem, and network subsystem. Tests for general hardware cover DRAM, flash memory, the PCI bus, the DMA controller, and other hardware internals. Tests for the cryptographic subsystem cover random number generators and cryptographic accelerators. Tests on the network subsystem cover the vca device.
The service management facility (SMF) allows you to start and stop the vcad service. On boot, the service will normally be in a running (online) state. The state of the vcad service can be checked using the svcs command:
See the svcs(1) command for more display options.
You can use the svcadm command to start, stop, and restart the vcad service:
The vcad command configures and starts the vcad daemon, which provides cryptographic keystore services for vcaadm(1M) and other cryptographic applications. The vcad daemon also handles reading and writing of keystore data for the driver and hardware.
To access the vcad command easily, place the Sun Crypto Accelerator 4000 tools directory in your search path, for example:
The command-line syntax for the vcad command is:
/opt/SUNWconn/cryptov2/sbin/vcad [-FV] [-f config-file]
|
Note - Whenever possible, use the Service Management Facility to start and stop vcad rather than the command-line. |
TABLE 4-7 describes the supported options for the vcad command.
The vcad daemon obtains operating parameters from a configuration file. By default the daemon looks for this configuration file in /etc/opt/SUNWconn/vca/vcad.conf, although you may specify other files with the -f flag of the vcad command when invoking the vcad daemon. If the -f flag is not used and the default configuration file cannot be found or read, the vcad daemon attempts to start using all default values. In this case a warning message is sent to the standard error output.
The configuration file contains one directive per line. Each directive must have a value associated with it. Comments may be used and must start with the pound sign (#). Directive names are case-insensitive, but their values might be case-sensitive. See the descriptions of each directive in TABLE 4-8 for more detail.
Configuration file directives may be superseded by the use of a command-line option for the same operating parameter. For example, you can supersede the "Port" configuration file directive with the -p option. Operating parameters that are not specified with a command-line option or a configuration file directive use a built-in default value. TABLE 4-8 describes the supported command-line directives for the vcad command.
|
Enables the user to set the one of three debug levels in the configuration file. These three levels, from least verbose to most, are Notice, Info, and Debug. Notice level is the default. |
|
|
Tells vcad to bind and listen on the specified IPv4 or IPv6 address, or the IP address that host resolves to. Multiple HostBind directives enable vcad to listen on more than one address. If no HostBind entries are in a configuration file, the default behavior is to listen on all interfaces for connections. |
|
|
Enables the administrator to select an alternate directory for the storage of keystore files. This directory must have read and write permission for the user for which vcad runs (See the User directive). The default location for the keystore directory is /etc/opt/SUNWconn/vca/keydata. |
|
|
Uses logfile as the location where all logging data is to be written. By default, logging data is written to syslog. If the -F (run in foreground) command-line flag is used, this directive is ignored and vcad logging data is sent to the standard error device. |
|
|
Sets the maximum allowable data to be sent in a single command to be size bytes. By default this value is 4 MB (4194304 bytes). If the data sent exceeds this value, vcad returns an error to the client and closes the connection. |
|
|
Sets the port on which vcad listens. The default port vcad listens on is 6870. |
|
|
Enables the administrator to set a timeout value for command data once the first byte of that data has been received. This timeout value prevents stalled reads from locking access to specific cards. This timeout does not apply to vcad when it is waiting for a connected client to send a new command. Firmware timeout values cover this issue. (See Setting the Auto-Logout Time.) The default timeout is 300 seconds (five minutes). |
|
|
Sets vcad to run as username. The daemon attempts to set its real user ID to the UID associated with username. The default value for this directive is the user who started the vcad process. |
The vcadiag utility provides a command-line interface to the Sun Crypto Accelerator 4000 board that enables superusers to perform administrative tasks without authenticating as security officer. Command-line options determine the actions that vcadiag performs.
To access the vcadiag utility easily, place the Sun Crypto Accelerator 4000 tools directory in your search path, for example:
The vcadiag command-line syntax is:
|
Note - When using the [-DFKLRSZ] options, vcaN is the board's device name where the N corresponds to the Sun Crypto Accelerator 4000 device instance number. |
TABLE 4-9 describes the supported options for the vcadiag utility.
The following is an example of the -D option:
The following is an example of the -F option:
The following is an example of the -K option:
The following is an example of the -R option:
# vcadiag -R vca0 Resetting device vca0, this may take a minute. Please be patient. Device vca0 reset ok. |
The following is an example of the -S option:
The following is an example of the -U option:
# vcadiag -U fw-file vca0 Updating firmware on vca0, this may take a few minutes. Please be patient. Firmware update on vca0 complete. Reset required to activate new firmware. |
The following is an example of the -V option:
# vcadiag -V vcadiag (Sun Crypto Accelerator 4000) 2.0 Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. |
The following is an example of the -Z option:
# vcadiag -Z vca0 Zeroizing device vca0, this may take a few minutes. Please be patient. Device vca0 zeroized. |
There are two methods to assign different MAC addresses to multiple boards in a single server. The first method is at the operating-system level, and the second is at the OpenBoot PROM level.
|
1. Enter the following command:
|
Note - With the "local-mac-address?" parameter set to true, all unintegrated network interface devices use the local MAC address assigned to the product at the manufacturing facility. |
|
|
1. Enter the following command at the OpenBoot PROM ok prompt:
|
Note - With the "local-mac-address?" parameter set to true, all nonintegrated network interface devices use the local MAC address assigned to the product at the manufacturing facility. |
Copyright © 2005, Sun Microsystems, Inc. All Rights Reserved.