Administrator Guide
Mixed Environment Imaging – An Enhanced
Method of Upgrading
This appendix details the improved method of upgrading a mixed environment of cloud clients using the mixed_env_upgrade addon that is
installed on the cloud client and the DelayedUpdate.URL=/…./$PLATFORM/…. key that is contained in the ini le. This new method
improves the upgrade process so that there is control over limiting the upgrade to particular platforms of thin clients in the network.
When thin clients running on dierent platforms,for example, Wyse 5020 thin client, Wyse 7020 thin client, Wyse 3030 LT thin client, and
Wyse 5060 thin client, are in the same network and are upgraded using a single upgrade image on the server, the thin clients that are
incompatible with the current image will not upgrade properly. The problem occurs because all the thin clients are looking in the same path
on the server for the upgrade image. The new method of upgrading, addresses this issue and provides a way of upgrading only thin clients
in the network for which the upgrade is intended. The mixed_env_upgrade addon will parse the ini setting and set the root path on the
thin client. This root path will be relative to the type of thin client platform, and therefore after setting the root path, the thin clients will be
looking in dierent locations on the server for the upgrade image intended for their specic platform.
NOTE:
The new add-on code will be added under the wyse/addons directory. The addon is an ini parser. If the $PLATFORM is found in the
DelayedUpdate.URL then the parser will replace the $PLATFORM with the thin clients platform type and set the root path to the value
of DelayedUpdate.URL. For example, if the platform type is Wyse 7020, then the delayed update URL will be set to /…./Z50Q/….
Platform types include Wyse 5020 thin client , Wyse 7020 thin client, Wyse 5060 thin client, and Wyse 3030 LT thin client.
For ini setting:
DelayedUpdate.URL =/xyz/$PLATFORM/dir1/dir2/
The Wyse 7020 thin client will obtain the image from:
ftp://xx.xx.xx.xx/xyz/Z50Q/dir1/dir2/
The Wyse 3030 LT thin client will obtain the image from:
ftp://xx.xx.xx.xx/xyz/3030 LT/dir1/dir2/
NOTE
: No image should be put in the wyse root directory (default root path) when using this method.
Topics:
• Support details
• Directories on the Server
Support details
The following is supported:
• INI upgrades using FTP, HTTP, or HTTPS on Wyse 5020 (SP3 only), Wyse 7020 (SP3 only), and previous versions of ThinLinux on
Wyse 3030 LT thin client, Wyse 5020 thin client (D50Q), and Wyse 7020 thin client (Z50Q) cloud client platforms.
• Image, Image plus addons, and addons upgrades.
The following is NOT supported:
• upgrades on the T and PC Extender cloud client platforms.
C
Mixed Environment Imaging – An Enhanced Method of Upgrading 103