Chapter 4. Installing and configuring z/VM 57
3. Format the larger 192 disk as the D minidisk, which should take a minute or two:
==> format 192 d
DMSFOR603R FORMAT will erase all files on disk D(192). Do you wish to continue?
Enter 1 (YES) or 0 (NO).
1
DMSFOR605R Enter disk label:
lxm192
DMSFOR733I Formatting disk D
DMSFOR732I 300 cylinders formatted on D(192)
At this point, you have formatted the two minidisks and accessed them as file modes A and D.
You can confirm this using the QUERY DISK command:
==> q disk
LABEL VDEV M STAT CYL TYPE BLKSZ FILES BLKS USED-(%) BLKS LEFT BLK TOTAL
LXM191 191 A R/W 20 3390 4096 0 7-00 3593 3600
LXM192 192 D R/W 300 3390 4096 0 11-00 53989 54000
MNT190 190 S R/O 100 3390 4096 694 14980-83 3020 18000
MNT19E 19E Y/S R/O 250 3390 4096 1018 28165-63 16835 45000
4.7.3 Copying a PROFILE XEDIT
Copy the PROFILE XEDIT from the MAINT 191 disk so XEDIT sessions will have a common
interface among user IDs.
1. Use the VMLINK command to both link to the disk read-only and to access it as the highest
available file mode. The default read password is read:
==> vmlink maint 191
ENTER READ PASSWORD:
==> read
DMSVML2060I MAINT 191 linked as 0120 file mode Z
2. Copy the PROFILE XEDIT to your A disk:
==> copy profile xedit z = = a
4.7.4 Creating a PROFILE EXEC
Create a simple PROFILE EXEC that will be run each time this user ID is logged on.
1. Create the new file using XEDIT and add the following lines (be sure to type the A file
mode so that you do not pick up a PROFILE EXEC on another disk). REXX EXECs must
always begin with a C language-style comment.
==> x profile exec a
====> a 5
/* PROFILE EXEC */
'acc 592 e'
'cp set run on'
'cp set pf11 retrieve forward'
'cp set pf12 retrieve'
====> file
This PROFILE EXEC accesses the TCPMAINT 592 disk as file mode E, sets CP run on, and
sets the retrieve keys per convention.
2. You could test your changes by logging off and logging back on. However, typing the
command PROFILE will produce the same results.
==> profile
DMSACP723I E (592) R/O
Comentarios a estos manuales