Finding your current version

The version of the program is stored in the image header. To extract this, incant the following:
     $ Analyze /image NR_EXE:NAME-ROUTER /select=ident
     "V4.1-7"
If your version of OpenVMS does not accept the /SELECT qualifier, you need to perform an ANALYZE/IMAGE command and examine the output. For example:
     $ Analyze /image NR_EXE:NAME-ROUTER
...
        Image Identification Information

                image name: "NAME ROUTER"
                image file identification: "V4.1-7"
                image file build identification: ""
                link date/time:  5-NOV-1998 14:27:15.88
                linker identification: "A11-20"
...
You will have to find the "Image Identification Information" paragraph in all the output. In the above example, this shows you are running V4.1-7.

Which image should you examine ?

For Name Router the image name is NR_EXE:NAME-ROUTER.EXE

For other products, the image is in the directory that you specified during the installation.