vBulletin Search Engine Optimization
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
||||
|
Hi,
I'am having trouble creating a makesysb dvd. I am using an empty dvd-ram single sided (4.7GB) and have tried various ways to create the mksysb. But each of them fail. I have to VG's and tried to use both for fs creation. Though, the error I get when using rootvg is different from the one from datavg. Can someone help me out. The errors don't help me find the problem. I have pasted the errors output for each vg and the lsvg details here: http://pastebin.com/m2e3cf805 Thanks in advance, relikwie. |
|
||||
|
On Jan 17, 6:35*am, relikwie <[email protected]> wrote:
> Hi, > > I'am having trouble creating a makesysb dvd. > I am using an empty dvd-ram single sided (4.7GB) and have tried > various ways to create the mksysb. But each of them fail. > > I have to VG's and tried to use both for fs creation. Though, > the error I get when using rootvg is different from the one from > datavg. > > Can someone help me out. The errors don't help me find the problem. > > I have pasted the errors output for each vg and the lsvg details here:http://pastebin.com/m2e3cf805 > > Thanks in advance, > relikwie. I have used this for several years on a daily basis. Runs about 2 hrs. Have tested recovery/restore with it as well. #this exec runs nightly and saves the rootvg to DVD-RAM echo '************************************************* ***********' echo 'backup the rootVG volume group to DVD-RAM(daily copy)' now=`date` echo mksysb backup to DVD-RAM started on $now /usr/sbin/mkcd -U -d /dev/cd0 -P -V rootvg now=`date` echo mksysb nightly onsite backup to DVD-RAM completed on $now echo '************************************************* *******************' I use Maxell media, part #636070 When the DVD-RAM drive first came out, not all media worked equally well. Might try a change in media. |