Jerry's profile三角阳台的LIVE记事本PhotosBlogListsMore Tools Help

Blog


    3/6/2007

    如何修改Windows 2003 AD中默认的User或Computer初始位置

    修改computer位置用命令行redircmp
    修改user位置用命令行redirusr
     
    参见文档:
    Redirecting the users and computers containers in Windows Server 2003 domains
    3/2/2007

    如何手动卸载某windows服务

    使用windows命令行工具:sc。大名鼎鼎的sc。欲知详细用法,请直接在cmd下键入sc,即显示用法。嘿嘿,很好用的!
    卸载某服务输入
        SC DELETE 服务名
    如:
    C:\Windows>SC DELETE W3CSVC           
                                                            
    (W3CSVC是Web服务)
    3/1/2007

    Vmware ESX Server 3.0.1的技术笔记

    How to shut down a VM Host

    方法1
    connect to the linux console, type the command:
    >shutdown -h now
    when see the prompt to safe power off, you can turn off it.
    方法2
    use VI client connect to a VirtualCenter
    right click the VM Host server and from the menu, select "shut down"
     

    VMotion

    VMotion是可以动态的(不关机)把1台VM从源VM Host移动到目的VM Host的技术。
    实行VMotion的前提条件
    * 要求有Shared Storage (SAN,iSCSI的外部存储或者NAS)
    * 要配置各host使用shared VMFS Volume
    * 目的Host和源Host的CPU类型要兼容 (包括SSE3, SSE4, NX/XD属性)
    * VMotion的2台Host之间要有专用于迁移的千兆以太网连接(专用和GBit网络都是为了保证迁移能够在很短时间内完成)
    * 2台Host必须在一个Subnet上
    * 最佳实践:每个Host有3个NIC,1个用作Public连接,1个用作专用的Vmotion网络,1个用作专用的Service Console