Purging Database Tables > Fabric Manager Database Tables
   
Version 9.1
Fabric Manager Database Tables
These Fabric Manager tables are for logs that may need to be periodically purged.
Table Description
Table Name
Default Retention
Notes
Fibre channel port log
aps_swi_switch_fc_port_log
6 months
KEEP_SWI_FC_PORT_LOG_MONTHS
Performance volume log
aps_swi_perform_vol_log
14 days
KEEP_SWI_PERFORM_VOL_LOG_DAYS
Performance error log
aps_swi_perform_err_log
28 days
KEEP_SWI_PERFORM_ERR_LOG_DAYS
Performance daily log
aps_swi_perform_daily_log
365 days
KEEP_SWI_PERFORM_DAILY_LOG_DAYS
Example of Customizing the Data Retention Period:
update ptl_system_parameter set param_value = ‘21’
where param_name =' KEEP_SWI_PERFORM_VOL_LOG_DAYS’;