Operating System - HP-UX
1833994 Members
6067 Online
110063 Solutions
New Discussion

swac1 error when installing patch

 
SOLVED
Go to solution
chad_c
Super Advisor

swac1 error when installing patch

Hi. We are attempting to install a patch to fix the Daylight Saving Time issue on our HPUX 11.11 box. However we get the following message:

rinnm3# swinstall -x autoreboot=true -x patch_match_target=true -s /patches/P>

======= 02/22/07 12:08:58 EST BEGIN swinstall SESSION
(non-interactive) (jobid=rinnm3-0315)

* Session started for user "root@rinnm3".

* Beginning Selection
* Target connection succeeded for "rinnm3:/".
ERROR: "rinnm3:/patches/PHCO_34668.depot": You do not have the
required permissions to perform this operation. Check
permissions using the "swacl" command or see your system
administrator for assistance. 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
"rinnm3:/patches/PHCO_34668.depot".
WARNING: More information may be found in the daemon logfile on this
target (default location is rinnm3:/var/adm/sw/swagentd.log).
* Selection had errors.



======= 02/22/07 12:08:59 EST END swinstall SESSION (non-interactive)
(jobid=rinnm3-0315)


Can anyone shed some light on this message?

REgards,
Chad
3 REPLIES 3
Bob E Campbell
Honored Contributor

Re: swac1 error when installing patch

You need to be the root user (UID=0) in order to install patches.
Sundar_7
Honored Contributor
Solution

Re: swac1 error when installing patch


Try restarting the swagentd.

# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
Learn What to do ,How to do and more importantly When to do ?
chad_c
Super Advisor

Re: swac1 error when installing patch

.