- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup and restore OS in vg00
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-18-2012 08:53 PM
01-18-2012 08:53 PM
Backup and restore OS in vg00
Dear,
I want to ask something about backup and restore HP-UX OS in vg00 (volume group 00)
For going further let me introduce my normal server setting
I always make OS and data volume group separate (ex: VG00 for OS and VG01 for data)
So I just type this and the OS will be backup " make_tape_recovery Alv -x inc_entire =vg00 -a [my tape path]
The problem that I face now is my OS and Data Volume group located in 1 group because of business need
(ex: VG00 for OS and data)
VG00/lvol1 -> /home
VG00/lvol2 -> /stand
VG00/lvol3 -> /tmp
VG00/lvol4 -> /data (data lvol)
My question is how can I backup the OS (VG00/lvol1 - lvol3) without take VG00/lvol4 (data)
So I can choose which one of lvol that I want to backup.
Thanks
Adrian Tjahjana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2012 09:34 PM - edited 01-18-2012 10:47 PM
01-18-2012 09:34 PM - edited 01-18-2012 10:47 PM
Re: Backup and restore OS in vg00
>> VG00/lvol1 -> /home
Do you really have such strange configuration???
However, you can use the ignites "exclude" option.
Example:
-x exclude=/var/adm/crash
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2012 01:55 AM
01-19-2012 01:55 AM
Re: Backup and restore OS in vg00
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 315088 727808 30% /
/dev/vg00/lvol1 1 776056 30600 1567848 2% /stand
/dev/vg00/lvol7 4194304 1199248 2973040 29% /var
so I can exclude the lvol that I don't want to backup?
how about this line inc_entire =vg00 dismiss this line or?
As I read so the example can be like below?:
make_tape_recovery Alv -x inc_entire =vg00 exclude=/dev/vg00/lvol7-a [my tape path]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2012 02:09 AM
01-19-2012 02:09 AM
Re: Backup and restore OS in vg00
Hi:
Run "make_tape_recovery" interactivily.
# export DISPLAY=xxxxxxxx:0
# make_tape_recovery -i
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2012 02:24 AM
01-19-2012 02:24 AM
Re: Backup and restore OS in vg00
Take care, you cannot exclude "essential" files and directories!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2012 07:41 PM
01-19-2012 07:41 PM
Re: Backup and restore OS in vg00
What below line explain about?
make_tape_recovery -i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2012 07:42 PM
01-19-2012 07:42 PM
Re: Backup and restore OS in vg00
Because it show the mount point so I can conclude that this /dev/vg00/
is mount point?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2012 09:21 PM
01-19-2012 09:21 PM
Re: Backup and restore OS in vg00
In your example you want to exclude
/var
but IMHO you can't do this, because there are essential files within.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
