HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_recovery to only include vg00, but vg01 ...
Operating System - HP-UX
1833917
Members
2467
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-17-2005 04:12 AM
04-17-2005 04:12 AM
make_tape_recovery to only include vg00, but vg01 also included?
I use the command to make a recovery tape:
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
However, the message shows vg01 also partially included. By looking into recovery.log file, it seems two logical volumes in vg01 are included, and they are all mounted as /etc/opt/...:
/dev/vg01/lvol4 /etc/opt/xyz
/dev/vg01/lvol5 /etc/opt/abc
How did that happen? what I can do to exclude these two vg01 file systems. I used the option of inc_entire=vg00, so vg01 should not be included.
Thanks,
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
However, the message shows vg01 also partially included. By looking into recovery.log file, it seems two logical volumes in vg01 are included, and they are all mounted as /etc/opt/...:
/dev/vg01/lvol4 /etc/opt/xyz
/dev/vg01/lvol5 /etc/opt/abc
How did that happen? what I can do to exclude these two vg01 file systems. I used the option of inc_entire=vg00, so vg01 should not be included.
Thanks,
none
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 06:40 AM
04-17-2005 06:40 AM
Re: make_tape_recovery to only include vg00, but vg01 also included?
Hanry,
Have the files in these directories really been included, or has ignite just included the soft link references out of /etc/opt (which would be in vg00).
Certainly the syntax you have used is correct, and you should not have any files forn vg01 in your archive.
Cheers,
Tony.
Have the files in these directories really been included, or has ignite just included the soft link references out of /etc/opt (which would be in vg00).
Certainly the syntax you have used is correct, and you should not have any files forn vg01 in your archive.
Cheers,
Tony.
You CAN do that on HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 08:08 AM
04-17-2005 08:08 AM
Re: make_tape_recovery to only include vg00, but vg01 also included?
Hi,
--
The contents of the system recovery archive will always include all files and directories that are considered essential to bringing up a functional system. This essential list is pre-defined by make_tape_recovery and is located in the following file:
/opt/ignite/recovery/mnr_essentials
--
http://docs.hp.com/en/B2355-90872/ch09s02.html
/etc is an essential filesystem, you will need to exclude the /etc/opt/xyz etc filesystems.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -x exclude=/etc/opt/xyz -x exclude=/etc/opt/abc -I -v -a /dev/rmt/0mn
Hope this helps
Robert-Jan
--
The contents of the system recovery archive will always include all files and directories that are considered essential to bringing up a functional system. This essential list is pre-defined by make_tape_recovery and is located in the following file:
/opt/ignite/recovery/mnr_essentials
--
http://docs.hp.com/en/B2355-90872/ch09s02.html
/etc is an essential filesystem, you will need to exclude the /etc/opt/xyz etc filesystems.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -x exclude=/etc/opt/xyz -x exclude=/etc/opt/abc -I -v -a /dev/rmt/0mn
Hope this helps
Robert-Jan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP