Specifications

78 IBM System z Personal Development Tool: Volume 3 Additional Topics
Simplified devmaps, matching Figure 6-2, might be as follows:
(file /home/ibmsys1/aprof1)
[system]
memory 800m # emulated zSeries to have 800 MB memory
3270port 3270 # tn3270e connections specify this port
processors 2 cp zaap # one CP and one zAAP
[manager]
name awsckd 0001 # define a single 3390 disk
device 0a80 3390 3990 /z/SARES1
[manager]
name aws3274 0003 # define two local 3270s
device 0700 3279 3274 mstcon
device 0701 3279 3274 tso
[manager]
name awsosa 00C0 --path=F0 --pathtype=OSE
device E20 osa osa --unitadd=0
device E21 osa osa --unitadd=1
[manager]
name awsosa 00A0 --path A0 --pathtype=OSE --tunnel_intf=y
device E22 osa osa --unitadd=0
device E23 osa osa --unitadd=1
(file /home/ibmsys2/profSB)
[system]
memory 1000m # emulated zSeries to have 1GB memory
3270port 3271 # tn3270e connections specify this port
processors 1
[manager]
name awsckd 0001 # define a single 3390 disk
device 0a80 3390 3990 /z/SA9999
device 0200 3390 3990 /z/VMBASE
[manager]
name aws3274 0003 # define two local 3270s
device 0700 3279 3274 L700
device 0701 3279 3274 L701
[manager]
name awsosa 0123 --path=F1 --pathtype=OSE
device E20 osa osa --unitadd=0
device E21 osa osa --unitadd=1
Startup for these instances, working from the Linux desktop, might go as follows:
(login as root; open a terminal window)
# xhost + allow multiple users to start x3270
1
Starting with the 1090 release available in February 2010, multiple tunnel interfaces may be defined.
2
Since each instance has its own OSA, the user is not required to do OAT configuration if he uses the default OAT
definitions.