Asset ID: |
1-71-1937522.1 |
Update Date: | 2018-05-06 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
1937522.1
:
How to Modify PDU Retention Time on IXP?
Related Items |
- Oracle Communications Performance Intelligence Center (PIC) Software
- Oracle Communications Diameter Signaling Router (DSR)
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec PIC
|
In this Document
Created from <SR 3-9648440731>
Applies to:
Oracle Communications Performance Intelligence Center (PIC) Software - Version 7.1 and later
Oracle Communications Diameter Signaling Router (DSR) - Version DSR 5.0 and later
Information in this document applies to any platform.
Goal
How to modify PDU retention time or PDU storage duration?
Solution
Starting with PIC 10.1.0, the procedure below is documented in the PIC Maintenance Guide.
PrgPduStorageTime from LongParam is not used since PIC 6.6.4.
Procedure
PDU retention time is an IXP internal parameter and can only be modified from the IXP internal database:
- Identify the ActiveMaster server. As cfguser:
$ iFoStat
+------------+-------+-----+-----------+--------+---------------------+
| name | state | loc | role | mGroup | HbTime |
+------------+-------+-----+-----------+--------+---------------------+
| ixp0001-1c | IS | 1C | ActMaster | | 2014-05-06 18:53:51 |
| ixp0001-1e | IS | 1E | StbMaster | | 2014-05-06 18:53:06 |
| ixp0001-1g | IS | 1G | Slave | | 2014-05-06 18:52:50 |
| ixp0001-1h | IS | 1H | Slave | | 2014-05-06 18:53:51 |
| ixp0001-1i | IS | 1I | Slave | | 2014-05-06 18:53:02 |
| ixp0001-1l | IS | 1L | Slave | | 2014-05-06 18:53:07 |
+------------+-------+-----+-----------+--------+---------------------+
- Connect to Active Master server as cfguser and edit SubsystemTaskParam table:
$ ivi SubsystemTaskParam
- Update the MaxFileAge line with the desired PDU retention time value. Keep in mind that the retention time is expressed in seconds:
0|TaskPurgeTime|604800
1|AlarmClear|1500
2|AlarmFail|1500
3|MaxFileAge|864000
4|MaxPercentUsage|90
5|ExcludePath|write.enable
6|Path|/opt/TKLCixp/pdu
7|Interval|5
8|Interval|300
16|IdbPurgeTime|21600
27|ExcludePath|/opt/TKLCixp/pdu/mnt_1c1
28|ExcludePath|/opt/TKLCixp/pdu/mnt_1c2
29|ExcludePath|/opt/TKLCixp/pdu/mnt_1d1
30|ExcludePath|/opt/TKLCixp/pdu/mnt_1d2
31|ExcludePath|/opt/TKLCixp/pdu/mnt_1l1
32|ExcludePath|/opt/TKLCixp/pdu/mnt_1l2
- Save modifications and exit
- Answer yes to apply on the whole subsystem
- Connect to the PDU servers of the concerned IXP subsystem. As cfguser, restart the IxpPurge process:
pm.set off IxpPurge
pm.set on IxpPurge
Attachments
This solution has no attachment