Tag Archives: SAN

Checking the status of multipathing in 11iv3

A common task in a sysadmin’s life is to assist to the changes which are affecting the SAN network. At smaller organizations it could be that besides the system administrator role you also need to manage the storage side.  So here’s a post which might help you if you need to check the status of [...]

HSSM CIM extension install

This guide about installing HP Storage Essentials CIM Extension on HP-UX 11i v1. The following patches are the minimum prerequisites you need to have installed on the system, it may vary depending on the version of your OS. It may be that these are now obsoleted by newer patches, so it might worth a look [...]

Changing the queue_depth parameter

Finally we can get some unusual large LUNs at my customer, but this arose some problems that we didn’t have until now. The read/write performance of a filesystem built from such very large LUNs can suffer if certain scsi parameters aren’t set. Here is an HP document that describes how you can solve this problem:

Migrating a ServiceGuard cluster to another storage

Here are the steps for offline migrating a Serviceguard cluster to another SAN: create a LUN list:no. of source box no. of source LUN size of source LUN no. of target box no. of target LUN size of target LUN

Calculating the HW path for a LUN

Ensure that the LUN number is represented in decimal; an HP XP disk array uses hexadecimal LUN numbers while an HP VA disk array uses decimal LUN numbers. The Virtual SCSI Bus starts at address 0. If LUN number is < 128 (dec) then go to step 7 below Increment Virtual SCSI Bus by 1 [...]

Understanding the HW path of SAN disks

A line from the ioscan output: Class       I  H/W Path       Driver    S/W State   H/W Type     Description ============================================================================= disk      224  0/3/1/0/4/0.1.64.0.0.2.0    sdisk     CLAIMED     DEVICE       HITACHI DISK-SUBSYSTEM <HBA/Interface card> 0/3/1/0/4/0 <Domain (~switch number)> 1 <Area (physical port number)> 64 <Port (always o in a switched fabric)> 0 <Virtual SCSI Bus> 0 <SCSI target> 2 <SCSI LUN> 0 [...]