Difference between revisions of "Installing brocade HBA drivers in Linux"

From Notes_Wiki
(Created page with "=Installing brocade HBA drivers in Linux= To install brocade HBA drivers in Linux use: #Download '<tt>brocade_driver_linux_rhel6_v3-1-0-1.tar</tt>' and '<tt>brocade_adapter_s...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Installing brocade HBA drivers in Linux=
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Hardware drivers configuration or installation]] > [[HBA drivers]] > [[Installing brocade HBA drivers in Linux]]


To install brocade HBA drivers in Linux use:
To install brocade HBA drivers in Linux use:
Line 18: Line 18:


''Note that these steps are not required in latest Cent-OS (6.3 at time of writing) as the HBA gets detected and is usable even during installation. Even the exported LUNs are visible as SCSI disks without requiring any configuration change or running any command.''
''Note that these steps are not required in latest Cent-OS (6.3 at time of writing) as the HBA gets detected and is usable even during installation. Even the exported LUNs are visible as SCSI disks without requiring any configuration change or running any command.''
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Hardware drivers configuration or installation]] > [[HBA drivers]] > [[Installing brocade HBA drivers in Linux]]

Latest revision as of 12:50, 14 July 2022

Home > CentOS > CentOS 6.x > Hardware drivers configuration or installation > HBA drivers > Installing brocade HBA drivers in Linux

To install brocade HBA drivers in Linux use:

  1. Download 'brocade_driver_linux_rhel6_v3-1-0-1.tar' and 'brocade_adapter_software_installer_linux_x64_v3-1-0-1.bin' from brocade website.
  2. Copy downloaded files to temporary folder for installation
  3. Extract 'brocade_driver_linux_rhel6_v3-1-0-1.tar'
  4. Run './brocade_install.sh'
  5. Run 'brocade_adapter_software_installer_linux_x64_v3-1-0-1.bin'
  6. Go to '/opt/brocade/adapter/hbaagent/scripts' and run
    1. './hcmagentservice start'
    2. './hcmagentservice status'
    Ideally this should also be part of start-up.
  7. Go to '/opt/brocade/adapter/client'. Run './hcm.sh &'. Login using:
    • Username : Administrator
    • Password : password
    The agent uses default username 'admin' and probable password 'password'. Editing agent username or password is not required. To configure agent username and password go to '/opt/brocade/adapter/hbaagent/bin' and use './hcmagent -h' for help. Sample usage is './hcmagent -c ../conf/abyss.conf -s saurabh'
  8. Hard-disk should get detected and shown as LUN0, LUN1 etc. in HCM window

Note that these steps are not required in latest Cent-OS (6.3 at time of writing) as the HBA gets detected and is usable even during installation. Even the exported LUNs are visible as SCSI disks without requiring any configuration change or running any command.


Home > CentOS > CentOS 6.x > Hardware drivers configuration or installation > HBA drivers > Installing brocade HBA drivers in Linux