General
1854615 Members
6591 Online
104102 Solutions
New Discussion

Re: Business Copy

 
Rayen Riedel
Advisor

Business Copy

Hello,

I am trying to snapclone a fs from one server to another one. But I keep getting this error:

VERBOSE:2007/05/14 16:11:23:Job:vJobState:step<7> opState more Error: Failure creating map file.Map Data may not exist on source host>

Looks like some Map file is missing. Can I create it myself, and then how?

Tnx.

Rayen
4 REPLIES 4
gstonian
Trusted Contributor

Re: Business Copy

You can create a map fiel using the vgexport -m command. Check the man page first for more information.

How are you using business copy and what are you doing once the BC LUN is presented.

This is what we do

Snapshot LUN
Present LUN to HOST
ioscan
mkdir new/device/files
mknod new/group/files
vgchgid /new/rdsk
vgimport /dev/newvg /new/dsk
vgchange -a y /dev/newvg
vgcfgbackup /dev/newvg
mount /new/mount_point
Rayen Riedel
Advisor

Re: Business Copy

Hi,

Yes that the manual way to do it. But we bought the BC so we don't have to. But looks like BC is missing something to function correctly on that server.

Rayen
Rayen Riedel
Advisor

Re: Business Copy

Hi,

Found solution.
Run: /opt/CPQevm/bin/updateHost.sh

Rayen
Rayen Riedel
Advisor

Re: Business Copy

See my last post