Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1871764
  • 博文数量: 283
  • 博客积分: 10141
  • 博客等级: 上将
  • 技术积分: 2931
  • 用 户 组: 普通用户
  • 注册时间: 2005-12-21 14:33
文章分类

全部博文(283)

文章存档

2013年(2)

2012年(2)

2011年(17)

2010年(36)

2009年(17)

2008年(18)

2007年(66)

2006年(105)

2005年(20)

分类: 系统运维

2007-01-25 18:18:58

1. 如果你希望虚拟机使用SCSI做本地的磁盘时,虚拟的共享磁盘要放在不同的slot内。比如本地磁盘是
SCSI 0:0,那么Quorum和Sharedisk一定要放在SCSI 1:x或者SCSI 2:x,否则在Cluster Administrator中
创建cluster时会找不到这些资源。
2. 如果只安装一个虚拟系统,并且将虚拟的磁盘文件copy给集群内的节点用,那么在从集群节点登录域
的时候会报这样一个错误:
The name or security ID (SID) of the domain specified is inconsistent with the trust
information for that domain
不过幸运的是有这个工具可以补救:
http://geekswithblogs.net/mhamilton/archive/2005/05/01/38825.aspx
当我发现这个问题的时候,我直接选择了重装...用ISO文件mount在虚拟机的光驱可以同时装两个系统。
//配置太低的这么做死机了别来找我。
3. 装好系统后再添加网卡,再起动后改网卡配置,会有这样的错误出现:
        The IP address XXX.XXX.XXX.XXX you have entered for this
        network adapter is already assigned to another adapter Name of
        adapter. Name of adapter is hidden from the network and Dial-up
        Connections folder because it is not physically in the computer
        or is a legacy adapter that is not working. If the same address
        is assigned to both adapters and they become active, only one
        of them will use this address. This may result in incorrect
        system configuration. Do you want to enter a different IP
        address for this adapter in the list of IP addresses in the
        advanced dialog box?
这是由于注册表中保留了老的网卡配置的环境变量,删除既可。
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/TCPIP/parameters/Interfaces中IP为以前的网卡配置的值的那项,要删除掉.
参考:
[1]
[2]
 
阅读(3715) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~