- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with HP-Ux on hpb2600 workstation. Serious
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
11-19-2003 03:43 PM
11-19-2003 03:43 PM
Problem with HP-Ux on hpb2600 workstation. Serious
a.On (HP-UX11) I renamed /usr/lib/libdld.2 to
/usr/lib/libdld.
2.org
b.After restarting(single usermode) i got error message like /usr/lib/dld.sl: can't find shared library /usr/libdld.2
/usr/lib/dld.sl: No such file or directory Abort(fatalcoredumped)
c.I am not able to enter into Unix System.
d.Only shell-builtin commands are working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 03:54 PM
11-19-2003 03:54 PM
Re: Problem with HP-Ux on hpb2600 workstation. Serious
If you can get to single user then use the tape backups from this point. 'ioscan' should be working.
What's your run level? Network status? Backup situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 04:54 PM
11-19-2003 04:54 PM
Re: Problem with HP-Ux on hpb2600 workstation. Serious
If you are unable to login to the System even in Single user mode.
Please remove the harddisk and put the HDD in a working HP workstation and configure it.
try copying the working file to the faulty one.
Thanx & Regards,
Roby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 05:58 PM
11-19-2003 05:58 PM
Re: Problem with HP-Ux on hpb2600 workstation. Serious
Thanks for your kind response.
I can go to single user mode.
Only the shell-builtin commands work.
External commands like 'ls','cp','mv' etc are not working.
Can I get a better solution.
Waiting for early response
subramanyam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:01 PM
11-19-2003 06:01 PM
Re: Problem with HP-Ux on hpb2600 workstation. Serious
# /sbin/mount /usr
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:57 PM
11-19-2003 08:57 PM
Re: Problem with HP-Ux on hpb2600 workstation. Serious
or
/sbin/cat /usr/lib/libdld.2
/sbin/chmod 555 /usr/lib/libdld.2
or
/sbin/mv /usr/lib/libdld.2.org /usr/lib/libdld.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:38 AM
11-20-2003 07:38 AM
Re: Problem with HP-Ux on hpb2600 workstation. Serious
Chances are other file systems other than /usr with mount, so try this.
# mount /tmp
# mount /var
This should give you plenty of disk space to work with.
Once you have 'tar' or whatever loaded then source it from its new location and restore /usr from tape.
# /tmp/tar -tvf /dev/rmt/0m (* for example *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 11:51 AM
11-20-2003 11:51 AM
Re: Problem with HP-Ux on hpb2600 workstation. Serious
ln, cat, chmod, mv are unshared in /sbin
are shared in /usr/bin
So /sbin/ln /sbin/chmod /sbin/mv /sbin/cat should work with a libdld broken