- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: very access to 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
10-19-2003 10:18 PM
10-19-2003 10:18 PM
very access to disk
I am with access problem the record in the Glance Disk Util this in 100% in sar - q %runocc this in 100% runq-sz this in 5.5 in sar - d busy this in 70 - 95%
Fibre COOPER
RP5405 ------------> Storage:
11.11 2 Vol in Raid 5
5405 RP non HP product
RAM 4 GB cache 256
can help me?
Vinicius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 11:51 PM
10-19-2003 11:51 PM
Re: very access to disk
sar -d 5 5
sar -v 5 5
sar -u 5 5
sar -b 5 5
vmstat 5 5
swapinfo -tam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 12:25 AM
10-20-2003 12:25 AM
Re: very access to disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 01:04 AM
10-20-2003 01:04 AM
Re: very access to disk
Regarding 'sar -d', what is on disks c12t0d0 and c14t0d0? The O/S? At 70% they are bottlenecked:
# pvdisplay -v /dev/dsk/c12t0d0 | more (* list logical volume *)
# bdf (* cross ref. lv's from pvdisplay *)
# lvlnboot -v (* list boot disks *)
Regarding "sar -u". Confirms a disk bottleneck.
Where backups being run at this time?
Regarding 'vmstat' some paging is indicated.
Move 2ndary swap out of vg00. (* /dev/vg00/lvol9 *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 06:53 AM
10-20-2003 06:53 AM
Re: very access to disk
OS: 11.11
This message in the glance. bottleneck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 07:06 AM
10-20-2003 07:06 AM
Re: very access to disk
Please list dbc_mac_pct and dbc_min_pct.
# kmtune -q dbc_max_pct
-or-
Use SAM > kernel parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 07:25 AM
10-20-2003 07:25 AM
Re: very access to disk
===============================================================================
dbc_max_pct 50 - 50
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 08:16 AM
10-20-2003 08:16 AM
Re: very access to disk
# cd /stand/build
# usr/lbin/sysadm/system_prep -v -s /stand/build/system
# kmtune -s dbc_max_pct=10 -S ./system
# kmtune -s dbc_max_pct=5 -S ./system
# /usr/sbin/mk_kernel -s ./system
# mv /stand/system /stand/system.prev
# mv /stand/build/system /stand/system
# kmupdate
#####################################
/dev/dsk/c1t2d0 is your boot disk and its not the problem.
Disk c12t0d0 has /mnt11 and c14t0d0 has /mnt12 and these disks are bottlenecked. One way to resolve this bottleneck is to add more disks and / or disk controllers.
Another way is to defragment /mnt11 and mnt12. Do you have online JFS? Run this command 5 or 6 times if so, and again periodically.
# fsadm -F vxfs -E -e -D -d /mnt11
Finally, why did you call these /mnt11 and 12? Are these NFS file systems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 05:55 PM
10-20-2003 05:55 PM
Re: very access to disk
Instead: perform a full system backup (two to be sure: I don't trust tapes much!).
Then destroy your entire configuration except for VG00: umount, lvremove, vgreduce, vgremove.
Then create a VG with ALL the available disks, and use the "-g" option to create a PVG. The create your lvols using "lvcreate -D y -s g -L
Creating seperate VGs for each disk is bad practice, and since LVM has been around, a redundant practice. Most people with experience of LINUX and older versions of Solaris do things this way, as they are accustomed to partitioned disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 12:34 AM
10-21-2003 12:34 AM
Re: very access to disk
About the only thing you can do is to try to reduce the amount of head movement by making the data contiguous via defragging. If you don't have online JFS then backup to tape, newfs the file systems and restore.