- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery touches /etc/group?
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-21-2008 06:52 AM
05-21-2008 06:52 AM
This past week, I also set up ignite to run on Saturday nights.
The problem is that every time I run make_recovery, the date/time stamp is changed. Is this normal? And, if so, is there some documentation showing this... so I can attach it with the docs I have to give the auditors?
Thanks!
Steph
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 07:00 AM
05-21-2008 07:00 AM
Re: make_recovery touches /etc/group?
You seem to use an old Ignite version, make_recovery has been replaced with make_tape_recovery. Have a look at below thread.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1211381694344+28353475&threadId=125532
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 07:02 AM
05-21-2008 07:02 AM
Re: make_recovery touches /etc/group?
I have to ask --- WHICH timestamp? --- mtime, ctime or atime?
# ls -l /etc/group #...evaulates mtime
# ls -ul /etc/group #...evaluates atime
# ls -cl /etc/group #...evaluates ctime
I would expect the last access timestamp (atime) to be changed by virtue of the fact that the file was copied, unless your use something like 'fbackup' (which doesn't apply here) but which does reset a file's lastaccess time after copying it (and hence changes the file's 'ctime').
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 07:30 AM
05-21-2008 07:30 AM
Re: make_recovery touches /etc/group?
touching the date and time stamp should not be significant.
If you can find the right disks, you might try make_tape_recovery on at least the 11.00 systems. It may behave differently.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 12:53 PM
05-23-2008 12:53 PM
SolutionFound this in the Ignite release notes:
* JAGag46564 fix. The make_sys_image command will no longer reset
the /etc/group and /etc/netgroup files back to the newconfig state
when the level is 2.
( from http://www.docs.hp.com/en/IUX/docs/release_note.pdf )
The fix to remove this was in a very recent version (Dec07). Your versions will be older, but are doing similar file manipulations.