- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unbootable HPUX 10.20
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
12-20-2001 11:24 PM
12-20-2001 11:24 PM
has crashed and currently it is unable
to boot
I had ran a recovery script
from support media
but unfortunately there was not
any healthy back up files
and when i restored files from
system did not start.
Is there way to recover
system with minimal efforts and
minimal loss of information ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 12:23 AM
12-21-2001 12:23 AM
Re: unbootable HPUX 10.20
Have you tried booting from vmunix.prev?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 04:51 AM
12-21-2001 04:51 AM
Re: unbootable HPUX 10.20
ISL> hpux -is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 05:27 AM
12-21-2001 05:27 AM
Re: unbootable HPUX 10.20
If all of the above suggestions do not work, try to boot in maintenance mode:
ISL> hpux -lm
If it works, try to acitvate the root volume group using vgchange -a y vg00 to update the LABEL file using lvlnboot command. If this fails, try to recover the volume group information using vgcfgrestore command.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 05:43 AM
12-21-2001 05:43 AM
Re: unbootable HPUX 10.20
Any backup is better than no backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2001 02:52 AM
12-28-2001 02:52 AM
Re: unbootable HPUX 10.20
to hpux 10.20
it is not using LVM
and ISL>hpux -lm isn't working
so as ISL>hpux vmlinux.prev
because it is inposslible to type
more than 10 sharacters
only ISL> hpux -is is working
but i did'n know what to do then
for example ls command
was giving error
" unable to load dld.so " and some
numbers of error codes
so i decided to start recovery scrtypt
and completin all instructions
the result was the same as before
I think
there are so nice peole in this forum.
thanks for yor help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2001 03:46 AM
12-28-2001 03:46 AM
Re: unbootable HPUX 10.20
vmlinux.prev is quit an unusual kernel name for an HP System! Was that only a typo in this post or did you really try that ? In this case try vmunix.prev instead.
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2001 05:48 AM
12-28-2001 05:48 AM
Re: unbootable HPUX 10.20
The transition from UX 9 to UX 10 is best done with a total reload from CD. The 9 - 10 upgrade does nothing about LVM as you found. LVM is the best reason to get to 10, along with HP support (which will be going away soon on 10 anyway).
My other suggestion on ignite would have done you no good, since you were going between levels. Most times, giving more information is better than giving less.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2001 05:53 AM
12-28-2001 05:53 AM
Re: unbootable HPUX 10.20
It is best to do a cold load of the system, save off any directories/files that you want to keep onto a tar tape then load your system from scratch.
Everyone is correct that the upgrade path from 9.X to 10.20 is best accomplished this way.
What is the primary reasoning for going to 10.20 and not 11.00, is it application version or database version incompatability?
Good luck
Happy new year.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2001 06:59 AM
12-28-2001 06:59 AM
SolutionLooks like your dld.sl is missing. That mean, you are not able to use any command that uses shared libraries (for more information take a look into the man page of dld.sl)
If you are able to boot your system in single user mode and dld.sl is missing, you are still able to use the commands in the /sbin directory. (use /sbin/ls instead of ls)
Boot your system into single user mode and try to figure out what happened to your dld.sl (maybe the execution permissions are missing or it has been moved to an other name) Maybe you are able to restore it from backup. Usually it's /usr/lib/dld.sl