HP Neoware e90 ezRemote Manager 3.0 User Manual - Page 85

Static IP Address, Creating a Snap-In

Page 85 highlights

List View • For password-protected FTP, the URL should use the following format: ftp://username:password@host/path_to_update_file_directory • For anonymous FTP, then the URL should be in the following format: ftp://host/path_to_update_file_directory • When using anonymous FTP (and your FTP server resides on the same machine as your DHCP server), then the URL should be in the following format: ftp://@DHCPSERVER/path_to_update_file_directory Note: FTP filenames and paths should not contain spaces. If the DHCP server responds with a zero-length value, the automatic configuration update will be disabled. Static IP Address To set a Neoware CE thin client appliance to use ezUpdate on a network where DHCP is not used, the registry settings [HKLM\Software\Neoware\Netconfig] "BasePath"= "ftp:///neoware" [HKLM\Software\Neoware\Netconfig] "DefaultBasePath"= "ftp:///neoware" must be set, where is the IP address of the ezUpdate server. Creating a Snap-In: A snap-in can be created based on the following example to set the registries in one or more Neoware Windows CE thin client appliances using ezRemote Manager: ----- (begin snapin text install.2do) ----# install.2do for supporting ezUpdate on static IP units # replace the "" symbol with the IP address of the ezUpdate server. CMD regmgr -s [HKLM\Software\Neoware\Netconfig] "BasePath" = "ftp:///neoware" CMD regmgr -s [HKLM\Software\Neoware\Netconfig] "DefaultBasePath"= "ftp:/// neoware/" CMD reboot ---- (end snapin text install.2do) ---- Windows CE ezUpdate 85

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118

Windows CE ezUpdate
85
List View
For password-protected FTP, the URL should use the following
format:
ftp://username:password@host/path_to_update_file_directory
For anonymous FTP, then the URL should be in the following
format:
ftp://host/path_to_update_file_directory
When using anonymous FTP (and your FTP server resides on the
same machine as your DHCP server), then the URL should be in
the following format:
ftp://@DHCPSERVER/path_to_update_file_directory
Note:
FTP filenames and paths should not contain spaces. If the
DHCP server responds with a zero-length value, the automatic con-
figuration update will be disabled.
Static IP Address
To set a Neoware CE thin client appliance to use ezUpdate on a net-
work where DHCP is not used, the registry settings
[HKLM\Software\Neoware\Netconfig] “BasePath”= “ftp://<IPADDR>/neoware”
[HKLM\Software\Neoware\Netconfig] “DefaultBasePath”= “ftp://<IPADDR>/neoware”
must be set, where <IPADDR> is the IP address of the ezUpdate
server.
Creating a Snap-In:
A snap-in can be created based on the following example to set the
registries in one or more Neoware Windows CE thin client appli-
ances using ezRemote Manager:
----- (begin snapin text install.2do) -----
# install.2do for supporting ezUpdate on static IP units
# replace the “<IPADDR>” symbol with the IP address of the ezUpdate server.
CMD regmgr -s [HKLM\Software\Neoware\Netconfig] “BasePath” = “ftp://<IPADDR>/neoware”
CMD regmgr -s [HKLM\Software\Neoware\Netconfig] “DefaultBasePath”= “ftp://<IPADDR>/
neoware/”
CMD reboot
---- (end snapin text install.2do) ----