PICL Plug-In Module
The watchdog subsystem is managed by a platform information and control library (PICL)
To use the PICL API to set the watchdog properties, your application must follow the following sequence:
Note – The following instructions are not
1.If the watchdog timer is running, stop it by disabling the primary HEALTHY# signal monitoring for the CPU card on which the watchdog timer is to be changed.
2.In your application, use the PICL API to disarm, set, and arm the active watchdog timer.
Refer to the picld(1M), libpicl(3LIB), and libpicltree(3LIB) man pages for a complete description of the PICL architecture and programming interface. Develop your application to use the PICL programming interface to do the following:
■Disarm the active watchdog timer.
■Change the watchdog timer PICL properties to the required values.
■
3.