When performing a command "unims" from a Dollar Universe Application Server (Node) in a version inferior to 6.10.x, while UVMS is on version 6.10.x or 7.x, the version returned is 6.9.99
For example, on a DUAS node with version 6.8:
[root@server bin]# ./universion -version
6.8.24
[root@server bin]# ./unims -checkms
UVMS on uvms.domain.com/4184 reachable, version 6.9.99
But when launched on a DUAS node on version 6.10, the correct UVMS version will be displayed:
[root@server bin]# ./universion -version
6.10.01
[root@server bin]# ./unims -checkms
UVMS on uvms.domain.com/4184 reachable, version 6.10.111
UVMS Version: 6.10.x or 7.x (UVMS)
DUAS Version: 6.9.x or inferior
This is normal and expected behavior: unims from Nodes on version inferior to 6.10.01 (6.9.x or inferior) will receive as version 6.9.99 from UVMS, this has been done to avoid issues while installing the product.
Only Nodes on version 6.10.01 or superior will receive the correct UVMS version when UVMS version is on 6.10.x or superior.