HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: Using Business Copy for BackUp - HPUX
HPE EVA Storage
1826460
Members
3118
Online
109692
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
12-11-2003 09:01 AM
12-11-2003 09:01 AM
Using Business Copy for BackUp - HPUX
I've checked all the forums and have not found any sample scripts for creating/deleting a BC LUN for backup purposes. I know nothing about BC/CommandView but know LVM fairly well.
Our current setup: We have 27 physical drives (JBOD) - 9 for original extends, 9 for M1 (mirror1), and 9 for M2 (mirror2) - extent based mirrored stripe. We lvsplit each night and back up from the split LV's. We want to get rid of all the LVM lvsplit, lvmerge, fsck etc. - basically we don't want to use LVM for mirroring/striping anymore so we bought a VA7100 as a replacement hardware/RAID solution.
My question: Does anybody have a condensed example or script example of the steps/commands I need to take in order to do away with all that I have now? Here is what I was planning - any comments would be most helpful.
Leave JBOD's VG's/LV's as is for now
Install VA7100/FC cards/patches etc
Do I have to create a new VG and then move all the data from the JBOD VG's over to the VA? Do I treat the LUN as any other disk drive (just create new VG etc.) and copy the data?
What I am struggling with is what commands to use when creating and deleting the BC with respect to LVM (is it similar to lvsplit, lvmerge etc)?
I know this is a lot of information. Sorry for the long post. Will gladly take any and all info. I need to do this tomorrow night and have a limited time slot.
Rob Sullivan
Attached is bdf output of current system
Our current setup: We have 27 physical drives (JBOD) - 9 for original extends, 9 for M1 (mirror1), and 9 for M2 (mirror2) - extent based mirrored stripe. We lvsplit each night and back up from the split LV's. We want to get rid of all the LVM lvsplit, lvmerge, fsck etc. - basically we don't want to use LVM for mirroring/striping anymore so we bought a VA7100 as a replacement hardware/RAID solution.
My question: Does anybody have a condensed example or script example of the steps/commands I need to take in order to do away with all that I have now? Here is what I was planning - any comments would be most helpful.
Leave JBOD's VG's/LV's as is for now
Install VA7100/FC cards/patches etc
Do I have to create a new VG and then move all the data from the JBOD VG's over to the VA? Do I treat the LUN as any other disk drive (just create new VG etc.) and copy the data?
What I am struggling with is what commands to use when creating and deleting the BC with respect to LVM (is it similar to lvsplit, lvmerge etc)?
I know this is a lot of information. Sorry for the long post. Will gladly take any and all info. I need to do this tomorrow night and have a limited time slot.
Rob Sullivan
Attached is bdf output of current system
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 10:07 AM
12-11-2003 10:07 AM
Re: Using Business Copy for BackUp - HPUX
I would create a new volume group with the LUN(s) on your VA7100, and simply use cpio, or similar utility, to copy your data to the new volume group. You could then remount the new volume group's logical volume(s) on top of the old mount points.
I've also attached a couple of scripts and a sample conf file that we use on our systems to dynamically create/destroy Business Copy devices and mount/unmount them from a Veritas media server. My scripts are designed to work with our VA7400 (A6189A), sou you'll need to modify them to your own purposes.
Pay particular attention to the va_bc_snap script as most of this was derived from a script provided to me from HP. The main commands are:
Create the BC device:
/opt/sanmgr/commandview/client/sbin/armcopy -p ${PARENT} -s ${BC} -a true $SERIALNBR
Apply security to the BC device:
/opt/sanmgr/commandview/client/sbin/armsecure -cp -ls 0 -ld ${BC} -p AUTORAID $SERIALNBR
Destroy the BC device:
/opt/sanmgr/commandview/client/sbin/armcfg -L ${BC} -d $SERIALNBR
I've also attached a couple of scripts and a sample conf file that we use on our systems to dynamically create/destroy Business Copy devices and mount/unmount them from a Veritas media server. My scripts are designed to work with our VA7400 (A6189A), sou you'll need to modify them to your own purposes.
Pay particular attention to the va_bc_snap script as most of this was derived from a script provided to me from HP. The main commands are:
Create the BC device:
/opt/sanmgr/commandview/client/sbin/armcopy -p ${PARENT} -s ${BC} -a true $SERIALNBR
Apply security to the BC device:
/opt/sanmgr/commandview/client/sbin/armsecure -cp -ls 0 -ld ${BC} -p AUTORAID $SERIALNBR
Destroy the BC device:
/opt/sanmgr/commandview/client/sbin/armcfg -L ${BC} -d $SERIALNBR
Remember, wherever you go, there you are...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 08:02 PM
12-11-2003 08:02 PM
Re: Using Business Copy for BackUp - HPUX
Hi,
if you use Omniback for backup, there is an intergration kit for VA, where you automaticaly create BC , mount, backup ,and delete BC. But you need Data Protector 5.0
Rgds,
Claudiu
if you use Omniback for backup, there is an intergration kit for VA, where you automaticaly create BC , mount, backup ,and delete BC. But you need Data Protector 5.0
Rgds,
Claudiu
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP