Section 2, Task 1: Customize and Verify Your Test PDB | |
This task walks you through planning which variables to keep in your production PDB. It also walks you through implementing decisions in the test PDB, checking the test PDB, and adjusting the test PDB until you are satisfied with your choices. In the task after this one, you will make a production PDB from the customized test PDB.
Prerequisites | |
Actions | |
For the work shift schedule and holiday list,
see Section 1, Task 1: Start the IT Service Vision
Server Software, except make
two passes: when working on the work shift schedule,
select Active PDB, make changes, and OK
out (or select Site Default, make
changes, OK out, return, select Active
PDB, select Copy from SITELIB,
and OK out); when working on the holiday
list, select Site Default, make changes,
and OK out.
For the start of week, see Action 1 of Section 1,
Task 3: Create a Test PDB and Process, Reduce, and Report
on Your Data.
Follow this path:
MVS | PDB Admin -> Config Active PDB Dictionary -> select the table -> ItemActions -> Edit Definition |
UNIX | Administration -> Manage Tables -> click right mouse button on the table -> Properties |
WNT | Administration -> Manage Tables -> click right mouse button on the table -> Properties |
MVS | On the Edit Table window, Table Kept is in the upper left quadrant. |
UNIX | On the General tab, Table Kept is in the upper right quadrant. |
WNT | On the General tab, Table Kept is in the upper right quadrant. |
Check that Table Kept status is set to Yes if you want to keep data in the table.
MVS | On
the Edit Table window, the Age Limit for
the levels are in the lower half of the
window. See the intersection of the Level row (Day through Year) and the Duration Column. |
UNIX | On the Table Status tab, see the intersection of the Level row and Age Limit column, for each of the levels (Detail through Year). |
WNT | On the Table Status tab, see the intersection of the Level row and Age Limit column, for each of the levels (Detail through Year). |
To change a value, overwrite it.
IT Service Vision displays a list of the variables in this table.
MVS | select all variables to change from No to Yes -> ItemActions -> Mark Kept |
UNIX | select list of variables to change from No to Yes -> right mouse click -> Properties -> Modify the kept in PDB status to Yes |
WNT | select list of variables to change from No to Yes -> right mouse click -> Properties -> Modify the kept in PDB status to Yes |
Data will be kept at detail level for these variables.
Look through your list for the
variables for which you no longer want
to collect data. For that set of variables, find
the ones whose Kept status is currently Yes
. To change the Kept status for all
these at the same time, follow this path from the
list of variables:
Data will not be read and thus not kept at detail level for these variables. As a consequence, data will also not be available at reduction levels for these variables.
One of the attributes of a variable is its interpretation type, such as INT, C2RATE, STRING, TIME, and so on. By default, IT Service Vision calculates the same statistics for all variables of the same interpretation type. (For a table of the default statistics that correspond to each interpretation type, see Shared Appendix 6: Characteristics of Variables.)
MVS | select the variable -> Item Actions -> Edit statistics |
UNIX | select the variable -> click right mouse button -> Properties -> Statistics |
WNT | select the variable -> click right mouse button -> Properties -> Statistics |
MVS | File -> End |
UNIX | OK |
WNT | OK |
After the last table, return to the main menu by selecting File and then End.
As necessary, modify the logging and collection software to provide the collected metrics.
For details, see Section 1, Task 2: Start Your Data Collection Software. Remember to keep the polling interval short enough that at least two full polling intervals occur between process runs.
Wait approximately six hours to one day for additional data to be logged and collected if you have modified the logging and collection software.
Section 2, Task 1: Customize and Verify Your Test PDB |