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
01-04-2001 10:51 AM
01-04-2001 10:51 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 11:05 AM
01-04-2001 11:05 AM
Re: frecover
According to 'frecover's man pages, "Use of frecover does not require special privileges. However, if a user does not have access permission to a given file, the file is not recovered." Are you sure that the file in question is truly being recovered, or are you being mislead by the presence of a different version on disk? What options are you using with the 'frecover'?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 04:20 AM
01-05-2001 04:20 AM
Re: frecover
fbackup -f /dev/rmt/0m -i
frecover -f /dev/rmt/0m -xNv (Just to make sure the files are there.)
frecover -f /dev/rmt/0m -rv (To restore the files)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 04:30 AM
01-05-2001 04:30 AM
Re: frecover
Use: frecover -f /dev/rmt/0m -I /tmp/filename
The vi /tmp/filename to check the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 06:22 AM
01-05-2001 06:22 AM
SolutionI also cannot get frecover to leave the setuid or setgid bits set unless I am root. I imagine that this is a security "feature" that frecover has.
One thing that can be done is to set up sam so that a non-priviledged user can use backup and recovery. Sam does preserve setuid and setgid bits even when a non-root user uses it.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 06:07 AM
01-06-2001 06:07 AM
Re: frecover
Pls try this:
1> Write a simple shell script which will intake the directory or files to be restored and the drive name. Then the script should call "frecover".
2> Call this script from a C program. Compile the code and make the executable setuid to root and executable by "world".
3> Now you can give this executable to any lay user for his restorations or you yourself can use it, withoput taking root login.
4> As the executable is setuid to root, the issue of retention of permissions will be resolved easily.
5> I am suggesting to write a C program, because, "setuid" shell scripts may not give desired results.
Hope this helps....
Suhas.