- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- moved /usr/lib/dld.sl
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
10-09-2006 05:51 PM
10-09-2006 05:51 PM
moved /usr/lib/dld.sl
plz help me out........one of the app guy has moved the /usr/lib/dls.sl file and now the server is not booting..........what do i do.........?please let me know.........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 05:59 PM
10-09-2006 05:59 PM
Re: moved /usr/lib/dld.sl
Reset the server.
When system boots hit a key when you get the 10sec interupt message
enter
bo pri
Y - to interact with ipl
ISL> hpux -is (will boot to single user)
at hpux single user mode.
# mount -a
# /usr/lib/dld.sl.old /usr/lib/dld.sl
# shutdown -r -y now
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 06:45 PM
10-09-2006 06:45 PM
Re: moved /usr/lib/dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 07:36 PM
10-09-2006 07:36 PM
Re: moved /usr/lib/dld.sl
can you mount /usr ?
# mount /usr
# mv ... ...
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 04:33 AM
10-10-2006 04:33 AM
Re: moved /usr/lib/dld.sl
I can mount /usr.....with mount -o rw /usr
but not able to use cp,mv at all....giving /usr/lib/dld.sl error..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 04:39 AM
10-10-2006 04:39 AM
Re: moved /usr/lib/dld.sl
To get out of your current mess, use this command:
mount /usr
/sbin/mv /wrong/dld.sl /usr/bin
Then you should be able to reboot. The next step is to change root's shell to /sbin/sh and then to immediately change root's password and never give it to the DBA again. Most likely, the DBA is trying to 'fix' HP-UX to match some other system like Linux -- a plan that will destroy your system.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 12:31 AM
10-11-2006 12:31 AM
Re: moved /usr/lib/dld.sl
(I'm pretty sure I got this right, others can correct me easily enough.)
When you run cp, it is trying to use that dld.sl program. Since the dld.sl file is moved, it won't find it. So it bombs out.
bdf? yep. same thing.
I actually had a similar problem once after a disaster. My solution was to boot up into maintenance mode via an ignite tape shell. Then I ran:
/sbin/mount /dev/vg00/lv??? /usr
mv /usr/bin/dld.sl.mistake /usr/bin/dld.sl
Then I rebooted.
If you're lucky, you will not need to boot from ignite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 03:02 AM
10-11-2006 03:02 AM
Re: moved /usr/lib/dld.sl
i even tried that i.e. /sbin/mv...but was not able to do it........I just booted it from ignite and restored /usr......