Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Unable to install the agent on Windows

Hello everyone

I have a problem. When I install the agent on a windows machine it does not register with OCS Server. I do not know what I'm doing wrong. This is the txt summary of the installation:

********************************************************

Starting OCS Inventory NG Agent 2.8.0.0 setup on 07/12/2020 at 9:35:46

Checking if setup not already running...OK.

Checking Operating System...OK, Windows 2000 or higher.

Command line is: "C:\Users\jporras\Downloads\OCS-Windows-Agent-2.8.0.0_x64\OCS-Windows-Agent-Setup-x64.exe"
Parsing command line arguments...OK.

Checking for silent mode...Disabled.

Checking for splash screen...Enabled.

Checking if logged in user has Administrator privileges...OK.

Creating directory <C:\ProgramData\OCS Inventory NG\Agent>...

SetACL allowing Users / Power users read/write permissions on <C:\ProgramData\OCS Inventory NG\Agent>...Result: error

SetACL propagating inherited permissions on <C:\ProgramData\OCS Inventory NG\Agent\Download>...Result: error

Trying to determine if service was previously installed...No.

Trying to stop service and kill processes...

Trying to find process OcsSystray.exe...Result: No

Trying to kill process OcsSystray.exe...Result: No

Trying to kill process OcsService.exe...Result: 603

Trying to kill process OCSInventory.exe...Result: 603

Trying to kill process download.exe...Result: 603

Trying to kill process inst32.exe...Result: 603

Waiting 10 seconds for processes to terminate...

Copying new files to directory <C:\Program Files\OCS Inventory Agent>...

Windows XP or higher detected, installing default cURL library and MS CRT/MFC 9.0...

Copying new files status is ;-)

Writing TAG <test> into <C:\ProgramData\OCS Inventory NG\Agent\admininfo.conf> file...

Writing agent configuration file by launching ocsinventory.exe /SAVE_CONF...Result: 0

Windows Advanced Firewall is not available (Vista or higher). Skip adding custom rules.

[/NOW] used, so launching "C:\Program Files\OCS Inventory Agent\ocsinventory.exe"...Result: 4

Creating startup menu shortCut <C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\OCS Inventory NG Systray.lnk> to start Systray applet...

Checking if service OCS Inventory Service is registered into Windows Service Manager...No

No service installed, so no need to unregister OCS Inventory Service from Windows Service Manager.

Registering OCS Inventory Service into Windows Service Manager...Result: 0.

Starting OCS Inventory Service...Ok.

SUCCESS: OCS Inventory NG Agent 2.8.0.0 successfully installed on 07/12/2020 at 9:37:11

;-)

Thanks for the help
in OCS Inventory NG agent for Windows by (710 points)

24 Answers

0 votes

Hello

I already made the advice of the link. but they didn't work for me. check this out my activity.log says. It is normal?

Wed Dec 30 07:10:03 2020; 1966; 521; NA; 10.0.2.15; OCS-NG_unified_unix_agent_v2.6.1; database_connect; Access denied for user 'ocs' @ 'localhost' (using password: YES)
Wed Dec 30 07:10:03 2020; 1966; 505; NA; 10.0.2.15; OCS-NG_unified_unix_agent_v2.6.1; handler; Database connection

This is my OCSInventory.log for agent

Starting OCS Inventory Agent on Wednesday, December 30, 2020 07:21:30.
AGENT => Running OCS Inventory Agent Version 2.7.0.0
AGENT => Using OCS Inventory FrameWork Version 2.7.0.0
AGENT => Loading plug-in(s)
DLL PLUGIN => Searching for Plug-in DLL(s) in folder <C:\Program Files\OCS Inventory Agent\plugins>
DLL PLUGIN => 0 DLL Plug-in(s) successfully loaded on 0 DLL(s) found
AGENT => Using network connection with Communication Server
COM PROVIDER => Loading Communication Provider <C:\Program Files\OCS Inventory Agent\ComHTTP.dll>
AGENT => Using Communication Provider <OCS Inventory cURL Communication Provider> Version <2.7.0.0>
AGENT => Sending Prolog
DID_CHECK => Read DeviceID <RAMBOGCONT04-2020-12-30-07-10-09> and MACs <D8:9E:F3:04:FD:F100:FF:CB:9A:0A:860A:00:27:00:00:11> in file <ocsinventory.dat>
COM SERVER => Initializing cURL library for sendRequest
COM SERVER => Using cURL without server authentication
COM SERVER => Disabling cURL proxy support
COM SERVER => Disabling cURL SSL server validation support
COM SERVER => Sending HTTP Post request to URL <http://10.0.2.15/ocsinventory>
WARNING *** COM SERVER => Failed to send HTTP Post request <Couldn't connect to server>
COM SERVER => Cleaning cURL library
================= TRACE START ===============
================= TRACE STOP ===============
ERROR *** AGENT => Failed to send Prolog <Couldn't connect to server>
AGENT => Unloading communication provider
AGENT => Unloading plug-in(s)
AGENT => Execution duration: 00:00:21.


Thanks for your help,

Best Wishes

by (710 points)
0 votes
Have you access to http://10.0.2.15/ocsinventory with a browser? If yes, you must have error 400. If not, verify z-ocsinventory-server.conf file on the ocs server.
by (88.5k points)
0 votes
Hi Frank

Thanks for your help and happy new year.

No, the page through the browser does not load. I really don't understand what i'm doing wrong. I reinstalled the server in a new virtual machine and nothing. I still haven't been able to connect. look here are the documents of both the server and the agent.
https://drive.google.com/drive/folders/1NwJDchvB-CBQAphxkjryGt4pDP2FT3EN

I do not know what to do. Please help!.

best wishes
by (710 points)
0 votes

Hi, there is many errors in your conf !

In your agent.ini, you tell it to use SSL, but the url of the server is not in https:\\FQDN:443\ocsinventory

For database, we see in activity.log

database_connect;Access denied for user 'ocs'@'localhost' (using password: YES)"

may be a wrong password/permission for ocs user in your ocsweb database ; OR/AND wrong password at var "PerlSetEnv OCS_DB_USER in the file

/etc/apache2/conf-enabled/z-ocsinventory-server.conf

In Eror.log, we see a lot of error about mpm_prefork restart, may be caused by log rotate or other conf error... look at google to resolve this

I recommend you to read the documentation http://wiki.ocsinventory-ng.org/ or this tutorial here https://miloszengel.com/ocs-inventory-ng-2-5-install-guide-on-debian-stretch-with-ssl-and-deployment/

Carreful, if you use tutorial, you must adapt it for your Ubuntu distrib. Example for Ubuntu 20.04, it's SQL 8, the command for create user, give acces right, etc etc have change, see here https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04-fr  or here https://www.cyberciti.biz/faq/install-mysql-server-8-on-ubuntu-20-04-lts-linux/

Regards

PS : Sorry for my bad English

by (5.7k points)
 
Powered by Question2Answer
...