- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- signal 11 swagentd.log
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-25-2004 10:22 PM
03-25-2004 10:22 PM
signal 11 swagentd.log
does anybody know what this messages means in
the swagentd.log?
"
WARNING: The ACL stored in file "//var/adm/sw/products/ifiles/_OWNER"
contains hostname(s) which could not be resolved.
* Agent pid=3643 died from signal 11. See signal(5) for more
information about this signal. 03/26/04 11:23:09 MET
"
When trying to swinstall :
wroot/sv00138#swinstall -s /softdist/SD_TEST_DEPOT SYS_EMERG_FVS @ ds39911
outout:
ERROR: RPC exception: "Connection closed (dce / rpc)" 03/26/04
11:23:09 MET
ERROR: Could not perform the requested operation for "ds39911:/",
possibly due to a network communications failure or the agent
timing out. Check that the host is still accessible from the
network, and the agent_timeout_minutes option is not set too
low.
* The execution phase failed for "ds39911:/".
* Execution had errors.
Any ideas?
Tx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 10:33 PM
03-25-2004 10:33 PM
Re: signal 11 swagentd.log
what about hostname resolutions?
# nslookup
# nslookup
# ifconfig lan0 (or what it is in netconf)
# cat /etc/hosts
and check that all is ok.
If there is some problems with resolutions then definitely it could be a possible reason of your problem.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 10:33 PM
03-25-2004 10:33 PM
Re: signal 11 swagentd.log
2. swagentd is running on both the hosts.
3. Are you able to connect to networked depot?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:00 PM
03-25-2004 11:00 PM
Re: signal 11 swagentd.log
specific product.
All the checks mentioned above are ok.
Gerrit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:03 PM
03-25-2004 11:03 PM
Re: signal 11 swagentd.log
Check this doc,
http://www5.itrc.hp.com/service/cki/search.do?category=c0&mode=text&searchString=%22%2Fvar%2Fadm%2Fsw%2Fproducts%2Fifiles%22&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:08 PM
03-25-2004 11:08 PM
Re: signal 11 swagentd.log
I've seen this happen when I changed ip's or hostnames of machines. A restart of the swagentd on the host this happened would set this straight. swagentd can cache these names though, so you might want to restart the client side as well if your depot server changed names/ips.
Robert-Jan: Your link doesn't work for me, is that me or is something wrong with it?
HTH,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:12 PM
03-25-2004 11:12 PM
Re: signal 11 swagentd.log
Your system will respond to the old host name until you change
two files under /var/adm/sw/products/ifiles: _OWNER and _ACL.
_OWNER looks like this:
# default_realm=
num_entries=2
user:root:00
group:sys:00
_ACL looks like this:
# default_realm=
user_obj:rwict
group:swadm:rwict
any_other:r---t
These files reflect your old hostname. Once you change the names
in these files
-----
Robert-Jan
Ps Hein don't know why it is not responding to the link. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:15 PM
03-25-2004 11:15 PM
Re: signal 11 swagentd.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:22 PM
03-25-2004 11:22 PM
Re: signal 11 swagentd.log
remain.
Any other suggetions?