System information
Sharing and maintaining SLES 10 SP2 Linux under z/VM 31
Figure 1-15 Software selection and Installation settings
The first half of the install completes and the new system is IPLed from 1B0.
The second half of the install is completed with the following notes.
On the Host and Domain Name panel, the box Change Hostname via DHCP is
deselected.
On the Network Configuration panel, the Firewall is disabled.
On the Installation Completed panel, the box Clone This System for Autoyast is
deselected.
Analyzing the installed system
When the installation is complete, an SSH session as root is started. The file systems are
queried via the df -h command:
# df -h
/dev/dasdb1 341M 79M 245M 25% /
udev 247M 120K 247M 1% /dev
/dev/dasda1 41M 13M 26M 34% /boot
/dev/dasdf1 69M 4.1M 61M 7% /local
/dev/dasdi1 333M 20M 297M 7% /opt
/dev/dasdh1 1.6G 666M 839M 45% /usr
/dev/dasdg1 706M 63M 607M 10% /var
The contents of the /etc/fstab file are viewed:
# cat /etc/fstab
/dev/disk/by-path/ccw-0.0.01b1-part1 / ext2 acl,user_xattr 1 1
/dev/disk/by-path/ccw-0.0.01b0-part1 /boot ext2 acl,user_xattr 1 2
/dev/disk/by-path/ccw-0.0.01b5-part1 /local ext3 acl,user_xattr 1 2
/dev/disk/by-path/ccw-0.0.01b8-part1 /opt ext2 acl,user_xattr 1 2
/dev/disk/by-path/ccw-0.0.01b7-part1 /usr ext2 acl,user_xattr 1 2