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-08-2003 11:49 AM
10-08-2003 11:49 AM
vhand??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 11:53 AM
10-08-2003 11:53 AM
Re: vhand??
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=230465
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 11:53 AM
10-08-2003 11:53 AM
Re: vhand??
Got a V Class server? Its your swapper.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 12:21 PM
10-08-2003 12:21 PM
Re: vhand??
Don't kill vhand.
Monitor performance and identify the issue. I am attaching a script that should help.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 12:43 PM
10-08-2003 12:43 PM
Re: vhand??
This server is severely constrained.
A) Change your swap priorities all to 1 in /etc/fstab:
dev 4096 3328 768 81% 0 - 1 /dev/vg00/lvol2
dev 4000 4000 0 100% 0 - 0 /dev/vg00/swap2
B) Buy more RAM immediately if you can, if you can't add more 2ndary swap. You're out.
total 11286 11050 236 98% - 0 -
C) You have a severe disk or tape bottleneck for you CPU averages 81% wait time.
C2) Any tape work going?
D) Disks c1t2d0 and c2t2d0 are 100% busy. What's on c1t2d0 and c2t2d0? O/S and swap?
D2) Move all of your 2ndary swap off of O/S disks and out of vg00. (* /dev/vg00/swap2 *)
In short, you're O/S is madly swapping out processes so buy some more RAM or turn off some processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 01:47 PM
10-08-2003 01:47 PM
Re: vhand??
I really apreciate it.
I have to do many things now.