Configuration commands, Updating configuration regions (config), Update by name – Dell Emulex Family of Adapters User Manual

Page 503: Update by number

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

Configuration Commands

503

Configuration Commands

Updating Configuration Regions (config)

There are two forms of configuration:

Configure all adapters of a given adapter name at once

Configure a single adapter by its number

Valid region numbers range from 0 to 32.

Update by Name

To update a specified configuration region on all adapters of the same selected name,

type (all on one line)

oslpcfg config a=<adapter name> r=<region number> c=<configuration

filename>

Note: The adapter name is the name that appears when you run the listHBA

command. For more information on the listHBA command, see “Viewing All

Adapters in the System (listhba)” on page 494.

The following example updates region 6 of all LP11000 adapters with ctplus1.cfl:

oslpcfg config a=lp11000 r=6 c=ctplus1.cfl

The following example updates region 17 of all ABC24-FC56 adapters with

d:\dfplus1.cfl:

oslpcfg config a=ABC24-FC56 r=17 c=d:\dfplus1.cfl

Note: The size of the .cfl file for configuration region update can be up to 2028 bytes.

Update by Number

To update a specified configuration region for one adapter, type (all on one line)

oslpcfg config n=<adapter number> r=<region number>

c=<configuration filename>

The following example updates region 17 of adapter number 4 with heplus1.cf1:

oslpcfg config n=4 r=17 c=heplus1.cfl

The following example updates region 6 of adapter number 2 with d:\dfplus1.cf1:

oslpcfg config n=2 r=6 c=d:\dfplus1.cfl

Advertising