- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery error in HP-UX 11:00
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-02-2008 02:54 AM
01-02-2008 02:54 AM
make_recovery error in HP-UX 11:00
I was running the make_recovery this morning.
when i see the log file, the last line says:
NOTE: File: /var/tmp/tmp_cfg_file is not world-readable, this may cause clients to fail to read it during an installation.
why we got this error? hope to hear from you. many thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2008 03:37 AM
01-02-2008 03:37 AM
Re: make_recovery error in HP-UX 11:00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2008 03:43 AM
01-02-2008 03:43 AM
Re: make_recovery error in HP-UX 11:00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2008 05:09 AM
01-02-2008 05:09 AM
Re: make_recovery error in HP-UX 11:00
the default value of umask to be 022.
check your current value by
#umask
And set it to 022 by
#umask 022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2008 05:36 AM
01-02-2008 05:36 AM
Re: make_recovery error in HP-UX 11:00
This is the mask which allows selected permissions to be used in the creation of new files. To see the current value, type the command:
umask
To set it correctly for make_recovery, type umask 022 just before running make_recovery:
umask 022
make_recovery...
However, since your example shows make_recovery, this code has been obsolete and unsupported for a very long time. If you have added anything to your system in the last few years, you should download the latest Ignite/UX package from software.hp.com. You need to change to make_tape_recovery and change your options (the old options are not compatible). This is a typical make_tape_recovery command line:
make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/0mn
where 0mn is replaced with the actual name of your tape drive.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2008 05:32 PM
01-02-2008 05:32 PM
Re: make_recovery error in HP-UX 11:00
- i set the umask this morning and run take backup
# umask 07
# make_recovery -AC -d /dev/rmt/0mn
- in this server, we have one NFS mount point that is imported from another server, it keeps on saying the NFS server not responding, will it caused my backup to fail because of this? how can i exclude this nfs mount points to be backup by make_recovery
Output of make_recovery
Option -A specified. Entire Core Volume Group/disk will be backed up.
NFS server kedidi not responding still trying
Hope to hear from you. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2008 09:55 PM
01-02-2008 09:55 PM
Re: make_recovery error in HP-UX 11:00
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1162374&admit=109447627+1199338740493+28353475
the command that i'm using is
make_recovery -AC -d /dev/rmt/0mn
hope to hear from you. thank you