1755382 Members
3499 Online
54828 Solutions
New Discussion юеВ

speed of disks

 
SOLVED
Go to solution
JOHN TURNER_2
Frequent Advisor

speed of disks

How do all

is there a way of telling the speed of hpux disks, other than physically looking on the disks, as going to site is not possible due to the site been in a different country

any help would be much appreciated

john
GUI's are for wimps!
7 REPLIES 7
GGA
Trusted Contributor

Re: speed of disks

hello

maybe u mean sar -d 1 100 ?
regards gga
JOHN TURNER_2
Frequent Advisor

Re: speed of disks

sorry i meant the speed that the disk spins is it 5400rpm, 7200rpm, the sar -d command diesnt appear to tell me this info

john

GUI's are for wimps!
MarkSyder
Honored Contributor
Solution

Re: speed of disks

Doubtless someone will come up with a more elegant solution than this, but at least it works!

SAM -> disks and filesystems -> disk devices.

This will give you a list of discs along with their model numbers. Type the model number into Google and you will be inundated with information about the disc - including speed.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Piergiacomo Perini
Trusted Contributor

Re: speed of disks

Hi John,

try this "rude" way:
- go to SAM-disks and file systems-disk device
- on "description" column you can find disk model (i.e. ST39236LC for my SEAGATE)
- then on web site of supplier
you can find any kind of infos (like RPM)

hth
regards
Arunvijai_4
Honored Contributor

Re: speed of disks

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=959673

Check this thread out, it has got good examples as well tools.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ranjith_5
Honored Contributor

Re: speed of disks

Hi,

Easier method could be as,
Use diskinfo command to findout the model number of your disk(Product id)


Eg:- #diskinfo /dev/rdsk/c18t0d0
SCSI describe of /dev/rdsk/c18t0d0:
vendor: HP 36.4G
product id: ST336607LC
type: direct access
size: 35566480 Kbytes
bytes per sector: 512
rev level: HPC5
blocks per disk: 71132960
ISO version: 0
ECMA version: 0
ANSI version: 3
removable media: no
response format: 2


search the model number ( ST336607LC ) in google search ( www.google.com ) to get the exact product data sheet, from where you can get the SPEED of your disk.

See one of the prod. data sheet .

http://www.seagate.com/support/disc/scsi/st336607lc.html

Regards,
Syam
Stephen Keane
Honored Contributor

Re: speed of disks

If your disk is listed in /etc/disktab, look to see if it has an "rm" entry, this is the rpm for the disk.

e.g.

HP_7908:\
:16.5 MB:ns#8:nt#5:nc#404:\
:s0#16160:b0#8192:f0#1024:\
:se#256:rm#3600:


So a HP 7908 has a speed of 3600 rpm.