Linux cluster installation and set up Hadoop3.1.2 (3) - clone virtual machines and configure the network

Chapter 4: Clone Virtual Machine

4.1 off the virtual machine cloning

Here Insert Picture Description
Here Insert Picture DescriptionHere Insert Picture DescriptionHere Insert Picture Description
Here Insert Picture Description

4.2 cloning is complete

4.3 Specify the host name for the virtual machine

"Change hadoop105

vi /etc/hostname
hadoop105

Here Insert Picture Description
"Change hadoop106

vi /etc/hostname
hadoop106

Here Insert Picture Description

4.4 IP designated for the virtual machine

"Change hadoop105

vi /etc/sysconfig/network-scripts/ifcfg-ens33

Here Insert Picture Description
Restart Network

service network restart

"Change hadoop106

vi /etc/sysconfig/network-scripts/ifcfg-ens33

Here Insert Picture Description
Restart Network

service network restart

4.5 IP designated for the virtual machine

"Change hosts

192.168.153.104 hadoop104
192.168.153.105 hadoop105
192.168.153.106 hadoop106

Here Insert Picture Description

Clone virtual machine and configure the network

Published 37 original articles · won praise 7 · views 1192

Guess you like

Origin blog.csdn.net/zy13765287861/article/details/104534496