store journal files on client
Posted: Fri May 23, 2008 7:14 pm
In fact ,it is necessary to store journal files on client when server is always overwhelmed.
I have a idea to do this.
server:
1. mkimage -sparse e:\disk.img 100G
2. mount disk.img, get a disk with patition F:
3. mkimage -sparse f:\file.img 90G
4. ibvolume image d:\ibv\disk.ibv 0 . e:\disk.img
5. issue disk.ibv with name disk
client:
1. initialize target disk, get a disk with patition F:
2. ibvolume image d:\ibv\local.ibv 0 . f:\file.img
3. issue local.ibv with name local
4. initialize target local(127.0.0.1), get a disk with patition G:
When copy files to G: , the client file d:\ibv\local_00000001.ibvd contains all changes.
My problem is, how to update files in file.img on server.
I try to update it, the client get a yellow error tip.
I have a idea to do this.
server:
1. mkimage -sparse e:\disk.img 100G
2. mount disk.img, get a disk with patition F:
3. mkimage -sparse f:\file.img 90G
4. ibvolume image d:\ibv\disk.ibv 0 . e:\disk.img
5. issue disk.ibv with name disk
client:
1. initialize target disk, get a disk with patition F:
2. ibvolume image d:\ibv\local.ibv 0 . f:\file.img
3. issue local.ibv with name local
4. initialize target local(127.0.0.1), get a disk with patition G:
When copy files to G: , the client file d:\ibv\local_00000001.ibvd contains all changes.
My problem is, how to update files in file.img on server.
I try to update it, the client get a yellow error tip.