VMware Cloud Community
Jae_Ellers
Virtuoso
Virtuoso
Jump to solution

How to configure Emulex adapter settings from the command line?

Hi All,

Anyone played with the emulex diagnostic utility dfc enough to understand how to set the topology?

We have a policy of point-to-point only (0x4) and I am sure I can set this for both hbas but can't find a word of support from Emulex. Of course the utility says "Do not run this utility unless instructed by Emulex Technical Support" but that shouldn't stop us.

This is the only setting I have to go into the Emulex utility to set manually.

-=-=-=-=-=-=-=-=-=-=-=-

Check my blog:

Now contributing to

-=-=-=-=-=-=-=-=-=-=-=-

-=-=-=-=-=-=-=-=-=-=-=-=-=-=- http://blog.mr-vm.com http://www.vmprofessional.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Tags (2)
Reply
0 Kudos
1 Solution

Accepted Solutions
depping
Leadership
Leadership
Jump to solution

just use the esxcfg-module command:

esxcfg-module -q

copy the module name for the emulex HBA

esxcfg-module -s "lpfc_topology=0x4" <modulename>

esxcfg-boot -b

reboot

Duncan

My virtualisation blog:

View solution in original post

Reply
0 Kudos
2 Replies
depping
Leadership
Leadership
Jump to solution

just use the esxcfg-module command:

esxcfg-module -q

copy the module name for the emulex HBA

esxcfg-module -s "lpfc_topology=0x4" <modulename>

esxcfg-boot -b

reboot

Duncan

My virtualisation blog:

Reply
0 Kudos
Jae_Ellers
Virtuoso
Virtuoso
Jump to solution

Thanks.

It's even documented .

-=-=-=-=-=-=-=-=-=-=-=-

Check my blog:

Now contributing to

-=-=-=-=-=-=-=-=-=-=-=-

-=-=-=-=-=-=-=-=-=-=-=-=-=-=- http://blog.mr-vm.com http://www.vmprofessional.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Reply
0 Kudos