Operating System - HP-UX
1753317 Members
7005 Online
108792 Solutions
New Discussion юеВ

error whiole installing a depot

 
masood bt
Regular Advisor

error whiole installing a depot

When I try to install any depot I am getting this error, help me to resolve this.

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]
Behind every Great fortune, there is a crime
3 REPLIES 3
Avinash20
Honored Contributor

Re: error whiole installing a depot

Did you specify a value for '-x rpc_binding_info'? The valid values are 'ncacn_ip_tcp:[2121]' or 'ncadg_ip_udp:[2121]'.

Perhaps you have modified the '/var/adm/sw/defaults' and specified it there or in '${HOME}/.swdefaults'
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: error whiole installing a depot

Also as part of general troubleshooting, check that nslookup for host and IP address works finr

Also check if /etc/nsswitch.conf exist. If yes, you need to have the following entried

hosts: files dns
ipnodes: files dns

If it does not exist

# cp /etc/nsswitch.files /etc/nsswitch.conf

In /etc/hosts
127.0.0.1 localhost loopback


Restart the swagent

# swagentd -r
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
masood bt
Regular Advisor

Re: error whiole installing a depot

solved
Behind every Great fortune, there is a crime