- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OB-II Client Installation 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
09-06-2000 11:33 PM
09-06-2000 11:33 PM
I am having Ob-11 3.10 installed on HPUX 11.00 L-1000 server. I have installed the clients on R,B,L,A class servers with 10.20 ,11.00 and intel based NT Servers also.
I was tring to install one more new client
on A class HPUX 10.20, I am getting the followiung error, Installation failed.
Error files attached.
Can anyone help me to solve this.
Thanks in advance
V.Selvaraj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 11:40 PM
09-06-2000 11:40 PM
Re: OB-II Client Installation problem
However, as SD is involved, I would check that both machines, know each others hostname, ip address and can correctly ping/telnet etc. SD is the most fussy s/w when it comes to hostname resolution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 11:46 PM
09-06-2000 11:46 PM
Re: OB-II Client Installation problem
One of your logs lists;
Target succeeded for chefwm:/
and the swagent.log lists;
root@chefwm.bplnet.com
Looks like a hostname/domain/dns lookup problem.
On your host chefwm, whats the hostname set to ? can you do an nslookup on it, does it return chefwm or chefwm.bplnet.com. Can you nslookup chefwm.bplnet.com ?
Both nslookups need to work, your hostname should be set to chefwm and in the hosts file you should have its IP and hostname of chefwm, but dns should return its domain, chefwm.bplnet.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 11:58 PM
09-06-2000 11:58 PM
Re: OB-II Client Installation problem
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
rm /var/adm/sw/products/swlock
swacl -l host -M user:root@:crwit
A point of interest for anyone on HP-UX 11.00 is that HP have changed the /sbin/init.d/swagentd script so that it will not work if you just run it as '/sbin/init.d/swagentd'. It must be run as '/sbin/rc2.d/S100swagentd start' and '/sbin/rc1.d/K900swagentd stop'
It took me a little while examining the script a couple of weeks ago when I wanted to restart swagentd.