04-01-2012 03:07 AM
hi all
I want to clarify a basic concept...When we install Junos, against what this package is
validated???and practically how if sumone can give little details??? If package is to be validated
why it says validating currrent configuration???
and if i use No-validate option, it will skip validation,,but whats good in it except
saving a minute or so because if it skips and there is some problem in validation, that problem will
be overlooked but will remain there.
Please guide...
Solved! Go to Solution.
04-01-2012 07:06 AM
04-01-2012 12:29 PM
Hello Nasir,
The 'validate' knob basically checks whether the box you're installating the software to is compatible or not, based on its configuration (juniper.conf) and some other things (like the PIC layout in some platforms).
In other words, validate is used to ensure that the box will not reboot with an unstable configuration and/or state. Examples would be that the upgrade will fail if you have graceful-switchover enabled, or if you have a knob in your configuration that is no longer supported with your destination release.
Like you've pointed out, the 'no-validate' option is going to make the upgrade process quite faster, but you're bypassing most sanity checks as you've suspected, so MUST be used with caution.
Cheers,
04-02-2012 07:00 AM
hi josef and erdems
thanks to BOTH of u for such a good explanation