- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: server problem
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-28-2004 08:24 PM
11-28-2004 08:24 PM
i have a test server that i istall hp11i on it when i do a swlist comman i have the following error" # swlist
# Initializing...
# Contacting target "SYSIT"...
ERROR: Could not contact host "SYSIT". 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 SYSIT:/var/adm/sw/swagentd.log)."
i reconfigure the name for the server many times but give me the same problem, what should i do for that
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 08:31 PM
11-28-2004 08:31 PM
Re: server problem
Check your /etc/hosts file to see if you don't have multiple lines for your hostname.
And check your /etc/nsswitch.conf too see if the hosts' line show:
hosts files
stf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 08:32 PM
11-28-2004 08:32 PM
Re: server problem
1. check hostname resolution
2. try to restart swagentd daemon
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 08:32 PM
11-28-2004 08:32 PM
Re: server problem
Could you post the errors from /var/adm/sw/swagentd.log
check if the hostname is correct
# uname -a
# hostname
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 08:38 PM
11-28-2004 08:38 PM
Re: server problem
but i check all these things
1- /etc/hosts
172.16.1.135 SYSIT
127.0.0.1 localhost loopback
172.16.4.17 TSD
2-nsswitch.conf
not found
3-# /sbin/init.d/swagentd start
Running /usr/lib/sw/mx/configure to reset hostname.
ERROR: Failed to package AgentConfig into /var/opt/mx/depot11.
swpackage did not run or produced no output.
ERROR: Failed to package AgentConfig into /var/opt/mx/depot10.
swpackage did not run or produced no output.
WARNING: Could not properly configure SD into ServiceControl.
You may try again later by running /usr/lib/sw/mx/configure.
that i what i have
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 08:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 08:55 PM
11-28-2004 08:55 PM
Re: server problem
the problem solved , but is that mean that the cause of the problem that i use the capetal latter, tell me please,to avoid getting such problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:05 PM
11-28-2004 09:05 PM
Re: server problem
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:17 PM
11-28-2004 09:17 PM
Re: server problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:25 PM
11-28-2004 09:25 PM
Re: server problem
# grep HOSTNAME /etc/rc.config.d/netconf
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 09:28 PM
11-28-2004 09:28 PM
Re: server problem
# grep HOSTNAME /etc/rc.config.d/netconf
# HOSTNAME: Name of your system for uname -S and hostname
HOSTNAME="SYSIT"