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_09_04 19:09] – [Change Appliance Admin Email] stevengooglecloud-gettingstarted [2021_02_22 23:06] – [Use Cases] steven
Line 250: Line 250:
 The "Notification Email" setting is on the "SMTP and Filebox Configuration" page that can be found via the menu "Email and Filebox". 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
Line 316: Line 336:
  
 For more information see [[index|]] For more information see [[index|]]
 +
 +# Open Source Licenses
 +
 +A list of third-party licenses including licenses for open source components can be found on the appliance in the root folder. See "Third Party Licenses including Open Source Software.pdf".