How do I get the MedSecID, Host ID?
The program lmhostid is available on the MEDUSA 2003200 CD. It is possible to request this ID with an operating system command: – on Windows in the DOS-BOX with IPCONFIG -ALL (under physical address) – on VMS with MC NCP SH KNOWN LINE CHAR – on SUN with: hostid – on HP with : echo `uname-i` l60p | dc In most cases, that will allow you to successfully obtain the correct address. With specific configurations the result can be false! In any case, it is better to use the LMUTIL tool with the LMHOSTID option, delivered with MEDUSA. It is located in MEDUSA under: product MEDSYS, in the subdirectory ->MED->LICENSE. For example: Windows : C:\MEDUSA\MEDSYS\MED\LICENSE\LMUTIL lmhostid VMS : $ LMUTIL:==$MED:[MEDSYS.MED.LICENSE]LMUTIL $ LMUTIL LMHOSTID Unix : /medusa/medsys/med/license/lmutil lmhostid In the older versions of MEDUSA-Classic, the Tool used to be named MEDSECID and was started without parameters. (Depending on the version, either in the subdirectory RUN instead of LICENSE, it can al