1834447 Members
3123 Online
110067 Solutions
New Discussion

Patch Depots

 
SOLVED
Go to solution
Kwahae_1
Regular Advisor

Patch Depots

Hi,
I have installed an hp-ux 11iv2 on rp5470 server. I was trying to swinstall a patch depot as root but got the following error:

***************
# ./create_depot_hpux.11.23 -f
DEPOT: /tmp/depot
BUNDLE: BUNDLE
TITLE: Patch Bundle
UNSHAR: y
PSF: depot.psf
NOTE: Using existing depot.
Expanding patch shar files...
x - PHSS_32511.text
x - PHSS_32511.depot [non-ascii]
x - PHSS_32512.text
x - PHSS_32512.depot [non-ascii]
x - PHSS_32513.text
x - PHSS_32513.depot [non-ascii]
x - PHSS_32740.text
x - PHSS_32740.depot [non-ascii]
x - PHSS_32741.text
x - PHSS_32741.depot [non-ascii]
list of SD installable patches = PHSS_32511 PHSS_32512 PHSS_32513 PHSS_32740 PHSS_32741
Copying PHSS_32511 into depot /tmp/depot

======= 06/17/08 17:23:34 METDST BEGIN swcopy SESSION
(non-interactive) (jobid=dmartsrv-0014)

* Session started for user "root@dmartsrv".

* Beginning Selection
* Target connection succeeded for "dmartsrv:/tmp/depot".
ERROR: "dmartsrv:/tmp/PHSS_32511.depot": You do not have permission
for this operation. The depot owner, system administrator, or
alternate root owner may need to use the "swreg" or "swacl"
command to give you permission. Or, to manage applications
designed and packaged for nonprivileged mode, see the
"run_as_superuser" option in the "sd" man page.
* Source connection failed for "dmartsrv:/tmp/PHSS_32511.depot".
WARNING: More information may be found in the daemon logfile on this
target (default location is
dmartsrv:/var/adm/sw/swagentd.log).
* Selection had errors.
3 REPLIES 3
Kwahae_1
Regular Advisor

Re: Patch Depots

What could cause such errors?
James R. Ferguson
Acclaimed Contributor
Solution

Re: Patch Depots

Hi:

The first thing to try is restart the 'swagentd' daemon:

# swagentd -r

Make sure that your server's hostname ia present and correct in '/etc/hosts' and that a reverse name lookup with DNS can be achieved.

Regards!

...JRF...
Kwahae_1
Regular Advisor

Re: Patch Depots

Thanks it worked after restart.