- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP Unix privileges
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 06:49 AM
02-18-2008 06:49 AM
HP Unix privileges
In MS Windows for example we have the users in Administrators Group who have full privilleges; Operator Group who have almost Full privilleges; Power user Group who have more privilleges than ordinary users for installing software application and printers; etc ...
In HP Unix, do we have a similar way to manage User Accounts to secure the HP Unix Systems.
In my case the Oracle DBA want to have some privilleges ( like killing processes; Restarting servers etc...) . Without giving ROOT Access to the Oracle DBA team, what else can I do to give them at least some average privilege above ordinary user privilege ?
Please Help !
Regards,
Mawuena
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 07:25 AM
02-18-2008 07:25 AM
Re: HP Unix privileges
whit the sudo command you can give a user the rights to execute a specific user to execute a command as root.
how to install en how to configer just searse on sudo in the forum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 07:33 AM
02-18-2008 07:33 AM
Re: HP Unix privileges
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 11:54 AM
02-18-2008 11:54 AM
Re: HP Unix privileges
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.9p11/
or super
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/super-3.9.7/
would be the easiest solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 03:08 PM
02-18-2008 03:08 PM
Re: HP Unix privileges
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 07:02 PM
02-18-2008 07:02 PM
Re: HP Unix privileges
You did not specify which HP-UX version you use.
Other replies covered useful information
already.
I will add another one:
In HP-UX 11.31 you have fine grained
privileges. This method delegates superuser
privileges to executables and processes.
Hence, three security containment concepts in HP-UX 11.31:
a) Compartments;
b) Fine grained privileges;
c) Role-Based Access Control (RBAC).
Cheers,
VK2COT
Finally, you can even use SUDO with SUDOSH!
I did it on Solaris, HP-UX and Linux servers
for a Fortune 100 company last year.