- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Package startup by normal users
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
05-06-2003 06:09 AM
05-06-2003 06:09 AM
Can any user, other than root start or halt
a package?
I need one of my package to be handled by
a user independently.
Thanks & Regards
R.Suresh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:15 AM
05-06-2003 06:15 AM
SolutionYou can try to create a script to halt and start that package and give permissions to one or more users to use a sam restrict session that gives to them only access to the script you wrote.
To create a sam restrict session fora a user, issue the commando "sam -r" ass root.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:17 AM
05-06-2003 06:17 AM
Re: Package startup by normal users
depends on the application.
certain applications like oracle/DB2 will be started by the owner, if it's a script it can be made to execute by anyone by changing the permission(chmod)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:37 AM
05-06-2003 06:37 AM
Re: Package startup by normal users
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8341BA
It's free...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:38 AM
05-06-2003 06:38 AM
Re: Package startup by normal users
Thanks for your response,
I have a doubt on your view.
Correct me , if I am wrong.
I hope, Individual Package's control script has to activate it's VGs & mount their filesystems. Can Any other user than root do this?
Thanks & Regards
R.Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:45 AM
05-06-2003 06:45 AM
Re: Package startup by normal users
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 03:33 AM
05-07-2003 03:33 AM
Re: Package startup by normal users
Unfortunately it is not support by HP but can be received here:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.6/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 03:57 AM
05-07-2003 03:57 AM
Re: Package startup by normal users
best option is SUDO. Download SUDO and in sudoers file add the users and give permissions to them on cmrunpkg and related commands.
Ex:
u should use visudo command to open editor for sudoers file.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 06:41 AM
05-07-2003 06:41 AM
Re: Package startup by normal users
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 09:12 AM
06-11-2003 09:12 AM
Re: Package startup by normal users
Regards,