HP StorageWorks Disk Array XP operating system configuration guide for HP-UX XP24000, XP12000, XP10000, SVS200, v01 (A5951-96018, June 2007)

# newfs /dev/vg06/rlvol1 create file system
newfs: / etc/default/fs determine the file system type
mkfs (hfs): ...
:
7188496, 7198520, 7208544
#
Example 3
# newfs -F vxfs /dev/vg06/rlvol1 Specify file system type
:
# newfs -F hfs /dev/vg06/rlvol2
2. Repeat step 1 for each logical volume on the disk array.
Setting the I/O timeout parameter
Set the I/O timeout value for each disk device to 30 seconds.
1. 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 yes
VGDA 2
Cur LV 1
PE Size (Mbytes) 4
Total PE 586
Free PE 0
Allocated PE 586 [OPEN-9]
Stale PE 0
IO Timeout (Seconds) default [I/O timeout value]
2. If the I/O timeout value is not 30, change the value to 30 using the pvchange -t command:
Example
# pvchange -t 30 /dev/dsk/c0t6d0
Physical volume "/dev/dsk/c0t6d0" has been successfully changed.
Volume Group configuration for /dev/vg06 has been saved in
/etc/lvmconf/vg06.conf.
3. Verify that the new I/O timeout value is 30 seconds using the pvdisplay command:
Example
# pvdisplay /dev/dsk/c0t6d0
--- Physical volumes ---
XP Disk Array Configuration Guide for HP-UX 29