- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Package switching problem!!
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
02-13-2003 09:10 PM
02-13-2003 09:10 PM
I configured two node cluster with two package.
One of package guard Oracle_9_2 and the other guard own develop application.
On operating, One of the package switch over adaptive node.
I don't know cause why package switch over.
I will attach the file of package cntl.log and the other log.
I doubt, the cause of swiching full hash table.
You tell me..
thankyou
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 09:12 PM
02-13-2003 09:12 PM
Re: Package switching problem!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 10:01 PM
02-13-2003 10:01 PM
Solution"no enough space"
The error is due to
1.Amount of memory and swap available.
If you have 80% used.
What is the value of dbc_max_pct on your kernel.
If it is 50% of memory bring it down to somewhere around 8.
The buffer cache half the memory is too high.
check the individual process usage using
UNIX95= ps -e -o ruser,pid,vsz=Kbytes
to check the process usage by each process.
How is the usage of the swap on the machine
Just do a
swapinfo -ta
you can use glance to monitor the process which is throwing out the error.
2.You have to increase your kernel parameters like
These paramters define the upper limit for a process.
They have default values like 8MB.
maxdsiz
maxdiz_64
maxssiz
maxssiz_64
maxtsiz
maxtsiz_64
ALso make sure that you check these values.
Revert with the amount of swap utilization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 10:12 PM
02-13-2003 10:12 PM
Re: Package switching problem!!
swapsize is 4GB.
I see the memory and swap utility using glance plus.
Memory usage rate is about 65% and Swap utility rate is about 35%.
Kernel parameter was configurated Oracle 9_2_0 recommendation.
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 10:25 PM
02-13-2003 10:25 PM
Re: Package switching problem!!
Also check that you are running the 64 bit oracle executables then you need to tune the 64 bit kernel parameter maxdsiz_64(for 64 bit applications) and not maxdsiz(32 bit).check it out.
REview your documentation on the tuning of kernel parameters.
What is the output of swapinfo -ta.What is the swap usage?
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 10:49 PM
02-13-2003 10:49 PM
Re: Package switching problem!!
maxdsiz = 1073741824 byte
maxdsiz_64 = 2147483648 byte
maxssiz = 134217728 byte
maxssiz_64 = 1073741824 byte
nproc = 4096
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 11:04 PM
02-13-2003 11:04 PM
Re: Package switching problem!!
1.reduce dbc_max_pct as mentioned above
2.check at swap usage.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 04:23 PM
02-18-2003 04:23 PM
Re: Package switching problem!!
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 1119344 3074960 27% 0 - 1 /dev/vg00/lvol2
reserve - 2069868 -2069868
total 4194304 3189212 1005092 76% - 0 -
root@ktsmp1:/>kmtune -q dbc_max_pct
Parameter Value
===============================================================================
dbc_max_pct 20