Summary of Contents for HP StorageWorks XP10000 - Disk Array
Page 1
HP StorageWorks XP Disk Array Configuration Guide for HP-UX HP XP24000 Disk Array HP XP20000 Disk Array HP XP12000 Disk Array HP XP10000 Disk Array HP 200 Storage Virtualization System Abstract This guide provides requirements and procedures for connecting an XP disk array or SVS 200 to a host system, and for configuring the disk array for use with the HP-UX operating system.
Contents 1 Installing and configuring HP-UX for the XP disk array ......7 Features and requirements ......................7 Fibre Channel interface ....................... 7 Device emulation types ........................ 8 Failover ............................. 8 SNMP configuration ........................9 XP RAID Manager command devices .................... 9 Installation roadmap ........................
Page 4
Documentation feedback ......................34 A Path worksheet ................35 Worksheet ..........................35 B Disk array supported emulations ............37 Supported emulations ........................ 37 Emulation specifications ......................37 LUSE device parameters ......................40 SCSI TID map for Fibre Channel adapters ..................42 C Reference information for the HP System Administration Manager (SAM) ....................
Page 5
Figures SNMP configuration ....................9 Point-to-point fabric topology example ............... 12 Multi-cluster environment ..................13 XP Disk Array Configuration Guide for HP-UX...
Page 6
Tables Host group modes (options) ..................11 Fabric topology settings ................... 12 Fabric zoning and LUN security settings ..............14 Device file name example ..................17 Device information example ..................20 Auto-mount parameters .................... 30 Error conditions ...................... 31 Path worksheet ....................... 35 Supported emulations ....................
1 Installing and configuring HP-UX for the XP disk array You and the HP service representative each play a role in installation. The HP service representative is responsible for installing the disk array and formatting the disk devices. You are responsible for configuring the host server for the new devices with assistance from the HP service representative.
Short-wave non-OFC (open fiber control) optical interface Multimode optical cables with SC or LC connectors Public or private arbitrated loop (FC-AL) or direct fabric attach Fibre Channel switches Even though the interface is Fibre Channel, this guide uses the term “SCSI disk” because disk array devices are defined to the host as SCSI disks.
SNMP configuration The XP family of disk arrays and the SVS 200 support standard Simple Network Management Protocol (SNMP) for remotely managing arrays. The SNMP agent on the service processor (SVP) performs error-reporting operations requested by the SNMP manager. SNMP properties are usually set from the SVP but they can also be set remotely using XP Remote Web Console or XP Command View Advanced Edition Software.
Configuring disk array devices Verifying the device files and drivers Creating the device files Creating the physical volumes Creating new volume groups Creating logical volumes Creating the file systems Setting the I/O timeout parameter Creating the mount directories Mounting and verifying the file systems Setting and verifying the auto-mount parameters Installing and configuring the disk array The HP service representative performs these tasks:...
When a new host group is added, additional host group modes (options) may be configured. The storage administrator must verify if an additional host group mode is required for the host group. The following host group modes (options) are available for HP-UX: Table 1 Host group modes (options) Host Group...
Fibre address In fabric environments, the port addresses are assigned automatically. In arbitrated loop environments, set the port addresses by selecting a unique arbitrated loop physical address (AL-PA) or loop ID for each port. For specific values, refer to the HP StorageWorks XP LUN Manager User's Guide applicable to your array.
Fabric parameter Connection parameter Provides FC-AL Not supported Direct Fabric Attach Not supported Installing and configuring the host This section explains how to install and configure Fibre Channel adapters (FCAs) that connect the host to the disk array. Loading the operating system and software Follow the manufacturer's instructions to load the operating system and software onto the host.
WARNING! For OpenVMS HP recommends that a volume be presented to one OpenVMS cluster or stand alone system at a time. Volumes should not be presented to allow them to move between stand alone systems and/or OpenVMS clusters, as this can lead to corruption of the OpenVMS volume and data loss.
In XP Command View Advanced Edition Software, LUN mapping includes: Configuring ports Creating storage groups Mapping volumes and WWN/host access permissions to the storage groups For details see the HP StorageWorks XP LUN Manager User s Guide or the HP StorageWorks XP Command View Advanced Edition Software Device Manager Web Client User s Guide.
Page 16
To verify device recognition: Log in to the system as root. Display the device data to verify that the system recognizes the newly installed devices on the disk array. Use the ioscan fn command to display the device data. On a system with a large LUN configuration, HP-UX may not build device files on all LUNs. Enter e to build all missing device files.
Construct the device file name for each device, using the device information, and enter the file names in your table. Use the following formula to construct the device file name: cxtydz where: x = SCSI bus instance number y = SCSI target ID z = LUN c stands for controller t stands for target ID...
Mounting and verifying the file systems 10. Setting and verifying the auto-mount parameters The HP-UX system uses the Logical Volume Manager (LVM) to manage the OPEN-x devices on the disk array. The instructions in this section do not explicitly cover all LVM configuration issues. For further information on LVM configuration, see the HP-UX user documentation.
After verifying the block-type and character-type device files, verify the HP-UX driver for the disk array using the ioscan fn command. Example # ioscan -fn Class I H/W Path Driver S/W State H/W Type Desc ------------------------------------------------------------ root CLAIMED BUS_NEXUS... CLAIMED BUS_NEXUS...
Construct the minor number for each device, using the device information, and enter the file names in your table. Use the following formula to construct the minor number: 0xxxyz00 where xx = SCSI bus instance number, y = SCSI target ID, and z = LUN. Display the driver information for the system using the lsdev command.
Creating the physical volumes A physical volume must be created for each new SCSI disk device. To create the physical volumes: Use the pvcreate command to create the physical volumes with the character-type device file as the argument. Specify the /dev/rdsk directory. Example # pvcreate /dev/rdsk/c6t0d0 Physical volume "/dev/rdsk/c6t0d0"...
Page 22
Choose a unique minor number for the new group file in sequential order (for example, when existing volume groups are vg00-vg05 and the next group name is vg06, use minor number 06 for the vg06 group file). The minor numbers are hexadecimal (for example, the 10th minor number is 0x0a0000). Use mknod to create the group file for the new directory.
Use vgdisplay v to verify that the volume group was created correctly. The v option displays the detailed volume group information. Example # vgdisplay v /dev/vg06 - - - Volume groups - - - VG Name /dev/vg06 VG Write Access read/write VG Status available...
Page 24
lvreduce L size /dev/vgnn/lvolx CAUTION: Data within the file system can be lost after execution of lvreduce. Create logical volumes after you create volume groups. A logical volume must be created for each new SCSI disk device. To create logical volumes: Use the lvcreate L command to create a logical volume.
Use the lvdisplay command to verify that the logical volume was created correctly. Example # lvdisplay /dev/vg06/lvol1 - - - Logical volume - - - LV Name /dev/vg06/lvol1 VG Name /dev/vg06 LV Permission read/write LV Status available/syncd Mirror copies Consistency Recovery Schedule parallel LV Size (Mbytes)
To create file systems: Use the newfs command to create the file system using the logical volume as the argument. Example 1 # newfs /dev/vg06/rlvol1 newfs: /etc/default/fs determine the file system type mkfs (hfs): Warning -272 sectors in the last cylinder are not allocated.
Verify the current I/O time-out value using the pvdisplay command: Example # pvdisplay /dev/dsk/c0t6d0 - - - Physical volumes - - - PV Name /dev/dsk/c0t6d0 VG Name /dev/vg06 PV Status available Allocatable VGDA Cur LV PE Size (Mbytes) Total PE Free PE Allocated PE 586 [OPEN-9]...
Use mkdir with the new mount directory name as the argument to create the mount directory. Example # mkdir /AHPMD-LU00 Use the ls x command to verify the new mount directory. Example The following example shows the root directory as the location for the mount directories. # ls -x AHPMD-LU00 device...
As a final verification, perform some basic UNIX operations (for example file creation, copying, and deletion) on each logical device to make sure that the devices on the disk array are fully operational. Example #cd /AHPMD-LU00 #cp /bin/vi /AHPMD-LU00/vi.back1 #ls -l drwxr-xr-t 2 root root 8192 Mar 15 11:35 lost+found -rwxr-xr-x 1 root sys 217088 Mar 15 11:41 vi.back1 #cp vi.back1 vi.back2...
To set up and verify the auto-mount parameters: Edit the /etc/checklist (/etc/fstab) file to add a line for each OPEN-x device on the disk array. This example and the following table show the auto-mount parameters. Example #cp -ip /etc/checklist /etc/checklist.standard #vi /etc/checklist /dev/vg00/lvol1 # root...
2 Troubleshooting This section includes resolutions for various error conditions you may encounter. If you are unable to resolve an error condition, ask your HP support representative for assistance. Error conditions Depending on your system configuration, you may be able to view error messages (R-SIMS) as follows: In XP Remote Web Console (Status tab) In XP Command View Advanced Edition Software (Alerts window) In XP Command View (Event History or Event Notification windows) (XP arrays only)
Page 32
Error condition Recommended action The disk array responds “Not Ready” or the disk array has displayed “Not Contact HP. Ready” and timed out. Check the FCA and make sure it was installed properly. Reboot the The host detects a parity error. host.
3 Support and other resources Related documentation The following documents provide related information: HP StorageWorks XP10000 Disk Array: Owner's Guide HP StorageWorks XP12000 Disk Array: Owner's Guide HP StorageWorks XP24000/XP20000 Disk Array Owner's Guide HP StorageWorks 200 Storage Virtualization System: Owner's Guide HP StorageWorks XP LUN Manager User's Guide HP StorageWorks SAN Design Reference Guide HP StorageWorks XP Command View Advanced Edition Software Device Manager Web Client...
HP technical support For worldwide technical support information, see the HP support website: http://www.hp.com/support Before contacting HP, collect the following information: Product model names and numbers Technical support registration number (if applicable) Product serial numbers Error messages Operating system type and revision level Detailed questions Subscription service HP recommends that you register your product at the Subscriber's Choice for Business website:...
B Disk array supported emulations This appendix provides information about supported emulations and device type specifications. Some parameters may not be relevant to your array. Consult your HP representative for information about supported configurations for your system. Supported emulations HP recommends using OPEN-V as the emulation for better performance and features that may not be supported with the legacy emulations (OPEN-[389LE]).
Emulation Category Product name Blocks Sector # of Heads Sectors Capacity (Note 1) (Note 2) (Note 3) (512 bytes) size cylinders (Note 4) (bytes) track OPEN-8 SCSI disk OPEN-8 14351040 9966 7007 OPEN-9 SCSI disk OPEN-9 14423040 10016 7042 OPEN-E SCSI disk OPEN-E 28452960...
Page 39
Note 2: The devices are defined to the host as SCSI disk devices, even though the interface is Fibre Channel. Note 3: The command device (used for XP Raid Manager) is distinguished by -CM on the product name (for example, OPEN-3-CM, OPEN-3-CVS-CM). Note 4: The device capacity can sometimes be changed by the BIOS or host adapter board.
OPEN-V: The number of cylinders for a CVS LUSE volume = # of cylinders = (capacity (MB) specified by user) × 16/15 × n Example For an OPEN-V CVS LUSE volume with capacity = 49 MB and n = 4: # of cylinders = 49 ×...
Page 41
Physical extent Max physical extent size Device type size (PE) (MPE) n = 35 30810 n = 36 31691 n = 2 to 9 default default OPEN-E*n n = 10 17366 n = 11 19102 n = 12 20839 n = 13 22576 n = 14 24312...
C Reference information for the HP System Administration Manager (SAM) The HP System Administration Manager (SAM) is used to perform HP-UX system administration functions, including: Setting up users and groups Configuring the disks and file systems Performing auditing and security activities Editing the system kernel configuration This appendix provides instructions for: Using SAM to configure the disk devices...
To configure the newly-installed disk array devices: Select Disks and File Systems, then select Disk Devices. Verify that the new disk array devices are displayed in the Disk Devices window. Select the device to configure, select the Actions menu, select Add, and then select Using the Logical Volume Manager.
Page 47
In the Configurable Parameters window, make sure that none of the parameters are selected. Then select the Actions menu, and select Create New Kernel. When the configuration window opens, click Yes to create the new kernel (or click No to return to the Configurable Parameters window.) When the Reboot the System window opens, click OK to move the new kernel into place and reboot the system.
Page 48
Reference information for the HP System Administration Manager (SAM)
Glossary AL-PA Arbitrated loop physical address. array group A group of 4 or 8 physical hard disk drives (HDDs) installed in an XP disk array and assigned a common RAID level. RAID1 array groups consist of 4 (2D+2D) or 8 HDDs (4D+4D). RAID5 array groups include a parity disk but also consist of 4 (3D+1P) or 8 HDDs (7D+1P).
Page 50
OPEN-E). The number of resulting LDEVs depends on the selected emulation mode. The term LDEV is often used synonymously with the term volume. Logical unit number. A LUN results from mapping a SCSI logical unit number, port ID, and LDEV ID to a RAID group. The size of the LUN is determined by the emulation mode of the LDEV and the number of LDEVs associated with the LUN.
Page 51
Volume size customization. Synonymous with CVS. World Wide Name. A unique identifier assigned to a Fibre Channel device. XP Command HP StorageWorks XP Command View, a software product for managing XP View arrays. XP Command View runs on a Windows-based management workstation. XP Command HP StorageWorks XP Command View Advanced Edition Software, installs on View Advanced...
Index disk array(s) configuration, AL-PA, connecting, arbitrated-loop physical address, device emulations, auto-mount parameters, setting, features, installation overview, Not Ready error message, operating system versions, clustering, requirements, command device(s) self reboots, one LDEV as a, server support, XP RAID Manager, storage capacity, configuration document device,...
Page 54
file system(s) for logical volumes, OPEN-x devices, mounting, operating system(s) not mounted after rebooting, loading, verifying, 18, LUN security for, multiple, fabric zoning for, supported versions of HP-UX, glossary, parity error, path(s) help defining, obtaining, worksheet, host physical volume(s) configuration, creating, doesn't reboot properly, creating groups,...
Page 55
UNIX, supported versions HP-UX, volume(s) groups creating, setting maximum number, logical auto-mount parameters, creating, file systems, 25, logical, cannot be created, physical creating, creating groups, physical, cannot be created, websites HP Subscriber's Choice for Business, product manuals, worksheet, path, XP Array Manager, 7, XP Array Manager , XP arrays storage capacity,...