安装windows平台代理的客户端
双击OCS-NG-Windows-Agent-Setup.exe,点“Next”
点“I Agree”
这里输入OCS服务端的ip地址,其它选项不动,直接点“Next”
代理服务这里无需设置,直接点Next
这里打勾以下两个选项,一个是支持详细日志,一个是支持标签,标签名字写上能直接辨别这台设备的别名就ok,然后直接点“Next”
点“Next”
安装结束后会在桌面右下角任务栏有个OCS标志图标
注意:当OCS服务端ip换掉的时候,必须在客户端用命令去更新ip地址
如:进人客户端安装目录,运行以下命令,说明把服务端的ip更改为192.168.50.96
C:\ProgramFiles\OCS/InventoryAgent>
OCSInventory.exe /server=http://192.168.50.96/ocsinventory
贴一下OCSInventory.exe 为windows命令行用法:
Command Line Options:
|
Meaning: | |
/work_dir:"path to directory"
|
Agent must use "path to directory" as working dir (this directory may included configuration file). Default is "%ALLUSERSPROFILE%\Application Data\OCS Inventory NG\Agent" or "%PROGRAMDATA%\OCS Inventory NG\Agent" | |
/local[="path to folder"]
|
Agent do not contact communication server, and store inventory in xml compressed .ocs file into folder "path to folder". If no "path to folder" provided, agent assume folder as data folder | |
/debug[=level]
|
Generate a very verbose log file "ocsinventory.log" into agent's install folder.
|
|
/notag
|
Agent must NOT prompt user for TAG in any case | |
/tag="my value"
|
Agent must set "my value" as TAG value | |
/xml=["path to folder"]
|
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 | |
/force
|
Always send inventory, even if server do not ask for it (use only for debugging purpose !) | |
/ipdisc="network number"
|
Agent must launch IP discovery on network "network number" (use only for debugging purpose !)
|
|
/ipdisc_lat="number of milliseconds"
|
Set latency between 2 IP Discover requests to "number of milliseconds" | |
/fastip
|
Never wait for latency between 2 IP Discover requests (use only for debugging purpose !) | |
/hkcu
|
Search also for software under HKEY_CURRENT_USER registry hive (do not work with service as LocalSystem !) | |
/uid
|
Agent must generate a new unique device ID | |
/server=http[s]://server.domain.tld[:port]/ocsinventory
|
Agent try to connect to Communication Server address and port Listening on http[s]://server.domain.tld[:port]/ocsinventory | |
/ssl=0|1
|
When usng SSL connections:
|
|
/ca="path_to_cabundle.pem"
|
Path to CA certificate chain file in PEM format, for server certificate validation | |
/user=username /pwd=password
|
Communication Server authentication credentials | |
/proxy_type=0|1|2|3
|
Agent proxy use
|
|
/proxy=proxy_address
|
Proxy server address (without protocol !) | |
/proxy_port=port
|
Proxy server port | |
/proxy_user=username /proxy_pwd=password |
Proxy authentication credentials |
本文转自viong 51CTO博客,原文链接:http://blog.51cto.com/viong/503682,如需转载请自行联系原作者 |