
How to add new disks in Solaris 8
HI,
Like explain by the other posters, everytime you install new HW in a Sun
box you can enable the HW in atleast 3 ways.
1. # touch /reconfigure, then reboot
2. # halt the system, the boot -r from the Openboot prompt
3. # devfsadm for discs
1-2 also applies to all HW, network/graphic adapters and so.
If you will be using standard UFS filesystem, enable logging of all
filesystems to avoid long fsck when booting after a crash(that is if you
will have a crash) :)
After rebooted and done format on the 7 new disks, you need to do newfs
on the /dev/rdsk/c??? device for each one of them.
Then you must mount them on some place /export/d1-d7 maybe,
mkdir /export/d1
mount /dev/dsk/c??? /export/d1
and add them to /etc/vfstab
cheers
Michael