Reference Guide

Parameter Description
SelectServerList={PNA, VDI}
[Default=default_desc]
list of servers {Server1; Server2; ...ServerN}
Allows users to select one PNA or VDI server during logon. For server use the
format:
description = <server’s description> host = <server’s url> [ <options>]
NOTE: There must be “description” and “host” key words on each
server.
For PNA server options
, use the options of the PnliteServer parameter in
Connection Settings: wnos.ini files, {username} INI, and $MAC INI Files.
PNA example:
SelectServerList=PNA Default=test3 description =
test1 host = 192.168.0.10 autoconnectlist
=* reconnectfrombutton=0 description = test2 host =
HostName2.wyse.com TimeOut=200 descriprion = test3 host =
https://server3.wyse.com
For a VDI server: If you want to use a VDI broker, specify ConnectionBroker in
wnos.ini. Otherwise the VDI broker’s type is default.
VDI example:
ConnectionBroker=vmware
SelectServerList=VDI \
Default=test5 \
description=test4 host=192.18.0.11 \
description=test6 host=host2
The Default option following "SelectServerList={PNA, VDI}" can specify the default
server. The value is one of server description defined after that. After one selects
another server and sign off, this default server is selected. If default option is not
specified, the last selected server is selected in the next sign on.
Service={snmpd, thinprint, vncd
vda <port number>} disable={no, yes}
Service — Specifies the services you can enable or disable; there are different
syntaxes for the different services.
disableDefault is no. Yes/no option to disable the services. Disable must
follow the Service parameter.
Service=snmpd disable={no, yes}
[community=<snmp_community> [encrypt={yes,
no}]]
[communityReadOnly=<snmp_community_read_o
nly> [encrypt={yes,
no}]]
[servers=server_list]
Default is no.
Service=snmpd disable — Yes/no option to disable the snmpd service.
community — The option community is same as the statement Community.
encrypt option is same as that in the statement community.
communityReadOnly— This option is to set community only has snmp get and
get_next privileges. The following encrypt option is only for indicating, if value of
communityReadOnly is encrypted.
Servers —This option is set to limit the valid snmp management site to the IP
addresses in the server_list parameter, which contains 1 to 4 IPv4 IP addresses
currently. If not, all the set IP addresses seen as valid.
Service=thinprint disable={no, yes}
[port=<port number>]
[PkSize={0-64000}]
Default is no.
Service=thinprint disable — Yes/no option to disable the thinprint service.
port — Same as the statement ThinPrintEnable={no, yes} port=portnumber.
PkSize — Specifies the default packet size that will be sent to the server when
negotiating with the thinprint server. The value 0 will rely on the server default
setting, 64000 in ThinPrint 7.6 and 32000 in previous ThinPrint versions.
ThinOS only allocates a buffer of 64K, so if the default packet size of the server is
above 64000, this setting must be set or printing will fail.
Parameters for wnos INI files only 35