我们正在对带有 HPC 包的服务器 2012R2 标准进行评估,以适应小型节点集群(最初约有 40 个 - 当前设置只有一个计算节点)。
目前,我们使用旧硬件来尝试并了解我们的需求。但现在我在裸机部署基础节点时遇到了困难。
供给日志:
Time Message
28-6-2015 15:19:56 Sending PXE command to boot node to WINPE (Expected boot time: 5-15 minutes)
28-6-2015 15:19:46 Sending PXE command to boot node to WINPE (Expected boot time: 5-15 minutes)
28-6-2015 15:19:43 Waiting for node to boot into WINPE
28-6-2015 15:19:43 Initiating configuration operations for template: VideoEncoder Base Template
28-6-2015 15:19:43 Computer account ENCODER1004 created
28-6-2015 15:19:42 The computer account ENCODER1004 does not exist; creating a new account in Active Directory.
28-6-2015 15:19:42 Searching for an existing account in Active Directory
28-6-2015 15:19:42 Connecting to domain controller: encoders.local
28-6-2015 15:19:42 Initiating provisioning operations for template: VideoEncoder Base Template
28-6-2015 15:19:42 Creating DHCP reservation 192.168.20.5 on scope 192.168.20.0
28-6-2015 15:19:41 Setting DHCP option 17 to iscsi:192.168.20.1::::iqn.1991-05.com.microsoft:head-node-encoder1004-base-target
28-6-2015 15:19:41 Setting DHCP option 12 to encoder1004
28-6-2015 15:19:41 Setting DHCP option 203 to iqn.1991-05.com.microsoft:encoder1004.encoders.local
28-6-2015 15:19:41 Creating a reservation for network adapter: FCAA14656038
28-6-2015 15:19:41 Mapping successful
28-6-2015 15:19:40 Mapping client [iqn.1991-05.com.microsoft:encoder1004.encoders.local] to target LUN [ENCODER1004-BASE] on storage array [127.0.0.1]
28-6-2015 15:19:39 Remote disk disconnected
28-6-2015 15:18:52 Disconnecting remote disk
28-6-2015 15:18:37 Configuring bootloader
28-6-2015 15:18:20 Copying WinPE files
28-6-2015 15:18:16 Placing bootloader
28-6-2015 15:18:16 Mount successful at: C:\Windows\TEMP\larluozy.ekq
28-6-2015 15:17:41 Connection established, mounting disk
28-6-2015 15:17:40 Connecting to iSCSI target: 192.168.20.1 / iqn.1991-05.com.microsoft:head-node-encoder1004-base-target
28-6-2015 15:17:40 Mapping successful
28-6-2015 15:17:39 Mapping client [iqn.1991-05.com.microsoft:HEAD-NODE.encoders.local] to target LUN [ENCODER1004-BASE] on storage array [127.0.0.1]
28-6-2015 15:17:39 Base LUN creation complete
28-6-2015 15:17:39 Creation successful
28-6-2015 15:17:38 Creating base LUN "ENCODER1004-BASE"
28-6-2015 15:17:37 Setting boot-initiator information
28-6-2015 15:17:37 Associating template VideoEncoder Base Template with node ENCODERS\ENCODER1004
28-6-2015 15:17:37 Moving node ENCODERS\ENCODER1004 from state Unknown to state Provisioning
28-6-2015 15:17:37 Assigning template VideoEncoder Base Template to node ENCODER1004
基节点屏幕的 WebCam 捕获:
(发布图片的代表太少了 - 需要 10+ 张 - 所以这里输入了最后几行)
Contacting Server: 192.168.20.1.....
PXE->EB: !PXE at 8AC4:0070. entry point at 8AC4:0100
UNDI code segment 8AC4:3BE8. data segment 7E79:C4B0 (505-571kB)
UNDI device is PCI 03:00.0 type DIX+802.3
505kB free base memory after PXE unload
iPXI initialising devices...ok
iPXE 1.0.0+ (d739) ..
net0: fc:aa.. ..60:38 using undionly on UNDI-PCI03:00.0 (open)
[Link:up, TX:0 TXE:0 RX:0 RXE:0]
Configuring (net0: fc:aa.. ..60:38)...... ok
net0: 192.168.20.5/255.255.255.0 gw 192.168.20.1
Root path: iscsi:192.168.20.1::::iqn.1991-05.com.microsift:head-node-encoder1004-base-target
Registered SAN device 0x80
Booting from SAN device 0x80
如果有本地 HDD(意外发生),则通过节点上的 PXE 安装有效。但是裸机停止并显示上述屏幕和日志。此时 iSCSI 驱动器未连接。
设置:
- 服务器:戴尔 1520 笔记本电脑,配备 2GB RAM + 135 GB HDD
- 操作系统:Server 2012R2 Standard(评估版)+ HPC Pack 2012 SP1
- 充当:AD、DNS、DHCP、WDS、HPC 控制器和 iSCSI 目标
- PXE加载器: iPXI 链式加载
- 基节点:配备 Celeron n2807、4GB RAM、无 HDD 的 Gigabyte ITX 主板(我们需要 Quick Sync 而不是纯 CPU 能力)
- 操作系统:Server 2012R2 Standard Core(评估版,无激活密钥)或者图像中嵌入了批量许可证和激活密钥的 Win8.1 嵌入式行业
- 已启用 PXE 启动,已启用断电自动启动
问题:我该怎么做才能解决这个问题或者至少找到问题的原因?
我是一名程序员,不是管理员,所以我对这些东西的了解有限,但在像我们这样的小型初创公司,没有其他人可以做这件事。所以任何帮助和指点都非常欢迎。我们知道我们正在用这个硬件推动它。第一个测试设置将在未来几天订购。但我想先让它工作起来,看看我们是否需要迄今为止我们忽略的东西。
答案1
问题似乎是由旧硬件和可能不提供网络驱动程序造成的。至少我是这样猜测的。
我们收到了新硬件,现在部署过程继续进行。(但是现在它挂在最后。无法加入域。)
如果您想知道的话。新硬件是:
服务器 ASRock J1900D2Y,16 GB,3 TB HDD
基本节点 ASRock Q1900TM-ITX,4 GB,无 HDD