当前位置:网站首页>Detailed steps for setting up SUSE storage6 environment – win10 + VMware Workstation
Detailed steps for setting up SUSE storage6 environment – win10 + VMware Workstation
2022-07-28 16:59:00 【Brother Xing plays with the clouds】
- Storage 6 Network architecture
- Storag 6 Network environment configuration
Host name | Public The Internet | Manage the network | Cluster network | explain |
|---|---|---|---|---|
admin | 192.168.2.39 | 172.200.50.39 | --- | The management node |
node001 | 192.168.2.40 | 172.200.50.40 | 192.168.3.40 | MON,OSD |
node002 | 192.168.2.41 | 172.200.50.41 | 192.168.3.41 | MON,OSD |
node003 | 192.168.2.42 | 172.200.50.42 | 192.168.3.42 | MON,OSD |
node004 | 192.168.2.43 | 172.200.50.43 | 192.168.3.43 | OSD |
smt | --- | 172.200.50.19 | --- | Warehouse system |
Network mode | VMnet2 | The bridge ( Loopback interface ) | VMnet3 |
Win10 Add loopback interface
VMware workstation Many of them like to bridge to physical network card , And now many laptops are wireless cards , basic IP The address is obtained by DHCP, Dynamic mode address will change . In order to access the internal virtual machine stably , So by establishing a loopback interface to manage and access all virtual machines . Of course, there are many ways to visit , I prefer this way to SSH visit .
1、 Right click “ This computer ”, choice “ attribute ”, single click “ Device manager ”;
2、 single click “ Device manager ” after , The device manager options... Appear , Select the user name , The right choice “ Add out of date hardware ”;
3、 Click to enter the installation wizard interface , single click “ next step ”;
4、 choice “ Install the hardware I manually selected from the list ( senior )(M)”, And click “ next step ”;
5、 Add hardware , Choose the type of hardware you want to install , Choose... Here “ network adapter ”, And click next ;
6、 Add hardware , Choose the device driver for hardware installation , Manufacturers choose “Microsoft”, Model selection “Microsoft KM-TEST Loopback adapter ”, single click “ next step ”;
7、 Get into “ The wizard is ready to install your hardware ” Interface
8、 single click “ next step ”, There will be a short installation process , Click on “ complete ” Successful installation ;
9、 After completion , return “ Network and Sharing Center ”, You can see that the virtual loopback is added successfully , Configure according to your own needs IP You can use .
VMware Add virtual machines 、 configure network
Virtual network editor
1、 Click Edit menu --- Virtual Network Editor , Enter the edit network dialog box
2、 Click change settings
3、 Click on VMnet0, Choose bridge mode , Select the loopback interface you created earlier “Mcrosoft KM-TEST Loopback adapter ”
4、 Click on VMnet2 and VMnet3 Select host only mode
Create a virtual machine
1、 Click on the menu file , New virtual machine
2、 Select typical , Click next
3、 Choose to install the operating system later , Click next
4、 Client operating system selection Linux , Version selection SLES12 , because VMworkstation 14 Version without SLES15, choice SLES12 Not affecting use
5、 Virtual machine naming
6、 Set virtual machine disk size ,20GB enough
7、 Click Custom hardware
8、 Set the memory to 2G
9、 Set up CPU,2 star CPU, each CPU 2 nucleus
10、 Add image file , choice SLE-15-SP1-Installer-DVD-x86-65
11、 add to 3 Block NIC , The first 1 The block network adapter is used to manage the network , Click bridge mode , Bridge to the loopback interface you added earlier , The first 2 Block selection custom VMnet2, The first 3 Block selection custom VMnet3
12、 add to Distributed Disks needed for storage ,2 block SCSI Hard disk 10G,1 block 20G nvme disk ( Management node and warehouse node do not need to add )
13、 Click finish
边栏推荐
- PHP calculate coordinate distance
- 小程序:scroll-view默认滑倒最下面
- 深入理解 DeepSea 和 Salt 部署工具 – Storage6
- Signal shielding and processing
- Jsonarray traversal
- 【深度学习】:《PyTorch入门到项目实战》第六天:多层感知机(含代码)
- Debugging methods of USB products (fx3, ccg3pa)
- 打造自组/安全/可控的LoRa网!Semtech首度回应“工信部新规”影响
- Re14:读论文 ILLSI Interpretable Low-Resource Legal Decision Making
- Analysis of echo service model in the first six chapters of unp
猜你喜欢

【深度学习】:《PyTorch入门到项目实战》第二天:从零实现线性回归(含详细代码)

MySQL 5.7 and sqlyogv12 installation and use cracking and common commands

Learn to use MySQL explain to execute the plan, and SQL performance tuning is no longer difficult

【深度学习】:《PyTorch入门到项目实战》:简洁代码实现线性神经网络(附代码)

Interesting kotlin 0x06:list minus list

微软:Edge 浏览器已内置磁盘缓存压缩技术,可节省空间占用且不降低系统性能

小程序:scroll-view默认滑倒最下面

Tcp/ip related
![[deep learning]: model evaluation and selection on the seventh day of pytorch introduction to project practice (Part 1): under fitting and over fitting (including source code)](/img/19/18d6e94a1e0fa4a75b66cf8cd99595.png)
[deep learning]: model evaluation and selection on the seventh day of pytorch introduction to project practice (Part 1): under fitting and over fitting (including source code)

有趣的 Kotlin 0x09:Extensions are resolved statically
随机推荐
parseJson
Optimization of network request success rate in IM instant messaging software development
Add differential pairs and connections in Ad
Oracle table partition
【深度学习】:《PyTorch入门到项目实战》第七天之模型评估和选择(上):欠拟合和过拟合(含源码)
如何使用Fail2Ban保护WordPress登录页面
【深度学习】:《PyTorch入门到项目实战》:简洁代码实现线性神经网络(附代码)
结构化设计的概要与原理--模块化
WSL+Valgrind+Clion
阿里云 MSE 支持 Go 语言流量防护
Binary representation of negative integers and floating point numbers
MD5 encryption verification
Do you really understand CMS garbage collector?
Introduction and implementation of stack (detailed explanation)
时间复杂度
【深度学习】:《PyTorch入门到项目实战》第四天:从0到1实现logistic回归(附源码)
SUSE Ceph 增加节点、减少节点、 删除OSD磁盘等操作 – Storage6
海康威视回应'美国禁令'影响:目前所使用的元器件都有备选
快速掌握 Kotlin 集合函数
【深度学习】:《PyTorch入门到项目实战》第八天:权重衰退(含源码)