Updating non-volatile wwnn (scriptwwnn), Updating non-volatile wwpn (scriptwwpn) – Dell Emulex Family of Adapters User Manual

Page 509

Advertising
background image

Offline and Online Adapter Management Utilities Version 10.2 User Manual

P010071-01A Rev. A

4. Offline Adapter Management Utility Command Line Interface

Using Script Files

509

In the following script file example, messages from the version and listhba commands

are output to the log file and to the screen. After the screendisplay command is set to 0,

all successive commands (download, listboot, and enableboot) result messages are

output only to the log file, not to the screen.

version

listhba

screendisplay o=0

download a=lpe11000 i=c:\temp\zd272a2.all

listboot n=2

enableboot n=2 i=1

Updating Non-volatile WWNN (scriptwwnn)

This command reads the WWNN words 0 and 1 from the command line to update the

non-volatile WWNN. You can also include this command in a script file. When the

adapter is discovered, the new WWNN value is used. The adapter retains the original

WWNN in another region of the firmware.

Caution:

Use the scriptwwnn command with caution. If you use the same WWNN on

more than one adapter in a fabric, unpredictable results may occur.

To change WWNN words 0 and 1 from the command line, type (all in one line)

oslpcfg scriptwwnn n=<adapter number> w0=<wwnn word 0> w1=<wwnn word 1>

The following example updates non-volatile WWNN word 0 and word 1 for adapter

#1:

oslpcfg scriptwwnn n=1 w0=10000345 w1=B620A1B2

Notes:

Word 0 of WWNN and WWPN names must follow one of the following

formats:

1 0 0 0 0 x x x

2 x x x x x x x

3 x x x x x x x

5 x x x x x x x

If the scriptvwwnn command has been used previously, the adapter continues

to use that WWNN until you change the WWNN with the restorenvwwn

command.

Updating Non-volatile WWPN (scriptwwpn)

This command reads WWPN words 0 and 1 from the command line to update the

non-volatile WWPN. You can also include this command in a script file. When it is

discovered, the adapter uses the new WWNN value. It does not use the original IEEE

address assigned by manufacturing (located in Configuration Region 16 or 32).

Caution:

Use the scriptwwpn command with caution. If you use the same WWPN on

more than one adapter in a fabric, unpredictable results may occur.

Advertising