- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swagent error
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
11-19-2006 05:08 PM
11-19-2006 05:08 PM
msdicfg:/var/adm/sw> swlist -l product|grep -i jfs
ERROR: Could not contact host "msdicfg". Make sure the hostname is
correct and an absolute pathname is specified (beginning with
"/").
ERROR: More information may be found in the daemon logfile on this
target (default location is msdicfg:/var/adm/sw/swagentd.log)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:12 PM
11-19-2006 05:12 PM
Re: swagent error
Try restarting swagent daemon by,
# swagentd -r
or
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
Also make sure your /etc/resolv.conf is correct.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:13 PM
11-19-2006 05:13 PM
Re: swagent error
First steps always:
ps -ef | grep swagent
# See if there is a process. Usually there won't be.
/sbin/init.d/swagentd start
Use the -R command to restart the daemon.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:21 PM
11-19-2006 05:21 PM
Re: swagent error
======= 11/19/06 22:06:27 PST END swagentd (pid = 1402).
* Registered RPC protocol "ncacn_ip_tcp" with endpoint "2121".
* Registered RPC protocol "ncadg_ip_udp" with endpoint "2121".
WARNING: An attempt to get the network host entry for "msdicfg" failed.
This may result in denial of access to users and agents at
this host. Check the spelling of this name, then your
"/etc/hosts" file, or your "/etc/resolv.conf" file and DNS
resolver configuration. The nslookup program may be helpful
in isolating this problem.
* Checking job queue at 1 minute intervals.
swagentd file is running and I have already reatrted the swagentd deamon.
I compared "/etc/resolv.conf to other servers whe have and modified it to be in the same way as our ther servers.
/etc/hosts file I have also checked and everything seems fine.
What is: DNS resolver configuration ?.
And The nslookup program ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:35 PM
11-19-2006 05:35 PM
Re: swagent error
Did you restart swagent daemon after modifying /etc/resolv.conf and /etc/hosts files ? If not, please do it.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:42 PM
11-19-2006 05:42 PM
Re: swagent error
Also I defined a new host name in /etc/hosts file and if I ping to it by name. It displays the follwing
ping MEX
ping: unknown host MEX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:47 PM
11-19-2006 05:47 PM
Re: swagent error
nslookup mex
msdicfg:/etc> nslookup mex
*** Warning - the local domain is not set.
*** Either hostname should be a domain name,
*** the domain should be specified in /etc/resolv.conf,
*** or the shell variable LOCALDOMAIN should be set.
Hope this helps. Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 06:47 PM
11-19-2006 06:47 PM
Re: swagent error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 07:09 PM
11-19-2006 07:09 PM
Re: swagent error
I configured via SAM in networking something called:
NAME SERVICE SWITCH->hosts
And that fixed the problem.
Thanks for all your help guys.