21 Nov 2019 09:17 AM
So sometimes the cluster upgrades fails, this can be fore many different reasons.
Sometimes you need a change window for these upgrades, and when the upgrade fails, there is the requirement to create a new change window maybe a week later.
Since there are precondition tests being executed before a cluster upgrade is started, it would be very nice if these preconditions could be executed manually.
I know on NAM there is such a feature on the Probes.
This precondition test, should be possible to execute either through command line script, or maybe even through REST API
Solved! Go to Solution.
21 Nov 2019 09:51 AM
https://www.dynatrace.com/support/help/shortlink/managed-custom-install#command-line-parameters
--system-check
— Use this parameter to check if the machine and operating system fulfills the requirements of the new version.
So run the installer with this parameter to achieve your use case. Is that what you are looking for?
21 Nov 2019 09:56 AM
How will I go about doing this on the new version, ie: where is the installer placed?
21 Nov 2019 10:05 AM
New installer is placed at: <dynatrace-bin-dir>/installer/upgrade
21 Nov 2019 09:58 AM
And it would also be nice if this was able to be performed through the REST API for automation purposes
21 Nov 2019 10:01 AM
REST API is not available as that operation is also not available in UI. For automation you can easily do it via script/ssh.
21 Nov 2019 09:53 AM