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_04_26 17:21] – [Why Google Cloud?] stevengooglecloud-gettingstarted [2020_06_01 21:22] – [Create an Organization] steven
Line 27: Line 27:
  
 Please contact us for more information on setting up HA deployments on the Google Cloud Platform. Please contact us for more information on setting up HA deployments on the Google Cloud Platform.
 +
 +For production deployments see also [[sizingguide|]].
  
 ## Requirements ## Requirements
Line 224: Line 226:
 ## Outbound Email (Recommended) ## Outbound Email (Recommended)
  
-An SMTP server is used by the appliance to set registration and notification emails to users. It can be configured under **Settings > Email & Filebox**.+An SMTP server is used by the appliance to send registration and notification emails to users. It can be configured under **Settings > Email & Filebox**.
  
 If you do not configure an email server remember not to use email notification when adding users. If you do not configure an email server remember not to use email notification when adding users.
  
-### Using GMail for Outbound Email+### Using Gmail for Outbound Email
  
 Below is a sample what my screen looks like, for an SMTP setup using a Gmail account. Below is a sample what my screen looks like, for an SMTP setup using a Gmail account.
  
-{{ :cloudappliance:applinstallv1901:image009.png?nolink&600 |}}+{{ :cloudappliance:applinstallv1901:smtp-configuration.png?nolink&800 |}}
  
 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
 +
 +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