Chapter 4. Installing and configuring z/VM 47
There is no logmsg data
FILES: NO RDR, NO PRT, NO PUN
LOGON AT 09:29:16 EST FRIDAY 11/20/09
DMSIND2015W Unable to access the Y-disk. Filemode Y (19E) not accessed
z/VM V6.1.0 2009-11-19 13:47
==> acc (noprof
4. Copy the PROFILE XEDIT from the MAINT 191 disk so that XEDIT sessions will have a
common interface among user IDs.
a. 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
b. Copy the PROFILE XEDIT to your A disk:
==> copy profile xedit z = = a
5. Make a backup copy of the PROFILE EXEC and edit it:
==> copy profile exec a = execorig =
==> x profile exec
6. You should see the text in the top half of the following example. Modify it as follows:
a. You can safely delete the Address Command line.
b. Add a line to start the TCPIP user ID using the XAUTOLOG command and keep two
statements that start the VSWITCH cloners.
c. Add a line to log off of AUTOLOG1 when the EXEC is complete. There is no need to
keep that virtual machine running because its sole purpose is to run the PROFILE
EXEC.
Before:
/***************************/
/* Autolog1 Profile Exec */
/***************************/
Address Command
'CP XAUTOLOG VMSERVS'
'CP XAUTOLOG VMSERVU'
'CP XAUTOLOG VMSERVR'
'CP XAUTOLOG DTCVSW1'
'CP XAUTOLOG DTCVSW2'
After:
/***************************/
/* Autolog1 Profile Exec */
/***************************/
'cp xautolog tcpip' /* start up TCPIP */
'CP XAUTOLOG VMSERVS'
'CP XAUTOLOG VMSERVU'
'CP XAUTOLOG VMSERVR'
'CP XAUTOLOG DTCVSW1'
'CP XAUTOLOG DTCVSW2'
'cp logoff' /* logoff when done */
Commenti su questo manuale