HP StorageWorks XP Disk Array Configuration Guide (T5278-96047, May 2011)

Table Of Contents
Verifying file system operation
1. Use the show device d command to list the devices:
Example
$ show device dg
NOTE: Use the show device/full dga100 command to show the path information for
the device:
Example:
$ show device/full $1$dga100:
Disk $1$DGA100: (NODE01), device type HP OPEN-V, is online, file-oriented
device, shareable, device has multiple I/O paths, served to cluster via MSCP
Server, error logging is enabled.
Error count 0 Operations completed 148
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G:R,W
Reference count 0 Default buffer size 512
Current preferred CPU Id 1 Fastpath 1
WWID 01000010:6006-0E80-05B0-0000-0000-B047-0000-0081
Host name "NODE01" Host type, avail hp AlphaServer GS1280 7/1150, yes
Alternate host name "NODE02" Alt. type, avail HP rx3600 (1.59GHz/9.0MB), yes
Allocation class 1
I/O paths to device 3
Path PGA0.5006-0E80-05B0-0000 (NODE01), primary path, current path.
Error count 0 Operations completed 146
Path PGB0.5006-0E80-05B0-0010 (NODE01).
Error count 0 Operations completed 2
Path MSCP (NODE02).
Error count 0 Operations completed 0
2. Create a test user directory:
Example
$ create/directory $1$dga100:[user]
This command creates a user directory name USER at the top level of the newly added volume
$1$DGA100.
3. Change to the new directory:
Example
$ set default
$1$dga100:[user]
4. Verify that this directory exists:
Example
$ show default
$1$dga100:[user]
If the user directory does not exist, OpenVMS returns an error.
5. Create a test user file:
Example
$ create test.txt
this is a line of text for the test file test.txt
[Control-Z]
The create command creates a file with data entered from the terminal. Control-z terminates
the data input.
6. Verify whether the file is created:
Example
66 OpenVMS