HP Web Jetadmin - Discovering PC-Connected Devices
4
VALIDCOMMUNITIES="communityname1;communityname2;...communitynamen": This is used from
the command line to setup the SNMP service to respond only to servers that request with one of the
listed community names.
Typical usage:
1. To install the proxy in a silent mode without making any additional entries/changes to the
SNMP service
hp_snmp_proxy.exe /s /i
2. To install the proxy in a silent mode and set the allowed managers setting in the SNMP
service
hp_snmp_proxy.exe /s /i
PERMITTEDMANAGERS="127.0.0.1;162.162.162.162;15.5.178.64"
3. To install the proxy in a silent mode and set the allowed community names setting in the
SNMP service
hp_snmp_proxy.exe /s /i VALIDCOMMUNITIES="public;public.1;public.2"
4. To install the proxy in a silent mode and set both the allowed community names and
permitted managers setting in the SNMP service
hp_snmp_proxy.exe /s /i
PERMITTEDMANAGERS="127.0.0.1;162.162.162.162;15.5.178.64"
VALIDCOMMUNITIES="public;public.1;public.2"
5. To modify permitted managers or valid community names use method 3 or 4 and instead of
/i use /fv
6. To erase permitted managers or valid community names use method 3 or 4 (instead of /i use
/fv) with the values of PERMITTEDMANAGERS and/or VALIDCOMMUNITIES set to "" (empty
string)
7. To Uninstall the proxy in a silent mode: hp_snmp_proxy.exe /s /x
Silent Mode Installation – HP WS Pro Proxy:
The HP WS Pro Proxy installer can accept the following command line parameters in silent mode:
WJAHOSTIP
This is the host IP of the WJA server that the HPWSProxyService should send WS Probe ‘Hello’
packets to when the service is started and when it detects the host machine has changed IP addresses.
Intent is to keep the PC connected device up to date in WJA device list without requiring another
discovery.
default value: <not configured>
WJADISCOVERYPORT
This is the port that HPWSProxyService will send WS Probe ‘Hello’ packets to. This needs to be in
sync with the port that WJA is configured to listen for PC connect WS hello messages on
default value: 27893
LEDMDISCOVERYPORT
This is the port that HPWSProxyService will listen on for discovery probe requests (Note: UDP port).
This needs to be in sync with the port that WJA is configured to send PC connect WS probes to
default value: 27893