HP StorageWorks XP12000 HP StorageWorks XP Disk Array Configuration Guide: Ope - Page 21

XP Disk Array Configuration Guide for OpenVMS

Page 21 highlights

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 $ directory Directory $1$DGA100:[USER] TEST.TXT;1 Total of 1 file. 7. Verify the content of the data file: Example $ type test.txt this is a line of text for the test file test.txt XP Disk Array Configuration Guide for OpenVMS 21

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36

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
$ directory
Directory $1$DGA100:[USER]
TEST.TXT;1
Total of 1 file.
7.
Verify the content of the data file:
Example
$ type test.txt
this is a line of text for the test file test.txt
XP Disk Array Configuration Guide for OpenVMS
21