Terry : Adding a new HDD on Solaris 10

Add A New Hard Disk Drive on Solaris 10

Run devfsadm to detect the new HDD

/dev/rdsk/*

c0d0s0~7 IDE HDD traditional partition

c0t0d0~7 SCSI HDD

c1t0

New IDE HDD added

devfsadm

check /dev/rdsk

c1t0d0sX

Create new pool named tank

zpool create tank c1d0
zpool list
zpool status

Create file system bea under tank

zfs create tank/bea
df -h

install WebLogic Server under /tank/bea

Reference:

http://www.unixmen.com/linux-tutorials/unix-tutorials/58-adding-a-hard-drive-to-solaris-10