Install Linux Unified Host Utilities 7.1
The Linux Unified Host Utilities (LUHU) assists you to manage NetApp ONTAP storage attached to a Linux host. NetApp strongly recommends installing the Linux Unified Host Utilities, but it is not mandatory. The utilities do not change any settings on your Linux host. The utilities improve management and assist NetApp customer support in gathering information about your configuration.
The following Linux distributions are supported:
-
Red Hat Enterprise Linux
-
SUSE Linux Enterprise Server
-
Oracle Linux
-
Oracle VM
-
Citrix XenServer
The NetApp Linux Unified Host Utilities software package is available on the NetApp Support Site in a 32-bit or 64-bit .rpm file.
-
For reliable operation, you must verify that your entire iSCSI, FC, or FCoE configuration is supported.
You can use the NetApp Interoperability Matrix Tool to verify your configuration.
-
You must install the host bus adapter (HBA) management packages available on the vendor support site.
The management software enables the SAN toolkit commands to gather information about the FC HBAs, such as their WWPNs. For the
sanlun fcp show adapter
command to work, verify that the following packages are correctly installed:-
Marvell QLogic HBA – QConvergeConsole CLI
-
Broadcom Emulex HBA - OneCommand Manager core application CLI
-
Marvell Brocade HBA – Brocade Command Utility CLI
-
-
RPM Packages "libhbaapi" and "libhbalinux" available for each Linux distribution should be installed on the host OS.
Linux Unified Host Utilities software does not support NVMe over Fibre Channel (NVMe/FC) and NVMe over TCP (NVMe/TCP) host protocols. |
-
If you have a version of Linux Unified Host Utilities currently installed, use the following command to remove it:
rpm -e netapp_linux_unified_host_utilities-7-1
For older versions of Linux Host Utilities, go to the directory where the host utility software is installed and enter the uninstall command to remove the installed package.
-
Download the 32-bit or 64-bit Linux Unified Host Utilities software package from the NetApp Support Site to your host.
-
Go to the directory to which you downloaded the software package and use the following command to install it:
rpm -ivh netapp_linux_unified_host_utilities-7-1.x86_xx.rpm
Example output
Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:netapp_linux_unified_host_utiliti################################# [100%]
-
Verify the installation:
sanlun version
Example output
sanlun version 7.1.386.1644
Recommended driver settings with Linux kernel
When you configure an FC environment that uses native inbox drivers that are bundled with the Linux kernel, you can use the default values for the drivers.
SAN Toolkit
Linux Unified Host Utilities is a NetApp host software that provides a command line tool kit on your Linux host.
The toolkit is installed automatically when you install the NetApp Host Utilities package. This kit provides the sanlun
utility, which helps you manage LUNs and HBAs. The sanlun
command returns information about the LUNs mapped to your host, multipathing, and information necessary to create initiator groups.
In the following example, the sanlun lun show
command returns LUN information.
# sanlun lun show all
Example output:
controller(7mode/E-Series)/ device host lun vserver(cDOT/FlashRay) lun-pathname filename adapter protocol size Product ------------------------------------------------------------------------------------ data_vserver /vol/vol1/lun1 /dev/sdb host16 FCP 120.0g cDOT data_vserver /vol/vol1/lun1 /dev/sdc host15 FCP 120.0g cDOT data_vserver /vol/vol2/lun2 /dev/sdd host16 FCP 120.0g cDOT data_vserver /vol/vol2/lun2 /dev/sde host15 FCP 120.0g cDOT
|