Kbox Agent Windows 7 32 bit
I have been trying provisioning Kbox Agent on a few Windows 7 Professional (32bit) machines but it is giving errors:
[05/20/10 05:16:06 PM] Begin provisioning...
[05/20/10 05:16:06 PM] Executing Windows platform provisioning.
[05/20/10 05:16:06 PM] Probing tcp ports for accessibility.
[05/20/10 05:16:06 PM] Port 139 [netbios-ssn] open.
[05/20/10 05:16:06 PM] Port 445 [microsoft-ds] open.
STEP 1: CONNECT TCP/SSH - SUCCESSFUL
[05/20/10 05:16:07 PM] Executing remote communications:
Initializing RPC
Connecting to ADMIN$
Copying service file
Disconnecting ADMIN$
Connecting to IPC$
STEP 2: AUTHENTICATION - SUCCESSFUL
Creating service
Opening pipe to service
ERROR: Cannot open pipe - NT_STATUS_PIPE_NOT_AVAILABLE
Removing service
Connecting to ADMIN$
Deleting service file
Disconnecting ADMIN$
STEP 3: PUSH SCRIPT\PROVISIONING - FAILED
End of remote communications.
[05/20/10 05:16:07 PM] End provisioning run.
Can anyone help please?
Thanks.
Answers (10)
[06/01/10 04:11:06 PM] Begin provisioning...
[06/01/10 04:11:06 PM] Executing Windows platform provisioning.
[06/01/10 04:11:06 PM] Probing tcp ports for accessibility.
[06/01/10 04:11:06 PM] Port 139 [netbios-ssn] open.
[06/01/10 04:11:06 PM] Port 445 [microsoft-ds] open.
STEP 1: CONNECT TCP/SSH - SUCCESSFUL
[06/01/10 04:11:21 PM] Executing remote communications:
Initializing RPC
Connecting to ADMIN$
Copying service file
Disconnecting ADMIN$
Connecting to IPC$
STEP 2: AUTHENTICATION - SUCCESSFUL
Creating service
Opening pipe to service
Sending commands
Sending login credentials
[MSGCODE: 000] Begin agent_provision.bat processing.
[MSGCODE: 001] KBOX Agent is installed.
[MSGCODE: 092] AMP is not connected.
[MSGCODE: 095] KUID file not written by kinstaller.
[MSGCODE: 100] agent_provision.bat exiting.
exit code: 0Removing service
Connecting to ADMIN$
Deleting service file
Disconnecting ADMIN$
STEP 3: PUSH SCRIPT\PROVISIONING - FAILED
This is not expected behavior (obviously). I think we could resolve this quickly if we could take a look at one of your systems in the Trial Support chat and then we can post the results here for everyone else's benefit. You can get to trial support via the Welcome tab in your Trial, or at http://www.kace.com/support/trial-kbox.
Thanks,
Chris...
:: AUTHOR -
:: EMAIL -
:: MODIFIED DATE - 4/12/2010
:: PURPOSE - Install kbox agent
:: SYNTAX/USE -
::
::
::
::
::
:: SUCCESS CRITERIA -
::
::
:: other files -
for /f %%a in (server.txt) do (
echo %%a >>kbox_setup.txt
xcopy /y \\UNC_PATH\*.msi "\\%%a\c$" >>kbox_setup.txt
psexec \\%%a cmd.exe /C "C:\KInstallerSetupSilent.msi" >>kbox_setup.txt
)
I had this error:
STEP 2: AUTHENTICATION - SUCCESSFUL
ERROR: CreateService failed. NT code 0xc0000431.
Opening pipe to service
IN: pipe_open(\pipe\KBRemoteService, 2)
ERROR: smb_raw_open_recv - NT_STATUS_OBJECT_NAME_NOT_FOUND
ERROR: on_pipe_error - NT_STATUS_OBJECT_NAME_NOT_FOUND
ERROR: Cannot open pipe - NT_STATUS_OBJECT_NAME_NOT_FOUND
OpenService - NT_STATUS_OK
StopService - NT code 0xc0000426
DeleteService - NT_STATUS_OK
CloseServiceHandle - NT_STATUS_OK
CloseSCMHandle - NT_STATUS_OK
Connecting to ADMIN$
Deleting service file
Disconnecting ADMIN$
STEP 3: PUSH SCRIPT\PROVISIONING - FAILED
[11/13/13 05:08:41 PM] End of remote communications.
[11/13/13 05:08:41 PM] End provisioning run.
Disabing McAfee AV resolved the issue.
I had this error:
STEP 2: AUTHENTICATION - SUCCESSFUL
ERROR: CreateService failed. NT code 0xc0000431.
Opening pipe to service
IN: pipe_open(\pipe\KBRemoteService, 2)
ERROR: smb_raw_open_recv - NT_STATUS_OBJECT_NAME_NOT_FOUND
ERROR: on_pipe_error - NT_STATUS_OBJECT_NAME_NOT_FOUND
ERROR: Cannot open pipe - NT_STATUS_OBJECT_NAME_NOT_FOUND
OpenService - NT_STATUS_OK
StopService - NT code 0xc0000426
DeleteService - NT_STATUS_OK
CloseServiceHandle - NT_STATUS_OK
CloseSCMHandle - NT_STATUS_OK
Connecting to ADMIN$
Deleting service file
Disconnecting ADMIN$
STEP 3: PUSH SCRIPT\PROVISIONING - FAILED
[11/13/13 05:08:41 PM] End of remote communications.
[11/13/13 05:08:41 PM] End provisioning run.
Disabing McAfee AV resolved the issue.
- See more at: http://www.itninja.com/question/kbox-agent-windows-7-32-bit#answer-89043
so that the conversation will remain readable.