Book Image

IBM SmartCloud Essentials

By : Edwin Schouten
Book Image

IBM SmartCloud Essentials

By: Edwin Schouten

Overview of this book

IBM, the oldest technology company in the world, has a wide variety of powerful cloud services to offer from its IBM SmartCloud portfolio. Being able to differentiate them, and knowing how to use them efficiently gives you a competitive advantage over others. Starting with the basics of cloud computing, this guide covers the wide range of cloud components, services, and solutions in the IBM SmartCloud portfolio. Following on from this, you'll be introduced to the public , Infrastructure as a Service (IaaS) cloud service - IBM SmartCloud Enterprise; before peeking into the future of IBM cloud services. Using this book, you will discover the advantage of both traditional enterprise computing and public cloud computing. You will explore IBM's portfolio of cloud computing solutions ranging from infrastructure services (IaaS), to business services (BPaaS), and private to public cloud. You will be taken through a number of in-depth use-cases, examples, and hand-on exercises that will help you to take advantage of infrastructure as a service solution IBM SmartCloud Enterprise quickly and easily. You will learn everything you need to know about the IBM SmartCloud Enterprise, including how to take advantage of cloud computing within your organization.
Table of Contents (14 chapters)

Connecting to the instance


To be able to connect to an instance, you need to know how to reach it. Navigate to Control Panel | Instance, and click on the instance of your choice. Scroll down the page and look for either the IP address or the hostname, and copy this to paste in the connection tool later.

There are three methods for connecting to virtual machine instances running the Linux operating system and they are as follows:

  • Via SSH using the command line interface on any UNIX® based operating system such as Linux and OS X, or use PuTTY for Microsoft Windows operating system clients

  • Via SSH and a file manager on any UNIX-based operating system such as Linux and OS X, or WinSCP on Microsoft Windows clients

  • Via SSH using VNC as graphical client, available for a majority of clients

For this example, you will connect via SSH using the command line interface. To do so, start your command line interface and connect using the following command line:

ssh –i <keyfile> idcuser@<IPaddress&gt...