- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: libdce problem (swremoved DCE-CORE)
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
01-08-2004 11:37 PM
01-08-2004 11:37 PM
libdce problem (swremoved DCE-CORE)
by error I swremoved the package DCE-CORE from our system (HP-UX 11.00). Now i can't run any sw* command, therefore i can't reinstall DCE-CORE, nor run SAM (and probably many other commands). I copied the libraries from the CD and this is what i get
# swinstall
/usr/lib/dld.sl: Bad magic number for shared library: /usr/lib/libdce.1
/usr/lib/dld.sl: Exec format error
Abort
# sam
/usr/lib/dld.sl: Bad magic number for shared library: /usr/lib/libdce.2
/usr/lib/dld.sl: Exec format error
/usr/sbin/sam[220]: 4832 Abort
# swremove
/usr/lib/dld.sl: Bad magic number for shared library: /usr/lib/libdce.1
/usr/lib/dld.sl: Exec format error
Abort
This is the output of running file on both libraries:
# file /usr/lib/libdce.1
/usr/lib/libdce.1: lex command text
# file /usr/lib/libdce.2
/usr/lib/libdce.2: awk program text
¿Should I postprocess the libraries?. If so, ¿which tool?.
Best regards
Pe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 11:42 PM
01-08-2004 11:42 PM
Re: libdce problem (swremoved DCE-CORE)
Have you got a backup available that you can restore from? That's the only way I can see for you to get out of this situation without re-installing from scratch.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 11:51 PM
01-08-2004 11:51 PM
Re: libdce problem (swremoved DCE-CORE)
# sam
/usr/lib/dld.sl: Bad magic number for shared library: /usr/lib/libdce.2
/usr/lib/dld.sl: Exec format error
/usr/sbin/sam[220]: 4832 Abort
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 11:55 PM
01-08-2004 11:55 PM
Re: libdce problem (swremoved DCE-CORE)
I believe the SAM backup just uses fbackup, so you should be able to use frecover.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 12:34 AM
01-09-2004 12:34 AM
Re: libdce problem (swremoved DCE-CORE)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 12:47 AM
01-09-2004 12:47 AM
Re: libdce problem (swremoved DCE-CORE)
Does the tar command work ?
Load the ignite tape ( read only )
# mt -t /dev/rmt/0mn rew
# mt -t /dev/rmt/0mn fsf 1
# tar tvf /dev/rmt/0mn
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 01:17 AM
01-09-2004 01:17 AM
Re: libdce problem (swremoved DCE-CORE)
tried yor solution but unfortunately the make_recovery tape hasn't got /usr/lib nor /lib.
Pedro