- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11i Sam Core dump when started
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
06-03-2002 07:36 PM
06-03-2002 07:36 PM
HPUX 11i Sam Core dump when started
Before i intalled the DCE Tools on the HPUX11i server, i can start sam perfectly. After installation, it core dump. The following is the error message:
/usr/lib/dld.sl: Cannot find path for shared library: libdcekt.1
/usr/lib/dld.sl: No such file or directory
/usr/sbin/sam[220]: 3155 Abort(coredump)
The /usr/lib/dld.sl file has not been overwritten by the installation. I tried to uninstall the dce tools but sam still core dump.
There is an existing sam patch installed: PHCO_24118. Any idea what happens?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:05 PM
06-03-2002 08:05 PM
Re: HPUX 11i Sam Core dump when started
You could try and reinstall the existing patch again, but the best idea maybe to try installing the latest SAM cumulative patch
PHCO_25870. Make sure that you create an ignite tape before loading any patch. The SAM patch does not require an outage.
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:09 PM
06-03-2002 08:09 PM
Re: HPUX 11i Sam Core dump when started
I've already tried to installed patch PHCO_25870, but the problem persists.
Regards
Hui Kuan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:19 PM
06-03-2002 08:19 PM
Re: HPUX 11i Sam Core dump when started
#cat /etc/SHLIB_PATH
Can you find /usr/lib in the output , if not add the entry to the above file.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:58 PM
06-03-2002 08:58 PM
Re: HPUX 11i Sam Core dump when started
Yes, /usr/lib is already in /etc/SHLIB_PATH
Regards
Hui Kuan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:15 PM
06-03-2002 09:15 PM
Re: HPUX 11i Sam Core dump when started
Can you check the permissions on:
# ll /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 155648 Nov 14 2000 /usr/lib/dld.sl
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:20 PM
06-03-2002 09:20 PM
Re: HPUX 11i Sam Core dump when started
It's exactly the same as that you've stated above.
Regards
Hui Kuan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:40 PM
06-03-2002 09:40 PM
Re: HPUX 11i Sam Core dump when started
Check the permissions of this file.
/etc/sam/custom/default.tp should be only readable to root .
-r-------- 1 root bin 643 Oct 27 1997 default.tp
Also you try restoring /etc/sam files from /usr/newconfig/etc/sam
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:45 PM
06-03-2002 09:45 PM
Re: HPUX 11i Sam Core dump when started
If it is, remove it. Not for 11i.
swlist -l product |grep -i dce
You should see one has already been installed.
Only need to install that on a 11.0 system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:51 PM
06-03-2002 09:51 PM
Re: HPUX 11i Sam Core dump when started
I am fairly sure that removing the DCE filesets which has also removed the transition links. Have a look at the man page for 'tlinstall'. Running this should fix it. It puts back the old links that may have gone missing through this type of installation and removal.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:10 PM
06-03-2002 10:10 PM
Re: HPUX 11i Sam Core dump when started
Even if before i uninstall the DCE tools, Sam already coredump. Same happens after uninstalling it.
I've checked the following also and its correct.
-r-------- 1 root bin 643 Oct 27 1997 default.tp
The only file newly created in /etc/sam is reg_dirs.db which cannot be found in /usr/newconfig/etc/sam. I've also tried to search for the file in the system, but there isn't any other copy
I've tried running tlinstall also, it doesn't seems to help.
I've checked the core, there is this error:
-----------
/usr/lib/dld.sl
ERROR: mmap failed for DLD
ERROR: mmap failed for TSD
No Error!?
Invalid Magic number
/dev/config - permission denied
...
-----------------
the permission for /dev/config is
crw-r--r-- 1 root sys 69 0x000000 Oct 19 2001 config
Any more ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:31 PM
06-03-2002 10:31 PM
Re: HPUX 11i Sam Core dump when started
Suspect the reg_dirs.db is the problem.
please compare the file which i have attached
with your's.
If anything differs , move that old file and put my file with proper old permissions and
try again.
Also check whether you have got a user named
sam_exec in /etc/passwd file.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:34 PM
06-03-2002 10:34 PM
Re: HPUX 11i Sam Core dump when started
Also check for the permission of that file . it should be
--r--r--r-- 1 root bin 79 Feb 14 15:26 /etc/sam/reg_dirs.db
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 12:04 AM
06-04-2002 12:04 AM
Re: HPUX 11i Sam Core dump when started
I'm not sure what happens. But after i install DCE tools for HPUX 11.00, sam seems to be up and running again. It went dead if i install DCE for HPUX 11.11. The strange thing is that OS i'm using is HPUX 11.11.
Thanks everyone for your help! 8)
Regards
Hui Kuan