- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sam not working
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
10-30-2002 09:53 PM
10-30-2002 09:53 PM
"A SAM internal error has occured. Additional information regarding this error has been logged to SAM log file (/var/sam/log/samlog). Contact your HP representative and provide them with the contents of the log file so that an appropriate resolution can be found."
Can anyone help ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 10:15 PM
10-30-2002 10:15 PM
Re: sam not working
This looks like software not configured correctly.
Can you check with:
swlist -l fileset -a state if all filesets are configured.
If some filesets are not do swconfig \*
to configure them.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 10:25 PM
10-30-2002 10:25 PM
Re: sam not working
# swconfig \*
======= 10/31/02 11:55:15 IST BEGIN swconfig SESSION
(non-interactive)
* Session started for user "root@phoenix".
* Beginning Selection
ERROR: RPC exception: "Communications failure (dce / rpc)" 10/31/02
11:55:51 IST
ERROR: A Remote Procedure Call to a daemon has failed. Could not
start a management session for "phoenix:/". Make sure the
host is accessible from the network, and that its daemon,
swagentd, is running.
* Target connection failed for "phoenix:/".
ERROR: More information may be found in the daemon logfile on this
target (default location is phoenix:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 10/31/02 11:55:51 IST END swconfig SESSION (non-interactive)
Regards,
Vikram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 10:30 PM
10-30-2002 10:30 PM
Re: sam not working
# swlist -l fileset -a state|grep -v -i -e configured -e \#
to configure the unconfigured patches enter.
# swconfig
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 10:39 PM
10-30-2002 10:39 PM
Re: sam not working
I think swagentd is not running.
restart with:
# /usr/sbin/swagentd -r
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 10:41 PM
10-30-2002 10:41 PM
Re: sam not working
Is "swagentd" running?
This is a typical error.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 10:52 PM
10-30-2002 10:52 PM
Re: sam not working
Restart the swagentd
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 11:21 PM
10-30-2002 11:21 PM
Re: sam not working
It Worked !!!!!!
What was the problem ? Can u please explain in detail?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 11:32 PM
10-30-2002 11:32 PM
SolutionWhat where the steps you took ?
I guess first restart swagentd and then swconfig.
If so: during patch installation for some reason swagentd did not restart and that's why the swconfig failed during boot.
Check /etc/rc.log for reasons why swagentd was not started.
Maybe another reboot will show you if everything is working fine now.
Check after the reboot if swagentd is running.
C.