Link to home
Start Free TrialLog in
Avatar of beer9
beer9Flag for India

asked on

How to prevent auto shutdown after the OS is installing using jumpstart ?

How to prevent auto shutdown after the Solaris OS is installing using jumpstart? Please let me know if there is a way. Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Brian Utterback
Brian Utterback
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Setting diag-switch to true drops the system into the OBP instead of booting, so the next step is for it to boot,
which pretty much means that the system rebooted, it just took longer. I suspect that what the original poster wants
is not to prevent the boot up, but to rather prevent the shutdown, presumably to do some post install configuration/logging. Again, your best bet is to do it in the finish script.
Avatar of nyaar
nyaar

Sorry, but I don't agree with you. The 25K domains doesn't go to the obp, but remains on the # prompt created by the jet.  
Avatar of beer9

ASKER

Thank you :-)