Problem Note 32808: SAR device ID is only 8 characters in SARDEV table in IT Resource Management® 3.1.1
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
SAS System | SAS IT Resource Management-Server | z/OS | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows XP 64-bit Edition | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for x64 | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Enterprise Edition | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Standard Edition | 3.1.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows XP Professional | 3.1.1 | | 9.1 TS1M3 SP4 | |
Windows Vista | 3.1.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled AIX | 3.1.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled HP-UX | 3.1.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled Solaris | 3.1.1 | | 9.1 TS1M3 SP4 | |
HP-UX IPF | 3.1.1 | | 9.1 TS1M3 SP4 | |
Linux | 3.1.1 | | 9.1 TS1M3 SP4 | |
Tru64 UNIX | 3.1.1 | | 9.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.
AIX 5.3 sar data has the potential to have greater than 8 character device id's
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2008-10-09 17:03:28 |
Date Created: | 2008-07-29 09:44:47 |