- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux 11i system cannot boot from single mode to l...
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-25-2002 03:08 AM
09-25-2002 03:08 AM
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000002
Someone have any idea?
thanks a lot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 03:14 AM
09-25-2002 03:14 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
Do you have /usr MOUNTED???
You might have to fsck it first, but then a mount will work.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 03:26 AM
09-25-2002 03:26 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
The error means:
# grep 2 /usr/include/sys/errno.h
/* $Header: errno.h,v 1.37.106.2 97/07/12 22:11:35 kcs Exp $ */
#define ENOENT 2 /* No such file or directory */
So indeed th fs might not be mounted or the file/directory is not there.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 04:01 AM
09-25-2002 04:01 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
System lost /usr/lib/dld.sl file. I check it.
Can I remove boot disk drive (vg00) to another system and save some data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 04:39 AM
09-25-2002 04:39 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
You could remove the disk and move it to another system but it's not that easy. Do you have a backup tape, say a make_tape_recovery?? Do you have another server that is very similar to this machine?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 05:03 AM
09-25-2002 05:03 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
can i use vgimport command to import vg00 volume group to vg01 at another system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 06:15 AM
09-25-2002 06:15 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
1. What else is damaged?
If one file as critical as /usr/lib/dld.sl is corrupt or delete, then what else is bad?
2. Binary compatabilty.
If one machines libs are newer/older this will cause problems. Leaving your system still not usable.
Suggestion: download and install igniteUX and put on twin system to make a recovery tape. OR Reinstall the OS from media.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 06:21 AM
09-25-2002 06:21 AM
SolutionYes. If you can take out the disk and place it on other system.
Once it is recognized, do a vgimport
#mkdir /dev/vgtest
#mknod /dev/vgtest/group c 64 0x0?0000
#vgimport -v /dev/vgtest /dev/dsk/c?t?d?
#vgchange -a y vgtest
#mount /dev/vgtest/lvol? /tmpusr
Copy dld.sl from the same OS.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 07:07 AM
09-25-2002 07:07 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
I agree with Shannon that it's a dangerous thing to do (moving the root disk to another system). You are better off trying to move the /usr/lib/dld.sl file from another similar system first, and you can do this in single user mode, especially with a tar tape. You do have a tape drive on this system?
And like Shannon said, download ignite on your working similar system and do a make_tape_recovery, asap!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 08:08 AM
09-25-2002 08:08 AM
Re: hp-ux 11i system cannot boot from single mode to level 1
I believe in my personal quote. It is very easy to mount a root disk on another server and restore the missing files provided you have that luxury. As far as the other system, this disk is simply yet another disk and you can import it easily. This is a piece of cake if it is on Jamaica or on L or N-class servers. Other than that only caution he would take is to make sure he copies the proper dld.sl file.
I don't believe he would disturb a production system though for this work.
There is no harm in trying the above to see if he could recover the system that way. After all, he is being advised to reload the OS anyway.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 08:25 AM
09-25-2002 08:25 AM