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:23] – [Using Gmail for Outbound Email] added Change Appliance Admin email stevengooglecloud-gettingstarted [2020_06_01 21:22] – [Create an Organization] steven
Line 238: Line 238:
 The “Notification Email” address will receive emails from the system warning of license expiration etc. You should enter your email here. The “Notification Email” address will receive emails from the system warning of license expiration etc. You should enter your email here.
  
-### Change Appliance Admin email+### Change Appliance Admin Email
  
 With an SMTP server configured you can change the email of the Appliance Admin. Go to the main menu (Hamburger icon) to Password/Login. With an SMTP server configured you can change the email of the Appliance Admin. Go to the main menu (Hamburger icon) to Password/Login.
 +
 +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 1906
 +
 +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