You are on page 1of 23

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Documentation:WindowsAgent - OCS Inventory NG [OCS Inventoiry NG Home] [OCS Inventory NG Forums]

Documentation:WindowsAgent
From OCS Inventory NG
Languages: English Franais Polski

Contents
1 OCS Inventory NG Agent 2.0 on Windows Operating Systems. 1.1 Which version: Service or Standalone ? 1.1.1 How does Windows Agent work ? 1.1.2 How does Windows service work? 1.1.3 Do I have to use service or standalone agent ? 1.2 Manually installing OCS Inventory NG Agent for Windows. 1.2.1 OCS Inventory NG Agent for Windows Setup command line options 1.3 Deploying Agent using launcher OcsLogon.exe through Login Script or Active Directory GPO. 1.3.1 Deploying or running Agent through Active Directory GPO. 1.3.2 Deploying or running Agent through login script. 1.4 Using PSEXEC or "OCS Inventory NG Agent Deployment Tool" to push OCS Inventory NG Agent 1.5 Generating inventory of a non network connected Windows computer 1.6 OCS Inventory NG Agent for Windows command line options. 1.7 Sample conguration le "ocsinventory.ini".

OCS Inventory NG Agent 2.0 on Windows Operating Systems.


Note: OCS Inventory NG Agent 2.0 do not work on Windows 9X, Windows Millenuim or Windows NT4. You need to use old 1.X agent 4061-1.

OCS Inventory NG Agent for Windows can run as a Windows service automatically at computer startup. It can also work as a stand alone application which can be launched through a login script, an Active Directory GPO, a scheduled task or a shortcut in the Start menu. Note: We recommend using the service version of the Agent, especially if you plan to use the package deployment feature.

Download and unzip the latest Windows agent from the Downloads section. This package contains

1 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

2 les: OCS-NG-Windows-Agent-Setup.exe: installs the Windows Agent, either as a Windows Service or as a Standalone tool. OcsLogon.exe: installs the agent by downloading binaries from Communication server, or runs the agent if already installed. It will install either the service or the standalone version based upon a command line switch.

Which version: Service or Standalone ?


The Windows service version will automatically communicate with the OCS-NG system and perform inventories and package deployment based on parameters set on the server. The standalone client is used for computers that cannot communicate with the server, or where the service version is not wanted or allowed.

How does Windows Agent work ?


When the OCS Inventory NG Agent is launched, it queries the Communication server using the HTTP or HTTPS protocol. The server can answer nothing (not time for an inventory and no package to deploy), and the agent stops. Otherwise, the server may answer that Agent has to: Send an inventory: the agent retrieves all computer properties and sends them using HTTP or HTTPS protocol to the server. The server ask this only if the last inventory date in the database is older than the general option FREQUENCY, specied in days (see Managing OCS Inventory NG general options.) Discover the network: Agent scans his IP subnet for active devices listening on the network, then sends these informations using HTTP or HTTPS protocol to the server. The server ask this only if the computer is elected to run IPDISCOVERY (see Using IP discovery feature.) Deploy a package: Agent contacts the deployment server using the HTTPS protocol to get the information le (le INFO which describes the package), downloads package fragments from the deployement server, rebuilds the package and launches it. Note: The OCS Inventory NG Agent does not listen on the network. It only initiates communications to the server, so you do not have to open inbound port on a personal rewall. However, you must allow outbound connections from OCS Inventory NG agent les OCSInventory.exe and Download.exe to the Communication Server or Deployment Server using either HTTP or HTTPS.

Each time an inventory is done, the Agent uses and writes conguration les stored into folder %ProgramData%\OCS Inventory NG\Agent. This directory is usually C:\Documents and Settings\All Users\Application Data\OCS Inventory NG\Agent under Windows 2000, XP and 2003. C:\ProgramData\OCS Inventory NG\Agent under Windows Vista, 2008, Seven and 2008 R2. It uses at least the following les: ocsinventory.ini: all conguration parameters for the agent (server address and credentials, proxy address and credentials, service properties...), ocsinventory.dat: computer unique identity le, based on MAC address and hostname, last_state: last inventory state, to detect changes between 2 inventory, history: package deployment history,

2 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

All log les created by OCS Inventory NG Agent. Note: YOU MUST STOP OCS Inventory Service to make changes on these les, because they are write protected while service is running. As is, only user having Administrator privileges can modify these les.

When launched for the rst time, OCS Inventory NG agent will prompt user for the TAG value (if this feature is enabled). Help text displayed in the dialog-box is the one you have entered in Conguring management server. User may enter this value, or leave it blank (you will be able to update this value through the Administration server). Then (or otherwise if TAG feature is not enabled), it will do the inventory and send inventory results to Communication server using HTTP or HTTPS. Note: When the agent is rst launched, it will only generate and send an inventory.

How does Windows service work?


Note: You must have Administrator privileges to set up OCS Inventory NG Agent as a service, or you may use OCS Inventory NG Packager to create an installer able to run even if user do not have Administrator privileges. Refer to Uploading Agent for deployment through launcher OcsLogon.exe. or OCS Inventory NG Packager documentation.

OCS Inventory NG Agent OCSInventory.exe is launched by service OcsService.exe every PROLOG_FREQ hours. It keeps trace of the countdown in seconds in le ocsinventory.ini (value TTO_WAIT), so it is the time of EFFECTIVE run. The number of hours to wait is randomized at install time and each time PROLOG_FREQ is changed in Administration Console. It allows not having all agents contacting Communication Server at the same time. The randomization is between 0 and PROLOG_FREQ (10 hours by default). You can adjust these parameters considering your server load using Administration Console. When service launch agent, it call without parameter, so agent uses parameters specied in le ocsinventory.ini. As you can see, Service is only a launcher which will run Agent regularly, even if nobody logs in the computer.

Do I have to use service or standalone agent ?


You want to have computers inventoried, even if nobody log in ? Use Service version. You want to use package deployment feature ? Use service version. As is, package will be downloaded in background, and logged in user can continue to work. You do not want to set service up or have anything appears in the registry ? Use standalone version. However, deployement of package may take a long time when users log in. In other words, we recommend using service version.

3 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Manually installing OCS Inventory NG Agent for Windows.


Run OCS-NG-Windows-Agent-Setup.exe on client computer..

..and click Next button

Validate license agreement by clicking I agree button.

4 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Select the installation type you want: Network inventory: Computer can reach OCS Inventory NG Server through the network, and so, Agent will be launched using ethier a Windows Service, or a Logon/GPO script. Local inventory: Computer is not connected to a network, or will never be able to reach OCS Inventory NG Server. You can generate an inventory of this computer and save to le to be imported later on server (see chapter Generating inventory of a non network connected Windows computer below).

Fill in OCS Inventory NG Communication server URL, like http://your_ocs_server_address:your_server_port/ocsinventory. You can also specify https if your server is SSL enabled to secure communication. If you've protected your Communication Server access with credentials, you must specify credentials agent will use to authenticate (these credentials will be encrypted to be stored into conguration le). If you're aware of server
5 di 23 10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

certicate validation when using HTTPS protocol, either for sending inventory or deploying package, you can disable it. However, this is a security aw ! We do not recommend disabling certicate validation because Agent does not authenticate server. With certicate validation enabled, you must specify path to Certicate Authority root certicate (default uses "%ProgramData%\OCS Inventory NG\Agent\cacert.pem"). Then click Next button. Note: You can use self signed certicate, but certicate CN must equal to server address used by agents for communications. Also, if full path to certicate is not provided, agent will try to load the specied le from its data folder "%ProgramData%\OCS Inventory NG\Agent".

If needed, select proxy type to use to connect to Communication Server, proxy address and port, and proxy credentials if required (these credentials will be encrypted to be stored into conguration le). Agent support HTTP SOCKS 4 and SOCKS 5 proxies. ,

6 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

By default, OCS Inventory Agent write only few informations in log les. You may increase this enabling Verbose log. You may also disable TAG question, or specify the TAG value. Last, indicate which level of system integration you need: Do not register service using LocalSystem account (i.e, use standalone agent, which must be launched manually or using login script). Do not congure OCS Inventory NG Systray Applet to start automatically when user log in. This applet allows user to manually run agent, or to display inventory informations. Disabling this option does not create shortcut link in "All users" startup menu. Launch inventory just at the end of setup.

Choose destination folder, C:\Program Files\OCS Inventory Agent by default (C:\Program Files (x86)\OCS Inventory Agent under Windows 64 bits), and click Install button.

7 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Click Finish button to close OCS inventory NG Agent Setup.

This is the interactive installation setup. However, this process requires that you launch it under all your computers. Hopefully, this installation can be scripted.

OCS Inventory NG Agent for Windows Setup command line options


Service Agent setup OCS-NG-Windows-Agent-Setup.exe may be called with some command line parameters: /S to run the installer in silent mode, no interraction with user /NOSPLASH disable spash screen when installer starts /UPGRADE to deploy new agent through OCS deployement feature. Because you upgrade agent using agent itself to run the upgrade, it is needed to notify the installer (which
8 di 23 10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

terminates agent's processes) to specify the result in order to send it back to the server next time agent will run /NO_SERVICE to not register OCS Inventory NG Agent into Windows Service Manager. Agent can onlybe launched manually or through a script/GPO. /NO_SYSTRAY to not create a shortcut into "All Users" startup folder to start systray applet when user log in. /NOW to launch inventory just after setup Also, you can pass to the installer the following agent's command line parameters (see agent's options below for more detail): /SERVER= /USER= /PWD= /SSL= /CA= /PROXY_TYPE= /PROXY= /PROXY_PORT= /PROXY_USER= /PROXY_PWD= /DEBUG= /NOTAG /TAG=

Deploying Agent using launcher OcsLogon.exe through Login Script or Active Directory GPO.
Launcher OcsLogon.exe is a small tool able to run inside a login script or an Active Directory GPO. Its purpose is to setup Agent, if not already installed on client computers, and to launch the OCS Inventory NG Agent if you don't not want to use the service. To deploy Standalone Agent with launcher, you rst must have uploaded Standalone Agent le ocsagent.exe or OCSNG-Windows-Agent-Setup.exe to the server using Administration Console. To deploy Service Agent with launcher, you rst must have uploaded the Service Agent le OCSNG-Windows-Agent-Setup.exe or all-in-one installer ocspackage.exe (See Using OCS Packager to create an all-in-one installer to setup agent and server certicate) to the server using Administration Console. Note: Refer to Uploading Agent for deployment through launcher OcsLogon.exe.

Launcher OcsLogon.exe will try to connect by default to Communication Server using URL http://ocsinventory-ng/ocsinventory. To use a dierent URL, you must provide /SERVER=http[s]://your_server[:your_port] /ocsinventory command line parameter (strings between [] are optional). For example, if your server uses HTTP protocol, and is located on computer 192.168.1.2 on port 80, you must use /server=http://192.168.1.2/ocsinventory. If your server requires HTTPS on port 8443, you must use /server=https://192.168.1.2:8443/ocsinventory. Note: Always use the latest version of OcsLogon.exe. You can get it from the latest package OCSNG-WINDOWS-AGENT_XXXX.zip.

9 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Launcher will rst check if OCS Inventory NG Agent is installed, and if not, will contact Communication Server in HTTP/HTTPS to download latest Agent installer and run it on the computer. Launcher OcsLogon.exe can use the following command line parameters: /PACKAGER setup all-in-one installer ocspackage.exe (See Using OCS Packager to create an all-in-one installer to setup agent and server certicate), to install Agent and server certicate even if user does not have Administrator privileges. /GPO tell Launcher that setup le to download is in the same folder as OcsLogon.exe. So, OcsLogon does not try to download setup le from Communication Server, but try to use the one copied in the GPO folder. /URL=http[s]://your_server:port/path_to_le_to_download.exe tell Launcher that setup le is located at provided URL, instead of Communication Server. /DEPLOY=a.b.c.d ensure there is at least the specied version installed. OcsLogon install/upgrade Agent only if installed version is lower than the specied one "a.b.c.d". /FORCE force reinstalling agent, even if the installed version is newer or equal to the specied one. Use it to downgrade version for example. CAUTION, USE THIS OPTION WITH CARE, as Launcher will setup agent each time. /TIMEOUT=x (milliseconds) allow to modify default download timeout of 60 seconds. /UNINSTALL uninstall agent, instead of installing it. You must also provide standard agent setup command line parameters (see OCS Inventory NG Agent setup command line options for more detail), and at least: /SERVER=http[s]://you_cs_server[:port]/ocsinventory, URL to connect to OCS Inventory NG Communication Server. /NO_SERVICE to not register OCS Inventory NG Agent into Windows Service Manager and so uses standalone agent. Launcher will then launch Agent each time. Otherwise, it will never run Agent, assuming Agent is launched by Windows Service. Note: Launcher OcsLogon.exe always create a log le OcsLogon.log into temporary folder. When launched through a computer GPO, this folder is usually C:\Windows\Temp. When launched through a user GPO or login script, this folder is usually C:\Documents and Settings\User Prole\Local settings\Temp or C:\Users\User Prole\AppData\Local\Temp.

Deploying or running Agent through Active Directory GPO.


Note: We recommend using service version of Agent if you plan to use package deployment feature.

Open Group Policy Manager tool. Note: You can run GPO Manager directly by using gpmc.msc command.

Navigate in left pane to display Group Policy objects of your domain.

10 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Create a new policy, or edit existing one. You can either use Computer policy, or User policy. Computer policy will run at computer startup or User policy will run at user login. Note: In our example, we will use Computer policy and Startup script. Communication Server address is ocs.mycompany.tld, and we choose to set up Service Agent version using Packager all-in-one installer ocspackage.exe (See Using OCS Packager to create an all-in-one installer to setup agent and server certicate). If you choose to use Standalone Agent, its better to use User policy and startup script, to allow agent running each time a user log in.

Expand Computer conguration tree in left pane and navigate as shown below to Windows settings and Scripts.

11 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Then double click on Startup on right pane.

12 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Click on Show les button to display script and executable les usable by GPO and copy into this folder Launcher Ocslogon.exe and all-in-one installer Ocspackage.exe les.

Next close Startup folder and click Add script button, click Browse button to select launcher OcsLogon.exe , and ll in Launcher parameters, in our example /PACKAGER to use OCS Packager all-in-one installer, /GPO to use setup le located in the same folder as OcsLogon.exe aka the GPO folder, /DEPLOY=2.0.0.15 to ensure at least Agent version 2.0.0.15 is installed, /SERVER=http://ocs.mycompany.tld/ocsinventory" to use Communication Server URL http://ocs.mycompany.tld/ocsinventory.

13 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Validate each window to activate Computer Startup script GPO.

Update if needed default GPO lters to meet your needs, for example to apply this GPO only to specied Active Directory OU or site.

14 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

When computer will start (or when user will login if using User policy), launcher will set up if needed OCS Inventory NG Agent as a service.

Deploying or running Agent through login script.


Note: We recommend using service version of Agent if you plan to use package deployment feature.

Copy les OcsLogon.exe to a shared folder somewhere in your network. This folder must be readable by all your users. Then add a call to OcsLogon.exe in your users login script. Here is a sample login script. Warning: Below code requires additional checking for internal LAN conguration, but is functionally.
@echo of echo Running system inventory, please wait REM Call to OCS Inventory NG Launcher REM Using shared folder MY_SHARE on server MY_SERVER REM Using OCS Inventory NG server address ocs.mycompny.tld using HTTP protocol (option /SERVER=) REM Install stand alone agent without service (option /NO_SERVICE) REM Ensure that at least Agent version 2.0.0.15 is installed (option /DEPLOY) REM Configure Launcher and Agent to using HTTP proxy server 192.168.1.2 on port 8080 (option /PROXY_TYPE, /PROXY and /PROXY_PORT) REM If needed, install agent silently (option /S) REM As /PACKAGER is not used, this script can only install agent if launched by a user having Administrator rights

\\MY_SERVER\MY_SHARE\OcsLogon.exe /NO_SERVICE /S /SERVER=http://ocs.mycompny.tld/ocsinventory /proxy_type=1 /proxy=192.168.1.2 /proxy_p

15 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

echo Done. Thanks a lot.

Sample login script for Windows domain Put this script named ocs.bat for example on your Domain Controller (in the folder %WINDIR%\SYSVOL\Domain\Scripts on Windows Controller, where %WINDIR% is usually C:\WINNT or C:\Windows). Finally, you have to link login script with every users registered in your Samba or Active Directory domain. On Active Directory, you can do this using Active Directory users and computers tool, select Prole tab in user properties, and ll in Session startup script.

When user log in, launcher will set up and/or launch OCS Inventory NG Agent.

Using PSEXEC or "OCS Inventory NG Agent Deployment Tool" to push OCS Inventory NG Agent
PSEXEC from Microsoft (http://download.sysinternals.com/Files/PsTools.zip) is a great and fast way to install the OCS agents on all Windows computers, you can literally setup most of your computers in a few hours (assuming they are all connected to the network, that is).

16 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Note: We've created a graphical tool for Windows, OCS Inventory NG Agent Deployment Tool, which allows you to use PSEXEC more easily. It is able to push agent's installation on up to 10 computers simultaneously, and also to copy the certicate used to authenticate deployement server in OCS Inventory NG data folder.

Some tips: PSEXEC is best used together with Domain Logon scripts or Active Directory GPO: 1. Use the PSEXEC to install on all computers that are currently connected to the network (best used during business hours). 2. Then add a logon script/GPO as described above to install on computers that were oine the next time they connect to the network. 3. If you really don't want to use logon script/GPO, you can create and monitor a response le to get a list of computers that were not deployed for any reason, and then rerun PSEXEC just for these computers. PSEXEC Usage examples: We assume that the agent setup le is called agentsetup.exe and it was placed on a shared folder accessible to all users. Install silently on all computers currently logged in your domain:
psexec \\* -s \\Server\NetLogon\OCS-NG-Windows-Agent-Setup.exe /S /NOSPLASH /SERVER=http://my_ocs_server/ocsinventory

Install silently on a single computer:


psexec \\COMPUTER_NAME -s \\Server\NetLogon\OCS-NG-Windows-Agent-Setup.exe /S /NOSPLASH /SERVER=http://my_ocs_server/ocsinventory

Install silently on all computers using the domain administrator credentials:

psexec \\* -s -u Domain\Administrator -p Password \\Server\NetLogon\OCS-NG-Windows-Agent-Setup.exe /S /NOSPLASH /SERVER=http://my_ocs_s

Install silently on specic computers (ALL.TXT is a text le that lists target computer names, one per line), using domain administrator credentials:

psexec @ALL.TXT -s -u Domain\Administrator -p Password \\Server\NetLogon\OCS-NG-Windows-Agent-Setup.exe /S /NOSPLASH /SERVER=http://my_

Generating inventory of a non network connected Windows computer


Run OCS-NG-Windows-Agent-Setup.exe on client computer, from an USB stick for example..

17 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

..and click Next button

Validate license agreement by clicking I agree button.

Select Local inventory installation type.

18 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

By default, OCS Inventory Agent write only few informations in log les. You may increase this enabling Verbose log. You may also specify the TAG value. Last, indicate the folder where you want to store generated inventory le, your usb stick for example:

In local inventory mode, Agent will be installed into a temporary folder (we recommend not changing this folder, it will be automatically deleted at the end of process), Click Install button to start process. Agent is installed into temporary folder, launched to generate a ".ocs" inventory le stored in the folder you've specied, and then removed from computer.

19 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

Click Finish button to close OCS inventory NG Agent Setup.

This is the interactive process, but it can be scripted using /LOCAL=path_to_folder_where_to_store_ocs_le command line switch. For example, you can use OCS-NG-Windows-Agent-Setup.exe /S /LOCAL=C:\ to silently generate ".ocs" inventory le into folder c:\. Once you've transfered generated inventory le, you will be able to import it into the inventory database of OCS Inventory NG Server, through the Administration Console.

OCS Inventory NG Agent for Windows command line


20 di 23 10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

options.
OCS Inventory NG Agent version 2.0 or higher includes some command line switches to allow detecting errors. Once agent is installed, you can run it manually to diagnose problems. Use C:\Program Files\OCS Inventory Agent\OCSInventory.exe [options] command line where [options] may be in the following command line switches. Command Line Options: Meaning: Agent must use "path to directory" as working dir (this directory may included conguration le). Default is "%ALLUSERSPROFILE%\Application Data\OCS Inventory NG\Agent" or "%PROGRAMDATA%\OCS Inventory NG\Agent" Agent do not contact communication server, and store inventory in xml compressed .ocs le into folder "path to folder". If no "path to folder" provided, agent assume folder as data folder</nowiki> Generate a very verbose log le "ocsinventory.log" into agent's install folder. 0 => disable verbose logs (default) 1 => enable default verbose logs (default when no level provided provided) 2 => enable debuging logs Agent must NOT prompt user for TAG in any case Agent must set "my value" as TAG value Agent must store inventory in uncompressed xml format into folder "path to folder". If no "path to folder" provided, agent assume folder as data folder Always send inventory, even if server do not ask for it (use only for debugging purpose !) Agent must launch IP discovery on network "network number" (use only for debugging purpose !)

/work_dir:"path to directory"

/local[="path to folder"]

/debug[=level]

/notag /tag="my value" /xml=["path to folder"] /force

/ipdisc="network number"

/ipdisc_lat="number of milliseconds" /fastip /hkcu /uid /server=http[s]: //server.domain.tld[:port]

Set latency between 2 IP Discover requests to "number of milliseconds" Never wait for latency between 2 IP Discover requests (use only for debugging purpose !) Search also for software under HKEY_CURRENT_USER registry hive (do not work with service as LocalSystem !) Agent must generate a new unique device ID Agent try to connect to Communication Server address and port Listening on http[s]://server.domain.tld[:port]

21 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

/ocsinventory

/ocsinventory When usng SSL connections:

/ssl=0|1

0 => SSL without certicate validation, 1 => SSL with server certicate validation required (needs CA certicate) Path to CA certicate chain le in PEM format, for server certicate validation Communication Server authentication credentials Agent proxy use 0 1 2 3 => => => => no, HTTP proxy, Socks 4 proxy, Socks 5 proxy)

/ca="path_to_cabundle.pem" /user=username /pwd=password

/proxy_type=0|1|2|3

/proxy=proxy_address /proxy_port=port /proxy_user=username /proxy_pwd=password

Proxy server address (without protocol !) Proxy server port Proxy authentication credentials

Sample conguration le "ocsinventory.ini".


[OCS Inventory Agent] ; OCS Inventory NG Agent features ; Enable debugging mode (0 => disabled, 1 => enabled, 2=> trace all) Debug=1 ; Enable local inventory mode (path to folder to store .ocs file => enabled, ; empty => disabled) Local= ; Enable agent scanning HKEY_CURRENT_USER hive for printers and sofware ; (0 => disabled, 1 => enabled) HKCU=0 ; Disable prompting user for TAG value (0 => prompt allowed, 1 => disabled) NoTAG=0 ; Force agent launching IpDiscover on specified network (network address => enabled, ; empty disabled) IpDisc= ; Which communication provider to use ; Name of communication DLL and configuration section to use ; DLL must be in "com" sub directory ComProvider=ComHTTP.dll [HTTP] ; OCS Inventory NG Communication Server address and port ; Listening on http[s]://server[:port]/ocsinventory Server=http://localhost/ocsinventory ; Using SSL connections (0 => SSL without certificate validation, ; 1 => SSL with server certificate validation required) SSL=0

22 di 23

10/09/2011 15:25

Documentation:WindowsAgent - OCS Inventory NG

http://wiki.ocsinventory-ng.org/index.php/Documentatio...

; Path to CA certificate chain file in PEM format, for server certificate ; validation CaBundle=D:\Developp\OCS Inventory NG\cacert.pem ; Using authentication on Communication Server (0 => no, 1 => yes) AuthRequired=0 ; Communication Server authentication credentials (encrypted) User= Pwd= ; Using proxy (0 => no, 1 => HTTP proxy, 2 => Socks 4 proxy, 3 => Socks 5 proxy) ProxyType=0 ; Proxy address and port Proxy= ProxyPort= ; Using proxy authentication (0 => no, 1 => yes) ProxyAuthRequired= ; Proxy authentication credentials (encrypted) ProxyUser= ProxyPwd=

[OCS Inventory Service] ; Time to wait in minutes before next agent start TTO_WAIT=1020 ; Number of hour between 2 agent runs PROLOG_FREQ=5 ; Old value of PROLOG_FREQ OLD_PROLOG_FREQ=10

Retrieved from "http://wiki.ocsinventory-ng.org/index.php/Documentation:WindowsAgent" This page was last modied 14:42, 22 April 2011. Content is available under GNU Free Documentation License 1.2.

23 di 23

10/09/2011 15:25

You might also like