- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swlist/swagent hang
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-2002 01:58 PM
09-19-2002 01:58 PM
swlist/swagent hang
I am looking for a possible quick fix to swlist not being able to contact the target host.
execute swlist and promt never returns.
ex:
# swlist
# Initializing...
# Contacting target "hostname"...
Can only recover by killing process.
Also top reports swlist at 99% CPU.
Not running glance/measureware.
Thanks.
/etc/hosts looks normal:
#
AA.BB.CC.XXX hostname
AA.BB.CC.XXX hostname.domainname.com
127.0.0.1 localhost loopback
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:01 PM
09-19-2002 02:01 PM
Re: swlist/swagent hang
Two things..
1. Ping to "hostname" and see if it works. swagent won't work if hostname is wrong. If so, you will need to fix it.
2. If not, kill swagend. Start it with swagentd -r.
Post your status.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:08 PM
09-19-2002 02:08 PM
Re: swlist/swagent hang
AA.BB.CC.XXX hostname.domainname.com hostname
You should also test hostname resolution by pinging by hostname. Check that your /etc/nsswitch.conf is set up correctly as well. You should probably set it to look at FILES first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:15 PM
09-19-2002 02:15 PM
Re: swlist/swagent hang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:17 PM
09-19-2002 02:17 PM
Re: swlist/swagent hang
Do the following and revert if things don't work.
1) ping target_hostname
2) nslookup target_hostname (You should get the correct ip address for it or you may ping the ip address and see if it resolves the correct ip address)
3) If it doesn't, verify your dns is being resolved correctly.
Also add an entry in your /etc/hosts file for that system. Verify your /etc/nsswitch.conf file to see how the hosts are resolved.
hosts dns files
4) You may kill the swagentd daemon and start it again by
/usr/sbin/swagentd -r
5) Verify that the target ping is of sustainable performance. Sometimes, target systems have problems in network connectivity too.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 02:30 PM
09-19-2002 02:30 PM
Re: swlist/swagent hang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 04:43 PM
09-19-2002 04:43 PM
Re: swlist/swagent hang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 05:58 PM
09-19-2002 05:58 PM
Re: swlist/swagent hang
Do a nslookup hostname
does it resolve correclty ?
If it uses the nsswitch and doesnt resolve correclty then you may try to rename the resolv.conf and let the system
resolve the name using /etc/hosts , this will solve if there are any name issues.
Manoj Srivastava