4. Maintenance of Express5800/ft series
Express5800/R320d-E4, R320d-M4 Maintenance Guide (VMware 5.5)
42
Chapter 1 Maintenance
4.4.2
Scheduling for auto reinstallation of CPU module
You can also limit the time to perform auto reinstallation of CPU by combination with cron daemon.
1. Add configuration to /etc/crontab
Example: Disable auto reinstallation of CPU module from 6:00 to 18:15 everyday.
Add the following lines to /etc/crontab.
# Defer CPU bringup at 6:00 every day
# Enable CPU bringup at 18:15 every day
0 6 * * * root /opt/ft/bin/ftsmaint bringupPolicy defer
15 18 * * * root /opt/ft/bin/ftsmaint bringupPolicy enable
2. Reflect the configuration file of cron daemon.
# crontab -u root /etc/crontab