HP StorageWorks XP Disk Array Configuration Guide (T5278-96047, May 2011)
Table Of Contents
- XP Disk Array Configuration Guide
- Contents
- 1 Overview
- 2 HP-UX
- Installation roadmap
- Installing and configuring the disk array
- Installing and configuring the host
- Connecting the disk array
- 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
- 3 Windows
- 4 Novell NetWare
- 5 NonStop
- 6 OpenVMS
- 7 VMware
- 8 Linux
- 9 Solaris
- Installation roadmap
- Installing and configuring the disk array
- Installing and configuring the host
- Connecting the disk array
- Configuring disk array devices
- Configuring for use with Veritas Volume Manager 4.x and later
- 10 IBM AIX
- 11 Citrix XenServer Enterprise
- 12 Troubleshooting
- 13 Support and other resources
- A Path worksheet
- B Path worksheet (NonStop)
- C Disk array supported emulations
- D Using Veritas Cluster Server to prevent data corruption
- E Reference information for the HP System Administration Manager (SAM)
- F HP Clustered Gateway deployments
- Glossary
- Index

9. 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
Max LV 255
Cur LV 0
Open LV 0
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 1016
VGDA 2
PE Size (Mbytes) 4
Total PE 586
Alloc PE 0
Free PE 586
Total PVG 0
- - Physical Volumes - - -
PV Name /dev/dsk/c6t0d0
PV Status available
Total PE 586
Free PE 586
Creating logical volumes
Use these commands for logical volume configuration:
• lvremove
Deletes a logical volume. Any file system attached to the logical volume must be unmounted
before executing the lvremove command.
Example
lvremove /dev/vgnn/lvolx
• lvextend
Increases the size of an existing logical volume.
Example
lvextend –L size /dev/vgnn/lvolx
• lvreduce
Decreases the size of an existing logical volume. Any file system attached to the logical volume
must be unmounted before executing the lvreduce command.
Example
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.
Configuring disk array devices 25