- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup / frecover
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
02-02-2005 02:17 AM
02-02-2005 02:17 AM
I have 2 hp machines abc and xyz
all the data file systems on abc are in the form /abc/....
and these data file systems reside in vg01
i have a full system backup of this machine (abc) which i took using the fbackup command.
i want to restore the data form this backup tape on to the machine xyz so that machine xyz also has all the filesystems that are there on abc. And if i am not asking for too much i would like all the file systems on the machine xyz to be in the form /xyz/....
Currently the machine is newly set up with only os. I just created a vg vg01 of 4080 mb.
I am willing to delete this vg. and i also have other unused harddisks on xyz.
Please can some one advice how i can go about doing this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:24 AM
02-02-2005 02:24 AM
Solutionmkdir /xyz
cd /xyz
frecover -xX -f /dev/rmt/0m -i ...
where ... of following -i is the files/directories you wish to restore.
The -X option of frecover will restore relative to the current working directory.
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:30 AM
02-02-2005 03:30 AM
Re: fbackup / frecover
Your fbackup will not create your VG & File systems as it restore only files. And if you make a directory & restore it will restore it in root.So before restore create VG & file systems as per requirement. To achive this first identify the unused disks and create VG on these disks and then create file systems as per required sizes ( may be even more also then that of host abc).
Give any default vg & lvol name but give mount path as /xyz/...
If you are not very familiar with LVM commands it can be easily done through SAM itself.
Go to SAM->Disks & File Systems->Volume Groups->actions->create
After this you can do a restore as told by hills.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:23 PM
02-02-2005 03:23 PM
Re: fbackup / frecover
I attached a .pdf documentation file.
It will discrible in detail about backup and recover system....
First, need to create a logical volume
#lvcreate.....
#newfs.....
#frecover -f /dev/rmt/XX -i /xyz -xv
Hope this helps for you
Goodluck!
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 05:51 PM
02-02-2005 05:51 PM
Re: fbackup / frecover
Normally I will do like this
fbackup once again to the particular directory in abc.
#fbackup -f /dev/rmt/0m -0vi /directory
In xyz machine, create a new vg, logical volume and file system accordingly...
#frecover -f /dev/rmt/0m -ro
Regards
Rashid