Azure configuration Management Series Oracle Linux (PART1)
Azure Configuration Management Series Oracle Linux (PART2)
Azure Configuration Management Series Oracle Linux (PART3)
1 summarizes
A list of Linux distributions, including Oracle Linux, is available in the Azure VM collection. An effective way to access Linux VM desktops remotely is via VNC (Virtual Network Computing). VNC is used to display X Windows sessions running on another computer. Unlike remote X connections, xserver runs on a remote computer rather than a local workstation. Your workstation (Linux or Windows) displays only a copy of the display running on the remote computer. The configuration steps required to connect to Oracle Linux VMs via VNC (Virtual Network Computing) are reported in this comment. The following list shows two configurations:
Connect directly to VNC server
Establish VNC connection tunnels via SSH.
2 Creating Oracle Linux IaaS VMs
Log in to the Azure Management Portal and create IaaS VMs from the VM Library
Figure 1: Creating a new IaaS VM from a gallery
Select the Oracle Linux images available in the VM library.
Figure 2: Oracle Linux 6.4.0.0.0 available in Azure Image Library
Define the name, size, and administrator credentials (username and password) of the VM to access the Oracle Linux VM.
Figure 3: Defining IaaS Size and Administrator Credentials
Select similarity groups and storage accounts to store.VHD files for Linux VMs
Figure 4: Specify an Affinity group and Azure storage account
Install VM Agent in Linux VM.
Figure 5: Leave default options to install VM Agent
Azure Configuration Management Series Oracle Linux (PART2)