- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sam error
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
03-08-2006 07:24 PM
03-08-2006 07:24 PM
I am not able to launch sam in system and I am getting the following error :
****************************************************************************************************
bash-2.04# sam
/usr/lib/dld.sl: Bad magic number for shared library: /usr/lib/libdcekt.1
/usr/lib/dld.sl: Exec format error
/usr/sbin/sam[220]: 7419 Abort(coredump)
******************************************************************************************************
And because of this I am not able to start DCE and RPC daemons also.
Please rectify this issue asap and start the sam,DCE and rpc daemons.
Pls help me out
Regards
Pravin S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 07:33 PM
03-08-2006 07:33 PM
Solutionis this perhaps related to:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=727802
and the document
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080027756
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 07:35 PM
03-08-2006 07:35 PM
Re: Sam error
longer valid for HP-UX 11i and will corrupt the DCE-Core product
if installed on an HP-UX 11.11 system. The corruption is the
replacement of the DCE 1.8 version of libdcekt.1 with DCE 1.7.1
version of libdcekt.1.
How to check?
1. 'll /usr/lib/libdcekt.1' -- does it exist?
2. 'what /usr/lib/libdcekt.1' -- is there a string saying
HP DCE/9000 1.8 Module: libdcekt.1 (this is good -- for 11.11)
HP DCE/9000 1.7.1 Module: libdcekt.1 (bad - for 11.00)
3. 'swlist -l product | grep DCE -- is the DCE-KT-Tools for 11.00 in list?
see KBRC00011973 for how to resolve
one way is to copy it from another 11i system with same DCE patch level if possible
create the symbolic link:
cp libdcekt.1 /usr/lib/libdcekt.1
chmod 555 /usr/lib/libdcekt.1
chown bin:bin /usr/lib/libdcekt.1
cd /usr/lib
ln -s libdcekt.1 libdcekt.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 07:36 PM
03-08-2006 07:36 PM
Re: Sam error
Check bdf -l output. DO you have enough space in /usr ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 11:15 PM
05-21-2006 11:15 PM
Re: Sam error
teh soln worked