These instructions document the installation and configuration of Solaris 10 Update 6 on our SPARC servers.
The Solaris installer is not particularly complicated, and it doesn't offer a lot of options. Here are the things you'll need to know to duplicate the build:
After the reboot, mirror the root drive:
#zpool attach rpool c0t8d0
(This command assumes that c0t8d0 is your secondary drive. If you're not on an e250,this is probably not the case.)
Comment "Port 22" Add "Port 2206" Signal sshd to reread the config
Add two lines to /etc/logadm.conf: /var/log/authlog -C10 -s 1b -p 1m -z 0 -a 'kill -HUP `cat /var/run/syslog.pid`' /var/log/rsnapshot.log -C10 -s 1b -p 1m -z 0 Run the command line version of the commands: logadm -C10 -s 1b -p 1m -z 0 -a 'kill -HUP `cat /var/run/syslog.pid`' /var/log/authlog logadm -C10 -s 1b -p 1m -z 0 /var/log/rsnapshot.log
Use the "catman -w" command to create the windex database.