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

$ init $1$dga100 testscsi
Mounting the devices
Use the mount command to mount and identify each disk array volume:
Example
$ mount $1$dga100 testscsi
Verifying file system operation
1. Use the show device d command to list the devices:
Example
$ show device dg
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.
XP Disk Array Configuration Guide for OpenVMS 21