Starting Z instances
If you use the same directory structure that is used in these examples, and x3270 is
installed on your native Linux® system, you can start your
ZD&T Personal
Edition system with the ./runzpdt
script that is provided in
/opt/ConfigGuideSample.
To start Z instances, copy the ./runzpdt
script from
/opt/ConfigGuideSample to the directory where you have kept all ADCD volumes
and devmap, and run the script from the non-root user ID (ibmsys1). Then, ensure the environment
variables shown in the example below are defined before you run the script.
./runzpdt
script to the
/home/ibmsys1/volumes directory, and run the script as
follows.export PATH=/usr/z1090/bin:$PATH
export LD_LIBRARY_PATH=/usr/z1090/bin:$LD_LIBRARY_PATH
export MANPATH=/usr/z1090/man:$MANPATH
ulimit -c unlimited
ulimit -d unlimited
./runzpdt -d mygenerateddevmap -l cs
./runzpdt -d <devmap name> -l <loadparm option>
If x3270 is not installed on your native Linux, and you use other terminal emulators, such as IBM® Personal Communication, open the terminal emulator and configure it by specifying the IP (Linux machine IP) and port (3270) before you run the ./runzpdt command.
- Switch to the non-root user ID (ibmsys1).
- Change the path to /home/ibmsys1/volumes where you kept your devmap.
- Set the environment variables by using the following command.
export PATH=/usr/z1090/bin:$PATH export LD_LIBRARY_PATH=/usr/z1090/bin:$LD_LIBRARY_PATH export MANPATH=/usr/z1090/man:$MANPATH ulimit -c unlimited ulimit -d unlimited
- Enter the following command to start ZD&T Personal
Edition.
awsstart <devmap> --clean
- Open the terminal emulator, and provide the IP of your Linux machine. Then, set the port as 3270 if the automatic network configuration is not used,
or 23/3270 if the automatic network configuration is used.
Then, the terminal emulator screen is displayed, and the device #0700 is listed. If you open another terminal emulator, the device #701 is listed.
- Enter the IPL command:
ipl 0a80 parm 0a82<loadparm option>
For example,
ipl 0a80 parm 0a82CS
- Wait for a couple of seconds, the terminal emulator with #700 is switched to the master console. If the IPL process is successful, the terminal emulator with #701 is switched to the login screen.
For more information, see ADCD z/OS V2R4 December Edition of 2020.
The ipl statement contains three pieces of information. 0a80 is the device address of the SYSRES volume, which is a bootable z/OS volume. The parameter string 0A82xx specifies the 4-digit device address of the IODF volume that holds IPL configuration files, and the LOADPARM. The suffix identifies the LOADxx member that is used to start z/OS.
oprmsg 'VARY CN(*),ACTIVATE'
oprmsg 'vary 0700,console'