- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: A question about startup on L1k
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-29-2006 03:35 PM
08-29-2006 03:35 PM
A question about startup on L1k
I've configured a cluster and one node of it down because of a failing of the package and it never startup any more,when it startup it stops at the following information:
HP-UX Start-up in progress
__________________________
Configure system crash dumps ........... OK
VxVM device node check .................. OK
VxVM general startup ................. OK
VxVM reconfiguration recovery ......... OK
Mount file systems ...................... OK
Update kernel and loadable modules ........ N/A
Initialize loadable modules .............. OK
Setting hostname ................... OK
Start Kernel Logging facility ....... N/A
Set privilege group ......... N/A
Display date ....................... N/A
Copy processor logs to /var/tombstones.... OK
Save system crash dump if needed .............
and then there is no response any more
Can you help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 03:39 PM
08-29-2006 03:39 PM
Re: A question about startup on L1k
Depending on the amount of RAM you have, saving of the crash dump can take a while.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 03:49 PM
08-29-2006 03:49 PM
Re: A question about startup on L1k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 03:53 PM
08-29-2006 03:53 PM
Re: A question about startup on L1k
What can I do now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 08:22 PM
08-29-2006 08:22 PM
Re: A question about startup on L1k
I have to up the thread to call your attention
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 08:28 PM
08-29-2006 08:28 PM
Re: A question about startup on L1k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 09:25 PM
08-29-2006 09:25 PM
Re: A question about startup on L1k
You mean I can interrupt this process by pressing "shift+|"?
But I don't think it work.
Any other idea to interrupt the process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 09:42 PM
08-29-2006 09:42 PM
Re: A question about startup on L1k
And it reports the following errors:
/var is full
So can I remove all the files below /var/tomestone?
Thx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 10:20 PM
08-29-2006 10:20 PM
Re: A question about startup on L1k
First check shutdownlog (in /etc) and check why it crashed if it did.
We would need crash dump for analysis later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 12:53 AM
08-30-2006 12:53 AM
Re: A question about startup on L1k
Since you want to know why the system crashed, start a backup of the /var/adm/crash directory. To see how big it is, use this command:
di -ksx /var/adm/crash
That will be the size on Kbytes. Once the tape has finished (or you could move the files to another disk if you have the space), you can delete the files and directories under /var/adm/crash (leave the crash directory). Later, you can contact HP to determine the reason for the crash.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 06:24 PM
08-30-2006 06:24 PM
Re: A question about startup on L1k
That's very complicate to understand
Can you help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 06:32 PM
08-30-2006 06:32 PM
Re: A question about startup on L1k
Let's try to save crash to some other location. (Make sure that you have enough space there. At least 2xRAM)
savecrash -rv /some_dir_with_enough_free_space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 07:15 PM
08-30-2006 07:15 PM
Re: A question about startup on L1k
I've got the complete crash dump in /var/adm/crash directory and the total size of /var/adm/crash is 2GB while my physical memory size is 512MB.
And now I want to know is how to process these information and when I can remove all these huge files
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 07:59 PM
08-30-2006 07:59 PM
Re: A question about startup on L1k
adb -m /var/adm/crash/crash.0/vmunix
Once on adb prompt, do msgbuf+8/s
This should give you some information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 08:31 PM
08-30-2006 08:31 PM
Re: A question about startup on L1k
I pressed "adb -m /var/adm/crash/crash.0/vmunix
it output the following errors:
PA-64 adb ($h help $q quit)
crash dump: No such file or directory
Error on open of corfil = core.
But the "/var/adm/crash/crash.0/vmunix" file actually exits
Do you know why?