Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
googlecloud-gettingstarted [2019_07_03 18:25] – [Change Appliance Admin email] stevengooglecloud-gettingstarted [2020_06_01 21:24] – [Upgrade to 1906] steven
Line 243: Line 243:
  
 You can also set up Two Factor Authentication (2FA) for the Appliance Admin from this screen. You can also set up Two Factor Authentication (2FA) for the Appliance Admin from this screen.
 +
 +### Server Notification Email
 +
 +Server errors and a daily report are sent to a notification email that must be configured by the Appliance Administrator. The default is not to email reports.
 +
 +The "Notification Email" setting is on the "SMTP and Filebox Configuration" page that can be found via the menu "Email and Filebox".
 +
 +
 +# Upgrade to Latest
 +
 +The Google image is currently at version 1901. To upgrade to the latest 1906 release first install the Enterprise repo with the following commands:
 +
 +    yum install https://download.storagemadeeasy.com/sme-repo-release-latest.rpm
 +    yum install -y sme-externalrepo
 +
 +Now update the appliance with the following commands
 +
 +    yum clean all
 +    yum install sme-package-1906.06-11
 +
 +For upgrades prior to 1906.06, a new configuration value will need to be added to the File Fabric's core configuration file. Please [[https://docs.storagemadeeasy.com/appliance/editing-config|follow this guide]] for editing the configuration file. The following configuration flag must be present:
 +
 +    var $redishost = 'localhost:6379';
 +
 +Now please reboot the system.
 +
 +    reboot
  
 # Create an Organization # Create an Organization