SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 32808: SAR device ID is only 8 characters in SARDEV table in IT Resource Management® 3.1.1

DetailsHotfixAboutRate It

Some AIX 5.3 data in the SARDEV table can be longer than 8 characters, but the DEVICE identification variable in IT Resource Management (ITRM) is only 8 characters in length.

To circumvent this problem, make the following changes:

  • In the Properties of the SARDEV table in DIS, on the Columns tab, change the length of the DEVICE column to the required value. This will prevent the DEVICE variable from being truncated in the Staging table.
  • Next, go into the SAR Disk Aggregation job and update each Aggregation table with the same change that you made to the DEVICE variable.
  • If the aggregation tables have already been created, then update each Disk table with the new DEVICE length. For example:
        data SUM85630.MonthDisk;
          length device $13;
          set SUM85630.MonthDisk;
        run;

After running this DATA step, you must redeploy.

Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Resource Management-Serverz/OS3.1.19.1 TS1M3 SP4
Microsoft® Windows® for 64-Bit Itanium-based Systems3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter 64-bit Edition3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise 64-bit Edition3.1.19.1 TS1M3 SP4
Microsoft Windows XP 64-bit Edition3.1.19.1 TS1M3 SP4
Microsoft® Windows® for x643.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server3.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server3.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Server3.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Professional3.1.19.1 TS1M3 SP4
Microsoft Windows NT Workstation3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition3.1.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition3.1.19.1 TS1M3 SP4
Microsoft Windows XP Professional3.1.19.1 TS1M3 SP4
Windows Vista3.1.19.1 TS1M3 SP4
64-bit Enabled AIX3.1.19.1 TS1M3 SP4
64-bit Enabled HP-UX3.1.19.1 TS1M3 SP4
64-bit Enabled Solaris3.1.19.1 TS1M3 SP4
HP-UX IPF3.1.19.1 TS1M3 SP4
Linux3.1.19.1 TS1M3 SP4
Tru64 UNIX3.1.19.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.