- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM does not work.
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
09-19-2000 02:50 AM
09-19-2000 02:50 AM
SAM does not work.
I need to install some patches, and the swinstall does not run, with the same message. Memory fault, core dumped.
The OS is HP-UX 10.20 and the hardware is an HP9000 715/33.
I've installed the HP-UX from the begining and imediately i try to run sam with no success.
Any sugestions?
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 02:55 AM
09-19-2000 02:55 AM
Re: SAM does not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 03:04 AM
09-19-2000 03:04 AM
Re: SAM does not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 03:05 AM
09-19-2000 03:05 AM
Re: SAM does not work.
It maybe worth your while :
upping Maxdsiz or posting its size to this forum for confirmation .... ?
Also .....
1. cd /var/adm/sw/queue
2. mv number number.old
3. touch number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 03:30 AM
09-19-2000 03:30 AM
Re: SAM does not work.
When SAM core dumps, it could be for any reason. Look at the message it gave you.
It will be something similar to:
unexpected exit: process LANG=C LC_ALL=C /usr/bin/lbin/samx -C -p3411 /usr/sam/lib//tm.ui exited with non-zero exit status sh:3528 bus error, core dump
The important part of this message is the /usr/sam/lib//tm.ui. If you can give me this portion of your message, I may be able to give you a specific fix.
In many cases, it may be an unconfigured fileset:
# swlist -l fileset -a state (look for installed, transient or corrupt)
# swconfig * (to configure all installed filesets)
Or it may be a patch issue. In the error listed above, it is actually an offending line in /etc/inittab that caused the error.
Without the exact message, we are guessing what the problem is.