How much is too much? Disk I/O


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory How much is too much? Disk I/O
# 1  
Old 08-14-2002
How much is too much? Disk I/O

Hi

Today I got a good question. One particular tester came to me and asked if it is the disk that is holding back our 2way HP 9000/A500 system.
I suddenly realized that I had no idea whether the output of iostat meant that the disk was already nearing its limits or not.
root@-------:/# iostat 10 5

device bps sps msps

c1t15d0 15 4.2 1.0
c3t15d0 0 0.0 1.0

So How Much Is Too Much?
I did not really find anything on the net about it.

Thanks
# 2  
Old 08-14-2002
Doubtful - I ran the same command on a dev server (HP) and got close to the same results.

Try looking further into what is happening on the server. Look at cpu usage, error messages (if it logs messages showing that there is something wrong with the disk {ie. multi bad reads}, swap usage, if it's happening all the time, some of the time, ...

Investigate - throwing out one set of numbers won't get an answer of "That's the problem". These types of problems need much more detail for folks to answer with any kind of certainty.

The output from two of the disks iostat ran against for me:
c1t6d0 75 8.2 1.0
c1t5d0 28 5.5 1.0
# 3  
Old 08-14-2002
The disks exist to serve processes. When you get to "too much" you will have processes waiting for disk i/o. To see how close you are that threshold on an HP system, I suggest that you use HP's glance product. If you have a disk bottleneck, it will tell you so. It's an amazing product.
# 4  
Old 08-14-2002
Perderabo, do you know if Glance comes only with 9000 series or is it on all HP servers?
# 5  
Old 08-14-2002
I have the uneasy feeling that this is a trick question. Smilie

Here is HP's page on Glance. I would be amazed if it runs on all HP servers, especially this soon after buying Compaq. I think that its availability is based on OS and I know it's available on HP-UX for sure. I think it's also available for MPE. But HP has also sold boxes that run Microsoft OS's. I don't know about them. Is OpenVMS a HP Operating System at this point? I guess so, but I don't think Glance runs on it yet.

HP has Itanium boxes that can triple boot HP-UX, Linux, and Windows. I think that you can run glance only with HP-UX.

So it's not the box, it's the OS.

And the "comes with" clause of your question is another problem. A trial version is bundled with HP-UX. For that matter, I believe that trial versions are available for download. But you're supposed to try it and if you like it, you then buy it.
# 6  
Old 08-15-2002
No tricks - just was wondering - the man page shows the following and after looking at the utility I was wondering if it was only for 9000 systems:

Glance aids performance problem resolution on all HP 9000 series systems
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

DISK ARRAY PROTECTION SUSPENDED message following disk replacement

Hello, On 4/20/2018, we performed a disk replacement on our IBM 8202 P7 server. After the disk was rebuilt, the SAS Disk Array sissas0 showed a status of degraded. However, the pdisks in the array all show a status of active. We did see a message in errpt. DISK ARRAY PROTECTION SUSPENDED. ... (3 Replies)
Discussion started by: terrya
3 Replies

2. Filesystems, Disks and Memory

DISK ARRAY PROTECTION SUSPENDED message displayed following disk replacement

Hello, On 4/20/2018, we performed a disk replacement on our IBM 8202 P7 server. After the disk was rebuilt, the SAS Disk Array sissas0 showed a status of degraded. However, the pdisks in the array all show a status of active. We did see a message in errpt. DISK ARRAY PROTECTION SUSPENDED. ... (1 Reply)
Discussion started by: terrya
1 Replies

3. AIX

Clone or mirror your AIX OS larger disk to smaller disk ?

hello folks, I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
Discussion started by: filosophizer
9 Replies

4. Solaris

Convert from raw disk to solaris volume manager disk

I have a solaris 10 system configured using NetApp as its storage, and the file systems are already configured as you can see from the example below: root@moneta # df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 9.8G 513M 9.3G 6% /... (4 Replies)
Discussion started by: fretagi
4 Replies

5. Linux

How to Calculate Disk Queue length and Disk Busy Time

Hi, Am doing an enhancements related to monitoring a Linux disk I/O statistics. The /proc/diskstats file is used to get the each disk I/O statistics. But, It returns the raw value. How to calculate the Disk Queue Length and Disk Busy time from the raw values. Guide me. (1 Reply)
Discussion started by: maruthu
1 Replies

6. Solaris

( VxVM ) How to add the removed disk back to previous disk group

Previously , i remove the disk by #vxdg -g testdg -k rmdisk testdg02 But i got error when i -k adddisk bash-2.03# vxdisk list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none ... (1 Reply)
Discussion started by: waibabe
1 Replies
Login or Register to Ask a Question