I'm about to try the following and thought some of you guys may be interested in the results.
Ok a little background: we have a build server running 4.3.3 which I've upgraded to 5.2ML5 & changed the kernel from 32-bit to 64-bit as part of a new project. My problem is the client also wants all filesystems to be jfs2 (Not a problem for none rootvg, I can just backup & restore each filesystem).
I also can't just savevg on the data vg do a fresh install and restvg because they have apps installed in the rootvg.
So here what I'm going to try.
1. create a mksysb of what I've got now.
2. edit /image.data and chage the following
each type changed from jfs to jfs2 under lv_data
change the following stanzas in fs_data
remove
FS_FS=512
FS_NBPI=4096
FS_COMPRESS=no
FS_BF=false
FS_AGSIZE=8
add
FS_JFS2_BS= 4096
FS_JFS2_SPARSE= yes
FS_JFS2_INLINELOG= no
FS_JFS2_SIZEINLINELOG= 0
FS_JFS2_DMAPI= no
edit /etc/filesystems
change vfs= jfs to vfs=jfs2 and make sure
make a new mksysb (without the -i option)
mksysb /dev/rmt0
then try restoring.
Wish me luck & if anyone has any experience / ideas you input is most welcome.
Mike
"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."
Ok a little background: we have a build server running 4.3.3 which I've upgraded to 5.2ML5 & changed the kernel from 32-bit to 64-bit as part of a new project. My problem is the client also wants all filesystems to be jfs2 (Not a problem for none rootvg, I can just backup & restore each filesystem).
I also can't just savevg on the data vg do a fresh install and restvg because they have apps installed in the rootvg.
So here what I'm going to try.
1. create a mksysb of what I've got now.
2. edit /image.data and chage the following
each type changed from jfs to jfs2 under lv_data
change the following stanzas in fs_data
remove
FS_FS=512
FS_NBPI=4096
FS_COMPRESS=no
FS_BF=false
FS_AGSIZE=8
add
FS_JFS2_BS= 4096
FS_JFS2_SPARSE= yes
FS_JFS2_INLINELOG= no
FS_JFS2_SIZEINLINELOG= 0
FS_JFS2_DMAPI= no
edit /etc/filesystems
change vfs= jfs to vfs=jfs2 and make sure
make a new mksysb (without the -i option)
mksysb /dev/rmt0
then try restoring.
Wish me luck & if anyone has any experience / ideas you input is most welcome.
Mike
"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."