Introduction
The Synergy SKY Platform is a Linux based VM image that can be hosted within most virtualized environments. This article describes deployment within Microsoft Azure environments including how to:
- Download the required virtual machine image
- Create a Resource Group
- Create a Storage Account
- Create a Managed Disk
- Create the Virtual Machine
- Add the data disk to the Virtual Machine
- Access the Virtual Machine
Requirements
Server Requirements |
Standard D4s v3 CPU: 4 cores RAM: 16 GB HDD: 500 GB (SSD mandatory) |
VMware Requirements |
The Minimum Supported version is VMware vSphere version 5.5. We recommend installing on VMware vSphere 6.0 and above |
General Requirements |
Please refer to the General Requirements |
Step by Step Guide
Download the Virtual Machine Image
- Download the virtual machine image from this link: https://download.synergysky.com/image/synergyskysuite_azure.vhd
Create a Resource Group
In Azure, a Resource Group is a logical folder for all the resources you create, including Disks, Storage Accounts, VM's, and Network Security Groups. If your organization limits the ability to manage Resource Groups, reach out to your Azure Administration Team for assistance.
To create a Resource Group, follow these steps:
- Select Resource Groups in the menu on the left.
- Select the +Add button on the top left of the Resource Groups panel.
- Enter a Name, select your Subscription, and select a region for your Resource Group Location.
- Select Create to create your Resource Group.
Create a Storage Account
- Select the Storage Accounts menu on the left.
- Select the +Add button on the top left of the Storage Accounts panel.
- On the Create Storage Account panel, provide a name in lowercase characters and numbers.
- For Resource Group, select "Use Existing" and then pick your resource.
- The Location can be different from the Resource Group location.
- Select Create - The Storage Account is created, and added to the list.
- Select your new Storage Account from the list. You might need to select the Refresh button on the Storage Accounts page.
- Select Storage Account Overview. Select Blobs in the Services section
Select 'Containers' under 'Blob Service' - Select +Container to create a Storage Container in the Storage Account.
- Enter a name and select OK.
- Select the Container. An empty blob list appears.
- Select Upload to select the Synergy SKY .vhd image and upload it to Azure (i.e. synergysuite-20_azure.vhd)
Note: The upload process can take an hour or more, dependent upon your upload speed.
Once you have uploaded the file, if you receive the error 'The specified cookie value in VHD foot indicates that disk 'synergysuite_20_azure.vhd' with blob https://synergy... is not a supported VHD' you may have to reupload the file as this indicates there there was a problem during the upgrade process. The problem is normally due to a file upload error that causes file corruption or that the upload completed prematurely.
Create a Managed Disk
The next step is to create a disk in Azure. To create a disk, follow these steps:
- Enter “disks” in the search field at the top of the Azure portal.
- Select Disks.
- On the Disks page, select the +Add button to add a new Disk.
- Provide a Name for the disk (example: synergyskysuite20).
- For Resource Group, select "Use Existing", and select your previously created Resource Group.
- For Location/Region, select the same location as your Storage Account. You must create a disk in the same location as the storage account where you uploaded your VHD.
- For Source Type, select "Storage blob."
- In the 'Source blob' field, use the Browse button to select the VHD. Select the Storage Account, then the Container, then the VHD and finally Select.
- For OS, select "Linux".
- For VM Generation, select "Gen 2"
- For Size (GB), enter 11 (this to match the underlying base image size)
- For Account type, select at least "Standard SSD"
- Select Create.
Create the Virtual Machine
To create a Synergy SKY platform Virtual Machine in Azure, follow these steps:
- On the Disks page, select your Disk. A new pane appears with +Create VM.
- Select +Create VM. The' Create Virtual Machine' panel appears.
- In the Basics tab, enter a name for your VM.
- For Resource Group, select "Use Existing" and select your Resource Group.
- Location is disabled because it is determined by the disk Storage account location
- The size button should then appear under the Azure Spot Instance Radio boxes. Click 'Select Size'
- Select the size and then the select button at the bottom.
- The Settings tab activates.
- The Platform utilizes one network card, and should be set with connectivity according to the network requirements in the General Requirements (see requirement section above).
Access the Virtual Machine
- Once the VM deployment is complete, select Virtual Machines on the left menu.
- Select the VM you created. The Public IP Address is listed in the right column of the Overview tab.
- Use this IP to access Synergy SKY platform over ssh, using the default username and password. Example: ssh admin@<public ip address>
Next Step
Your instance should now be running, and once you menu screen appears, you can proceed with the configuration explained in this article.
Comments
0 comments
Article is closed for comments.