1753297 Members
6867 Online
108792 Solutions
New Discussion юеВ

Re: swcopy and swinstall

 
SOLVED
Go to solution
David Willams
Super Advisor

Re: swcopy and swinstall

# /usr/sbin/swagent -r
sh: /usr/sbin/swagent: not found.
[rx260-04]/
#
Raj D.
Honored Contributor

Re: swcopy and swinstall

Bill,



The troubleshooting steps would be:
-------------------------------
# nslookup your-ip-address
# nslookup your-hostname

Check the following files;

/etc/nsswitch.conf
/etc/hosts
/etc/resolv.conf #(dns)
/etc/rc.config.d/netconf


Restart the swagent daemon.

# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
------------------------------------


Hth,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
David Willams
Super Advisor

Re: swcopy and swinstall

Raj,

Thanks for that... Nowe get something different after selecting the s/w on the target

Before proceeding, you must specify a target path. Please specify a
target path in the Software Selection Window by using the change target action in the Action menu.
David Willams
Super Advisor

Re: swcopy and swinstall

the following worked ....

somehow it is waiting on something...

swinstall -s 16.234.24.75:/depot/misc/igniteux/11 \*

could you give me the command to copy depot from 16.234.24.75 to my server
Raj D.
Honored Contributor

Re: swcopy and swinstall


# swcopy -s ultra.fc.hp.com:/depots/AR0604_B.5.4.50_WEB_ic4_noprods \* @ /depot_location_on_this_server

However if the swinstall do not work , this is also not expected to work, however you can try,




- Also check that all network services are started fine on this server.
- Also Since when this network depot is not working.

How big is the depot (AR0604_B.5.4.50_WEB_ic4_noprods) on the other server:? If it is not big you can simply ftp or scp it.

Hth,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
Dennis Handly
Acclaimed Contributor

Re: swcopy and swinstall

>swcopy -s swdepot.atl.hp.com

I would suggest since you are within HP, you ask internally. Drop Bob or me a message.

>/usr/sbin/swlist -l depot @ SWDepot

I would suggest you not fall into the SD trap of having N different ways of doing things. Use -s (source) to be consistent:
swlist -l depot -s SWDepot

>I am trying to copy the depot from swdepot.atl.hp.com

I've had no problems with that in the past.
David Willams
Super Advisor

Re: swcopy and swinstall

thanks every one