- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Forcing panic?
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
05-16-2003 11:14 AM
05-16-2003 11:14 AM
I maintain a cluster of C200 and C240 machines. Waering many hats, I also give some introductory word to new users, many of them being software developers.
For demonstration purposes I'd like to force a HP-UX 11.00 to panic, just to show them how it looks, where the crash dump goes and all the associated stuff.
I know how to force a panic on a 735/99 (using the button on the front panael, behind the lid), but the C200 just eludes me. Any hints, tips?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 11:43 AM
05-16-2003 11:43 AM
Re: Forcing panic?
I don't think its worth it though, make sure you have media to boot off of so you can fix it when done.
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
05-16-2003 11:48 AM
05-16-2003 11:48 AM
Re: Forcing panic?
pretty simple: set the LAN cards MAC address to a different (but still unique) value using the "/etc/rc.config.d/*" config file, and the appropriate start-script in "/sbin/init.d/"...
The boot will be fine, though.
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 11:51 AM
05-16-2003 11:51 AM
Re: Forcing panic?
increase your kernel paramaters for maxdsize and maxdize64 to be way over your system resources and reboot the machine. The system will panic on reboot because the kernel can not allocate as much memory as you told it to use for the data segment time. ;)
Make sure that when you build the new kernel, you save the old one, and make sure you know how to boot from a kernel other than the default.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:03 PM
05-16-2003 12:03 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:06 PM
05-16-2003 12:06 PM
Re: Forcing panic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:09 PM
05-16-2003 12:09 PM
Re: Forcing panic?
http://h200002.www2.hp.com/bc/docs/support/SupportManual/lpv37954/lpv37954.pdf
This will create a system dump, panic and restart of server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:29 PM
05-16-2003 12:29 PM
Re: Forcing panic?
Again, thanks a lot!
Oh, and disregard my fsckup with that... other message.