Juniper devices managed by Junos Space should have their corresponding release Device Management Interface (DMI) schema loaded, to ensure that users are able to access/implement all configuration options available for this release. Otherwise, Junos Space may use the bundled default schema, which means some configuration options may not be available. This article describes how to update the DMI schema on the Junos Space server.
Juniper devices managed by Space should have their corresponding release DMI schema loaded, to ensure that users are able to access/implement all configuration options available for this release. Otherwise, Junos Space may use the bundled default schema, which means some configuration options may not be available.
To check what DMI schema version needs to be updated on the Space server, navigate to the following location:
>
https://xml.juniper.net/dmi/repository/trunk/
Click Connect . The list of the latest DMI schemas for different devices families will be displayed. The already installed DMI schemas will be ticked and users will not be able to select them.
Verify that the selected DMI schemas are installed by viewing the list of DMI schemas. To view the list, go to Administration > Manage DMI Schemas .
Note : To perform an offline DMI schema update on Junos Space using SVN client on Windows, please refer to KB22263 - How to perform offline DMI schema update on Junos Space using SVN client on Windows [juniper.net]On Linux, please refer to the documentation Creating a tgz File for Updating a DMI Schema .
wget -r -np -nH --cut-dirs=3 -P dmi --http-user= USER@DOMAIN --ask-password \https://xml.juniper.net/dmi/repository/trunk/ FAMILY /releases/ RELEASE / -R index.htmltar zcfv VERSION .tar.gz dmi
The "Schema update needed" message will disappear. no need to select "default" schema.
2020-03-12 : Made changes to reflect correct path and column names.