Operating System - HP-UX
1830902 Members
1899 Online
110017 Solutions
New Discussion

Re: help: swacl and swinstall, permissions

 
SOLVED
Go to solution
Mike_Ca Li
Regular Advisor

help: swacl and swinstall, permissions

I am using swinstall -s /apps2/python-2.2.1-sd-11.00.depot
What else am I missing? Thanks.
"server:/apps2/python-2.2.1-sd-11.00.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.
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor
Solution

Re: help: swacl and swinstall, permissions

Hi:

The first thing I'd try is restarting the finky 'swagentd' daemon:

# swagentd -r

Regards!

...JRF...
Helen French
Honored Contributor

Re: help: swacl and swinstall, permissions

A restart of the swagent daemon might just do the trick. So before making any changes, just stop and start the services:

# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
Life is a promise, fulfill it!
Steven E. Protter
Exalted Contributor

Re: help: swacl and swinstall, permissions

1) Do the install as root
2) Follow jrf's instructions
3) unmount any cd's
4) uncomment the mount command for the cd in /etc/fstab


Ignore instructions 3 and 4 if you are trying to install off cd.

Good Luck.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mike_Ca Li
Regular Advisor

Re: help: swacl and swinstall, permissions

Thank you very much for the responses
swagentd -r did the trick.