Displaying 1 result from an estimated 1 matches for "remotecopy".
Did you mean:
remotecon
2008 Feb 25
2
OCFS2 and Cloning
I am working currently on cloning on a regular basis our production
OCFS2 volumes to our test environment. For the database (Oracle 10G R2
RAC) we put it into backup mode, then execute a Snapclone on our 3Par
SAN. Then we use RemoteCopy and SnapClone to our development 3Par SAN.
To recover the OCFS2 volume I got through the following steps:
Stop database
umount /export/<volume name>
Log into SAN to refresh Snapclone
fsck.ocfs -y /dev/mapper/<volume name>
mount /export/<volume name>
umount /export/<volume nam...