My 'playbox' has no tape drive so I need a bootable CD mksysb to restore it back to a suitable starting point whenever I've finished breaking it. What would be realy nice is to have a cd that lives in the drive so that I just type
and everything is restored to the original state.
I'm pretty close. I've looked long and hard at bosinst.data to try to set the relevant parameters. Within the control_flow stanza I've set
CONSOLE = tty0 to prevent the prompt for the console
PROMPT = no to automate the install
RUN_STARTUP = no to prevent the smit type screen that appears at first boot.
And there's the problem. I still get the smit style bit at the first boot. This means I have to go down to the data centre and press F10 on the console.
I guess I should be putting something in CUSTOMIZATION_FILE but I don'e know what.
Any hints tips, or complete solutions would be gratefully received.
Thanks
Columb Healy
Code:
bootlist -m normal cd0
shutdown -Fr
I'm pretty close. I've looked long and hard at bosinst.data to try to set the relevant parameters. Within the control_flow stanza I've set
CONSOLE = tty0 to prevent the prompt for the console
PROMPT = no to automate the install
RUN_STARTUP = no to prevent the smit type screen that appears at first boot.
And there's the problem. I still get the smit style bit at the first boot. This means I have to go down to the data centre and press F10 on the console.
I guess I should be putting something in CUSTOMIZATION_FILE but I don'e know what.
Any hints tips, or complete solutions would be gratefully received.
Thanks
Columb Healy