Вы находитесь на странице: 1из 49

Emerging Technologies Capstone

Emerging Technologies:
From Smartphones to
IoT to Big Data

Capstone Project based on Windows 10

Prof. Jong-Moon Chung


School of Electrical & Electronic Engineering
Yonsei University, Seoul, Republic of Korea
Copyright Jong-Moon Chung

Capstone Project based on Windows 10

Introduction
This document was made to help students conducting the Capstone Project of the
specialization "Emerging Technologies: From Smartphones to IoT to Big Data" on a
Microsoft Windows OS (Operating System) based PC (personal computer), laptop, or tablet
computer. The lecture videos by Mr. Moses L. George were conducted on an OS X based
MacBook, and therefore, the equivalent procedures required to setup the Capstone Project
on a Windows 10 computer are presented in the following.

(1) Search VMware workstation pro free trial in Google and click to open the VMware webpage

-1 -
Copyright Jong-Moon Chung
(2) Download VMware Workstation 12 Pro (Windows version)

-2 -
Copyright Jong-Moon Chung
(3) Search VMware vSphere free trial in Google and click to open the VMware webpage

-3 -
Copyright Jong-Moon Chung
(4) Sign in with your account information and then click License & Download

-4 -
Copyright Jong-Moon Chung
(5) Download the Hypervisor (vShpere ESXi installable) and click Download VMware vCenter Server to open
the list

-5 -
Copyright Jong-Moon Chung
(6) Download the vCenter Server for Linux (we need to use the extracted files inside). This will not create a
problem on your Windows based computer

-6 -
Copyright Jong-Moon Chung
(7) From the steps (2), (5), and (6), the following three files should have been downloaded to your computer

(8) Start installation using the VMware-workstation-full.exe file, then click next and finish

-7 -
Copyright Jong-Moon Chung

-8 -
Copyright Jong-Moon Chung
(9) Add a new Virtual Machine

-9 -
Copyright Jong-Moon Chung
(10) Browse the VMWare-VMvisor-Installer.iso to install a client

- 10 -
Copyright Jong-Moon Chung

(11) Press Next to start installation on your workstation

- 11 -
Copyright Jong-Moon Chung
(12) Start your installation and wait until it finishes

- 12 -
Copyright Jong-Moon Chung

- 13 -
Copyright Jong-Moon Chung
(13) Set your password

- 14 -
Copyright Jong-Moon Chung

- 15 -
Copyright Jong-Moon Chung
(14) Enter your password and finish the installation by pressing F11

- 16 -
Copyright Jong-Moon Chung
(15) Press F2 to customize the IP address settings and enter your password

- 17 -
Copyright Jong-Moon Chung
(16) Select Configure Management Network and press Enter

- 18 -
Copyright Jong-Moon Chung
(17) You may choose Use dynamic IPv4 address (DHCP) or use Static IP address setup, based on your Internet
service type

In the following example, we will proceed with the option Set static IPv4 address

If you choose Use dynamic IPv4 address (DHCP), you do not need to enter your IP address manually, as the
Virtual Machine will automatically find an IP address that it will use

After the configuration ends, press Esc to escape from the customization process

- 19 -
Copyright Jong-Moon Chung
(18) Check your IP address settings to see if it is properly modified

AAA.BBB.CCC.DDD

- 20 -
Copyright Jong-Moon Chung
(19) Go to Setting to change the network adapter

AAA.BBB.CCC.DDD

- 21 -
Copyright Jong-Moon Chung
(20) Go to Network Adapter and change the connection type to Bridged

Next we will install the vCenter

- 22 -
Copyright Jong-Moon Chung
(21) Double click VMWare-VCSA.iso and find the vcsa folder. Copy the vcsa folder and paste it to another
directory you want (The copied vcsa folder will be used in following steps)

- 23 -
Copyright Jong-Moon Chung
(22) Change the extension of the vmware-vsca file to .ova(vmware-vsca.ova), and open the file by double
clicking it

- 24 -
Copyright Jong-Moon Chung
(23) Press Import and Accept

(24) Before activating the vCenter, it is required to setup the IP address configuration

Find your vCenter directory. Usually it is located under Document\Virtual Machines\vmware-vcsa

- 25 -
Copyright Jong-Moon Chung
(25) Open vmware-vcsa.vmx with the Notepad text editor

Copy the code and paste it to the end of the text

Change the IP address, DNS, gateway, and password information to your computer/accounts information

guestinfo.cis.deployment.node.type = "embedded"
guestinfo.cis.vmdir.domain?name = "vsphere.local"
guestinfo.cis.vmdir.site?name = "vsphere"
guestinfo.cis.vmdir.password = "drchung"
guestinfo.cis.appliance.net.addr.family = "ipv4"
guestinfo.cis.appliance.net.addr = "192.168.0.135"
guestinfo.cis.appliance.net.pnid = "192.168.0.135"
guestinfo.cis.appliance.net.prefix = "24"
guestinfo.cis.appliance.net.mode = "static"
guestinfo.cis.appliance.net.dns.servers = "192.168.0.1"
guestinfo.cis.appliance.net.gateway = "192.168.0.1"
guestinfo.cis.appliance.root.passwd = "drchung"
guestinfo.cis.appliance.ssh.enabled = "true"

- 26 -
Copyright Jong-Moon Chung
(26) Activate your vCenter (which is named as vmware-vcsa) in the Library tab by pressing Ctrl + B

- 27 -
Copyright Jong-Moon Chung
(27) Proceed to install the vCenter (which will be conducted automatically)

- 28 -
Copyright Jong-Moon Chung
(28) After the installation, you can check whether your VMs are working properly (which will be conducted
automatically)

- 29 -
Copyright Jong-Moon Chung
(29) Using the IP address of your ESXi, you can find this page using your web browser

- 30 -
Copyright Jong-Moon Chung
(30) Using the IP address of your vCenter, you can find this page using your web browser

Click Log in to vSphere Web Client and you can find the following page

- 31 -
Copyright Jong-Moon Chung
(31) Enter administrator@your_domain_on_the_file with its default value, which is
administrator@vsphere.local

The password is the password you used in step (25)

- 32 -
Copyright Jong-Moon Chung
(32) Now you have your vSphere Web Client (as shown below)

You may add and manage your VMs in this page

Click Hosts and Clusters

- 33 -
Copyright Jong-Moon Chung
(33) Click the right button on your mouse, and press New Datacenter

- 34 -
Copyright Jong-Moon Chung
(34) Click OK

(35) Click the Datacenter you have made, and then click Actions and Add Host

- 35 -
Copyright Jong-Moon Chung
(36) Enter the IP address of your ESXi VM

(37) Enter your password and click Next to finish the procedure

- 36 -
Copyright Jong-Moon Chung

- 37 -
Copyright Jong-Moon Chung

(38) Add a new cluster to your data center

- 38 -
Copyright Jong-Moon Chung
(39) Enter the name and customize the settings

- 39 -
Copyright Jong-Moon Chung

- 40 -
Copyright Jong-Moon Chung

- 41 -
Copyright Jong-Moon Chung
(40) Create new VMs (Virtual Machines) on your host

(41) Enter a name

- 42 -
Copyright Jong-Moon Chung
(42) Select a compute resource

(43) Select the storage and press Next

- 43 -
Copyright Jong-Moon Chung
(44) You can choose which OS you want to use

(45) Next, configure the virtual hardware settings

- 44 -
Copyright Jong-Moon Chung
(46) Check the specifications and press Finish

- 45 -
Copyright Jong-Moon Chung
(47) Next are the procedures to establish vSphere access with an Android smart phone (or iPhone/iPad)

Go to the Google Play Store and search for vSphere watchlist and then download it on your Android smartphone
(or go to the App Store and search for vSphere watchlist and then download it on your iPhone)

Note that VMware vSphere Mobile Watchlist requires Android 4.0 or later (or iOS 7.0 or later)

- 46 -
Copyright Jong-Moon Chung
(48) If the security level needs to be enhanced, turn on the item Trust on First Use and then press OK

- 47 -
Copyright Jong-Moon Chung
(49) Now you can manage your personal Cloud from you Smartphone!

(50) Enjoy using your new personal Cloud system and also build up your experience by accessing your VMs
from your smartphone. Make sure to record your experience in your Peer Review video.

I hope you had a pleasant Capstone project experience.


In addition, I sincerely hope this Specialization helps you in your
work, business, studies, research, and development.
Thank you very much for taking my courses!
I wish you good health and great success in all you do!

Sincerely yours,
Jong-Moon Chung

- 48 -

Вам также может понравиться