软件VMware ESX 3.0是从emule上找的。
服务器:HP DL580G3,2.83G MP CPU,2G内存,4*300G硬盘RAID0+1。
创建一个虚拟机。没啥特殊的。虚拟机内存1.5G,硬盘SCSI 80G。没有刻光盘。直接将ISO放到VM系统中引导。
按照论坛上的安装方法,大概1个多小时就能完成安装。没有任何错误。通过改VM 的MAC,可以用帝国的测试lic激活。
现在贴出我的VM配置文件仅供参考。进一步研究中。下划线处是我修改过的地方。
#!/usr/bin/vmware config.version = "8" virtualHW.version = "4" floppy0.present = "true" nvram = "CCM5.nvram" powerType.powerOff = "default" powerType.powerOn = "default" powerType.suspend = "default" powerType.reset = "default"
displayName = "CCM5" extendedConfigFile = "CCM5.vmxf"
scsi0.present = "true" scsi0.sharedBus = "none" scsi0.virtualDev = "lsilogic" memsize = "1536" scsi0:0.present = "true" scsi0:0.fileName = "CCM5.vmdk" scsi0:0.deviceType = "scsi-hardDisk" ide0:0.present = "true" ide0:0.clientDevice = "FALSE" ide0:0.deviceType = "cdrom-image" ide0:0.startConnected = "true" floppy0.startConnected = "false" floppy0.clientDevice = "true" ethernet0.present = "true" ethernet0.allowGuestConnectionControl = "false" ethernet0.networkName = "VM Network" ethernet0.addressType = "static" ------------------------------------- guestOS = "rhel3"
floppy0.fileName = "/dev/fd0"
numvcpus = "1" sched.cpu.affinity = "all"
ethernet0.Address = "00:50:56:29:D3:A1" ---------------------------------------------------------- uuid.bios = "50 1d df a0 1f f7 5c f1-f6 de b8 0b 69 be cf 58"
sched.cpu.max = "1983" sched.cpu.units = "mhz"
scsi0:0.redo = "" uuid.location = "56 4d b5 4f 9a 08 cb 97-c1 f8 3f 21 73 ae 02 32" sched.swap.derivedName = "/vmfs/volumes/448745e9-fb52020f-d0a8-001560a19495/CCM5/CCM5-b7af9ae2.vswp"
ide0:0.fileName = "/vmimages/tools-isoimages/CCM503.iso" |