Problem: Stratusphere appliances show ERROR checking for updates in the consoles. This is because they do not have internet access for one reason or another. How can we disable auto-update checking?
Resolution:
1. SSH to each appliance individually as friend/sspassword
2. Execute: su -
3. Execute: echo "AUTO_CHECK_UPDATES=off" >> /etc/tntdb.conf
4. Execute: rm -f /dev/shm/lwl-check-update
It will take the console about 1 minute to reflect the change.
How to undo the above so that appliances begin checking for updates again:
1. SSH to each appliance individually as friend/sspassword
2. Execute: su -
3. Execute: sed -i 's/AUTO_CHECK_UPDATES=off//' /etc/tntdb.conf
4. Execute: /etc/cron.daily/zz_lwl_check_updates &
It will take a few minutes for the console to reflect the 'undo' change.
Product: Stratusphere FIT/UX
Product Version: N/A
Expires on: 365 days from publish date
Updated: Aug 19, 2015