SIOS SANless clusters

SIOS SANless clusters High-availability Machine Learning monitoring

  • Home
  • Products
    • SIOS DataKeeper for Windows
    • SIOS Protection Suite for Linux
  • News and Events
  • Clustering Simplified
  • Success Stories
  • Contact Us
  • English
  • 中文 (中国)
  • 中文 (台灣)
  • 한국어
  • Bahasa Indonesia
  • ไทย

Setting up GUI access For Amazon EC2 RHEL 7

February 12, 2018 by Jason Aw Leave a Comment

When using AWS, you may need to be able to remotely access the desktop of the Linux VM instances. You can achieve this using XRDP VNC connection. Following the steps below you can install XDRP and Gnome GUI.

There are three sections involved in the whole setup. Follow all the three sections explained below to successfully configure the GUI.

Installing GUI Components

1. Update the server using the following command.

1
sudo yum –y update

2. Install the gnome GUI components using the following command.

1
sudo yum groupinstall –y “Server with GUI”

3. Issue the following commands to start the GUI during boot.

1
2
sudo systemctl set–default graphical.target
sudo systemctl default

Now we have all the essential GUI components installed on the server. In the next section, we will install the xrdp components to enable remote desktop connections.

Recommended: Learn Linux in 5 Days and Level Up Your Career Udemy Course

Setting Up XRDP

1. Add the xrdp repository to your instance using the following command.

1
sudo rpm –Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

2. Install xrdp and tiger VNC server.

1
sudo yum install –y xrdp tigervnc–server

3. Setup SELINUX security using the following commands.

1
2
chcon —type=bin_t /usr/sbin/xrdp
chcon —type=bin_t /usr/sbin/xrdp–sesman

4. Start and enable the xrdp service.

1
2
sudo systemctl start xrdp
sudo systemctl enable xrdp

5. Enable RDP port on the instance using the following firewall commands.

READ  How to Migrate WordPress Site to Digital Ocean Cloud Server
1
2
sudo firewall–cmd —permanent —add–port=3389/tcp
sudo firewall–cmd —reload

6. Set a password for ec2-user . This password will be used to connect to the RDP session.

1
sudo passwd ec2–user

7. Set password for root as you will be prompted for cloud user password for network proxy and color. Login as root and set the password.

1
2
sudo su
passwd

Now we have the xdrp components and all instance level settings in the right place. Now let’s test out the RDP connection from an RDP client. In this tutorial, i am using windows RDP client.

Connecting The Instance Using RDP

Note: Make sure you have opened RDP port in your instance security group.

1. Open RDP client and type in the public IP of your instance and click connect.

2. If you get a warning message about remote identity, just click yes.

3. Now you will get a xrdp authentication window, enter the credentials and click ok.

Note: The username is “ec2-user” and the password is the password you set for ec2-user in step 6.

4. You will be prompted to enter the password again. Provide the password and proceed to the steps to configure the initial desktop.

5. If it prompts for “cloud user password” provide the root user password you set in step 7.

6. That it, you will get a GUI session as shown below. If you face any errors do let me know in the comment session.

amazon ec2 rhel 7 gui

If you have problems connecting via RDP, the connection is lost after 1-2 seconds, the solution is to install the epel repo. Follow these steps to install – https://www.cyberciti.biz/faq/installing-rhel-epel-repo-on-centos-redhat-7-x/ and run # yum update after that.

Filed Under: Clustering Simplified

SQL Server – Massive Speed And High Availability

February 11, 2018 by Jason Aw Leave a Comment

Check out this great article by SQL Server guru @MrDenny

Title: Massive Speed and HA

Subtitle: Two Things That Usually Don’t Go Together

First Paragraph: Question: William asks “I have a SQL Server which needs both high availability and high-speed storage. Even SAN storage with SSD based hard drives isn’t providing the performance levels that we are looking for, while still getting the failover cluster HA solution that we need for our SQL Server 2008 R2 database?”

Read More…

Article Link: http://sqlmag.com/blog/massive-speed-and-ha
Author: Denny Cheery (@MrDenny)
Source: SQL Server Pro / SQLMag.com
Source Link: http://sqlmag.com/

BIO

Denny Cherry is the owner and principal consultant for Denny Cherry & Associates Consulting and has over a decade of experience working with platforms such as Microsoft SQL Server, Hyper-V, vSphere and Enterprise Storage solutions. Denny’s areas of technical expertise include system architecture, performance tuning, security, replication and troubleshooting. Denny currently holds several of the Microsoft Certifications related to SQL Server for versions 2000 through 2008 including the Microsoft Certified Master as well as being a Microsoft MVP for several years.  Denny has written several books and dozens of technical articles on SQL Server management and how SQL Server integrates with various other technologies.

Reproduced with permission from https://clusteringformeremortals.com/2013/08/08/sql-server-massive-speed-and-high-availability/

Filed Under: Clustering Simplified Tagged With: Denny Cherry, High Availability, SQL Server

Deploy SQL Server Alwayson Failover Clusters In Amazon EC2 With AWS Cloud

February 11, 2018 by Jason Aw Leave a Comment

Webinar Invite!

DEPLOYING YOUR BUSINESS CRITICAL SQL SERVER APPS ON AMAZON EC2

Amazon Web Services (AWS) and SIOS Technology Corp, an AWS Partner Network (APN) Technology Partner, invite you to attend this live webinar to learn how to optimize mission critical SQL Server deployments on Amazon EC2.

Learn how to take advantage of the cost benefits and flexibility of Amazon EC2 while maintaining protection with native Microsoft Windows Server Failover Clustering – all without shared storage.

WHO SHOULD ATTEND:

Solution Architects, Developer, Development Leads and other SQL Professionals

PRESENTERS:

Miles Ward, Solutions Architect, Amazon Web Services

Tony Tomarchio, Director of Field Engineering, SIOS Technology Corp

DATE / TIME:

Wednesday, June 5, 2013 – 10AM PT / 1PM ET

CLICK HERE TO REGISTER

http://bit.ly/10VLtDu

Reproduced with permission from https://clusteringformeremortals.com/2013/05/23/webinar-invite-how-to-deploy-sql-server-alwayson-failover-clusters-in-amazon-ec2-with-awscloud-amazonaws/

Filed Under: Clustering Simplified Tagged With: Alwayson Failover Clusters, Amazon EC2, AWS Cloud, SQL Server

Installing SQL Server 2008 R2 In A Windows Server 2012 Cluster

February 11, 2018 by Jason Aw Leave a Comment

A Good Read Before You Install SQL Server 2008 R2 In A Windows Server 2012 Cluster

If you want to install ANY version of SQL Server in a Windows Server 2012 environment, I highly recommend you read the following KB article.

http://support.microsoft.com/kb/2681562

In particular, I ran into this error while trying to install SQL Server 2008 R2 on Windows Server 2012 and was running into the following error (among others).

Installing SQL Server 2008 R2 In A Windows Server 2012 Cluster
Figure 1 – Rule “Cluster service verification” failed

The Solution

The fix is simple, as described in the KB article, simply enable the Failover Cluster Automation Server in the Add Roles and Features wizard or via the following Powershell command:

add-windowsfeature RSAT-Clustering-AutomationServer

That fix will resolve the other Setup Support Rules errors including the cluster validation error and any errors about cluster storage. You should be able to re-run the SQL installation and it will pass all the Setup Support Rules and allow you to continue with the cluster install.

Of course all this assumes you have slipstreamed at least SP1 onto your SQL install media. If you try to install without SP1 or later you will also run into lots of problems.

Reproduced with permission from https://clusteringformeremortals.com/2013/04/12/installing-sql-server-2008-r2-in-a-windows-server-2012-cluster/

Filed Under: Clustering Simplified Tagged With: SQL Server 2008 R2, Windows Server 2012 Cluster

Special Offer For Microsoft MVPS – Free DataKeeper!

February 11, 2018 by Jason Aw Leave a Comment

For the MVPs out there

I just got the word that this is official and we are ready to ship software…

SIOS Technology is pleased to offer Microsoft MVP Community a fully functional two NFR copies of SteelEye DataKeeper Cluster Edition (DKCE).  DKCE enables SANless failover clustering solutions using any local attached storage. It enables high speed and highly available SMB 3.0 storage solutions for SQL Server and Hyper-V.

Common use cases of DKCE include SAN-less SQL Server Failover Cluster Instances using local high speed storage solutions like Fusion-io or even building clusters in the public cloud.  Another exciting possibility is highly available file servers on Windows Server 2012 for robust SMB 3.0 storage solutions for Hyper-V or SQL Server without having to purchase a shared SAS Array or SAN. Once again, you can take advantage of the blazing speeds possible with SSD or local flash based storage without sacrificing any availability. Be the first kid on your block to migrate your Hyper-V and SQL Server to SMB 3.0 and take advantage of faster failovers and easier storage management.

 Simply email datakeeper-mvp@us.sios.com  to learn how to get started with DataKeeper Cluster Edition!

MVPs grab your copy today and let me know what you think. The forum has invited you! I am monitoring the forum and I look forward to your feedback!

Reproduced with permission from https://clusteringformeremortals.com/2013/03/07/special-offer-for-microsoft-mvps-free-datakeeper/

Filed Under: Clustering Simplified Tagged With: Hyper V, Microsoft MVPS, MVP, SANless failover clustering solutions, SIOS DataKeeper Cluster Edition, SQL Server

  • « Previous Page
  • 1
  • …
  • 105
  • 106
  • 107
  • 108
  • 109
  • …
  • 119
  • Next Page »

Recent Posts

  • The State of Application Resilience: 2026 SIOS High Availability Survey
  • Where Should HA “Live”? Matching Placement to Your Availability Targets
  • Why 99.99% Uptime Doesn’t Mean 100% Uptime
  • Webinar: Resilience by Design – Keeping Mission-Critical Workloads Running on AWS
  • Understanding the Role of the CLI in Highly Available Environments

Most Popular Posts

Maximise replication performance for Linux Clustering with Fusion-io
Failover Clustering with VMware High Availability
create A 2-Node MySQL Cluster Without Shared Storage
create A 2-Node MySQL Cluster Without Shared Storage
SAP for High Availability Solutions For Linux
Bandwidth To Support Real-Time Replication
The Availability Equation – High Availability Solutions.jpg
Choosing Platforms To Replicate Data - Host-Based Or Storage-Based?
Guide To Connect To An iSCSI Target Using Open-iSCSI Initiator Software
Best Practices to Eliminate SPoF In Cluster Architecture
Step-By-Step How To Configure A Linux Failover Cluster In Microsoft Azure IaaS Without Shared Storage azure sanless
Take Action Before SQL Server 20082008 R2 Support Expires
How To Cluster MaxDB On Windows In The Cloud

Join Our Mailing List

Copyright © 2026 · Enterprise Pro Theme on Genesis Framework · WordPress · Log in