Operating System - HP-UX
1832986 Members
2504 Online
110048 Solutions
New Discussion

Help with Software Installation

 
SOLVED
Go to solution
Manjunath Shastry
Frequent Advisor

Help with Software Installation

Greetings Gurus,

I am tring to install IP Filters on HP-UX 11i, I have been unsuccessful so far. When I execute the command swinstall -x autoreboot=true -s HOSTNAME:/tmp/B9901AA.depot, as Root I get the following error message

You do not have the required permissions to perform this operation. Check permissions using the swacl command. To manage applications designed and packaged for nonprivileged mode see the "run_as_superuser" option in the "sd" man page.

I don 't have a clue as what to do next, would appreciate your help.

Regards,
Manju.




A Horse that kicks doesn 't pull
7 REPLIES 7
Helen French
Honored Contributor
Solution

Re: Help with Software Installation

One quick solution would be restarting the swagent daemon:

# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
Life is a promise, fulfill it!
Uday_S_Ankolekar
Honored Contributor

Re: Help with Software Installation

Restart swagent daemon by
/usr/sbin/swagentd -r and then try reinstalling the software

-USA..
Good Luck..
Pete Randall
Outstanding Contributor

Re: Help with Software Installation

I assume that your were running this as root, weren't you?

If so, try stopping and restarting swagentd:

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


Pete



Pete
Umapathy S
Honored Contributor

Re: Help with Software Installation

Manju,
This may be a problem with swagentd. Try restarting swagentd.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
Hai Nguyen_1
Honored Contributor

Re: Help with Software Installation

Manju,

Is it true that the patch is on a REMOTE server?

Are you running as root? If not then retry the command as root since a normal user does not have the privilege to run swinstall.

Hai
James R. Ferguson
Acclaimed Contributor

Re: Help with Software Installation

Hi:

If you are doing a remote installation, you might try a local one. You could also try restarting the 'swagentd' daemon:

# swagentd -r

The addition of hostnames to the local 'etc/hosts' file in lieu of using DNS (if you are) may also be beneficial.

Regards!

...JRF...
Manjunath Shastry
Frequent Advisor

Re: Help with Software Installation

Greetings Gurus,

Thank you, I restarted the swagentd Daemon and everything went fine.

Regards,
Manjunath.
A Horse that kicks doesn 't pull