Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display Physical Disk on the server

Status
Not open for further replies.

kozlow

MIS
Joined
Mar 3, 2003
Messages
326
Location
US
I have used the "format" command to display the physical disk on a server.

Is there a lsdev or pvdisplay type command on Solaris that can give me all the disk and their sizes?

I need this for our Auditors.
 
iostat -En will give you what you need.
 
kozlow;

you could use an iostat -En | grep Vendor. Or just use iostat -En (this will give you extended info on the device, not totally useful.

Just be aware that some arrays, A1000, A3500 will not show all drives, I think it just shows A1000. Also if you have any multipathed devices it may duplicate the entries. Dulpicate entries can be figured out by looking at the serial#'s provided by the iostat -En output.


Thanks

CA

 
djr111;

I was typing as you posted, sorry.

CA
 
Thats exactly what I needed.... Thanks....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top