I have a aix5.3 system i need to make a mksyb. The DVD is not writable.
How do it, or can I do a mksysb to a file, ftp it to another system where may have a writable cd to it, then transfer that to the cd and have it bootable?
is that possible?
I do this at regular intervals. I also have the added disadvantage of not having a CD writer on any of my AIX systems. The basic steps are
1. mksysb <filename>
2. mkcd to produce an iso image
3. ftp the image to my CD writer
4. burn the CD using Nero
man mkcd will give you all the flags. BTW one thing that stopped me was that the path names need to be absolute (I found i was writing massive files into the '/' directory).
Note that mkcd is clever enough to make sets of CDs if the image is >800Mb.
The reason I do this is to be able to return my playbox to a preset (virgin) state. The cd lives in the drive. I've edited /bosinst.data to make it non interactive (look on the IBM site for details of this). A rebuild is simply a matter of
I think I was not sure of the second part, the ISO image, but thanks for the help, this gets me what I was looking for, have a good one
thanks again for your replies
scott
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.