- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SDINSTALL
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
04-26-2005 01:02 PM
04-26-2005 01:02 PM
I have difficulty when trying to run swinstall.
I can't change source.It prompt "Could not contact host 'RECOVERY'.Make sure the host name is correct.
My host name is RECOVERY.
I want to change the source location into /tmp.
How can i do that?
Please help me GURU.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 01:19 PM
04-26-2005 01:19 PM
Re: SDINSTALL
check if swagent daemon running:
# ps -ef | grep swagentd
if started, stop it:
# /sbin/init.d/swagentd stop
to make sure swagent daemon is stop and start it again:
# ps -ef | grep swagentd
# /sbin/init.d/swagentd start
test out swinstall again:
# swinstall -s /tmp/abc.depot
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 01:26 PM
04-26-2005 01:26 PM
Re: SDINSTALL
After run the command, the problem is still there.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 01:29 PM
04-26-2005 01:29 PM
Re: SDINSTALL
just like to check if the hostname resolution is working:
# nslookup RECOVERY
what does it returns, also, what is configure for /etc/nsswitch.conf?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 01:36 PM
04-26-2005 01:36 PM
Re: SDINSTALL
# nslookup RECOVERY
Name Server: prdcmcl06dir001.putrajaya.local
Address: 10.10.0.27
Trying DNS
*** prdcmcl06dir001.putrajaya.local can't find RECOVERY: Non-existent domain
I can't find /etc/nsswitch.conf.
What mistake that i've made.
Please guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 01:49 PM
04-26-2005 01:49 PM
Solutiontry this:
# cp -p /etc/nsswitch.hp_defaults /etc/nsswitch.conf
for the hosts line, change according to the
action u want host resolution to function. for the default, dns will be search follow by nis and then files, i.e. /etc/hosts
man nsswitch.conf for more info.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 02:19 PM
04-26-2005 02:19 PM
Re: SDINSTALL
Thanks for your solution.
It really help and i managed to install the software that i need
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 02:28 PM
04-26-2005 02:28 PM
Re: SDINSTALL
make sure that the setup in the nsswitch.conf works not just for this but also other functions that requires host resolution.
also, don't forget to assign points to the other questions.
remember to close the thread if it is solved.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 03:58 PM
04-26-2005 03:58 PM
Re: SDINSTALL
Yr solution really help.