Bootluncfg – Dell POWEREDGE M1000E User Manual

Page 104

Advertising
background image

76

Fabric OS Command Reference

53-1002746-01

bootLunCfg

2

bootLunCfg

Transparently configures the boot LUN for an HBA.

SYNOPSIS

bootluncfg --add HBA_WWN PWWN LUN_ID

bootluncfg --delete HBA_WWN [PWWN LUN_ID]

bootluncfg --show

bootluncfg --help

DESCRIPTION

Use this command to configure the boot LUN for an HBA.

Existing fabric-based boot LUN discovery allows the host's boot LUN information to be stored in the
fabric zone database by using a zone name that contains the PWWN of an HBA port. The zone members
consist of storage target PWWN and LUN ID.

This command provides a simplified and transparent procedure for configuring the boot LUN. Once
configured, the HBA boot code queries the zone member list for the zone name matching the HBA
PWWN to determine the boot target and LUN.

NOTES

The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may be in
place. Refer to Chapter 1, "Using Fabric OS Commands" and Appendix A, "Command Availability" for
details.

OPERANDS

This command has the following operands:

HBA_WWN

Specifies the WWN of the HBA port connecting to the boot LUN. This is a
hexadecimal number, for example, 10:00:00:000:05:1e:41:9a:cb.

PWWN

Specifies the WWN of the remote storage target's port. For example,
50:00:00:05:1e:41:9a:ca. This operand is required with the --add option and
optional with the --delete option.

LUN_ID

Specifies the hexadecimal LUN identification. The LUN ID is represented as an
eight-byte value (four-level LUN addressing), for example,
09AABBCCDDEEFF00. This operand is required with the --add option and
optional with the --delete option.

--add

Configures the specified HBA (HBA_WWN) to boot from the specified LUN
(LUN_WWN) accessible through the Target PWWN (PWWN).

--delete

Removes the mapping for the HBA (HBA_PWWN) to boot from the LUN (LUN_ID)
accessible through the Target Port (PWWN).

--show

Displays all configured HBA to Port/LUN Mappings.

--help

Displays the command usage.

Advertising