xfs_mdrestore(8) System Manager's Manual xfs_mdrestore(8)NAME
xfs_mdrestore - restores an XFS metadump image to a filesystem image
SYNOPSIS
xfs_mdrestore [ -g ] source target
DESCRIPTION
xfs_mdrestore is a debugging tool that restores a metadata image generated by xfs_metadump(8) to a filesystem. The source argument speci-
fies the location of the metadump image and the target argument specifies the destination for the filsystem image. If the source is -,
then the metadata image is read from stdin. This allows the output of be another program such as a compression application to be redirected
to xfs_mdrestore. The target can be either a file or a device.
xfs_mdrestore should not be used to restore metadata onto an existing filesystem unless you are completely certain the target can be
destroyed.
OPTIONS -g Shows restore progress on stdout.
DIAGNOSTICS
xfs_mdrestore returns an exit code of 0 if all the metadata is successfully restored or 1 if an error occurs.
SEE ALSO xfs_metadump(8), xfs_repair(8), xfs_check(8), xfs(5)BUGS
Email bug reports to xfs@oss.sgi.com.
xfs_mdrestore(8)
Check Out this Related Man Page
xfs_mdrestore(8) System Manager's Manual xfs_mdrestore(8)NAME
xfs_mdrestore - restores an XFS metadump image to a filesystem image
SYNOPSIS
xfs_mdrestore [ -g ] source target
DESCRIPTION
xfs_mdrestore is a debugging tool that restores a metadata image generated by xfs_metadump(8) to a filesystem. The source argument speci-
fies the location of the metadump image and the target argument specifies the destination for the filsystem image. If the source is -,
then the metadata image is read from stdin. This allows the output of be another program such as a compression application to be redirected
to xfs_mdrestore. The target can be either a file or a device.
xfs_mdrestore should not be used to restore metadata onto an existing filesystem unless you are completely certain the target can be
destroyed.
OPTIONS -g Shows restore progress on stdout.
DIAGNOSTICS
xfs_mdrestore returns an exit code of 0 if all the metadata is successfully restored or 1 if an error occurs.
SEE ALSO xfs_metadump(8), xfs_repair(8), xfs_check(8), xfs(5)BUGS
Email bug reports to xfs@oss.sgi.com.
xfs_mdrestore(8)
hi in vi, i have a file and i wanted to replace all wnix to unix. is the below correct.
c/wnix/unix g...
i have tried , and the above is not right...
help? (7 Replies)
Can anyone tell me of what to expect? I've been nominated to join a team of unix admins to do a DR testing. we already have the guys who are gono be doing the restores. besides the restore, anybody know what else to look forward to?? (2 Replies)
Hi all,
I have a SCSI hard disk drive (2GB) I'm installing on it solaris 5 and some other applications on a sun sparc workstation, I made an image file of this H.D using Norton Ghost 6, then I restored this image file on another H.D.D (4GB), I tried to boot the sun sparc workstation with this new... (0 Replies)
Hi all
Recently we got an error unearthed which was existing long since in our production code. Let me explain the problem..It was something like this...
char source = "1234567890123456789";
char destination;
sprintf(destination,"%9s",source);
The person who coded perhaps had a... (1 Reply)
Hello,
We are trying to find a easy way to upgrade our old suse 8 boxes to Suse 9. I have discovered the the DD command that looks to be a way to restore a image from Suse 9 to a box at our other locations.
Question, could I use the DD command to restore a image I backed up from a Suse 9 box... (1 Reply)
Hello All,
I backed up my RHEL 4 as an image.
Then I restored the image on my machine. Everything went fine but I dont get the normal boot sequence as it used to come when I freshly installed RHEL4.
The messages that are shown when the system boots are something like-
" .....
EXT3-fs:... (2 Replies)
Hi everyone,
I just restored an AIX 6.1 LPAR from one JS12 blade to another. I've done this several times before without issues. But this time, the restore completed successfully, all file systems are mounted, I can even start WebSphere and all the apps. However, when I try to do lsvg... (4 Replies)
Hi Folks,
How to restore mksysb image on LPAR which is already having cloned AIX OS installed on hdisk0 (nothing configured, only full partition image is sitting on hdisk0)
Let me know.
Thank a lot. (1 Reply)
I have a large filesystem - 500GB, with around 750,000 files which I need to restore using TSM.
There are about 15 subdirectories, one of which does not need to be restored.
The subdirectory to be excluded has about half the total number of files - 350,000, so it is very inefficient to simply... (5 Replies)