- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system reboot at all time
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
09-07-2004 04:03 AM
09-07-2004 04:03 AM
system reboot at all time
when i install the system in hp9000(b2600),my system reboot at all time , i see the words before the reboot : no dump space...
thaks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 04:09 AM
09-07-2004 04:09 AM
Re: system reboot at all time
Not having dump space shouldn't cause the system to reboot. System was trying to dump the image after it crashed and it was not able to do so as the dump space is missing. You should be seeing other messages. Post them.
Try bringing it up in LV maintenance mode. When the system reboots, press any key to put it in to bootadmin prompt. Then interact with IPL
Main Menu: bo pri
Interact with IPL:y
ISL> hpux -lm
Once you got the prompt, do
#vgchange -a y vg00
#lvlnboot -b /dev/vg00/lvol1
#lvlnboot -r /dev/vg00/lvol3
#lvlnboot -s /dev/vg00/lvol2
#lvlnboot -d /dev/vg00/lvol2
#lvlnboot -R
#lvlnboot -v
Ensure that all the above logical volumes appear. Then reboot it again..
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 02:46 AM
09-08-2004 02:46 AM
Re: system reboot at all time
but I can enter the single mode , so I cannot do anything .
the system reboot befor login in .
then the reboot I see : no dump space configure , physics menmory will be started .
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 03:11 AM
09-08-2004 03:11 AM
Re: system reboot at all time
When you see the message "strike a key within 10 seconds to interrupt boot sequence"
When you do this you get ISL prompt.Then follow Sri's post.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 03:19 AM
09-08-2004 03:19 AM
Re: system reboot at all time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 06:57 AM
09-08-2004 06:57 AM
Re: system reboot at all time
Try disconnecting anything externnal from the machine and attempt to boot up again.
If you can get into single user mode without any reboots then boot into single user mode and mount /var and /tmp then run : savecrash -v /var/adm/crash.
This should put an entry into /etc/shutdownlog as well as create a crash dump.
Post that message here and maybe we can tell why wer're failing.