Sidai team: notes on installing SolarisThese are notes about installing Solaris from scratch. Reading these notes is no substitute for (a) reading the documentation, or (b) knowing what you're doing :-)Before you install Solaris...Perhaps review our list of things to save before an OS reinstall...Booting into a Solaris installI was doing Solaris 8 with a CD (NB: the `Solaris 8 Software 1 of 2', not the `Solaris Installation' one), so I typed boot cdrom at the prom monitor (boot prompt).Basic Solaris installThings that came along, other than the obvious:
Solaris post-installOne thing to consider after installing any OS is what to get rid of. The less you have installed, the less there is to go-wrong/get-broken-into/etc.Alex Noordergraaf has written a Sun BluePrint OnLine on Solaris 8 minimization, which may help with a `methodology' for the task. Patching up a Solaris installA set of Solaris CDs may come with a `maintenance update' (MU) -- a set of tested patches for contract customers -- and this would be sane thing to apply right after a raw Solaris install. (How do you get newer MU CDs?)Assuming you have Sun support (and therefore a SunSolve account), go to SunSolve, login, and grab what you need. I always just grab the latest `Recommended and Security Patches' bundle. Park a copy of the bits on the machine to be patched (because you won't have network access once in single-user). For applying such patches, you're best to do it in single-user mode: ``init s''. You're gonna reboot at the end, anyway... As root, unpack whatever you've got (e.g. 2.6_Recommended.tar.Z), then run ./install_cluster -nosave, [-nosave if your `/var' is too small], check over the log, run `patchdiag' to examine the final state of the host, rebooted... Adding individual patches: We do these through the good graces of the Sidai sun-patches proto-package. Initial site friendlinessSee this doc.Adding a diskFollowed USAH slavishly, from drvconfig through to fsck and mount. |