- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall not working unable to resolve correc...
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
02-27-2007 09:00 PM
02-27-2007 09:00 PM
We have a server which has numerous aliases against lan0 i.e lan0:1, lan0:2. The problem I have is that when I invoke swinstall it attempts to connect to lan0:17 and just hangs. If I do an netstat -i that is the 1st IP referenced. I'm unsure how swinstall is determining which IP to use. How can I force it to use the servers main IP address on lan0
Cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 09:14 PM
02-27-2007 09:14 PM
Re: swinstall not working unable to resolve correct IP
what does your /etc/rc.config.d/netconf look like ?
Anything extra in:
/var/adm/sw/swinstall.log
/var/adm/sw/swagent.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 09:36 PM
02-27-2007 09:36 PM
Re: swinstall not working unable to resolve correct IP
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 09:37 PM
02-27-2007 09:37 PM
Re: swinstall not working unable to resolve correct IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 03:15 AM
02-28-2007 03:15 AM
SolutionIn your case both are on the same system. Try to run:
# nslookup $(hostname)
and use the IP returned:
# nslookup 192.168.1.1 (or whatever)
Did you get back to where you started?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 07:59 AM
02-28-2007 07:59 AM
Re: swinstall not working unable to resolve correct IP
This problem is due to network issue,Chk for the /etc/hosts and if the entries are correct chk the DNS server name and try to resolve the name ,If it resolve swinstall should work properly.
Good luck.
jai...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 06:41 PM
02-28-2007 06:41 PM
Re: swinstall not working unable to resolve correct IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 03:36 AM
03-01-2007 03:36 AM
Re: swinstall not working unable to resolve correct IP
My money is on the DNS server. I don't get to play with that in my world, but the server should have a reverse mapping file for the IP address that is probably returning lan0:17.