Как создать p12 сертификат из cer and key

Как создать p12 сертификат Конвертируем cer в pem openssl x509 -inform der -in www.itc-life.ru.cer -out www.itc-life.ru.cer.pem Создаем p12 сертификат из pem и key файла openssl pkcs12 -export -in www.itc-life.ru.cer.pem -inkey www.itc-life.ru.key > keystone.p12 […]

Читать дальше… from Как создать p12 сертификат из cer and key

Parted – работа с дисками linux

Как создать новую таблицу разделов mbr и раздел с файловой системой fat32, который займет все место. <pre>parted -s /dev/sdd mklabel msdos mkpart primary fat32 0% 100%</pre> […]

Читать дальше… from Parted – работа с дисками linux

Vsun cluster vmware

As Microsoft, VMware has a Software-Defined Storage solution called vSAN which is currently in version 6.2. This solution enables to aggregate local device storages as mechanical disks or SSD and create a highly available datastore. There are two deployment models: hybrid solution and full-flash solution. In hybrid solution, you must have flash cache devices and […]

Читать дальше… from Vsun cluster vmware

Хранилище на cepth на 3 нодах

Ceph is an open source storage platform which is designed for modern storage needs. Ceph is scalable to the exabyte level and designed to have no single points of failure making it ideal for applications which require highly available flexible storage. The below diagram shows the layout of an example 3 node cluster with Ceph […]

Читать дальше… from Хранилище на cepth на 3 нодах