Disk configuration on Solaris
Backup disk configuration file cd /kernel/drv ; cp sd.conf sd.conf.orig
Add any required LUNs to disk config file vi /kernel/drv/sd.conf
Dynamically reconfigure discs (on Solaris 8+) devfsadm
Shutdown and reconfigure machine init 0, boot –r
Partition Disks format
Display a disks partition table prtvtoc /dev/rdsk/c?t?d?s?
Create new filesystems newfs /dev/rdsk/c?t?d?s?
Create a mount point mkdir /disk1
Mount filesystems mount /dev/dsk/c?t?d?s? /disk1
Amend mount table vi /etc/vfstab
Dynamically reconfigure discs (on Solaris 8+) drvconfig disks
Display mounted filesystems showing usage df –k
Display mounted filesystems with mount options mount
No comments:
Post a Comment