The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with iSCSI and WDS (Solved with DHCP route for iPXE User Class)
2013-02-26, 15:44 (This post was last modified: 2013-03-01 17:50 by ArneLovius.)
Post: #1
Problem with iSCSI and WDS (Solved with DHCP route for iPXE User Class)
WDS server is on Windows Server 2012
I am trying to boot a 2008r2 boot image
iSCSI target is Windows Server 2012 andteh same server as the WDS server
I am using undionly.kpxe built from git today
The client is an Acer laptop, with a Broadcom NIC that I had to add to WDS.

If I chain to WDS using the below, WDS is quite happy and I can install to a local disk

Code:
:wds
cpuid --ext 29 && set arch x64 || set arch x86
set wdsserver:ipv4 192.168.53.15
set net0/next-server ${wdsserver}
chain tftp://${wdsserver}/Boot\\${arch}\\wdsnbp.com || goto failed
goto start

If I try to do an iSCSI install with the below

Code:
set cbase-iqn iqn.2012-02.lan.lovius.net
set base-iqn iqn.1991-05.com.microsoft:file-1-
set sbase-iqn iqn.1991-05.com.microsoft:file-1-
set base-iscsi iscsi:file-1.xclaimprojects.com:::

item wds-iscsi                    Start WDS with iSCSI

:wds-iscsi
echo Starting WDS for ${initiator-iqn}
set root-path ${base-iscsi}:${sbase-iqn}:${mac}.boot.win7
sanhook ${root-path} || goto failed
cpuid --ext 29 && set arch x64 || set arch x86
set wdsserver:ipv4 192.168.53.15
set net0/next-server ${wdsserver}
chain tftp://${wdsserver}/Boot\\${arch}\\wdsnbp.com || goto failed
goto start

I get "Setup is starting" and then an error message

Code:
WdsClient: An error occurred while communicating with the Windows
Deployment Services server. Please check that the server is
operational and that the necessary ports are open on the server's firewall. Server
name [file-1.xclaimprojects.com], Server IP address [192.168.53.15].

setupact.log looks like

Code:
2013-02-26 05:56:11, Info                  IBS    InstallWindows:Successfully loaded resource language [en-US]
2013-02-26 05:56:11, Info       [0x0601c1] IBS    InstallWindows:Install Path = X:\Sources
2013-02-26 05:56:11, Info       [0x0601c2] IBS    InstallWindows:Setup Phase = 2
2013-02-26 05:56:11, Info       [0x0601e9] IBS    CheckWinPEVersion:Compatible WinPE Version 6.1.7601 sp 1.0
2013-02-26 05:56:11, Info       [0x0601c9] IBS    InstallWindows:Starting a new install from WinPE
2013-02-26 05:56:11, Info                  IBS    InstallWindows: Setup working directory = X:\WINDOWS\panther
2013-02-26 05:56:11, Info       [0x0601ce] IBS    Setup has started phase 2 at 2013-02-26 05:56:11
2013-02-26 05:56:11, Info       [0x0601cf] IBS    Install source is X:\Sources
2013-02-26 05:56:11, Info       [0x0601d0] IBS    Build version is 6.1.7600.16385 (win7_rtm.090713-1255)
2013-02-26 05:56:11, Info       [0x06403f] IBSLIB CreateSetupBlackboard:Creating a new persistent blackboard. Path is [X:\WINDOWS\panther\SetupInfo] Setup phase is [2]
2013-02-26 05:56:11, Info       [0x090008] PANTHR CBlackboard::Open: X:\WINDOWS\panther\SetupInfo succeeded.
2013-02-26 05:56:11, Info       [0x064043] IBSLIB CreateSetupBlackboard:Successfully created/opened Setup black board path is [X:\WINDOWS\panther\SetupInfo]
2013-02-26 05:56:11, Info                  IBS    InstallWindows:No UI language from a previous boot was found on the blackboard. Using selected language [en-US].
2013-02-26 05:56:11, Info                  IBS    InstallWindows:Setup architecture is [x64]
2013-02-26 05:56:11, Info       [0x0601d5] IBS    InstallWindows:Starting with Empty Queue. Setup Phase = 2
2013-02-26 05:56:11, Info                  PANTHR InitializedCriticalSection for pExecQueue->csLock;
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ScenarioDetect in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Engine in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Internal in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ErrorHandler in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Diagnostic in diagnostic.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Unattend in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ParseCommandLine in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Ems  in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module PrepareInstallDrive in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module TempDrive in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopySetupFiles in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module BootPrep in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module BootEntries in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopyPrivates in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ProductKey in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ComputerName in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module License in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskInformation in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module FixBBPaths in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskConfig in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CreatePageFile in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Imaging in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopyImages in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DeployImages in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskSpace in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Completion in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module MountDev in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Cmi in cmisetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module SystemRestore in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module FirstBootCleanup in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module RestartModule in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ExternalDrivers in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CBS in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module SkuAssembly in cmisetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module LanguagePack in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ConfigSet in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module UnattendImgInstall in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CFGOfflineImage in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info                         PnPIBS: Initializing the PnP IBS Module ...

2013-02-26 05:56:11, Info                         PnPIBS: Successfully initialized the PnP IBS Module.

2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module PnP IBS module in pnpibs.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Compliance in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Rollback in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Locale in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Source media module in winsetup.dll
2013-02-26 05:56:11, Info       [0x060359] IBS    Callback_ScenarioDetect:Setup is starting from [2] phase
2013-02-26 05:56:11, Info                  IBS    Callback_BootEnvironmentDetect:FirmwareType 1.
2013-02-26 05:56:11, Info                  IBS    Callback_BootEnvironmentDetect: Detected boot environment: BIOS
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WinPEUI in win32ui.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WinPEProgress in spprgrss.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WinPEUpgLoader in upgloader.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WdsClient in wdsclient.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WpeUntndBtstrp in winsetup.dll
2013-02-26 05:56:11, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-26 05:56:11, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Cryptography in cryptosetup.dll
2013-02-26 05:56:11, Info       [0x060004] IBS    Callback_UpdateDrivePathsOnBB:No need to update the blackboard paths.
2013-02-26 05:56:11, Info                  IBS    Callback_Engine_StartupScenarioIsWinPE:Setup is running from RAM drive. Path is [햠:]
2013-02-26 05:56:11, Info                  IBS    LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwcompat.txt]
2013-02-26 05:56:12, Info                  IBS    LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwexclude.txt]
2013-02-26 05:56:12, Info                  IBS    Callback_Compliance_LoadDeviceCompatDB:Count of Device IDs is [18385], count of exclusions is [47]
2013-02-26 05:56:12, Info                  IBS    EnumOnlineDriverStoreForInjectedDriverPackages:Enumerating online driver store for injected driver packages.
2013-02-26 05:56:12, Info                  IBS    EnumOnlineDriverStoreCallback:Found non inbox driver package [X:\WINDOWS\System32\DriverStore\FileRepository\k57nd60a.inf_amd64_neutral_c14417​d2d1705371\k57nd60a.inf]
2013-02-26 05:56:12, Info                  IBS    GatherDeviceIDsInDriverPackage:Driver package path is [X:\WINDOWS\System32\DriverStore\FileRepository\k57nd60a.inf_amd64_neutral_c14417​d2d1705371\k57nd60a.inf]
2013-02-26 05:56:12, Info                         GetModelSectionNameEx:Using section name [Broadcom.NTamd64.6.1]
2013-02-26 05:56:12, Info                  IBS    AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Broadcom.NTamd64.6.1]
2013-02-26 05:56:12, Info                  IBS    GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [X:\WINDOWS\System32\DriverStore\FileRepository\k57nd60a.inf_amd64_neutral_c14417​d2d1705371\k57nd60a.inf]
2013-02-26 05:56:12, Info                  IBS    EnumOnlineDriverStoreForInjectedDriverPackages:Enumerated online driver store. Return code is [0x0]
2013-02-26 05:56:12, Info       [0x070035] DIAG   CallBack_DiagnosticDataGeneration: Called with notification for Initialization
2013-02-26 05:56:12, Info       [0x07003b] DIAG   CallBack_DiagnosticDataGeneration: Starting Timer as we are starting new phase
2013-02-26 05:56:12, Info       [0x0b0022] WDS    StartNetworking: Trying to start networking.
2013-02-26 05:56:12, Info                  WDS    Network service dhcp not running or could not be queried: 2f8910 1 1
2013-02-26 05:56:12, Info                  WDS    Network service lmhosts not running or could not be queried: 2f8910 1 1
2013-02-26 05:56:12, Info                  WDS    Network service lanmanworkstation not running or could not be queried: 2f8910 1 1
2013-02-26 05:56:12, Info                  WDS    Network service bfe not running or could not be queried: 2f8910 1 1
2013-02-26 05:56:12, Info                  WDS    Network service ikeext not running or could not be queried: 2f8910 1 1
2013-02-26 05:56:12, Info                  WDS    Network service mpssvc not running or could not be queried: 2f8910 1 1
2013-02-26 05:56:25, Info                  WDS    Installing device pci\ven_14e4&dev_16b5&subsys_07431025 X:\WINDOWS\INF\oem0.inf succeeded
2013-02-26 05:56:25, Info                  WDS    No computer name specified, generating a random name.
2013-02-26 05:56:25, Info                  WDS    Renaming computer to MININT-BH7ES33.
2013-02-26 05:56:25, Info                  WDS    Acquired profiling mutex
2013-02-26 05:56:25, Info                  WDS    Service winmgmt disable: 0x00000000
2013-02-26 05:56:25, Info                  WDS    Service winmgmt stop: 0x00000000
2013-02-26 05:56:25, Info                  WDS    Service winmgmt enable: 0x00000000
2013-02-26 05:56:25, Info                  WDS    Released profiling mutex
2013-02-26 05:56:25, Info                  WDS    Acquired profiling mutex
2013-02-26 05:56:26, Info                  WDS    Install MS_MSCLIENT: 0x0004a020
2013-02-26 05:56:26, Info                  WDS    Install MS_NETBIOS: 0x0004a020
2013-02-26 05:56:26, Info                  WDS    Install MS_SMB: 0x0004a020
2013-02-26 05:56:26, Info                  WDS    Install MS_TCPIP6: 0x0004a020
2013-02-26 05:56:27, Info                  WDS    Install MS_TCPIP: 0x0004a020
2013-02-26 05:56:27, Info                  WDS    Service dhcp start: 0x00000000
2013-02-26 05:56:27, Info                  WDS    Service lmhosts start: 0x00000000
2013-02-26 05:56:27, Info                  WDS    Service ikeext start: 0x00000000
2013-02-26 05:56:27, Info                  WDS    Service mpssvc start: 0x00000000
2013-02-26 05:56:27, Info                  WDS    Released profiling mutex
2013-02-26 05:56:27, Info                  WDS    Spent 1420ms installing network components
2013-02-26 05:56:31, Info                  WDS    Spent 3728ms installing network drivers
2013-02-26 05:56:32, Info                  WDS    QueryAdapterStatus: found operational adapter with DHCP address assigned.
2013-02-26 05:56:32, Info                  WDS    Spent 1014ms confirming network initialization; status 0x00000000
2013-02-26 05:56:32, Info                  WDS    GetNetworkingInfo: WpeNetworkStatus returned [0x806]. Flags set: WPE_NETWORK_ADAPTER_OPERATIONAL WPE_NETWORK_DHCP_ENABLED WPE_NETWORK_ADAPTER_HAS_DHCP_ADDRESS
2013-02-26 05:56:32, Info       [0x0b0023] WDS    StartNetworking: Networking successfully started.
2013-02-26 05:56:32, Info       [0x0a0014] UI     In WDS Mode. Callback for WDS UI happened
2013-02-26 05:56:32, Info       [0x0b006e] WDS    GetServerParamsFromBootPacket: WDS Server information. Server Name [file-1.xclaimprojects.com], Server IP Address [192.168.53.15]
2013-02-26 05:56:32, Info                  WDS        List of interfaces on client
2013-02-26 05:56:32, Info                  WDS    IP Address [192.168.53.180] MAC Address [B888E34401AB]
2013-02-26 05:56:32, Info                  WDS    IP Address [192.168.53.202] MAC Address [B888E34401AB]
2013-02-26 05:56:32, Info       [0x0b008c] WDS    CClientLibrary::InitializeRpcSession: Binding String=1a927394-352e-4553-ae3f-7cf4aafca620@ncacn_ip_tcp:192.168.53.15
2013-02-26 05:56:53, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1494] Expression: , Win32 Error=0x6ba
2013-02-26 05:56:53, Info       [0x0b008c] WDS    RPC Extended Error Info
-----------------------

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:56:53, Info       [0x0b008c] WDS    GeneratingComponent=2

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Detection Location=501

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Parameters Count=4

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Param[0][Unicode]: ncacn_ip_tcp

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Param[1][Unicode]: 192.168.53.15

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Param[2][Long]: 445805460

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Param[3][Long]: 1722

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:56:53, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Detection Location=1442

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Parameters Count=1

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Param[0][Unicode]: 192.168.53.15

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:56:53, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Detection Location=323

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:56:53, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Status=1237

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Detection Location=313

2013-02-26 05:56:53, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:56:53, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1891] Expression: , Win32 Error=0x7a
2013-02-26 05:56:53, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1699] Expression: , Win32 Error=0x6ba
2013-02-26 05:56:53, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1707] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:14, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1494] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:14, Info       [0x0b008c] WDS    RPC Extended Error Info
-----------------------

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:14, Info       [0x0b008c] WDS    GeneratingComponent=2

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Detection Location=501

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Parameters Count=4

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Param[0][Unicode]: ncacn_ip_tcp

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Param[1][Unicode]: 192.168.53.15

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Param[2][Long]: 445805460

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Param[3][Long]: 1722

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:14, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Detection Location=1442

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Parameters Count=1

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Param[0][Unicode]: 192.168.53.15

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:14, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Detection Location=323

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:14, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Status=1237

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Detection Location=313

2013-02-26 05:57:14, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:57:14, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1891] Expression: , Win32 Error=0x7a
2013-02-26 05:57:14, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1699] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:14, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1707] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:35, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1494] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:35, Info       [0x0b008c] WDS    RPC Extended Error Info
-----------------------

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:35, Info       [0x0b008c] WDS    GeneratingComponent=2

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Detection Location=501

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Parameters Count=4

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Param[0][Unicode]: ncacn_ip_tcp

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Param[1][Unicode]: 192.168.53.15

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Param[2][Long]: 445805460

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Param[3][Long]: 1722

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:35, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Detection Location=1442

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Parameters Count=1

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Param[0][Unicode]: 192.168.53.15

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:35, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Detection Location=323

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:35, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Status=1237

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Detection Location=313

2013-02-26 05:57:35, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:57:35, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1891] Expression: , Win32 Error=0x7a
2013-02-26 05:57:35, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1699] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:35, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1707] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:56, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1494] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:56, Info       [0x0b008c] WDS    RPC Extended Error Info
-----------------------

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:56, Info       [0x0b008c] WDS    GeneratingComponent=2

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Detection Location=501

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Parameters Count=4

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Param[0][Unicode]: ncacn_ip_tcp

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Param[1][Unicode]: 192.168.53.15

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Param[2][Long]: 445805460

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Param[3][Long]: 1722

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:56, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Detection Location=1442

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Parameters Count=1

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Param[0][Unicode]: 192.168.53.15

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:56, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Detection Location=323

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:57:56, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Status=1237

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Detection Location=313

2013-02-26 05:57:56, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:57:56, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1891] Expression: , Win32 Error=0x7a
2013-02-26 05:57:56, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1699] Expression: , Win32 Error=0x6ba
2013-02-26 05:57:56, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1707] Expression: , Win32 Error=0x6ba
2013-02-26 05:58:17, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1494] Expression: , Win32 Error=0x6ba
2013-02-26 05:58:17, Info       [0x0b008c] WDS    RPC Extended Error Info
-----------------------

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:58:17, Info       [0x0b008c] WDS    GeneratingComponent=2

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Detection Location=501

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Parameters Count=4

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Param[0][Unicode]: ncacn_ip_tcp

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Param[1][Unicode]: 192.168.53.15

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Param[2][Long]: 445805460

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Param[3][Long]: 1722

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:58:17, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Detection Location=1442

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Parameters Count=1

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Param[0][Unicode]: 192.168.53.15

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:58:17, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Status=1722

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Detection Location=323

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Proces ID=752

2013-02-26 05:58:17, Info       [0x0b008c] WDS    GeneratingComponent=18

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Status=1237

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Flags=0x0

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Detection Location=313

2013-02-26 05:58:17, Info       [0x0b008c] WDS    Parameters Count=0

2013-02-26 05:58:17, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1891] Expression: , Win32 Error=0x7a
2013-02-26 05:58:17, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1699] Expression: , Win32 Error=0x6ba
2013-02-26 05:58:17, Info       [0x0b008c] WDS    [d:\w7rtm\base\ntsetup\opktools\wds\wdscsl\client\clientlib.cpp:1707] Expression: , Win32 Error=0x6ba
2013-02-26 05:58:17, Info       [0x0b002c] WDS    InitializeLogging: RPC_S_SERVER_UNAVAILABLE - Retrying server request for initializing logging.
2013-02-26 05:58:18, Error      [0x0b004f] WDS    CreateClientSession: Failed to initialize Client -> Server logging. Error code [0x800706BA].[gle=0x000006ba]
2013-02-26 05:58:18, Error      [0x0b0055] WDS    CreateClientSession: Failed to create client session. Error code [0x800706BA].[gle=0x000006ba]
2013-02-26 05:58:18, Error      [0x0b0065] WDS    CallBack_WdsClient_DetectWdsMode: Failed to create client session or initialize WDS unattend. Error [0x800706BA][gle=0x000006ba]
2013-02-26 05:58:18, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [WdsClient: An error occurred while communicating with the Windows Deployment Services server. Please check to ensure that the server is operational and that the necessary ports are open on the server's firewall. Server name [file-1.xclaimprojects.com], Server IP address [192.168.53.15].]
2013-02-26 05:58:18, Error      [0x0b0052] WDS    CallBack_WdsClient_ErrorEventHandler: Problem processing error event. Error code [0x80070057].[gle=0x00000057]

If I open a command prompt, I can ping the WDS server by f.q.d.n and by short name quite happily, but I am not able to do a "net use" to the WDS server, I get

Code:
System error 53 has occurred.

The network path was not found

I am able to do a "net use" to any other Windows server

When it does the iSCSI sanhook, I see that it connects, but the connection appears to drop when it chains wdsnbp.com, however getting it to keep the iSCSI connection is probably of secondary importance to having the connection to WDS...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with iSCSI and WDS (Solved with DHCP route for iPXE User Class) - ArneLovius - 2013-02-26 15:44



User(s) browsing this thread: 1 Guest(s)