Operating System - HP-UX
1833757 Members
2899 Online
110063 Solutions
New Discussion

Problem with swacl, can install Ignite depot

 
Peter84
Advisor

Problem with swacl, can install Ignite depot

I want to install Ignite in my server rp5470.
I launch swinstall -s $PWD/Ignite.depot and I have an error.

If I launch swacl -l root:

#
# swacl Installed Software Access Control List
#
# For host: t1ss71b:/
#
# Date: Tue May 13 16:21:17 2008
#

ERROR: You are not authorized to perform the requested operation on
the "root" ACL at "t1ss71b:/". Depending on whether you are
attempting to list or modify the ACL, you do not have the
required "test" or "control" permission, respectively. (Use
the "id" command to find out the identity information used by
SD to determine your access permissions.)



How I can solve this problem?
6 REPLIES 6
Ivan Krastev
Honored Contributor

Re: Problem with swacl, can install Ignite depot

Are you a root user?
Another possible error can be changes/misconfiguration of resolving hostname or after IP change.

regards,
ivan
Tim Nelson
Honored Contributor

Re: Problem with swacl, can install Ignite depot

If you have not messed with the swacl permissions I would ask that you stop and restart the swagentd process.

If you have messed with the swacl there is a warning that you can potentially remove all access, even local. Not sure what the solution is to that.

Peter84
Advisor

Re: Problem with swacl, can install Ignite depot

Yes I'm root user and I restart swagentd but I have this error anytime...
Rasheed Tamton
Honored Contributor

Re: Problem with swacl, can install Ignite depot

>Use the "id" command to find out the identity information used by SD to determine your access permissions

-please give the output of id
Are you using sudo to su?
Can you move the depot to another dir /tmp or /var/tmp or any other dir and re-run the swinstall command

-swagentd -r (you say it did not help?)

-nslookup `hostname`
Wim Rombauts
Honored Contributor

Re: Problem with swacl, can install Ignite depot

Check file /var/adm/sw/security/_OWNER.

Beware : Modifying this file can screw up your SD configuration !
But, I have done it before. If you are a little carefull and take a backup of the original file, I don't think you are in danger.
Peter84
Advisor

Re: Problem with swacl, can install Ignite depot

I had an error entry in /etc/hosts.
Now works correct.

Please close!

Thanks ALL