integralstor / integralstor_gridcell

Gluster/ZFS based open source scale-out storage system
1 stars 3 forks source link

INSTALL - Need to add config backup script to the gridcell ks file #97

Closed fractalram closed 8 years ago

fractalram commented 8 years ago

We need to add this to the gridcell ks file : "chmod 755 /opt/integralstor/integralstor_gridcell/scripts/shell/*.sh"

Need to append the following line to the crontab file for all gridcell nodes :

00 02 * * * /opt/integralstor/integralstor_gridcell/scripts/shell/config_backup.sh > /tmp/out_config_backup >> /tmp/err_config_backup

fractalram commented 8 years ago

Is this fixed? Pl. mard as fixed if it is..

naveenmh commented 8 years ago

Its fixed need to validate after new install...

naveenmh commented 8 years ago

File permissions for /opt/integralstor/integralstor_gridcell/scripts/shell/*.sh are changed to 755 after install and the crontab file updated for "config_backup.sh"