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

Getting started with linux on system z
Table of Contents

Advertisement

Perform these steps to start virtual machines at startup (IPL) time:
1.
2.
3.
4.
5.
6.
86
z/VM: Getting Started with Linux on System z
Link to the AUTOLOG1 191 minidisk. Type this command and press the Enter
key:
link autolog1 191 091 mr
Ready;
Access the 091 minidisk as Z. Type this command and press the Enter key:
access 091 z
Ready;
Edit AUTOLOG1's PROFILE EXEC.
a. Type this command and press the Enter key:
xedit profile exec z
b. Go to the bottom of the file. From the XEDIT command line, type this
command and press the Enter key:
bot
c. Move up one line (The last line logs off AUTOLOG1. You need to execute
the XAUTOLOG commands before logging off AUTOLOG1). From the
XEDIT command line, type this command and press the Enter key:
====> up 1
d. From the XEDIT command line, type this command and press the Enter
key:
====> input
Add these XAUTOLOG statements. Press the Enter key after you type each
line:
ADDRESS COMMAND CP XAUTOLOG MONWRITE
ADDRESS COMMAND CP XAUTOLOG PERFSVM
Note: These statements start the MONWRITE and PERFSVM virtual machines,
which you are enabling in anticipation of setting up performance
monitoring (see "Using the CP Monitor and Performance Toolkit for
VM" on page 123).
For each Linux virtual server you want started automatically, add this
statement:
ADDRESS COMMAND CP XAUTOLOG userid
where userid is the user ID of the Linux virtual machine.
After every third XAUTOLOG statement that starts a Linux virtual server, add
this statement:
ADDRESS COMMAND CP SLEEP 15 SEC

Advertisement

Table of Contents
loading

Table of Contents