- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery changing file access times
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-29-2002 07:59 AM
01-29-2002 07:59 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 08:09 AM
01-29-2002 08:09 AM
Re: make_recovery changing file access times
This was a relative recent change made to the Ignite 'make_tape_recovery' (and hence, 'make_recovery') process.
In earlier releases of Ignite, the access timestamps of files were restored. The side effect of this restoration, however, was that the inode change timestamp (as seen by 'ls -c' or 'find -ctime') was changed reflecting the restoration of the access timestamp at the conclusion of the file copy. This, in turn, triggered certain security monitoring tools to flag an event against the file denoting possible "tampering". Thus, the restoration of the last access timestamp was eliminated.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 08:12 AM
01-29-2002 08:12 AM
Re: make_recovery changing file access times
BTW, this change occurred in Ignite release A.3.3/B.3.3 (April 2001).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 09:15 AM
01-29-2002 09:15 AM
Re: make_recovery changing file access times
Move /home to another Volume Group, like vg01, that way it doesn't become part of the make_recovery, which in my opinion, it shouldn't. Or you might be able to change the configuration files for make_recovery to exclude /home.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 09:30 AM
01-29-2002 09:30 AM
SolutionHarry's suggestion can be accomodated without moving /home out of vg00. The 'make_tape_recovery' command allows the inclusion and exclusion of files and/or directories. You could exclude /home at that level if you so chose ('-x exclude=/home'):
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -x exclude=/home -I -v -a /dev/rmt/0mn
Regards!
...JRF...