XenServer 在使用上真的不是很聰明,像是這一次我加了一張2個阜的網卡,但是找遍了整個 XenCenter 就是沒看到我那兩張卡,
PS:不是我愛拿 VMware ESX(i) 和 XenServer 比較有時真的 VMware ESX(i) 成熟許多,我幾乎沒機會在 VMware ESX(i) 使用到 command Shell.但是 XenServer 在新增硬體時還是需要透過 Command Shell 來新增硬體.下面就是新增實體網路卡使用方式:
1.硬體有抓到嗎?
#第一點就是要看網路卡有抓到嗎?
[root@xenserver-lzypvqaj ~]# lspci ... 09:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) 09:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) #可以看到我的網卡有被系統認出來,而且沒有認錯,通常你的硬體太新時系統所展現的是一個 Unknown 的裝置時那就代表 XenServer 目前不支援. |
HCL(Hardware Compatibilty List)
在這裡你可以看到哪一家做的 Server 有通過 XenServer 的硬體認證,你也可以查詢不同的裝置是否有支援.
http://hcl.xensource.com/
2模組有上嗎?
看得到裝置不代表模組有上,可以使用 lsmod 來查看.
[root@xenserver-lzypvqaj ~]# lsmod |grep -i e1000e e1000e 110792 0 #很好 XenServer 有支援 Intel e1000e 這個模組. |
3.線路有通嗎?
這裡是確定你的網卡已經連接上 Hub/Switch.
# 這邊提供兩個指令來查看目前網路的線路狀態, mii-tool ethtool.
並不是所有的卡都有支援 # mii-tool ,如果看不到資訊可以使用 ethtool 來觀察.
[root@xenserver-lzypvqaj ~]# mii-tool eth0: negotiated 100baseTx-FD, link ok SIOCGMIIREG on eth1 failed: Input/output error eth1: negotiated 100baseTx-FD, link ok SIOCGMIIREG on eth2 failed: Input/output error eth2: negotiated 100baseTx-FD, link ok #很可惜我的卡用 mii-tool 看不到資訊,來用 ethtool. [root@xenserver-lzypvqaj ~]# ethtool eth1 [root@xenserver-lzypvqaj ~]# ethtool eth2 |
xe pif-scan 這個指令就是用來尋找新的 physical interfaces.不過還需要 XenServer 的 UUID ,所以先用 xe host-list 查詢 UUID.
[root@xenserver-lzypvqaj ~]# xe host-list uuid ( RO) : 99b570af-d2eb-4b2b-b132-cfe44aac3395 name-label ( RW): xenserver-lzypvqaj name-description ( RO): Default install of XenServer [root@xenserver-lzypvqaj ~]# xe pif-scan host-uuid=99b570af-d2eb-4b2b-b132-cfe44aac3395 |
現在回頭去看 XenCenter / XenServer / Network 會多出剛剛找到的2個阜的網卡.
更多的 xe network command 請參考下面的網站
http://docs.xensource.com/XenServer/5.0.0/1.0/en_gb/reference.html#cli-x...
文件 | 大小 | 日期 | 附件上傳者 | |||
---|---|---|---|---|---|---|
xenserver_add_network00.PNG 無描述 | 45.05 KB | 11:25, 20 Nov 2010 | alang | 動作 | ||
xenserver_add_network01.png 無描述 | 46.29 KB | 11:25, 20 Nov 2010 | alang | 動作 |