- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swlist produces Memory Fault (coredump)
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
08-13-2003 01:47 AM
08-13-2003 01:47 AM
I have an RP5470 running 11.00 which I installed 2 softare packages on:
B6192AA & B6733AA They're DCE Kenrel thread packages and documentation
and then adjusted a couple of kernel parameters:
Changed maxfiles from 120 to 256
Changed maxssix from 134217728 to 262144
Changed maxdsiz from 1073741824 to 1048578
The kernel parameter changes and software were recommended by the openview install analysis. This all worked fine but since the reboot the swlist command gives me a coredump everytime.
Any ideas? Anything to do with reducing the kernel parmaeters perhaps?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 01:52 AM
08-13-2003 01:52 AM
Re: swlist produces Memory Fault (coredump)
On the core file:-
What core
strings core
also search the forum on analysing core files
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 01:54 AM
08-13-2003 01:54 AM
Re: swlist produces Memory Fault (coredump)
maxssiz and maxdsiz are too low
look at
file core
when you get a dump and post the message.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 01:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 02:02 AM
08-13-2003 02:02 AM
Re: swlist produces Memory Fault (coredump)
Yes it would appear I've made a bit of silly mistake with the Kernel params and mis-read the warnings I was getting whilst installing openview, as it was just warning me about the params and NOT telling me to change them, d'oh!
I'm going to set maxssiz and maxdsiz back to what they were and reboot, I suspect this will fix the problem.
Thanks for listening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 02:45 AM
08-13-2003 02:45 AM
Re: swlist produces Memory Fault (coredump)
check
#file core
#what core
#strings core | more
Strings core will not help much.If file core is giving SIGSEGV then it is segment violation. you have to recheck kernal parameters maxdsiz, maxtsiz.
Hope this will help.