AWS FSx for lustre client availability for SLES15 - suse

Does anyone know if it is possible to install Amazon FSx for lustre client software on SUSE Linux enterprise 15?(Amazon EC2 instance) I have checked the AWS docs here and could see steps provided only for SUSE 12.

Related

deploy openshift 4 cluster on rhel

I want to deploy an openshift/okd cluster but i only have access to rhel machines , is there any work arround for me to have somehow the control plane machines in a rhel vm ?
The bootstrap and control plane machines must use Red Hat Enterprise Linux CoreOS (RHCOS) as the operating system. However, the compute machines can choose between Red Hat Enterprise Linux CoreOS (RHCOS), Red Hat Enterprise Linux (RHEL) 7.9, or RHEL 8.4.
https://docs.openshift.com/container-platform/4.9/installing/installing_platform_agnostic/installing-platform-agnostic.html#machine-requirements_installing-platform-agnostic
Thanks :)
No, it is not possible to install the control plane nodes in a RHEL virtual machine. The control plane installation is fully automated and the OpenShift installer will install RHCOS (or FCOS, when using OKD) and the control plane pods all together.
When choosing user-provisioned infrastructure (UPI) installation over the installer-provisioned infrastructure (IPI) you are responsible to create the virtual machines yourself. If possible in your environment you could let the installer reinstall your RHEL virtual machines during install. You van find more on creating nodes during UPI in the documentation.
You could also -- as suggested in the comment -- use nested virtualization and install KVM on the RHEL virtual machine and create new virtual machines in there. You should check if nested virtualization is available in your environment.

Connect MySQL on my host computer to my CentOS7 virtual Machine

I have CentOS Linux 7 on my virtual machine using VirtualBox. I have no GUI, it's just the Terminal. I have Microsoft SQL Server Management Studio on my host PC (Windows 10). I'm trying to connect it to my VM and I can't figure it out. I've looked at several different sources and I can't get it to connect. Can anyone offer any assistance?

How to install Percona Monitoring and Management in windows System

I have MySQL installed in windows system. Now as I need to install Percona Monitoring and Management tool (https://www.percona.com/doc/percona-monitoring-and-management/index.html) to track the MySQL but as per the documentation, They do not see to provide much support for the Windows.
I have also tried it with Docker but could not able to install PMM clinet.
Can you suggest me the way to run PMM in Windows?

Data Management Gateway connecting to MySQL

In my scenario, I do need to read data from a MySql database by Azure Data Factory. On a dedicated azure VM (Windows Server 2016), I have installed the Data Management Gateway 64bit. Before connecting to MySql I have to install the MySQL driver. Unfortunately there is no 64bit .NET MySql driver. So I decided to install the 32bit version of the Gateway instead. In this case the installer however terminated the installation, because of the 64 bit environment.
I am just wondering, if there is an option how to read data by Data Factory from the MySQL database, with a gateway installed on Azure VM.
There is 64-bit MySQL driver. You can find the link of supported driver from here: https://learn.microsoft.com/en-us/azure/data-factory/data-factory-onprem-mysql-connector

how to install ejabberd on amazon ec2 using ssh

I am trying to install ejabberd on Amazon ec2 dedicated server. The machine is Amazon Linux AMI 2014.09.2 (HVM). Can anyone help me regarding this thing.
ejabberd installation is fully documented on ejabberd documentation site: ejabberd installation.
The easiest approach is to download binary installer from official ejabberd download page, to make it executable on you Linux server and to run the installer executable. For example:
chmod +x ejabberd-15.07-linux-x86_64-installer.run
./ejabberd-15.07-linux-x86_64-installer.run
There is nothing Amazon EC2 specific.