- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Rotational speed of disk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:54 AM
08-10-2000 02:54 AM
Rotational speed of disk
Last night I experienced a disk problem on a K460, one of the disks started rotating very slowly, which also made the server respond very slowly.
Now, my question is, does any of you know a command in HP-UX 10.20 which dynamically can return me the rotational speed (RPM) of a disk?
Thanks in advance
/Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:53 AM
08-10-2000 02:53 AM
Re: Rotational speed of disk
Im not sure how you were able to tell that a disk was rotating slowly ?
But, to find out the speed of your disks find out the model number (ioscan -fkCdisk)
then take the value in the description field and go to the disks manufacturers site, eg. seagate.com, do a search there for the model, eg. ST32550N and it will give you the RPM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 03:39 AM
08-10-2000 03:39 AM
Re: Rotational speed of disk
hp-ux can't tell such things, because only the disk knows how fast it's going, and therefore the only thing you can do, is to find out what the rotational speed is, by looking up the specs of the disc on the web
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 03:42 AM
08-10-2000 03:42 AM
Re: Rotational speed of disk
I know how to get the factory RPM, I'm more interested in the value at any given time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 04:50 AM
08-10-2000 04:50 AM
Re: Rotational speed of disk
Andy is right, there is no known tool ive ever heard of that will tell you currently how fast a disk is currently rotating - not on HP's anyway. If an HP guy told you it was spinning slowly then the only conceiveable way he could determine (guess) this was by being very close to the disk when it powers on and listening if it spins up fully. Well, if an HP guy said it then it must be faulty, get it replaced!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 06:04 AM
08-10-2000 06:04 AM
Re: Rotational speed of disk
To determine the RPM of a disk would require a sensor, some logic to capture the sensor output and convert it to RPM, some non-std staus bits for the SCSI inquiry and some code to read the bits and report the result. With 20 Gb disks selling for less that $200 US, there is no incentive for RPM.
If the system seems slow, start with a reading of the man pages for sar, vmstat, iostat, top and determine whether the slowdown is due to a runaway application. Or you can save a lot of time and load Glance from your Application CDROMs.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 11:54 PM
08-10-2000 11:54 PM
Re: Rotational speed of disk
However, as someone cleverly remarked, there is either full speed or full stop. Nothing in between.