首页    
>>More
博客搬家到 http://xuming.info

     [] -  []
2009-12-18

博客搬家到 http://xuming.info,此处不再更新,自生自灭!

Simpleman 发表于 16:08  |  阅读全文  |  评论_1  |  引用_0
Hyper-V R2 和 vSphere 个人使用感受

     [] -  [Hyper-V R2 2008 vSphere ]
2009-10-14

习惯了使用 VMware 的产品,在测试 Hyper-V 的时候发现很多不同的地方,先总结一下,主要从 Hyper-V R2 角度考虑。

#####
# 缺点
#############################

1. 网络配置太简单,几乎没有什么可选;
2. 但是在配置 virtual networks 又发现很容易搞混网卡之间的对应关系;
3. 配置复杂,如果要实现 Live Migration 功能,会发现有太多的东西需要配置;
4. 管理分散,需要不断的在 Host 上的 Hyper-V Manager,Failover Cluster Manager 和 SCVMM 2008 R2 Console 之间切换;
5. 补丁管理问题,如果每月一次的重启会是梦魇;

#####
# 优点
#############################
 
1. 有个 save state 功能,会自动在 Host 重启之前保存 VM 状态,然后在重启后自动恢复。如果是 Host 关机,则现在启动后 VM 会显示 Saved State 状态。可以设置 VM 在 Host 启动和关机时的状态保存。
2. 和 AD 紧密结合,帐号管理比较方便。
3. NetBackup 支持对 Hyper-V 的备份。(这个不能算优点了,只是指出一下)

 

Simpleman 发表于 23:40  |  阅读全文  |  评论_0  |  引用_0
利用 Wireshark 处理网络问题

     [] -  [Wireshare Ethereal monitor network hub tap duplex ]
2007-09-10

利用 Wireshark 处理网络问题

原文 http://www.novell.com/connectionmagazine/2007/q3/tech_talk_9.html?sourceid=NCM_q3_07_tt9


WireShark 截图

Switches only forward four types of traffic:

  • Broadcasts
  • Multicasts
  • Traffic to and from the connected system’s MAC address
  • Traffic to an unknown MAC address

作者的监听解决方案:
half-duplex lines:a simple four-port hub
full-duplex lines:a small network tap

Tapping into Full Duplex Networks

Sometimes referred to as “walkie-talkie” style communications, the simple half-duplex environment supports traffic moving in one direction at a time, transmit or receive, but never both simultaneously. Alternatively, fullduplex networks support two communications channels for simultaneous transmit and receive. A simple hub doesn’t support full-duplex communications, but a full-duplex tap does.

Full duplex taps are placed inline—typically acting as passive devices. Taps are simple to set up. Let’s say, for example, that you want to tap into a full-duplex link that uses CAT5e cable between two network routers. One CAT5e cable runs from the first router to port A. A second CAT5e cable runs from port B to the second router. Monitor ports connect to the analyzer allowing you to see a copy of all traffic.

There are two flavors of full-duplex taps—aggregating and non-aggregating taps. Aggregating taps combine the data from the transmit and receive channels into a single monitor port allowing you to connect a single analyzer to listen to both traffic channels. Non-aggregating taps as shown in Figure, do not combine the transmit and receive streams. You must connect the monitor ports to two separate analyzers or an analyzer with two NICs installed.

Attention!!!

If you use non-aggregating taps and two separate analyzers, you should time sync the two analyzers using NTP (Network Time Protocol) to ensure data in your streams can be merged into proper order.

Simpleman 发表于 11:09  |  阅读全文  |  评论_0  |  引用_0
分页共1页 1