The process of creating an instance begins with selecting an operating system image from which to deploy the virtual disk. After analyzing the requests of our customers and current trends, we selected the most popular OS distributions and specially prepared them for the optimal work of SIM-Cloud users.
When preparing images, SIM-Networks experts are guided by two principles:
1) verified source: we only use the stable version of the OS from the official website; be sure to check the checksum of the file to be sure of the integrity;
2) a minimum of changes: in fact, there are a minimum of changes, and all of them are aimed either at saving space, increasing stability, or adding important functionality.
Below is detailed information on what changes were made to the OS in the process of optimizing for work in SIM-Cloud.
- Windows VM Image
- BitrixVM
- CentOS 7
- CentOS 6
- Debian 8, Debian 9
- FreeBSD
- OpnSense
- pfSense
- Ubuntu 16.04
- Ubuntu 17.04
- Ubuntu 17.04 Gnome
Network settings and disk partitioning
For all operating systems: the instance will receive network settings via DHCP.
Disk layout::
- Windows: standard, as suggested by the installer - one NTFS partition.
- Linux: One LVM partition, ext4 file system. The swap partition is not created because it is more practical to use swap as files.
- FreeBSD: single partition, UFS file system. The swap partition is not created because it is more practical to use swap as files.
Windows VM Image
The installation is done from the official MSDN image. The Eval key taken from here was used. Changes made by our specialists:
- installation of a stable version of the VirtIO drivers (on the disk adapter and network controller);
- QEMU Guest Agent installation;
- Enable the "Remote Desktop Connection" feature. No other changes were made. OS activation and software installation, including Windows updates, is the responsibility of the user.
CentOS
Centos is a GNU/Linux distribution from Red Hat based on the commercial Red Hat Enterprise Linux. The support period is 10 years. Used as a server OS.
Centos 7 VM image
The latest stable version of minimal downloaded from centos.org is installed in the SIM-Cloud image library. Changes made by our specialists:
- the EPEL repository is connected;
- updated packages from the standard repository;
- additional packages installed: htop, iftop, iotop, nano, net-tools, psmisc, wget;
- installed QEMU Guest Agent;
- removed old kernel 3.10.0-514;
- configured mandatory password change for the 'root' user at the first start; No other changes were made.
CentOS 6 VM image
A fresh stable version of minimal is installed and downloaded from centos.org. Changes made by our specialists:
- the EPEL repository is connected;
- updated packages from the standard repository;
- additional packages installed: htop, iftop, iotop, lsof, nano, wget;
- installed QEMU Guest Agent;
- removed old kernel 2.6.32-696;
- configured mandatory password change for the 'root' user at the first start; No other changes were made.