1753781 Members
7830 Online
108799 Solutions
New Discussion юеВ

Re: sw depot

 
Ignite_2
Frequent Advisor

sw depot

Hello experts,

I've got a new HP server running 11.31. When trying top install some SW from depot located on ignite server, it doesn't see this depot:

sh root@client:/> swlist -l depot @ ignite
# Initializing...
NOTE: Contacted swagentd successfully using rpc_binding_info
"ncadg_ip_udp:[2121]", after previous attempts failed using
the following rpc_binding_info parameters:
ncacn_ip_tcp:[2121]
# Target "ignite" has the following depot(s):
/var/opt/mx/depot11

- I thought, it'll be problem with swacl, but settings on Ignite are following:

bash root@ignite:~> swacl -l depot
#
# swacl Depot Access Control List
#
# For depot: ignite:/var/spool/sw
#
# Date: Sat Oct 17 11:26:39 2009
#

# Object Ownership: User= root
# Group=sys
# Realm=ignite
#
# default_realm=ignite
object_owner:crwit

Can you please help, how to make sw depots visible to new server?
5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: sw depot

> swlist -l depot @ ignite

I would suggest you not fall into the SD trap of having N ways of doing things.
Stick with -s (for source):
swlist -l depot -s machine

># Target "ignite" has the following depot(s):
/var/opt/mx/depot11

Is this the one you want?

If not, you need to register it on your server:
swreg -l depot /path-to-depot"
Ignite_2
Frequent Advisor

Re: sw depot

Hi,

the depots on ignite server are registered, because there are many others machine using them. Just this one doesn't see other depots, just this one, which seems to be default for hp-ux.
Hakki Aydin Ucar
Honored Contributor

Re: sw depot

Hi,

I think you need to do something in ignite side:
http://www.docs.hp.com/en/5992-6584/5992-6584.pdf
kamaleswaran
Occasional Advisor

Re: sw depot

kill the /usr/sbin/swagentd

ps -ef | grep swagentd

kill -9

start it again

/usr/sbin/swagentd -r
Hakki Aydin Ucar
Honored Contributor

Re: sw depot

>Dennis: If not, you need to register it on your server:

Yes, this is important point I missed, in most cases it is wrong and needs registering to your path.