IBM ZVM - FOR LINUX V6 RELEASE 1 Getting Started page 90

Getting started with linux on system z
Table of Contents

Advertisement

Perform these steps to set up LINMSTR's disks:
1.
2.
3.
4.
76
z/VM: Getting Started with Linux on System z
Log onto MAINT and from the command line, type this command and press
the Enter key:
dirm for linmstr amdisk 192 devtype autov 50 610W02
DVHXMT1191I Your AMDISK request has been sent for processing.
Ready;
DVHREQ2288I Your AMDISK request for LINMSTR at * has been accepted.
DVHSCU3541I Work unit 18124944 has been built and queued for processing.
DVHSHN3541I Processing work unit 18124944 as MAINT from ZVMLINUX,
DVHSHN3541I notifying MAINT at ZVMLINUX, request 62 for LINMSTR sysaffin
DVHSHN3541I *; to: AMDISK 0192 devtype AUTOV 50 610W02
DVHBIU3450I The source for directory entry LINMSTR has been updated.
DVHDRC3428I Changes made to directory entry LINMSTR have just been
DVHDRC3428I placed online.
DVHSHN3430I AMDISK operation for LINMSTR address 0192 has finished (WUCF
DVHSHN3430I 18124944).
DVHREQ2289I Your AMDISK request for LINMSTR at * has completed; with
DVHREQ2289I RC = 0.
where devtype is the disk device type of volume 610W02 (for instance, 3390).
Log onto LINMSTR.
Note: After the logon messages, you receive a message because the 191 disk is
not formatted. Disregard this message:
DMSACP112S A(191) device error
Format the 191 disk with the CMS FORMAT command. From the command
line, type these commands and press the Enter key:
format 191 a
DMSFOR603R FORMAT will erase all files on disk A(191). Do you wish to continue?
Enter 1 (YES) or 0 (NO).
1
DMSFOR605R Enter disk label:
lin191
DMSFOR733I Formatting disk A
DMSFOR732I 5 cylinders formatted on Z(191)
Ready;
Create a PROFILE EXEC on the 191 disk.
a. Issue this command:
xedit profile exec a
b. On the XEDIT command line, type this command and press the Enter key:
====> input
c. Type in these statements, then press the Enter key twice.
Rule: The first line of any PROFILE EXEC must be a comment. Comments
are bounded by "/*" and "*/".
/* Sample PROFILE EXEC for Linux servers */
"CP TERM LINEND %"
"CP SET PF12 RETRIEVE" /* Recall previous commands */
"CP TERM MORE 1 0"
"CP SET RUN ON"
"CP TERM HOLD OFF"
"ACCESS 592 Z"
/* Use %CP to talk to CP
/* Clear screen after 1 sec */
/* CP READ won't stop server*/
/* (Look in book)
/* Get to TCP/IP functions */
*/
*/

Advertisement

Table of Contents
loading

Table of Contents