vmware虛擬化平臺硬體部署
阿新 • • 發佈:2019-01-08
網路拓撲
虛擬化伺服器
- 虛擬化管理伺服器DELL R430
CPU 2顆Xeon E5-2620 V3,共12核心,2*16GB記憶體,2*600G硬碟(Raid1) - 虛擬化平臺伺服器DELL R920(節點1)
CPU 4顆Xeon E5-4830 V2,共40核心,16*16GB記憶體,2*300G硬碟(Raid1)
安裝Vmware ESXi 5.5 - 虛擬化平臺伺服器DELL R920(節點2)
CPU 4顆Xeon E5-4830 V2,共40核心,16*16GB記憶體,2*300G硬碟(Raid1)
安裝Vmware ESXi 5.5
- 虛擬化管理伺服器DELL R430
10Gb IP-SAN 交換機
DELL Networking S4810 48個萬兆網路埠,4個40GB網路埠
FTOS>enable //進入管理介面
FTOS>#config //進入配置檢視
FOTS(conf)#interface ManagenmentEthernet 0/0 //配置管理介面
FOTS(conf-if-ma-0/0)#no shutdown //開啟埠
FOTS(conf-if-ma-0/0)#ip address 172.16.16.11 255.255.255.0 //配置管理IP
FOTS(conf-if-ma-0/0)#exit //退出介面
FOTS(conf)#username admin privilege 15 password 0 hbets2015 //管理使用者和密碼
FOTS(conf)#enable password level 15 0 hbets2015 //啟用使用者
FOTS(conf)#interface range tengigabitethrnet 0/0 - 7
FOTS(conf-if-range-te-0/0-7)#switchport
FOTS(conf-if-range-te-0/0-7)#no shutdown
FOTS(conf-if-range-te-0/0-7)#spanning-tree rsetp edge-port
FOTS(conf-if-range-te-0/0-7)#mtu 12000
FOTS(conf-if-range-te-0/0-7)#exit
FOTS(conf)#interface vlan 10
FOTS(conf-if-vlan-10)#tagged tengigabitethrnet 0/0 - 7
FOTS(conf-if-vlan-10)#exit
FOTS(conf)#exit
FOTS#copy running-config startup-config
- 10G IP-SAN儲存PS6210
DELL EqualLogic PS6210X 雙控制器(32G快取)
- 32G快取雙控制器10GbIP通道*4,2*700W電源,12*1.2TB 10KSAS硬碟(元件Raid6+1個熱備 劃分2個4.3Tb VD盤 )
- 配置EQL PS6210初始化
PS Series Storage Arrays
Unauthorized Access Prohibited
login: grpadmin
Password: grpadmin
It appears that the storage array has not been configured.
Would you like to configure the array now ? (y/n) [n]y
For help, enter a question mark (?) at a prompt.
Do you want to proceed (yes | no ) [no]: yes
Enter the network configuration for the array.
Member name []: PS6210
Network interface [eth0]:
IP address for network interface []: 172.16.20.11
Netmask [255.255.255.0]:
Default gateway [172.16.20.1]:
Enter the IP address and name of the group that the array will join.
Group name []: eql-web
Group IP address []: 172.16.20.10
Searching to see if the group exists. This may take a few minutes.
The group does not exist or currently cannot be reached. Make sure you have entered the correct group IP address and group name.
Do you want to create a new group (yes | no) [yes]:
Group Configuration
Group Name: eql-web
Group IP address: 172.16.20.10
Do you want to use the group settings shown above (yes | no) [yes]:
Password for managing group membership:
Retype password for verification:
Password for the default group administration(grpadmin) account:
To access the Group Manager GUI, specify http://group_ip_address in a Web browser window. To access the CLI, use telnet or SSH to connect to the group IP address from a remote terminal, or attach a console terminal directly to a serial port on a group member's active control module.
See the Group Administration manual for more information.
eql-web> member select PS6210 eth select 2 up
This port is for group management only. Make sure it is connected to a dedicated
management network.
Do you want to enable the management interface? (y/n) [n]y
eql-web> member select PS6210 eth select 2 ipaddress 172.16.16.10 netmask 255.255.255.0
檢查:
login: grpadmin
Password:
eql-web>show
1、在控制檯開啟瀏覽器(IE 或者火狐等) 在位址列輸入 PS6210 Group IP :172.16.16.10
2、儲存管理地址未接入內網時,用筆記本網口直連儲存活動控制器的 MGMT 管理口,配置與儲存管理網路相同網段的地址 ,即可訪問控制檯
3、控制檯要求:
1)windows 系統、IE 8 以上、JRE1.5 以上
2)能訪問PS6210 Group IP :172.16.16.10(儲存MGMT 管理口地址)
- 千兆三層交換機 WS-C3560G-48TS-E
思科 Catalyst WS-C3560G-48TS-E 企業級交換機48個10/100/1000T+4SFP+IPB Image
1、第一臺配置TRUNK鏈路
sw1(config)#interface fastEthernet 0/1
sw1(config-if)#switchport mode trunk
sw1(config-if)#switchport trunk encapsulation dot1q
sw1(config-if)#switchport trunk allowed vlan all
sw1(config-if)#no shutdown
sw1(config-if)#exit
sw1(config)#exit
sw1#wr
Warning: Attempting to overwrite an NVRAM configuration previously written by a different version of the system image.
Overwrite the previous NVRAM configuration?[confirm]y
Building configuration...
[OK]
2、第二臺配置TRUNK鏈路
sw2(config)#interface fastEthernet 0/1
sw2(config-if)#switchport mode trunk
sw2(config-if)#switchport trunk allowed vlan all
sw2(config-if)#switchport trunk encapsulation dot1q
sw2(config-if)#no shutdown
sw2#wr
- 機架式NAS
DELL Storage NX400 Intel至強四核E5-2403/8G/3TB*4/雙千兆網路埠, 預裝Windows Storage Server 2012 ,預設開啟2塊SMB硬碟Share Share1
- WINDOWS對映
- Linux掛載
- WINDOWS對映
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 14G 4.6G 8.4G 36% /
tmpfs 939M 76K 939M 1% /dev/shm
/dev/sda1 194M 34M 151M 19% /boot
[root@localhost ~]# mkdir /nas400-1
[root@localhost ~]# mkdir /nas400-2
[root@localhost ~]# mount -t cifs -o username=administrator,[email protected]! //192.168.60.117/Share /nas400-1
[root@localhost ~]# mount -t cifs -o username=administrator,password= [email protected]!//192.168.1.92/Share1 /nas400-2
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 14G 4.6G 8.4G 36% /
tmpfs 939M 76K 939M 1% /dev/shm
/dev/sda1 194M 34M 151M 19% /boot
//192.168.1.92/Share 400G 1G 390G 1% /nas400-1
//192.168.1.92/Share1 500G 1G 38G 1% /nas400-2