Differences

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

Link to this comparison view

googlecloud-gettingstarted [2023_03_23 21:55] – [Verify Web Access] stevengooglecloud-gettingstarted [2024_04_22 21:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 # Getting Started with Google Cloud # Getting Started with Google Cloud
  
-##### last updated Jan 12, 2023+##### last updated July 13, 2023
  
 ## Why Google Cloud? ## Why Google Cloud?
Line 63: Line 63:
  
 {{ :googlecloud-gettingstarted:solution-deployed.png?nolink&1000 |}} {{ :googlecloud-gettingstarted:solution-deployed.png?nolink&1000 |}}
- 
 ## Verify Web Access ## Verify Web Access
  
Line 72: Line 71:
 Until changed the appliance has an untrusted SSL certificate. Most browsers will flag this as a potential security issue and require your acknowledgement to bring up the page. Until changed the appliance has an untrusted SSL certificate. Most browsers will flag this as a potential security issue and require your acknowledgement to bring up the page.
  
-If you don't have the deployment panel, first open the [[https://console.cloud.google.com|Google Cloud Console]]. From the top left hamburger menu (aka Navigation menu) go to the page **Compute Engine > [[https://console.cloud.google.com/compute/instances|VM instances]]**. If you don't see the Access Anywhere server instance check the project you are viewing. Open the VM instance details and locate the **External IP** under Network interfaces. Open the appliance website at %%https://<External IP>/%%. The username is appladmin and the password can be found under Customer metadata as the **eff\_user\_password**.+If you don't have the deployment panel, first open the [[https://console.cloud.google.com|Google Cloud Console]]. From the top left hamburger menu (aka Navigation menu) go to the page **Compute Engine > [[https://console.cloud.google.com/compute/instances|VM instances]]**. If you don't see the Access Anywhere server instance check the project you are viewing. Open the VM instance details and locate the **External IP** under Network interfaces. 
 + 
 +Open the appliance website at %%https://<External IP>/%%. The username is appladmin and the password can be found towards the bottom of the page under Customer metadata as the ```eff_user_password```. 
 + 
 +{{ :googlecloud-gettingstarted:custom-metadata.png?500 |}}
  
  
Line 137: Line 140:
 ## Change Hostname ## Change Hostname
  
-To update the appliance with the FQDN change to the root user by issuing “sudo bash“ with SSH. As the root user, edit /etc/hostname with nano or vi.+To update the appliance with the FQDN change to the root user by issuing “sudo su -“ with SSH. As the root user, edit /etc/hostname with nano or vi.
  
 Change the google instance name to your FQDN. Change the google instance name to your FQDN.
  
-{{ :cloudappliance:applinstallv1901:image002.png?nolink&600 |}}+{{ :server:applinstallv1901:image002.png?nolink&600 |}}
  
-## Start SME Config Server+## Start NAAConfig Server
  
 If you are logged in as root leave root privilege and as the smeconfiguser start the configuration server by typing **smeconfigserver**. You should see a confirmation that the config server is running: If you are logged in as root leave root privilege and as the smeconfiguser start the configuration server by typing **smeconfigserver**. You should see a confirmation that the config server is running:
  
-{{ :cloudappliance:applinstallv1901:image004.png?nolink&600 |}}+{{ :server:applinstallv1901:image004.png?nolink&600 |}}
    
 Now open your favorite browser and go to Now open your favorite browser and go to
Line 155: Line 158:
 ## Configure Hostname Settings ## Configure Hostname Settings
  
-Here you only need to configure the three domain names. Click "Configuration" and then "SME Server Hostname Settings".+Here you only need to configure the three domain names. Click "Configuration" and then "NAAServer Hostname Settings".
  
 {{ :googlecloud-gettingstarted:server-hostname-settings.png?nolink&600 |}} {{ :googlecloud-gettingstarted:server-hostname-settings.png?nolink&600 |}}
Line 169: Line 172:
 Elevate to the root user by typing the following command and entering the root password when prompted. Elevate to the root user by typing the following command and entering the root password when prompted.
  
-    sudo bash+    sudo su -
  
 Note: The appliance will be inaccessible during the request which may be up to a minute. Note: The appliance will be inaccessible during the request which may be up to a minute.
Line 233: Line 236:
 An SMTP server is used by the appliance to send registration and notification emails to users. A daily report and error notices are also emailed to the "Notification Email". An SMTP server is used by the appliance to send registration and notification emails to users. A daily report and error notices are also emailed to the "Notification Email".
  
-See [[cloudappliance/smtp_configuration]].+See [[server/smtp_configuration]].
  
 If you do not initially configure an email server remember not to use email notifications when adding users. If you do not initially configure an email server remember not to use email notifications when adding users.
Line 285: Line 288:
 Click Save. Click Save.
  
-{{ :cloudappliance:applinstallv1901:image014.png?nolink&400 |}}+{{ :server:applinstallv1901:image014.png?nolink&400 |}}
  
 # Setting Up an Organization # Setting Up an Organization
Line 310: Line 313:
  
 Once this is complete you can: Once this is complete you can:
-  * [[organisationcloud/usermanagement|Add users]]+  * [[admin/usermanagement|Add users]]
   * [[cloudproviders/googledocs|Link your account to Google Drive]]   * [[cloudproviders/googledocs|Link your account to Google Drive]]
-  * [[filesharing|Share files]] 
-  * ... 
  
 For more information see [[index|]] For more information see [[index|]]