- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- glance utility
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-24-2002 09:48 PM
тАО07-24-2002 09:48 PM
glance utility
When i am using glance in hp-ux 11.0 always
i saw diskutil 100%? Our configuration is
8 cpu , raid configuration 0+1 and 8gb ram.
Our database is size 80gb. I want to know
glance utility show correct information or
how to check real diskutilization? or any
other way to find out diskutilization.
regards
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2002 09:58 PM
тАО07-24-2002 09:58 PM
Re: glance utility
It's more about utilisation and I/O rates than anything else.
If you drill down to the disk screen, you can see which volume or mounted filesystem is getting the most IO and thus spread your datafiles accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2002 10:03 PM
тАО07-24-2002 10:03 PM
Re: glance utility
If this is occurring all the time then these are what I would look at first.
What sort of disk is it? Is the buffer cache setting too high, the recommended setting is somewhere between 300-500Mb depending on the amount of RAM you have and the type of disk you have.
What is the timeout value for your disks? e.g.
# pvdisplay /dev/dsk/c7t2d4
--- Physical volumes ---
PV Name /dev/dsk/c7t2d4
VG Name /dev/dscvg
PV Status available
Allocatable yes
VGDA 2
Cur LV 14
PE Size (Mbytes) 4
Total PE 2558
Free PE 771
Allocated PE 1787
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
The default timeout is 30 seconds, many disk arrays have this value set to 180.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2002 10:09 PM
тАО07-24-2002 10:09 PM
Re: glance utility
Are you using EMC disk.
You can also try sar -d 1 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2002 10:16 PM
тАО07-24-2002 10:16 PM
Re: glance utility
#sar -u 5 5
and check whether the %wio is too large.
-Live as you wish-
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2002 10:23 PM
тАО07-24-2002 10:23 PM
Re: glance utility
Operating System disk
Database disk
# sar -d 5 4
should give a reasonable snapshot as well. If there is a filesystem that is on say your /dev/vg00 that should perhaps be elsewhere could indicate something that may need to be done.