|
Description:
|
hwSysReloadAction OBJECT-TYPE
SYNTAX INTEGER {reloadUnavailable(1), reloadOnSchedule(2), reloadAtOnce(3), reloadCancel(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of this object identifies restart types.
1: reloadUnavailable
2: reloadOnSchedule, indicating periodical restart
3: reloadAtOnce, indicating immediate restart without considering hwSysReloadScheduleTime
4: reloadCancel, indicating that all the planned restart activities are cancelled. If hwSysReloadSchedule
is invalid or the rows that hwSysReloadScheduleEntry and hwSysReloadSchedule point to are not activated,
all the restart activities are ignored and an inconsistent value is returned.
When the restart of the system is complete or no restart activities exist, the value of this object is reloadUnavailable(1)."
|
|
|