- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAM core dumps when i try to modify/view users
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-01-2000 01:42 PM
06-01-2000 01:42 PM
SAM core dumps when i try to modify/view users
I get the following error when I try to view
the USERS in the Accounts section of SAM:
UNEXPECTED EXIT: process /usr/sam/lbin/samx -C -p
22698 -s users /usr/sam/lib//ug.ui exited with a non-zero exit status.
sh: 23478 Bus error(coredump)
I can however view/modify the GROUPS in Accounts in SAM.
Anyone have a fix for this? Is there a particular patch for this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 07:30 PM
06-01-2000 07:30 PM
Re: SAM core dumps when i try to modify/view users
you have not give OS version
if its 10.20 apply patch SAM/Obam PHCO_18217 may be you can look for latest patch .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 11:41 PM
06-01-2000 11:41 PM
Re: SAM core dumps when i try to modify/view users
This happens sometimes when all the filesets are not configured properly.
execute "/usr/sbin/swconfig * "
Once this is complete, invoke SAM and give a try.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2000 04:08 AM
06-02-2000 04:08 AM
Re: SAM core dumps when i try to modify/view users
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2000 11:34 AM
06-02-2000 11:34 AM
Re: SAM core dumps when i try to modify/view users
# swlist -l fileset -a state | grep -v # | grep -v configured
If this command gives any output then you have unconfigured filesets (likely patches).
Correct with swconfig:
# swconfig *
Rerun the swlist command above to see if all or most of the unconfigured filesets are now configured.
After this completes rerun SAM and it should no longer exhibit the same problems.