HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup question - copying entire volume to anothe...
Operating System - HP-UX
1833788
Members
2501
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
Go to solution
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
11-16-2009 06:20 AM
11-16-2009 06:20 AM
Hi,
Servers: HP-UX 11.11 rp5470/L2000 MC/SG
We have two servers in a cluster. We are switching the SAN storage device (new EMC frame). We plan on copying the data (20GB) on the SAN (before we make the switch) to a local disk. (One volume with three mount points).
Once the servers are switched to the new SAN storage device we are going to restore the original copied data to it.
Can we use the fbackup utility to do this or is there a better way?
10 points to any answer.
Thank you
-Gino
Servers: HP-UX 11.11 rp5470/L2000 MC/SG
We have two servers in a cluster. We are switching the SAN storage device (new EMC frame). We plan on copying the data (20GB) on the SAN (before we make the switch) to a local disk. (One volume with three mount points).
Once the servers are switched to the new SAN storage device we are going to restore the original copied data to it.
Can we use the fbackup utility to do this or is there a better way?
10 points to any answer.
Thank you
-Gino
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 06:29 AM
11-16-2009 06:29 AM
Solution
Hi Gino:
If you can concurrently attach the SAN storage devices (old and new) you could use LVM MirrorDisk to replicate your data. Otherwise, you could use your local disk as a temporary backup. There are various ways to copy the data, among them:
# cd srcdir && pax -r -w -pe . dstdir
# cd srcdir && fbackup -i . -f - | ( cd dstdir && frecover -Xsrf - )
Regards!
...JRF...
If you can concurrently attach the SAN storage devices (old and new) you could use LVM MirrorDisk to replicate your data. Otherwise, you could use your local disk as a temporary backup. There are various ways to copy the data, among them:
# cd srcdir && pax -r -w -pe . dstdir
# cd srcdir && fbackup -i . -f - | ( cd dstdir && frecover -Xsrf - )
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 06:37 AM
11-16-2009 06:37 AM
Re: fbackup question - copying entire volume to another disk
Shalom,
If both disks are accessible, there are a number of ways to pull this off.
fbackup will work.
cp -rp
# will work.
You can even umount the filesystems and use dd
dd if=/dev/dsk/(source disk) of=/dev/dsk/(dest disk) bs=(check lvdisplay for this) count=(work with block size to cover every block).
Lots of ways.
scp -rp will work if another system currently owns the disk.
create a tar file with tar cvf and then tar tvf it after of course setting up a logical volume and a file system.
SEP
If both disks are accessible, there are a number of ways to pull this off.
fbackup will work.
cp -rp
# will work.
You can even umount the filesystems and use dd
dd if=/dev/dsk/(source disk) of=/dev/dsk/(dest disk) bs=(check lvdisplay for this) count=(work with block size to cover every block).
Lots of ways.
scp -rp will work if another system currently owns the disk.
create a tar file with tar cvf and then tar tvf it after of course setting up a logical volume and a file system.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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