After doing a very minimal Solaris 10 installation without remote services enabled, it is always the same thing to get the SSH server running (Solaris 10 DVD in drive):
# mount -F hsfs /dev/dsk/c2t0d0s0 /mnt
# cd /mnt/Solaris_10/Product
# pkgadd -d . SUNWsshdr SUNWgssc SUNWgss SUNWsshcu SUNWuiu8 SUNWsshdu SUNWsshr SUNWsshu
# cd /etc/ssh
# ssh-keygen -t rsa -b 2048 -f ssh_host_rsa_key
# ssh-keygen -t dsa -b 2048 -f ssh_host_dsa_key
# svcadm enable ssh
Replace device of the DVD drive with your actual configuration.
To have slightly more comfort and an accurate clock:
To get the Patch Utility "pca" running:
PCA:
http://www.par.univie.ac.at/solaris/pca/installation.html
Mount local patch repository on this machine, configure pca, cd to the repository and run "pca -i". Reboot. Ready.
# cd /mnt/Solaris_10/Product
# pkgadd -d . SUNWntpr SUNWntpu SUNWbash
# vi /etc/inet/ntp.conf
# ntpdate ntp1.ptb.de (replace with your time server)
# svcadm enable ntp
To get the Patch Utility "pca" running:
# pkgadd -d . SUNWgcmn SUNWwgetr SUNWwgetu
# mkdir -p /usr/local/bin
# cd /usr/local/bin
# wget http://www.par.univie.ac.at/solaris/pca/stable/pca
PCA:
http://www.par.univie.ac.at/solaris/pca/installation.html
Mount local patch repository on this machine, configure pca, cd to the repository and run "pca -i". Reboot. Ready.

Leave a comment