- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_recovery problem
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-29-2003 12:59 AM
05-29-2003 12:59 AM
make_tape_recovery problem
I would like share the function make_tape_recovery to our support team users for OS backup.
For older version of make_tape_recovery, I can share it to other users using the function for OS backup.
Right now I am using make_tape_recovery for OS backup. As it is the latest version which only 'root' can use it. It is not a good way sharing the root account to other users. I used a third party program called 'sudo' for that propose, but it didn't work.
Do you all know any way how I can do that?
Thanks very much!
ajk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 01:02 AM
05-29-2003 01:02 AM
Re: make_tape_recovery problem
#include
#include
main()
{
setuid(0);
system("/usr/local/scripts/mys cript.sh");
}
Compile it using "cc program.c", rename a.out to the appropriate program name.
Do a "chmod +S program_name", so that sticky bits appear on the program.
And you're done! Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 04:49 AM
05-29-2003 04:49 AM
Re: make_tape_recovery problem
Source Area
Custom Ignite
then set up Restricted SAM (as root # sam -r) and enable access to this for the user.
The user will be able to log in as themself, run SAM and access the Ignite command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 05:05 PM
05-29-2003 05:05 PM
Re: make_tape_recovery problem
Thanks.
Best Regards
ajk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 05:24 PM
05-29-2003 05:24 PM
Re: make_tape_recovery problem
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.6/
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"