Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use the Azure CLI to deploy a VM using a command like the following template. Make sure that you have the <image_version_object_id> that your Luminoso CSM shared with you. At minimum, We recommend 4vCPUs and 16 GiB of RAM as minimum requirements for a machine running Luminoso products. This minimum is for relatively low workloads. Please upgrade your instance size based on workload and performance expectations if needed. If you select a virtual machine type below this level, Luminoso functionality does not run properly.
    az vm create --name <VM_NAME> --resource-group <YOUR_RESOURCE_GROUP> --image <image_version_object_id> --size <VM_SIZE> --data-disk-sizes-gb <DATA_DISK_SIZE_IN_GB> --storage-sku <STORAGE_TYPE> --subnet <YOUR_SUBNET_OBJECT_ID_FOR_DEPLOYMENT> --subscription <YOUR_AZURE_SUBSCRIPTION_ID>

    • Filled out, your command might look like this:

    • When the command finishes running, a message appears that displays relevant setup information, such as:

  2. SSH to your newly created Luminoso Daylight on-site VM. 

Sign in again using the <customers_tenant_id>

  1. Sign in again using the service principal for the Azure account using the <app_ID>, the <app_registration_password>, and this time using the <customers_tenant_id>.
    Note: <customers_tenant_id> is the same tenant ID that you provided to your Luminoso CSM as part of the image build request.  It is included in the information provided by your Luminoso CSM.
    Enter the commands like this: 

az login --service-principal -u '<app_ID>' -p '<app_registration_password>' --tenant '<customers_tenant_id>'


az account get-access-token

  1. Use the Azure CLI to deploy a VM using a command like the following template. Make sure that you have the <image_version_object_id> that your Luminoso CSM shared with you. At minimum, We recommend 4vCPUs and 16 GiB of RAM as minimum requirements for a machine running Luminoso products. This minimum is for relatively low workloads. Please upgrade your instance size based on workload and performance expectations if needed. If you select a virtual machine type below this level, Luminoso functionality does not run properly.
    az vm create --name <VM_NAME> --resource-group <YOUR_RESOURCE_GROUP> --image <image_version_object_id> --size <VM_SIZE> --data-disk-sizes-gb <DATA_DISK_SIZE_IN_GB> --storage-sku <STORAGE_TYPE> --subnet <YOUR_SUBNET_OBJECT_ID_FOR_DEPLOYMENT> --subscription <YOUR_AZURE_SUBSCRIPTION_ID>

    • Note: to find the SUBNET_OBJECT_ID use the following command.

az network vnet list

  1. Filled out, your command might look like this:

    Image Added
    • When the command finishes running, a message appears that displays relevant setup information, such as:

      Image Added
  2. SSH to your newly created Luminoso Daylight on-site VM. 

Azure Upgrade Instructions

Azure Upgrade Instructions

When you begin the upgrade process, check that your tenant ID and deployment region have not changed. If they have, provide the new information to your Luminoso CSM. 

...

  1. Log into your AWS Account and navigate to EC2. The EC2 Dashboard opens. 

  2. Under Images select AMIs and search for the AMI using the AMI ID that Luminoso provided.

  3. Select the AMI that matches your build number and click Launch to open the Launch Wizard.

  4. Choose an Instance Type. At minimum, We we recommend 4vCPUs and 16 GiB of RAM as minimum requirements for a machine running Luminoso products. This minimum is for relatively low workloads. Please upgrade your instance size based on workload and performance expectations if needed. If you select a virtual machine type below this level, Luminoso functionality does not run properly.

  5. Click Next: Configure Instance Details. The Step 3: Configure Instance Details page opens. 

  6. Use the options to configure your instance based on your company requirements.

  7. Click Add New Volume to add and configure the data disk.

    • For new installations, change the size of the additional volume. Disk size depends on the number of projects processed. Your Luminoso Account Manager is responsible for communicating the recommended size of the data disk

      • Select "Delete on Termination" or "Encryption" based on your company requirements.

    • For upgrades, enter the Snapshot ID of the previous instances’ data volume snapshot so the new system starts with a data volume based off that snapshot.

  8. Click Next: Add Tags. Step 5: Add Tags opens.

  9. Add tags as applicable to your organization. If you don’t need tags, skip this step. Within AWS, tags allow you to place arbitrary labels on resources that help you report. If you have a tagging policy that says “every resource needs to have a tag” then you can see what resources everyone is using 

  10. Click Next: Configure Security Groups. 

  11. Configure security groups as required by your organization.

  12. Click Review and Launch. The Review Instance Launch page opens. 

  13. Review the details and confirm that the settings you selected are correct. 

  14. Click Launch. A Select an existing key pair or create a new key pair window opens. 

  15. Select Proceed without a key pair. The Luminoso Daylight image is prepopulated with credentials that your CSM provides. 

  16. Click Launch Instances. Your instance begins the launch process. 

  17. For configuration steps, refer to the appropriate Luminoso Daylight or Compass Onsite product documentation.

...