- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not enough space
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
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
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
тАО06-02-2005 02:37 AM
тАО06-02-2005 02:37 AM
Not enough space
The cause of the "net enough space" message appears to be related to memory and swap space. GBL_MEM_SYS_UTIL in particular doubled from 25.64% to 52.2% within 5 minutes. Data buffer cache is set at 5% and GBL_MEM_USER_UTIL was pretty steady at approximately 40%. GBL_SWAP_SPACE jumped from approximately 85% to 100%. The pageout and swapout rates remained 0, however.
The obvious question I have is, "What caused the system memory utilization to jump so drastically?"
So far I haven't been able to make any determination from the Process Details Drill Down Table. It reports on PROC_MEM_VIRT and PROC_MEM_RES, but these values didn't fluctuate very much. The only oddball process that popped up in the report for about 10 minutes at the time the problem occurred was a dd a DBA was apparently running as the oracle user. While that definitely hit the CPU and disk, I don't see that causing major memory problems. (If it could, I'm open to hearing the explanation.)
I haven't seen any metrics that indicate how much SYS vs. USER memory a process was using so I'm thinking this may remain a bit of a mystery, but I figured I would throw this out here to see if anyone might be able to point me in a direction to get the information that I'm not seeing that would shed some more light on the situation.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2005 02:41 AM
тАО06-02-2005 02:41 AM
Re: Not enough space
(a) How much free memory you had in the first place
and
(b) What blocksize was being used in the dd command. It is common to use a relatively large lock size with dd to improve performance.
I wouldn't have thought that a dd by itself was the cause of your problem, more a straw/camel's back scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2005 03:41 AM
тАО06-02-2005 03:41 AM
Re: Not enough space
See attached script set.
Background, production, very helpful.
SEP
Contact form that mail's me offline:
http://www.isnamerica.com/contactsep.shtml
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
тАО06-02-2005 03:42 AM
тАО06-02-2005 03:42 AM
Re: Not enough space
Attachment is in THIS post.
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
тАО06-02-2005 03:48 AM
тАО06-02-2005 03:48 AM
Re: Not enough space
I talked to the DBA. He used a block size of 8192 on the dd command. He was copying a 2GB database file he mistakenly created on a cooked file system to a raw partition.
Jeff Traigle