What is the Mediator version corresponding to the ONTAP version
Applies to
- Cloud Volumes ONTAP (CVO)
- Amazon Web Services (AWS)
- ONTAP 9
Answer
- The mediator version also gets updated along with the Cloud Volumes ONTAP upgrade. The version mapping between the mediator and ONTAP is as follows:
ONTAP VERSION | MEDIATOR VERSION |
9.4.0 | 3.4.0 |
9.4.1 | 3.4.1 |
9.4.2 - 9.6.x | 3.4.2 |
9.7.0 | 3.7.0 |
9.7.1 - 9.8.x | 3.7.1 |
- The naming convention for the mediator system version changed along with the release of ONTAP 9.9.0 and will continue the same way in future releases as below:
ONTAP VERSION | MEDIATOR VERSION |
9.9.0 | 9.9.0 |
9.9.1 | 9.9.1 |
9.10.0 | 9.10.0 |
9.10.1 | 9.10.1 |
9.11.0 | 9.11.0 |
9.11.0P1 | 9.11.0P1 |
9.11.1 | 9.11.1 |
9.12.1 | 9.12.1 |
9.13.0 | 9.13.0 |
Additional Information
- The version and upgrade info can be checked by the below command after ssh to the mediator VM:
$ curl http://127.0.0.1:3080/update/status;echo
Example:
{"code":200,"system_state":{"description":"Mediator release to support ONTAP HA, os version: debian.11.ami-052465340e6b59fc0 mediator version: 9-12-1","state":"up_to_date"}}