System information
48 Sharing and maintaining SLES 10 SP2 Linux under z/VM
00: built on IBM Virtualization Technology
00: There is no logmsg data
00: FILES: NO RDR, NO PRT, NO PUN
00: LOGON AT 13:01:24 EDT TUESDAY 05/05/09
z/VM V5.4.0 2008-12-05 12:25
DMSACP723I A (191) R/O
DMSACP723I C (592) R/O
DIAG swap disk defined at virtual address 1B2 (16245 4K pages of swap space)
DIAG swap disk defined at virtual address 1B3 (16245 4K pages of swap space)
Do you want to IPL Linux from DASD 1B0? y/n
y
00: zIPL v1.6.3 interactive boot menu
00:
00: 0. default (ipl)
00:
00: 1. ipl
00: 2. Failsafe
00:
00: Note: VM users please use '#cp vi vmsg <number> <kernel-parameters>'
00:
00: Please choose (default will boot in 3 seconds):
00: Booting default (ipl)...
Linux version 2.6.16.60-0.21-default (geeko@buildhost) (gcc version 4.1.2 200701
15 (SUSE Linux)) #1 SMP Tue May 6 12:41:02 UTC 2008
We are running under VM (64 bit mode)
Detected 2 CPU's
Boot cpu address 0
Built 1 zonelists
Note the “ro” in the parameter line - this is added by the mnt2rogld.sh script which makes the
assumption that the string vmpoff=LOGOFF exists in the parameter line:
Kernel command line: dasd=1b0(ro),1b1(ro),1b2-1b7,1b8(ro),1b9-1bf,2b0-2bf,320-33
f root=/dev/dasdb1 TERM=dumb vmpoff=LOGOFF ro BOOT_IMAGE=0
PID hash table entries: 2048 (order: 11, 65536 bytes)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Memory: 243456k/262144k available (4671k kernel code, 0k reserved, 2089k data, 2
12k init)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 256
...
The system should complete booting. Start an SSH session as root to the new system.
Even though it has seven read-write minidisks, it should be configured with most of the
directories linked read-only. You may choose to verify that certain disks are read-only while
others are read-write. Try the following commands:
# touch /etc/foo
# touch /var/foo
# touch /root/foo
# touch /srv/foo
# touch /tmp/foo
# touch /foo
touch: cannot touch `/foo': Read-only file system
# touch /opt/foo
touch: cannot touch `/opt/foo': Read-only file system
# touch /usr/foo
touch: cannot touch `/usr/foo': Read-only file system