Operating System - HP-UX
1831668 Members
2056 Online
110029 Solutions
New Discussion

Re: Swinstall under an different Account than root

 
SOLVED
Go to solution
Roland BRUN
Occasional Contributor

Swinstall under an different Account than root

Hello,
On HP-UX 11, is it possible to install a product using swinstall under a different account than root?
Do i have to modify something in the default configuration?
Thank you

Roland Brun
5 REPLIES 5
Scott Van Kalken
Esteemed Contributor

Re: Swinstall under an different Account than root

you can grant permission to other users using the swacl command.

The file in question is

/var/adm/sw/security/_ACL
Mateja Bezjak
Respected Contributor
Solution

Re: Swinstall under an different Account than root

Hi,

Yes, it is possible. You need to give the user permissions:

swacl -l root -M user:xxx@system.hp.com:crwit
swacl -l host -M user:xxx@system.hp.com:crwit
swacl -l depot -M user:xxx@system.hp/com:crwit

Check man swacl for more information. Regards,
Mateja
Mateja Bezjak
Respected Contributor

Re: Swinstall under an different Account than root

Hi,

I forgot to mention that instead of xxx use the name of the user you are granting permissions.
Regards, Mateja
U.SivaKumar_2
Honored Contributor

Re: Swinstall under an different Account than root

hi,
As root
#sam -r
give software installation permission for the particular users slecting the software .

regards,
U.SivaKumar
Innovations are made when conventions are broken
Roland BRUN
Occasional Contributor

Re: Swinstall under an different Account than root

Thank you for these answers.
I 'll check swacl command.
Roland Brun