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
05-03-2008 09:53 AM
05-03-2008 09:53 AM
SD-UX
when i am running swlist -l patch command i am getting this error message help me
# swlist -l fileset
# Initializing...
# Contacting target "--help"...
ERROR: Could not contact host "--help". 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 --help:/var/adm/sw/swagentd.log).
i have attached the swagentd log file for your reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 10:37 AM
05-03-2008 10:37 AM
Re: SD-UX
Can you resolve you own hostname?
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1192796
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 10:55 AM
05-03-2008 10:55 AM
Re: SD-UX
One strange line of output, which I can see is
# Contacting target "--help".
Somehow the hostname of the system has been set to the word "--help" , and that is the reason why you have come across this error.
(Reason: The swlist command is failing to resolve the hostname "--help" bcoz it doesnt have the entry in the DNS. So the swlist command is unable to reach your current host.You can find your DNS Server in /etc/resolv.conf file
)
Pls correct the hostname of the system using the following command
# hostname
Also make sure the whatever hostname you choose, it should have an entry in the DNS Server.
Also check the file /etc/resolv.conf . First of all it should exist and should look like, as shown below:
nameserver
.
.
It is possible to have multiple entry in this file but all should resemble the above two lines.
Let me know if you still face the difficulty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 11:47 AM
05-03-2008 11:47 AM
Re: SD-UX
#/sbin/init.d/hostname stop
#/sbin/init.d/hostname start
#swagent -r
still it is not working then please post the output of the below commands
#hostname
#cat /etc/hosts
#cat /etc/resolv.conf
Thanks,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 02:57 PM
05-03-2008 02:57 PM
Re: SD-UX
Your log file shows root@testapp in January.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 10:41 PM
05-03-2008 10:41 PM
Re: SD-UX
Looks like someone from Linux/Cygwin background has used the command
hostname --help
and apparently changed the hostname to --help without knowing it.
So please type the below command
hostname
and it will output the current hostname
if it is not correct, use
/sbin/set_parms hostname
to set the correct hostname permanently
May be you have to restart the swagentd
/usr/sbin/swagentd -r
Rgds.