Tagged Questions
2
votes
2answers
1k views
Solaris disk failed, how to remove it?
I have a system with Solaris 10. One of the internal disks is broken:
c0t0d0s2 auto:sliced rootdisk1_1 rootdg online c0t0d0s2 -
c0t1d0s2 auto - ...
2
votes
1answer
5k views
How to see free disk space on SunOS?
It really makes me mad.
SunOS 5.9
#format
Searching for disks...done
No disks found!
# mount
/ on /dev/md/dsk/d0...(skip)
/var on /dev/md/dsk/d4 ...
/opt on /dev/md/dsk/d5 ...
/home on ...
1
vote
0answers
1k views
Discovering EMC PowerPath LUNs and creating partitions on Solaris
I have to work with EMC PowerPath disks/LUNs. I find them in the /dev/dsk/ directory under names such as emcpower0a, emcpower0b, …, emcpower0z, emcpower1a, …
Here are my points of confusion:
Inside ...
2
votes
2answers
3k views
How to find HDs associated with a mount point
I am running on Sun Solaris system.
I would like to know the following
How to find the HDs associated with a mountpoint?
How to find all available HDs (those which are used as well as unused for ...