![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| hard disk and san | lo-lp-kl | AIX | 4 | 06-12-2008 10:13 AM |
| Hard Disk at 99% Help! | mannyisme | UNIX for Dummies Questions & Answers | 8 | 12-20-2005 12:35 PM |
| Hard Disk | hmaraver | UNIX Desktop for Dummies Questions & Answers | 4 | 07-03-2005 12:50 PM |
| RAM, Hard Disk | ramaraju | UNIX for Dummies Questions & Answers | 2 | 03-01-2005 05:35 PM |
| how to check my hard disk is below 10%, and then send mail to superuser | foong | Shell Programming and Scripting | 3 | 08-07-2003 08:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hard Disk Check
How can we check the number of hard disks (both internal & external) in a server, their capacity and serial number
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
Code:
ls -al /dev/hd* Code:
ls -al /dev/ad* Code:
df -h You can use smartmontools for detailed info http://smartmontools.sourceforge.net/ |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
|||
|
|||
|
output uname -a
SunOS sys_441a 5.8 Generic_108528-22 sun4u sparc SUNW,Sun-Fire-V240
|
|
#5
|
|||
|
|||
|
iostat
Try: iostat -En
|
|
#6
|
||||
|
||||
|
Quote:
|
||||
| Google The UNIX and Linux Forums |