#1
and proceed.
To override an existing system on the harddisk,
press reset button and re-boot in maintenance mode.
On
PPCbug
monitor,
press ESC
to bypass early tests. Then e.g.:
pboot 0 30 # boot from CD drive at SCSI ID=3
F5
F1
(keyboard console)
during boot
bootlist -m normal cd0 bootlist -m normal -o shutdown -Frto start installation from CD.
En_US
as language and the default keyboard.
Depending on what you want,
select "Migration" or "Overwrite" installation.
CDE
has to be installed extra (X11.dt
)
/usr
,
/usr
and rootvg
, respectively.
smitty
tool to select installation media
and additional SW to be installed. It's straightforward. You should use the
preview feature prior to a real install,
in order to check space requirements and prerequisites.
For a really useful system more SW is recommended as follows.
X11.*
,
bos.adt
, bos.compat (termcap)
,
bos.dosutil
, bos.games
,
bos.net
, bos.perf
,
bos.sysmgt
(except NIM master, GUI, spot),
bos.txt
(TranScript tools),
bos.Ined
, bos.iconv
(unicode),
bos.info.*
, bos.mh
more X11
(including font server, Unicode fonts)
bos.net.tcp.adt,bos.net.tcp.client
,
which will mangle the odm
, so be careful!
/usr
to roughly 400MB.
Further,
UMS 2.1.6
(Ultimedia services) and DCE
if you so wish,
X11.help*
stuff,
X11.info.en_US
,
bos.info.en_US
,
bos.som
,
ifor_ls.client
,
ipfx.rte
,
pkg_gd
Java.*
, selected Netscape.*
, UMS
,
acrobat
, adsm client
,
/usr
to about 900MB (for AIX 4.2).
/usr
for AIX 4.1 and 1600MB for AIX 4.2, respectively.
For machines with two system disks the rootvg
should be mirrored.
/etc/inetd.conf
disable all unnecessary services.
If the machine should offer boot services,
bootps
and tftp
must be enabled.
chmod o-x /usr/bin/ypcat
xinit
(AIX 4.1 only ?)
chmod a-t /tmp
/etc/rc.tcpip
snmpd
and dpid2
.
/etc/inittab
the console should be activated before NIS services:
rctcpip:2:wait:/etc/rc.tcpip > /dev/console 2>&1 # Start TCP/IP daemons cons:0123456789:respawn:/usr/sbin/getty /dev/console rcnfs:2:wait:/etc/rc.nfs > /dev/console 2>&1 # Start NFS Daemonsotherwise the machine won't boot if NIS can't be activated.
/etc/environment
# wait only 5 seconds YPBIND_MAXWAIT=5to avoid
NIS
hangs in case of network unavailability.
rootvg
), in order to allow minimum functionality of a
standalone system.
They are indicated (L
) in the
software catalogue.
Such software
may stem from various sources, e.g. AIX Bonus and other
extra CDs, local software archives, mounted installp
depots or even remotely mounted CDs.
/opt
filesystem,
which doesn't exist by default on AIX <=4.3.
See how to
create the /opt
filesystem.
mount -o vers=2 rs6kf:/swdepotfs /mnt # vers=2 for AIX 4.2 /mnt/AIX/POWER/41/installopt.sh # home grown local installation script. AIX 4.1 /mnt/AIX/POWER/42/installopt.sh # home grown local installation script. AIX 4.2
mount clri6l:/usr/sys/inst.images /mnt smitty - Install software - ... # specify /mnt as the installation directory
mount -v 'cdrfs' -r /dev/cd0 /cdrom # mount CD-ROM on biops5a exportfs -i /cdrom # export it mount biops5a:/cdrom/usr/sys/inst.images /mnt # mount it remotely smitty - Install software - ... # specify /mnt as the installation directory