How to check hba status in Solaris?

How to check hba status in Solaris?

Step 1 Run the fcinfo hba-port command to the HBA WWN in Solaris 10. Manufacturer: QLogic Corp. Manufacturer: QLogic Corp. Step 2 Run the prtpicl -v -c scsi-fcp |grep -i wwn command to view the HBA WWN in Solaris 8 and 9.

How do I know how many hba adapters I have?

  1. Find WWN in Linux is easy using existing commands and installing few systools will help us in getting the FC HBA adapter WWN in Linux.
  2. We can use lspci command to find the FC HBA adapter details first.
  3. Method 1 # lspci |grep -i hba 0e:04.0 Fibre Channel: QLogic Corp.

How do I scan a new disk in Solaris 11?

Let’s see how we can re-scan the SAN/FC luns on solaris 10/11 hosts. To scan new FC luns, Just execute the below commands. “luxadm probe” also used to scan FC luns but i am happy to use cfgadm….

  1. List the connected HBA.
  2. Reset the HBA using forcelip option.
  3. Verify the controller status using “cfgadm -al”.

How do I find my HBA details in Windows?

Steps

  1. Open the Computer Management window. For.
  2. Double-click Device Manager. A list of installed devices displays.
  3. Expand Storage controllers and double-click the appropriate HBA. The Properties dialog box for the HBA is displayed.
  4. Click Driver.
  5. Obtain the latest supported version from the Emulex or QLogic website.

How do I find my FC host in Linux?

Find out how many host bus adapter configured in the Linux box. you can use “systool -fc_host -v” to verify available FC in the system.

Where is HBA model in Linux?

Re: HOW TO FIND HBA DETAILS IN LINUX You probably will find your HBA module in /etc/modprobe. conf. There you can identify with “modinfo” if the module is for QLOGIC or EMULEX. Then use SanSurfer (qlogic) or HBA Anywhere (emulex) to obtain detailed and accurate information.

How do I install a new disk in Solaris 11?

x86: How to Create a Solaris fdisk Partition

  1. Become superuser or assume an equivalent role.
  2. Invoke the format utility.
  3. Type the number of the disk on which to create a Solaris fdisk partition.
  4. Select the fdisk menu.
  5. Create and activate a Solaris fdisk partition that spans the entire disk by specifying y at the prompt.

How to identify the HBA cards / ports and WWN in Solaris?

The fcinfo command give us more info on the HBA ports (model, manufactures etc) and the WWN numbers of the HBA ports.

How to identify a Lun in Solaris 10?

In Solaris 10, you can use the “fcinfo” utility which is a 2 step process to identify the Luns presented to the server. 1. Find the HBA port WWN number on the server: This command will show the HBA Port WWN among other information like the Node WWN, Device name, manufacturer, firmware, driver details etc.

What is the fcinfo command in Solaris 11?

The following examples show the most common administration operations that can be performed by using the fcinfo command: To list information of the HBA ports and their link statistics use the fcinfo hba-port -l command. To list all the remote ports on all the HBAs, use the fcinfo remote-port command.

How to get the target port WWN in Solaris?

To get information on target port WWN use the “remote-port -p” option with fcinfo. The syntax for the same is : Another way to get the target port WWNs is using the luxadm command with the dump_map option : Port_ID ending with “00” or “13” indicates a FC switch attached storage.