SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 31327: The SAS® IT Resource Management macro %RMVINST is available to verify the application server configuration

DetailsHotfixAboutRate It

The %RMVINST macro is now available in SAS IT Resource Management to provide output that can help to verify that a SAS application server has been configured correctly for use by SAS IT Resrouce Management. This macro is available via the hot fix associated with this note.

Select the Hot Fix tab in this note to access the hot fix for this issue.

The output produced by %RMVINST can be useful for debugging issues related to JAR files and JEOPTIONS settings.

The %RMVINST macro performs the following checks:

  • Is SAS able to run Java successfully?
  • What version of Java is running?
  • Has the location of the SAS JAR files been set via the JREOPTIONS system option?
  • Are the SAS JAR files in the correct location?
  • Is SAS able to access the SAS IT Resource Management JAR files?
  • What version of the SAS ITRM JAR files is being accessed?

To execute this macro, add the following statement to a SAS IT Resource Management job or code that you submit from SAS® Data Integration Studio.

       %RMVINST(
 		metaserver=mybox.subdomain.domain.com,
 	  	metaport=port,
 	  	metauser=username,
 	  	metapass=password);
If your site has hot fix 311IS03, the macro %RMVINST must be invoked as follows:

%RMVINST;

Output from the macro is written to a file called rmvinst.log, in the current directory. In the z/OS enviroment, the output is written to the SAS log. For more information about this macro and each of these parameters, please check the documentation provided inside the macro.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Resource Management-Serverz/OS3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft® Windows® for 64-Bit Itanium-based Systems3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise 64-bit Edition3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft® Windows® for x643.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter 64-bit Edition3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP 64-bit Edition3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows NT Workstation3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Professional3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Server3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Windows Vista3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled HP-UX3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Linux3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled Solaris3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP Professional3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled AIX3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Tru64 UNIX3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
HP-UX IPF3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server3.1.13.1.19.1 TS1M3 SP49.1 TS1M3 SP4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.