Stop-A
(on an original Sun keyboard)
gets you into Open Firmware console mode (ok
prompt)
boot cdrom # or: boot dvdromand answer the questions.
/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
/etc/inet/resolv.conf
:
nameserver 192.168.1.1 domain localdomainand in
/etc/defaultrouter
:
192.168.1.1and in
/etc/nsswitch.conf
:
hosts: files dnsto define search path for host name resolution.
svcadm restart network/physical
/opt/sfw
.
mount rs6kf:/swdepotfs/ /mnt cd /opt/sfw /mnt/SOLARIS/SPARC/10/installopt.sh
Installing SunStudio.
Stop-A
(on an original Sun keyboard)
gets you into Open Firmware console mode (ok
prompt)
Installation
CD
boot cdromand answer the questions. On a 9GB disk I used 6GB for
root
,
512MB swap and 1GB /export/home
.
One may install just about everything.
This will take about 2GB disk space and about an hour with several
CD swaps.
Software Companion
CD and run the installer script,
either from CDE or command line:
cd /cdrom/cdrom0 ./installerAgain one may install just everything, which will take an additional 1GB of disk space.
/etc/resolv.conf
define domain and nameserver:
domain localdomain nameserver 192.168.1.1Define name resolution order in
/etc/nsswitch.conf
(copy from /etc/nsswitch.files
if it does not yet exist):
hosts: files dnsDefine gateway to the outside world in
/etc/defaultrouter
:
192.168.1.1On the fly commands (example):
ifconfig -a ifconfig hme0 192.168.1.15 netmask 255.255.255.0 up route add default 192.168.1.1 1
/opt/sfw
.
mount rs6kf:/swdepotfs/ /mnt cd /opt/sfw /mnt/SOLARIS/SPARC/9/installopt.sh
Installing SunStudio.
Stop-A
(on an original Sun keyboard)
gets you into Open Firmware console mode (ok
prompt)
Installation
CD
boot cdromand answer the questions. I found it useful to setup a networked system at this early stage because Solaris 8 makes it rather cumbersome to do that later. It clearly lacks an AIX-like
smitty
;-)
format -eand select a disk. It is sufficient to just label it, i.e. no real formatting is needed. The latter might take nearly an hour.
Quit
and restart
the installation.
./installer
/etc/hosts /etc/hostname.hme0 /etc/nodename /etc/defaultrouter # 192.168.1.1 /etc/resolv.conf /etc/nsswitch.conf /etc/netmasks /etc/net/ticlts/hosts /etc/net/ticots/hosts /etc/net/ticotsord/hosts /etc/inet/ipnodescommands (example for a specific address):
ifconfig hme0 192.168.1.52 netmask 255.255.255.0 plumb up
pkginfo | grep ssp pkgrm -n ... pkgrm ...
Stop-A
(on an original Sun keyboard)
gets you into Open Firmware console mode (ok
prompt)
Installation
CD
boot cdromand answer the questions, it's straightforward. I found it useful to setup a networked system at this early stage because Solaris 7 makes it rather cumbersome to do that later. It clearly lacks an AIX-like
smitty
;-)
format -eand select a disk. It is sufficient to just label it, i.e. no real formatting is needed. The latter might take nearly an hour.
Quit
and restart
the installation.
Example for a 4GB disk:
Partition | Size/MB | Usage |
---|---|---|
/dev/dsk/c0t3d0s0 | 256 | / |
/dev/dsk/c0t3d0s6 | 512 | /usr |
/dev/dsk/c0t3d0s3 | 512 | /var |
/dev/dsk/c0t3d0s7 | 256 | /export/home (assuming remote user fs) |
/dev/dsk/c0t3d0s5 | 1536 | /opt |
/dev/dsk/c0t3d0s1 | 512 | /usr/openwin |
swap | 512+x | /tmp |
/opt
)
/opt
)
/opt
)
/etc/hosts /etc/hostname.hme0 /etc/nodename /etc/defaultrouter # 192.168.1.1 /etc/resolv.conf /etc/nsswitch.conf /etc/netmasks /etc/net/ticlts/hosts /etc/net/ticots/hosts /etc/net/ticotsord/hosts /etc/inet/ipnodescommands (depend on NIC hardware, example for a specific address):
ifconfig hme0 192.168.1.52 netmask 255.255.255.0 plumb up # or: ifconfig le0 192.168.1.52 netmask 255.255.255.0 plumb up
Stop-A
(on an original Sun keyboard)
gets you into Open Firmware console mode (ok
prompt)
Installation
CD
boot cdromand answer the questions, it's straightforward. I found it useful to setup a networked system at this early stage because Solaris makes it rather cumbersome to do that later. It clearly lacks an AIX-like
smitty
;-)
format -eand select a disk. It is sufficient to just label it, i.e. no real formatting is needed. The latter might take nearly an hour.
Quit
and restart
the installation.
Example for a 4GB disk:
Partition | Size/MB | Usage |
---|---|---|
/dev/dsk/c0t3d0s0 | 256 | / |
/dev/dsk/c0t3d0s6 | 512 | /usr |
/dev/dsk/c0t3d0s3 | 512 | /var |
/dev/dsk/c0t3d0s7 | 256 | /export/home (assuming remote user fs) |
/dev/dsk/c0t3d0s5 | 1536 | /opt |
/dev/dsk/c0t3d0s1 | 512 | /usr/openwin |
swap | 512+x | /tmp |
/opt
)
admintool
to install (+200MB in /opt
)
admintool
to install (+5MB in /opt
)
/opt
)
/etc/hosts /etc/hostname.hme0 /etc/nodename /etc/defaultrouter # 192.168.1.1 /etc/resolv.conf /etc/nsswitch.conf /etc/netmasks /etc/net/ticlts/hosts /etc/net/ticots/hosts /etc/net/ticotsord/hosts /etc/inet/ipnodescommands (depend on NIC hardware, example for a specific address):
ifconfig hme0 192.168.1.59 netmask 255.255.255.0 plumb up # or: ifconfig le0 192.168.1.59 netmask 255.255.255.0 plumb up