- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery fails after security changes
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-31-2002 12:51 AM
05-31-2002 12:51 AM
A month ago I was securing my systems by implementing the suggestions of the ISS-system scan.
Now I try to make an Ignite tape. I receive the normal output until the message CREATING ARCHIVE - THIS MAY TAKE ABOUT 30 MIN. right after this (normal) massage the proces stops with the error: PWD: NOT SUCH FILE OR DIRECTORY.
Probabaly my system is to secure. Can anyone give me a clue how to find the problem?
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 12:53 AM
05-31-2002 12:53 AM
Re: make_recovery fails after security changes
Have you tried a re-install of Ignite?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 01:45 AM
05-31-2002 01:45 AM
Re: make_recovery fails after security changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 01:52 AM
05-31-2002 01:52 AM
Re: make_recovery fails after security changes
Good answer !!
What is your commamd line that you use ?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 03:44 AM
05-31-2002 03:44 AM
SolutionWith the make_tape_recovery you can see the contents of the recover tape.As the tape is being created you can view the archive in your /var/opt/ignite/logs directory.
#make_tape_recovery -A -x inc_entire=vg00 -I -d "make_tape_recovery300502" -v -a /dev/rmt/0m
check your log file of the recovery tape during archiving process using
#tail -f /var/opt/ignite/logs/
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 05:39 AM
05-31-2002 05:39 AM
Re: make_recovery fails after security changes
# ll /usr/bin/pwd
Does pwd work outside of Ignite?
Cheers!
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2002 11:59 PM
06-02-2002 11:59 PM
Re: make_recovery fails after security changes
command is: make_recovery -ACv -d /dev/rmt/0mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:34 PM
06-03-2002 11:34 PM
Re: make_recovery fails after security changes
Thanks.