Operating System - HP-UX
1838219 Members
4425 Online
110125 Solutions
New Discussion

Re: ignite installation - swac1 error

 
SOLVED
Go to solution
chad_c
Super Advisor

ignite installation - swac1 error

Hi. When attempting to install the current ignite depot on our HPUX 11.11 box, we get the following:

txovo# swinstall -s
/tmp/Ignite-UX-11-11_C.6.10.97_HP-UX_B.11.00_32+64.depot

======= 12/08/06 18:37:47 CST BEGIN swinstall SESSION
(non-interactive) (jobid=txovo-0343)

* Session started for user "root@txovo".

* Beginning Selection
* Target connection succeeded for "txovo:/".
ERROR:

"txovo:/tmp/Ignite-UX-11-11_C.6.10.97_HP-UX_B.11.00_32+64.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

"txovo:/tmp/Ignite-UX-11-11_C.6.10.97_HP-UX_B.11.00_32+64.depot".

WARNING: More information may be found in the daemon logfile on this
target (default location is txovo:/var/adm/sw/swagentd.log).
* Selection had errors.



======= 12/08/06 18:37:49 CST END swinstall SESSION
(non-interactive)
(jobid=txovo-0343)

txovo#

Can anyone shed some light on this and how it can be resolved to allow the install?

We were able to successfully install the depot on 10 other HPUX 11.11 servers without error.

Regards,
Chad
2 REPLIES 2
Pete Randall
Outstanding Contributor
Solution

Re: ignite installation - swac1 error

Chad,

First, try stopping and restarting the swagentd daemon:

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

The see how it works.


Pete

Pete
chad_c
Super Advisor

Re: ignite installation - swac1 error

Give that man a rabbit hat!