wlx.ini and $MAC.ini File Parameters Only

Size: px
Start display at page:

Download "wlx.ini and $MAC.ini File Parameters Only"

Transcription

1 wlx.ini and $MAC.ini File s Only This chapter provides the supported parameters that you can use in a wlx.ini file and in a $MAC.ini file. Caution s in the following sections can only be used in a wlx.ini file or $MAC.ini file; they cannot be used in a {username}.ini file. Important The underlined value for a parameter is the default value. Some parameters also have options shown within brackets [ ]. If an option has an underlined value (default), that option and default value will automatically be used with the parameter (options without underlined values can also be used if you want to, but are not automatically used with the parameter). In addition, when using parameters and options, you can leave the default value or change it to another value shown. For example, in the following case where: X={yes, no} [Option1={0, 1}] [Option2={1, 2, 3, 4}] If you use X, then Option1 and its default value 0 will automatically be used as Option1 has an underlined value (default of 0). You can still use Option2 if you want to, however, Option2 is not automatically used with the parameter as Option2 does not have a default (underlined) value. To increase usability (such as relation to thin client dialog box equivalents), the supported parameters are separated into the following categories: wlx.ini and $MAC.ini File General Settings, page 2 wlx.ini and $MAC.ini File Peripheral Settings, page 10 Desktop Keyboard Shortcuts, page 11 wlx.ini and $MAC.ini File Connection Settings, page 13 wlx.ini and $MAC.ini File Custom GNOME Settings, page 18 1

2 wlx.ini and $MAC.ini File General Settings wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File General Settings The following table describes the parameters that you can use to configure general settings. Default values are underlined. You can use the parameters in a wlx.ini file or a $MAC.ini file. Table 1: General Settings: wlx.ini and $MAC.ini Files ActiveDirectoryServer=<Active Directory Server IP> AudioMute={no, yes} AudioVolume=<value of 0 to 100> ChangeAdminPassword=<base-64 encoded password> ChangeGuestPassword=<base-64 encoded password> ChangeRootPassword=<base-64 encoded password> ChangeThinUserPassword=<base-64 encoded password> Cisco.Config.DisableDualVLAN={no yes} ActiveDirectoryServer Active Directory Server IP for Domain Login to the client. For example: ActiveDirectoryServer= Specifies whether to mute the audio. Specifies the volume level. Values of 0 to 100 provide more exact volume level. Specifies the new password for the user with administrative privileges. You can use any third-party base-64 encoder/decoder. Specifies the new password for the guest user. You can use any third-party base-64 encoder/decoder. Specifies the new password for the root user. You can use any third-party base-64 encoder/decoder. Specifies the new password for the thin user. You can use any third-party base-64 encoder/decoder. By default, Cisco VXME operates in Dual VLAN mode (for more information, see the Deployment Guide for Cisco Virtualization Experience Media Engine). If you do not plan to use Dual VLAN configuration, use this parameter to disable Dual VLAN detection and enable faster startup for the Cisco VXC Valid values are: Yes If Cisco.Config.DisableDualVLAN=yes, Cisco VXME skips Dual VLAN detection and starts in single VLAN mode. No If Cisco.Config.DisableDualVLAN=no or has any other value (including invalid values), or the parameter is not present, the client applies the default behavior (Cisco VXME attempts to detect and configure the Dual VLAN at startup). DefaultUser=<username> Specifies the default sign-on user. See also AutoLogin. 2

3 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File General Settings Disablemenubar={no, yes} DisableReadyMode={no, yes} Yes/no option to disable top full screen drop-down menu bar. Default is yes. Specifies whether to disable the ready mode. When a device is shut down and ready mode is enabled, the device logs out of the session, places the power button LED in a state of off, and then goes into Suspend mode. If a user presses the power button again, the device wakes up immediately for the user to log in. The ready mode functionality can be enabled using DisableReadyMode=no. Example: DisableReadyMode=no will enable ReadyMode functionality. DisableReadyMode=yes will disable ReadyMode functionality. 3

4 wlx.ini and $MAC.ini File General Settings wlx.ini and $MAC.ini File s Only Enable802={no, yes} Authentication={MD5, TLS, FAST, TunnledTLS, PEAP} [Username=<username>] [Password=<password>] [PromptPassword={no, yes}] [Identity=<username>] [InnerAuthentication={GTC, MSCHAPv2, PAP, CHAP, MD5}] [UserCertificate=<certificate name>] [CACertificate=<certificate name>] [PrivateKey=<certificate name>] [PrivateKeyPassword=<password>] [PACProvisioning={Anonymous, Authenticated, Both}] [PACFile=<filename>] [PeapVersion={Auto,0,1}] Important: Put the parameters on the same line. This is the generic syntax of INI parameter for 802.1x settings for a Wired connection. usage will be based on the use case and EAP method chosen. For example: If you use Active Directory login to the thin client, user credentials are not required in the ini. Enable802 Default value is no. Yes/no to enable or disable 802.1x settings for Auto Eth0 Wired connection. Yes Enables 802.1x settings for Wired network. No Disables 802.1x settings for Wired network. Authentication The authentication method (EAP method) to be chosen for 802.1x. Username Username used for inner authentication. Example: In an Active Directory environment this is the Active Directory username used for MSCHAPv2 exchange. Password The inner authentication MSCHAP password. In an Active Directory environment this is the Active Directory user password used for MSCHAPv2 exchange. PromptPassword Default value is no. Yes/no option to prompt or not prompt for a password every time for 802.1x authentication when the network comes up. Default value is "no". Identity The identity/username you chose while creating the client/user certificate. Used for TLS authentication. InnerAuthentication The second EAP type inside the PEAP or TLS tunnel. Used only in case of PEAP and Tunneled TLS authentications. UserCertificate The client/user certificate name. Used for TLS authentication. CACertificate Root CA certificate name for authentication. PrivateKey Client/user private key certificate. Used for TLS authentication. PrivateKeyPassword The password given during the creation of a user/client certificate. This should be a base64 encoded password. PeapVersion Default value is Auto. PEAP protocol version. PACProvisioning Automatic PAC Provisioning for FAST authentication. PACFile PAC File for FAST authentication. Example: Below is an example ini for 802.1x PEAP MSCHAPv2 authentication in the case of a domain user login to a thin client. Enable802=yes Authentication=PEAP InnerAuthentication=MSCHAPv2 PeapVersion=Auto PromptPassword=no CACertificate=scep 4

5 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File General Settings EnableGKey={yes, no} Fullscreenmode={no, yes} IdleAction.Enable={no, yes} [IdleAction.TimeOut=<value of 0 to 1440>] [IdleAction.Action=<Any valid Command>] ImportCerts={no, yes} [Certs=<list of certificate names>] InstallAddons=<name of add-on> OR NewAddons= <name of add-on> Default is yes. Yes/no option to enable G key reset. G key reset is supported for Privilege=High. Yes/no option to enable full screen mode (when selected it will disable the Desktopsize option). Configures the action of the device for an idle state. If IdleAction.Enable=yes and the device is idle for the IdleAction.Timeout (in minutes from 0 to 1440), then the device executes the command that is specified in the IdleAction.Action parameter. By default, IdleAction.Enable=no. Example: IdleAction.Enable=yes IdleAction.TimeOut=30 IdleAction.Action=/sbin/reboot Indicates whether to import certificates from the server. Certs is a list of certificate names (the names must be separated by a semicolon). Example: ImportCerts=yes Certificates must be placed in the /wlx/certs directory. Certs=Cert1.cer;Cert2.crt;Cert3.pem;Cert4.der The certificates must be.crt,.pem, or any valid certificate type. Specifies add-ons to install. Use comma-separated add-on names. You can use InstallAddons= or NewAddons= for the parameter name (the names are interchangeable). 5

6 wlx.ini and $MAC.ini File General Settings wlx.ini and $MAC.ini File s Only MgmtDiscoveryMethod={SRV, CNAME, HOSTNAME, UI, DHCP, STATIC, DEFAULT} Default is the following order SRV, CNAME, HOSTNAME, UI, DHCP (if any of the methods specified in the INI file fails). Specifies the automatic discovery methods you want to use for the automatic discovery of a thin client after failure of thin client discovery. Use any or all of the following: SRV - DNS SRV Record (Dynamic Discovery) Allows devices to use the DNS SRV record lookup method to discover a Cisco VXC Manager Server. CName - DNS Alias Allows devices to use the DNS Alias method to discover a Cisco VXC Manager Server. Hostname - DNS Name Record (Dynamic Discovery) Allows devices to use the DNS Hostname lookup method to discover a Cisco VXC Manager Server. UI - Allows devices to use the UI entries to discover a Cisco VXC Manager Server. DHCP Option Tags - (Dynamic Discovery) Allows devices to use DHCP option tags to discover a Cisco VXC Manager Server. Static - Allows devices to use a static location to discover a Cisco VXC Manager Server. When the Static option is used, the MgmtDiscoveryMethod parameter should be used with a valid Fully Qualified Domain Name or IP Address. Default - The Default method to discover a Cisco VXC Manager Server is used when none is specified or if any of the methods mentioned in this section fails; then the default method is used which is the following dicovery order {SRV, CNAME, HOSTNAME, UI, DHCP}. PowerButtonAction={interactive, reboot, restart, halt, shutdown, sleep, logoutandsleep, none, nothing} RemoveAddons=<name of add-on> RootPath=<root path> Default is interactive. Specifies the action the thin client takes when the power button is pressed. interactive-presents an option window to the user reboot or restart-reboots the device halt or shutdown-shuts down the device sleep-puts the device into sleep mode logoutandsleep-logs out the device and puts the device into sleep mode none or nothing-no action (does nothing) Specifies add-ons to uninstall. Use comma-separated add-on names. The thin client uses this root path to access files on the central file server (not applicable with Cisco VXC Manager). The directory name /wlx is appended to the root path entry before use. 6

7 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File General Settings ScepClientCertSettings=CertName=<Name of Certificate file> URL=<SCEP server URL> [ChallengePassword=<Password>] CADN=<CA Distinguished Name> [AutoEnroll={yes, no}] CertName Name of certificate to be enrolled using SCEP URL SCEP server URL ChallengePassword Certificate Enrollment Challenge Password CADN CA Distinguished Name. AutoEnroll Yes/No parameter to enable or disable certificate automatic enrollment. For example: ScepClientCertSettings =CertName=ScepCertOne URL= ChallengePassword=C35F78367BA20216 CADN=scepca-root-ca 7

8 wlx.ini and $MAC.ini File General Settings wlx.ini and $MAC.ini File s Only ScreenSaver=<value of 0 to 180> [LockTerminal={no, yes}] [SoftSaver={no, yes}] [LogoutButton={no, yes}] [Type={1, 2, name[,name...]}] [CycleDelay=<value of 0 to 180>] [Image=<filename>] [Layout={none, centered, wallpaper, scaled, stretched}] Default is 5 (minutes). Specifies to put the thin client in a screensaver state when the time limit for inactivity in minutes (delay before starting) is reached. 0 turns off the screensaver. Put the parameters on the same line. For example: ScreenSaver=5 LockTerminal=yes SoftSaver=yes Type=coral,drift,hypertorus,interaggregate,pipes CycleDelay=5 LockTerminal-Specifies whether to lock the client when the screen saver is activated. no-disabled yes-puts the thin client in a LOCK state when the screen saver is activated. The user is prompted with an unlock dialog box to enter the sign-on password to unlock the thin client. SoftSaver-Specifies whether the thin client runs a soft saver. Soft savers are available only when the optional SCREENSAVER-THEMES add-on is installed. no-displays a blank screen yes-runs a graphical display LogoutButton-Displays a Logout button in the unlock dialog box if LockTerminal=yes Type-Specifies which display programs should run if SoftSaver=yes Names are preferred over the legacy numbers. 1=fadeplot; 2=rocks CycleDelay-When more than one Type name is specified, CycleDelay specifies how many minutes each Type name should run. Image-Specifies the filename to use for the screen saver (this option is ignored in cases of backward compatibility). Layout-Specifies the layout to use for the screen saver (this option is ignored in cases of backward compatibility). For a complete list of screensaver names, install the SCREENSAVER-THEMES add-on and then search in /usr/share/applications/screensavers. The filenames, without the.desktop suffix, are the available screensaver names. The Name entry in each.desktop file provides the value that is displayed in the Screensaver configuration GUI application; and the Comment entry provides a brief description. 8

9 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File General Settings SecureMode={neverconnect, warnbefore, donotverify} TerminalName=<name of thin client> TimeFormat={"12-hour format", "24-hour format"} TimeServer=<host address>[;<host address>] TimeZone=<zone value> [ManualOverride={no, yes}] Update.Mode={Both, Image, Addons, None} Update.Preserve_changes={no, yes} Default is warnbefore. Specifies how to control connection security mode preferences. Value and : neverconnect - Never connect to untrusted servers warnbefore - Warn before connecting to untrusted servers. donotverify - Do not verify server identity certificates. Specifies the name of the thin client comprising a 15-character string. Specifies the time format to use (how the clock on the desktop panel is displayed). By default, the local format is used. Specifies the SNTP time servers to use for time retrieval. You can designate one or two (as shown in the parameter example) Network Time Protocol servers (separated by a semicolon). The client synchronizes the time of day to the servers at boot time, and keeps the time in sync with the servers during operation. Specifies the time zone if the zone is unspecified on the thin client or is used with ManualOverride. ManualOverride specifies whether to override the thin client System Preference Menu setting with this TimeZone setting. For the complete list of TimeZone values, see Timezone Values. Specifies the update mode for image upgrades. Value and Both-Updates image and add-ons Image-Updates image only Addons-Updates add-ons only None-Does not upgrade Specifies whether to preserve changes while upgrading. With update.preserve_changes=no, the thin client does not locally cache configuration settings during an image upgrade. Instead, the thin client erases all existing configurations and applies only the configuration specified in the INI that you use with the upgrade. With update.preserve_changes=yes, the thin client preserves and applies the previous device image configuration settings during the image upgrade. 9

10 wlx.ini and $MAC.ini File Peripheral Settings wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File Peripheral Settings The following table contains parameters used for configuring peripheral settings such as keyboard, monitor, mouse, printer, and so on (underlined values are defaults). Table 2: Peripheral Settings: wlx.ini and $MAC.ini Files CursorHideDelay=<value of 1 to 60> ForwardPrinters={yes, no} MicMute={no, yes} MicVolume=<value of 0 to 100> NoGrabKeyboard={no, yes} VMWareViewExcludeUSBID={vid<hex number>pid<hex number>,...} Specifies the amount of time to wait before the cursor is hidden (the cursor is hidden after the specified number of seconds). After you move or click the mouse or press any keyboard key, the cursor reappears. Default is yes Specifies whether to forward all available printers for use in the RDP session. This parameter is supported with any direct RDP connection (not supported through VMware View broker). By default, ForwardPrinters is set to yes. For example: ForwardPrinters=yes Specifies whether to mute the microphone volume. Default is 50. Specifies the microphone volume level. Configures keyboard event grabbing in any direct RDP connection session (not supported through VMware View broker). By default, NoGrabKeyboard is set to no. For example: NoGrabKeyboard=yes For VMware View Only Specifies USB devices that are excluded from the VMWare View session in a comma-separated list of vendor IDs and product IDs. For example: VMWareViewExcludeUSBID=vid148fpid2770,vid0x13d3pid3273 This example excludes two USB devices. that there is no space between vid and pid and each device is separated with a comma 10

11 wlx.ini and $MAC.ini File s Only Desktop Keyboard Shortcuts VMWareViewExcludeUSBFamily={<USB device family>,...} VMWareViewIncludeUSBID={vid<h ex number>pid<hex number>,...} VMWareViewIncludeUSBFamily={< USB device family>,...} For VMware View Only Specifies USB device families that are excluded from the VMWare View session in a comma-separated list. For example: VMWareViewExcludeUSBFamily=bluetooth For VMware View Only Specifies USB devices that are included in the VMWare View session in a comma-separated list of vendor IDs and product IDs. For example: VMWareViewIncludeUSBID=vid148fpid2770,vid0x13d3pid3273 This example includes two USB devices. that there is no space between vid and pid and each device is separated with a comma. For VMware View Only Specifies USB device families that are included in the VMWare View session in a comma-separated list. For example: VMWareViewIncludeUSBFamily=bluetooth Desktop Keyboard Shortcuts Depending on the type of application window you are using (full screen, standard, or seamless), you can use shortcut keys to manage windows. You can disable some of these shortcuts by including the INI parameters listed below in your INI file. By default, every shortcut listed is enabled. (Possible values for each parameter are yes or no.) The keyboard shortcuts listed below are applicable only in the SUSE Linux desktop. The disable INI parameters listed are provided so that you can disable the shortcuts in the SUSE Linux desktop, so that they do not conflict with shortcuts entered in the HVD. Table 3: Desktop Keyboard Shortcuts Press Alt+F4 Ctrl+F4 Alt+F10 Action Close window Close browser window Maximize window INI parameter to disable shortcut Cisco.DisableKeyBinding.Close=yes Cisco.DisableKeyBinding.Close=yes Not applicable 11

12 Desktop Keyboard Shortcuts wlx.ini and $MAC.ini File s Only Press Alt+F9 Alt+Ctrl+DownArrow Alt Alt+Esc Alt+Shift+Esc Alt+F7 and press an arrow key Alt+F8 and press an arrow key Alt+F5 Ctrl+F2 Alt+DownArrow Alt+Ctrl+Shift+DownArrow Alt+Ctrl+Delete Alt+F1 Ctrl+Esc Windows Key Alt+Space (you can also right-click the window title bar or border, or click the window icon) Action Minimize window Minimize or maximize all windows Mouse modifier (used by default as a mouse modifier) Move focus to next window Move focus to previous window Move window with arrow keys Resize the window Restore maximized window to previous size Switch keyboard focus back to thin client (used by Citrix Linux receiver to bring keyboard focus back to thin client locally) Switch windows using a dialog box Switch panel focus Show Logout option Show Computer Menu window Show Windows start menu Show main panel list when keyboard focus is shifted to the thin client Show window menu INI parameter to disable shortcut Cisco.DisableKeyBinding.Minimize=Yes Cisco.DisableKeyBinding.ShowDesktop=yes Cisco.DisableKeyBinding.MouseButtonModifier=yes Not applicable Not applicable Not applicable Not applicable Not applicable Not applicable Cisco.DisableKeyBinding.SwitchWindows=yes Not applicable Cisco.DisableKeyBinding.RunCommand1=yes Cisco.DisableKeyBinding.PanelMainMenu=yes Cisco.DisableKeyBinding.PanelMainMenu=yes Cisco.DisableKeyBinding.PanelMainMenuList=yes Cisco.DisableKeyBinding.WindowMenu=yes Tip The shortcut keys Alt+DownArrow (allows you to switch windows using a dialog box) and Alt+Ctrl+DownArrow (minimizes or maximizes all windows) are useful for navigating multiple remote sessions without having to log out. 12

13 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File Connection Settings wlx.ini and $MAC.ini File Connection Settings The following table describes the parameters that you can use to configure connection settings. Default values are underlined. Table 4: Connection Settings: wlx.ini and $MAC.ini Files AddtoEtcHosts="ip1 FQDN1 aliases1;ip2 FQDN2 aliases2;..." Adds entries to the /hosts file, where aliases are an optional space-separated list of hostnames. 13

14 wlx.ini and $MAC.ini File Connection Settings wlx.ini and $MAC.ini File s Only AutoLogin={no, yes} [CountDown=<value in seconds>] Yes/no option to automatically log the user in as DefaultUser if no login occurs before the CountDown interval. This is for use at kiosks and other environments where the user logs in without human intervention. Autologin can be canceled by pressing the ESC button. The first time a device reads Autologin, it may stay at the login screen for a few seconds before taking effect. Once doing so, it will automatically log in and all future reboots will autologin with the defined delay. Changing from AutoLogin=yes to AutoLogin=no may require 2 reboots to take effect in some cases. No password is required for automatic login even if the user normally needs a password. SignOn=no and AutoLogin=yes are alternative parameters/ways to provide similar functionality. Caution SignOn=no and AutoLogin=yes should not be used together. In general, use AutoLogin; SignOn=no is being deprecated. AutoLogin=yes logs in as the default user; which may be set via the DefaultUser ini-file parameter; the privilege level is that user's normal privilege level; determined in the same manner as if they had logged in manually. ADVANCED NOTE: Any valid user may be specified; but note that PNA and Active Domain users will not obtain a password first; which may prevent them from accessing the Published Apps or Domain services. If there is no DefaultUser specified in the registry, it will use Guest. that for both SignOn=no and AutoLogin with a short delay, it is quite likely that the login process will proceed before the network is up and the wlx.ini file has been read. This means that changes to the wlx.ini login parameters will not take effect until a logout or reboot. also that changes to the System/DefaultUser or System/PrivLevel registry keys do not automatically adjust the login parameters; that is normally done only after fetching and parsing a wlx.ini file when a network interface comes up. If you need to change the parameters outside that sequence; use the /sbin/configuregdm script to modify the system's login configuration. The wlx.ini will be fetched and processed every time the network comes up; so if the network goes down and is restored during a session, it may affect existing settings (although the login-related settings will not be apparent until the current user logs out). Also note that neither mechanism actually authenticates the user they just verify that the user exists. But both methods, and normal manual login, will fetch and process a $USER.ini file, if one exists, independent of what, if any, authentication mechanism was used. 14

15 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File Connection Settings AutoSignoff={no, yes} Disableconnectonce={no, yes} DisableDomain={no, yes} DisableVNC={no, yes} DomainList=<list of Windows domain names> EnableApplianceMode={no, yes} [XenDesktopURL=<URL of Xendesktop>] EnableBanner={no, yes} [BannerMsg=<text description>] EnableSSH={no, yes} Specifies whether to automatically log the user off when all connections are closed. Yes/no option to disable the listing of View desktops after session logout (when an error occurs). Specifies whether to disable the display of a Domain field. The default value depends on the value of the DomainList option. When the DomainList is empty, DisableDomain defaults to yes (the display of a Domain field does not display); otherwise, it defaults to no (the display of a Domain field does display). Default is yes. Specifies whether to disable an installed VNC Server Add-on. Specifies a list of domain names that appear in the login dialog box as options to help users select the domain to use to log in to PNAgent/PNLite servers. After you specify the list, it is saved in nonvolatile memory. Be sure to enclose the domain list in quotation marks if you include spaces. For example: DomainList="North_America, SQA, test-domain" Cisco VXC 6215 devices can be converted to Desktop Appliance mode by enabling the EnableApplianceMode parameter. When enabled, upon system boot the thin client will connect to the XenDesktop server and prompt for XenDesktop login credentials to access the desktop. By default EnableApplianceMode=No. XenDesktopURL specifies the virtual desktop to use when EnableApplianceMode is enabled. For example:- EnableApplianceMode=Yes XenDesktopURL= EnableBanner Provides a banner description. BannerMsg The text must be enclosed in double quotation marks if it contains spaces or punctuation characters. Yes/no option to enable SSH. 15

16 wlx.ini and $MAC.ini File Connection Settings wlx.ini and $MAC.ini File s Only EthernetSpeed=[Auto, 100M-F, 100M-H, 10M-F, 10M-H] FileServer=<protocol://><host address> ICAAllowUSB=vid=<hexnumber><space>pid=<hexnumber>,... Default is Auto. Specifies the NIC speed: Auto Auto-negotiates speed with the peer (default). 100M-F is 100 Mb/s Full Duplex. 100M-H is 100 Mb/s Half Duplex. 10M-F is 10 Mb/s Full Duplex. 10M-H is 10 Mb/s Half Duplex. Gigabit Ethernet (1000 Mb/s) is available on hardware that supports it using the Auto value. Specifies a file server from which the device can access files using the specified protocol. If no protocol is specified, FTP is assumed (for example, is understood as ftp:// ). Specifies the USB devices that are included for the ICA session (comma separated IDs of USB devices that are included for the ICA session). Important You can use vendor IDs and product IDs together (as shown); or also use only the vendor IDs (that is, not use the product IDs) if you want to include the same vendor ID group of devices regardless of their product ID. The format must be the following: ICAAllowUSB=vid=<hexnumber><space>pid=<hexnumber>,... or ICAAllowUSB=vid=<hexnumber>,... For example: ICAAllowUSB=vid=1234 pid=5678,vid=1234 pid=9876 This example includes two USB devices. that there is a space between vid and pid and each device is separated with a comma. or ICAAllowUSB=vid=1234, vid=5678 This example includes all USB devices that have the same vendor ID regardless of their product ID. Do not use both ICADenyUSB and ICAAllowUSB in the same INI file. By default, all USB devices are allowed. ICAAllowUSB results in a denial of all other devices other than those specified by ICAAllowUSB. ICADenyUSB only denies the specified devices, but allows others. 16

17 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File Connection Settings ICADenyUSB=vid=<hexnumber><space>pid=<hexnumber>,... PermitSSHRootLogin={no, yes} RapportSecurePort=<port> RapportServer=<host address>[:port] Specifies the USB devices that are excluded from ICA session (comma separated IDs of USB devices that are excluded from the ICA session). Important You can use vendor IDs and product IDs together (as shown); or also use only the vendor IDs (that is, not use the product IDs) if you want to exclude the same vendor ID group of devices regardless of their product ID. The format must be the following: ICADenyUSB=vid=<hexnumber><space>pid=<hexnumber>,... or ICADenyUSB=vid=<hexnumber>,... For example: ICADenyUSB=vid=1234 pid=5678,vid=1234 pid=9876 This example excludes two USB devices. that there is a space between vid and pid and each device is separated with a comma. or ICADenyUSB=vid=1234, vid=5678 This example excludes all USB devices that have the specified VIDs. Do not use both ICADenyUSB and ICAAllowUSB in the same INI file. By default, all USB devices are allowed. ICAAllowUSB results in a denial of all other devices other than those specified by ICAAllowUSB. ICADenyUSB only denies the specified devices, but allows others. Specifies whether to enable login through SSH as the Linux superuser (root). Default port number is 443. Designates the HTTP(S) secure port used for the Cisco VXC Manager agent. Example: RapportServer= :80 RapportSecurePort=443 Default port number is 80. Specifies the Cisco VXC Manager Server and optional port to connect to. This can either be a DNS name or IP address, optionally followed by a ":" and a port number. 17

18 wlx.ini and $MAC.ini File Custom GNOME Settings wlx.ini and $MAC.ini File s Only Seamless={no, yes} VNCAuthTypes={none, vnc} VNCPasswd= {<base-64 encoded password>} VNCPrompt={yes, no} XFontServers=<host address>:<port>[;<host address>:<port>...] Specifies whether to set the default resolution for ICA-published applications to seamless. Set VNCAuthTypes=vnc to enforce the use of a password for remote VNC connection (use the VNCPasswd parameter to specify the password used). If VNCAuthTypes=none, no password is required for the VNC connection. If the VNC-Server Add-on is installed, specifies the password to be entered for the remote VNC connection. Important If no VNCPasswd is specified, the default password is password. Default is yes. Specifies whether to prompt the user before shadowing starts, in which case the user can select to decline or accept VNC shadowing. VNCPrompt=yes means the user is always prompted before shadowing starts. VNCPrompt=no means the user cannot decline or accept shadowing. Specifies the font server for X11 applications. When the font server address is set by the GUI, the GUI has priority, and the parameters from the INI file are ignored. wlx.ini and $MAC.ini File Custom GNOME Settings The following table describes the parameters that you can use to configure Custom GNOME settings. Default values are underlined. You can use the parameters in a wlx.ini file or a $MAC.ini file. 18

19 wlx.ini and $MAC.ini File s Only wlx.ini and $MAC.ini File Custom GNOME Settings Table 5: Custom GNOME Settings: wlx.ini and $MAC.ini Files Option Applets.Disable.<Privilege Level>=<Name of applets separated by ; > Disables a specified set of applets in the Control Center or Application Browser based on user privilege levels. Values for privilege level are: HighPrivilege Where HighPrivilege is equivalent to the privilege level of a default admin user. LowPrivilege Where LowPrivilege is equivalent to the privilege level of a default thinuser user. Applet names must be separated by a semicolon (;) and Applet names must be the same as the file name of the desktop files from /usr/share/applications/ without the desktop extension. Important Example: The applet file names are case sensitive. Applets.Disable.LowPrivilege=dmlangsel;display-properties; gnome-appearance-properties;devicesettings_wyse-settings; gnome-screenshot;vino-preferences; Applets.Disable.HighPrivilege=dmlangsel;display-properties; gnome-appearance-properties;devicesettings_wyse-settings; gnome-screenshot;vino-preferences; Applets.Enable.<Privilege Level>=<Name of applets separated by ;> Enables a specified set of applets in the Control Center or Application Browser based on user privilege levels. Values for privilege level are: HighPrivilege Where HighPrivilege is equivalent to the privilege level of a default admin user. LowPrivilege Where LowPrivilege is equivalent to the privilege level of a default thinuser user. Applet names must be separated by a semicolon (;) and Applet names must be the same as the file name of the desktop files from /usr/share/applications/ without the desktop extension. Important Example: The applet file names are case sensitive. Applets.Enable.LowPrivilege=display-properties;keyboard 19

20 wlx.ini and $MAC.ini File Custom GNOME Settings wlx.ini and $MAC.ini File s Only Option NotificationArea.Disable.<Privilege Level>={no, yes} Yes/no option to disable the notification area from the task bar. Values for privilege level are: HighPrivilege Where HighPrivilege is equivalent to the privilege level of a default admin user. LowPrivilege Where LowPrivilege is equivalent to the privilege level of a default thinuser user. Example: NotificationArea.Disable.HighPrivilege=yes TaskBarClockButton.Disable.<Privilege Level>={no, yes} Yes/no option to disable the Clock button from the task bar. Values for privilege level are: HighPrivilege Where HighPrivilege is equivalent to the privilege level of a default admin user. LowPrivilege Where LowPrivilege is equivalent to the privilege level of a default thinuser user. Example: TaskBarClockButton.Disable.LowPrivilege=yes TaskBarDisplaySettingsButton.Disable.<Privilege Level>={no, yes} Yes/no option to disable the Configure Display Settings button from the task bar. Values for privilege level are: HighPrivilege Where HighPrivilege is equivalent to the privilege level of a default admin user. LowPrivilege Where LowPrivilege is equivalent to the privilege level of a default thinuser user. Example: TaskBarDisplaySettingsButton.Disable.HighPrivilege=Yes XFontServers=<host address>:<port>[;<host address>:<port>...] Specifies the font server for X11 applications. When the font server address is set by the GUI, the GUI has priority, and the parameters from the.ini file are ignored. 20

Reference Guide. Dell Wyse Enhanced SUSE Linux Enterprise SP2 INI Files. Issue: PN: Rev. D

Reference Guide. Dell Wyse Enhanced SUSE Linux Enterprise SP2 INI Files. Issue: PN: Rev. D Reference Guide Dell Wyse Enhanced SUSE Linux Enterprise SP2 INI Files Issue: 022014 PN: 883933-02 Rev. D Copyright Notices 2014, Dell Inc. All Rights Reserved. This manual and the software and firmware

More information

Reference Guide. Dell Wyse Enhanced SUSE Linux Enterprise SP2/SP3 INI Files. Issue: PN: Rev. F

Reference Guide. Dell Wyse Enhanced SUSE Linux Enterprise SP2/SP3 INI Files. Issue: PN: Rev. F Reference Guide Dell Wyse Enhanced SUSE Linux Enterprise SP2/SP3 INI Files Issue: 072214 PN: 883933-02 Rev. F Copyright Notices 2014, Dell Inc. All Rights Reserved. This manual and the software and firmware

More information

Reference Guide. Wyse Enhanced SUSE Linux Enterprise SP1 INI Files. Issue: PN: Rev. F

Reference Guide. Wyse Enhanced SUSE Linux Enterprise SP1 INI Files. Issue: PN: Rev. F Reference Guide Wyse Enhanced SUSE Linux Enterprise SP1 INI Files Issue: 110212 PN: 883933-01 Rev. F Copyright Notices 2012, Wyse Technology Inc. All rights reserved. This manual and the software and firmware

More information

Parameters for WLX INI and $MAC INI Files

Parameters for WLX INI and $MAC INI Files CHAPTER 2 s for WLX INI and $MAC INI Files This chapter describes the supported parameters that you can use in a wlx.ini file and in a $MAC.ini file. Tip For information to help you construct and use the

More information

Parameters for WLX INI and $MAC INI Files

Parameters for WLX INI and $MAC INI Files CHAPTER 2 This chapter describes the supported parameters that you can use in a wlx.ini file and in a $MAC.ini file. Tip For information to help you construct and use the supported INI files, see Chapter

More information

Dell Wyse Enhanced SUSE Linux Enterprise Release 11 SP3 INI Guide

Dell Wyse Enhanced SUSE Linux Enterprise Release 11 SP3 INI Guide Dell Wyse Enhanced SUSE Linux Enterprise Release 11 SP3 INI Guide Notes, cautions, and warnings A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Connectivity options configuration

Connectivity options configuration Global Connection Settings dialog box, page 1 Connectivity options access, page 5 Advanced details about ICA and RDP connections, page 18 Global Connection Settings dialog box While it is not recommended

More information

Dell Wyse ThinLinux. Version 2.1 Administrator s Guide

Dell Wyse ThinLinux. Version 2.1 Administrator s Guide Dell Wyse ThinLinux Version 2.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

VXC Manager Package Creation and Installation

VXC Manager Package Creation and Installation VXC Manager Package Creation and Installation Document ID: 117702 Contributed by Cedric Van Labeke, Cisco TAC Engineer. Aug 01, 2014 Contents Introduction Install the Firmware Introduction This document

More information

Dell Wyse ThinLinux. Version 2.0 Administrator s Guide

Dell Wyse ThinLinux. Version 2.0 Administrator s Guide Dell Wyse ThinLinux Version 2.0 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

ICA and RDP Connect options

ICA and RDP Connect options ICA Connect options, page 1 RDP Connect options, page 7 ICA Connect options This section describes the supported options used for ICA connections (after you use the Connect=ICA parameter/selection). Important

More information

Device Manager. Managing Devices CHAPTER

Device Manager. Managing Devices CHAPTER 2 CHAPTER This chapter describes how to perform routine device management tasks using the Administrator Console. It provides information on managing the devices within your Cisco VXC Manager environment.

More information

ICA and RDP connection options

ICA and RDP connection options ICA Connect s, page 1 RDP Connect s, page 8 ICA Connect s This section describes the supported options used for ICA connections (after you use the Connect=ICA parameter/selection). Important If an option

More information

Dell Wyse ThinLinux Version 2.1 Release Notes

Dell Wyse ThinLinux Version 2.1 Release Notes Rev. A00 2018-12 Software releases are created to correct defects, make enhancements, or add new features. These releases are tested on all current, actively shipping platforms and operating systems as

More information

Dell Wyse Management Suite. Version 1.0 Administrator s Guide

Dell Wyse Management Suite. Version 1.0 Administrator s Guide Dell Wyse Management Suite Version 1.0 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Configuration Manager

Configuration Manager CHAPTER 7 This chapter describes how to perform routine Cisco VXC Manager configuration management tasks using the Administrator Console. It provides information on managing the configuration settings

More information

Set Up Cisco ISE in a Distributed Environment

Set Up Cisco ISE in a Distributed Environment Cisco ISE Deployment Terminology, page 1 Personas in Distributed Cisco ISE Deployments, page 2 Cisco ISE Distributed Deployment, page 2 Configure a Cisco ISE Node, page 5 Administration Node, page 8 Policy

More information

Dell Wyse ThinOS Release Administrator s Guide

Dell Wyse ThinOS Release Administrator s Guide Dell Wyse ThinOS Release 8.3.2 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell Wyse 5060 Thin Client User Guide

Dell Wyse 5060 Thin Client User Guide Dell Wyse 5060 Thin Client User Guide Regulatory Model: N07D Regulatory Type: N07D001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Dell Wyse 3040 Thin Client

Dell Wyse 3040 Thin Client Dell Wyse 3040 Thin Client User Guide Regulatory Model: N10D Regulatory Type: N10D001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Dell Wyse Latitude 3480 Mobile Thin Client

Dell Wyse Latitude 3480 Mobile Thin Client Dell Wyse Latitude 3480 Mobile Thin Client User Guide Regulatory Model: P79G Regulatory Type: P79G001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better

More information

Dell Wyse Management Suite. Version 1.1 Administrator s Guide

Dell Wyse Management Suite. Version 1.1 Administrator s Guide Dell Wyse Management Suite Version 1.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

LeTOS Administrator Guide Documentation

LeTOS Administrator Guide Documentation LeTOS Administrator Guide Documentation Release 1.3.0 Lenovo November 15, 2016 Contents 1 Introduction 2 1.1 What is LeTOS?........................................ 2 1.2 LeTOS Features........................................

More information

Dell Wyse Management Suite. Version 1.2 Administrator s Guide

Dell Wyse Management Suite. Version 1.2 Administrator s Guide Dell Wyse Management Suite Version 1.2 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell Wyse Enhanced Ubuntu Linux INI Guide for T50

Dell Wyse Enhanced Ubuntu Linux INI Guide for T50 Dell Wyse Enhanced Ubuntu Linux INI Guide for T50 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Accessing Applications with the Application Browser

Accessing Applications with the Application Browser CHAPTER 4 Accessing Applications with the Application Browser This chapter provides detailed information about using the Application Browser to access the applications, audio and video, and system features

More information

Installation and Deployment

Installation and Deployment Deployment and Installation Workflow, page 1 Install Cisco VXME Components Workflow, page 2 Set up the Hosted Virtual Desktops Workflow, page 3 Download the Cisco VXME Client Add-on, page 4 Download the

More information

Cisco VXC PCoIP Configuration

Cisco VXC PCoIP Configuration As a user or administrator you can interact with your Cisco VXC clients through the embedded HTTPS web interface (the Administrative Web Interface) and On Screen Display (OSD). Users can connect or disconnect

More information

Set Up Cisco ISE in a Distributed Environment

Set Up Cisco ISE in a Distributed Environment Cisco ISE Deployment Terminology, page 1 Personas in Distributed Cisco ISE Deployments, page 2 Cisco ISE Distributed Deployment, page 2 Configure a Cisco ISE Node, page 5 Administration Node, page 8 Policy

More information

Dell Wyse Management Suite. Version 1.3 Administrator s Guide

Dell Wyse Management Suite. Version 1.3 Administrator s Guide Dell Wyse Management Suite Version 1.3 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

KACE Systems Deployment Appliance 5.0. Administrator Guide

KACE Systems Deployment Appliance 5.0. Administrator Guide KACE Systems Deployment Appliance 5.0 Administrator Guide Table of Contents About the KACE Systems Deployment Appliance...10 Getting started... 11 Tasks for getting started using the KACE SDA... 11 About

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

wlx.ini, $MAC.ini, and {username}.ini File Parameters

wlx.ini, $MAC.ini, and {username}.ini File Parameters wlx.ini, $MAC.ini, and {username}.ini File s This chapter provides the supported parameters that you can use in a wlx.ini file, a $MAC.ini file, and in a {username}.ini file. Important The underlined value

More information

AVWorks. Installer/User Guide

AVWorks. Installer/User Guide AVWorks Installer/User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the literature accompanying the appliance.

More information

Administrator's Guide HP ThinPro

Administrator's Guide HP ThinPro Administrator's Guide HP ThinPro Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Windows is a trademark of Microsoft Corporation

More information

Dolby Conference Phone 3.1 configuration guide for West

Dolby Conference Phone 3.1 configuration guide for West Dolby Conference Phone 3.1 configuration guide for West 17 January 2017 Copyright 2017 Dolby Laboratories. All rights reserved. For information, contact: Dolby Laboratories, Inc. 1275 Market Street San

More information

Managing the VPN Client

Managing the VPN Client Managing the VPN Client This chapter explains the tasks you can perform to manage connection entries, view and manage event reporting, and upgrade or uninstall the VPN Client software. The management features

More information

Using VMware View Client for Mac

Using VMware View Client for Mac May 2012 View Client for Mac This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Dolby Conference Phone. Configuration guide for BT MeetMe with Dolby Voice

Dolby Conference Phone. Configuration guide for BT MeetMe with Dolby Voice Dolby Conference Phone Configuration guide for BT MeetMe with Dolby Voice Version 3.2 17 May 2017 Copyright 2017 Dolby Laboratories. All rights reserved. Dolby Laboratories, Inc. 1275 Market Street San

More information

Configuring Cisco TelePresence Manager

Configuring Cisco TelePresence Manager CHAPTER 3 Revised: November 27, 2006, First Published: November 27, 2006 Contents Introduction, page 3-1 System Configuration Tasks, page 3-2 Security Settings, page 3-3 Database, page 3-4 Room Phone UI,

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Dell Wyse 5060 Thin Client

Dell Wyse 5060 Thin Client Dell Wyse 5060 Thin Client User Guide Regulatory Model: N07D Regulatory Type: N07D001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

AST2500 ibmc Configuration Guide

AST2500 ibmc Configuration Guide AST2500 ibmc Configuration Guide Version 1.0b Copyright Copyright 2017 MITAC COMPUTING TECHNOLOGY CORPORATION. All rights reserved. No part of this manual may be reproduced or translated without prior

More information

Cisco NAC Appliance Agents

Cisco NAC Appliance Agents 10 CHAPTER This chapter presents overviews, login flow, and session termination dialogs for the following Cisco NAC Appliance access portals: Cisco NAC Agent, page 10-1 Cisco NAC Web Agent, page 10-28

More information

About the XenClient Enterprise Solution

About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution XenClient Enterprise is a distributed desktop virtualization solution that makes

More information

Configuring and Using AMT on TS130. Lenovo ThinkServer

Configuring and Using AMT on TS130. Lenovo ThinkServer Lenovo ThinkServer August 31, 2011 Contents Overview... 3 Enabling and Configuring AMT on TS130... 3 Provisioning AMT on TS130 Using Manual Configuration Method... 4 AMT Configuration with Web Interface...

More information

KACE Systems Deployment Appliance (K2000) 4.1. Administrator Guide

KACE Systems Deployment Appliance (K2000) 4.1. Administrator Guide KACE Systems Deployment Appliance (K2000) 4.1 Administrator Guide Table of Contents About the KACE Systems Deployment Appliance (K2000)... 9 Getting started... 10 Tasks for getting started using the K2000

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Policy User Interface Reference

Policy User Interface Reference Authentication, page 1 Authorization Policy Settings, page 4 Endpoint Profiling Policies Settings, page 5 Dictionaries, page 9 Conditions, page 11 Results, page 22 Authentication This section describes

More information

Installation and Deployment

Installation and Deployment Download the Cisco Virtualization Experience Media Engine Add-on, page 2 Download Cisco VXME Utilities, page 2 Create a Cisco VXC Manager Package, page 3 Create a Dell Wyse Device Manager Package, page

More information

Echo Management Console. Administration Guide

Echo Management Console. Administration Guide Echo Management Console Administration Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps to make better use of the product. CAUTION: A CAUTION indicates potential

More information

Administrator Guide. HP ThinPro 6.2

Administrator Guide. HP ThinPro 6.2 Administrator Guide HP ThinPro 6.2 Copyright 2017 HP Development Company, L.P. Citrix and XenDesktop are trademarks of Citrix Systems, Inc. and/or one more of its subsidiaries, and may be registered in

More information

MAGNUM-SDVN Security Administration Manual

MAGNUM-SDVN Security Administration Manual MAGNUM-SDVN Security Administration Manual Revision 19: November 21, 2017 Contents Overview... 3 Administrative Access... 4 Logging Into Terminal Locally... 4 Logging Out Of Local Terminal... 4 Logging

More information

HP Management Integration Framework 1.7

HP Management Integration Framework 1.7 HP Management Integration Framework 1.7 Administrator Guide Abstract This document describes the use of HP Management Integration Framework interfaces and is intended for administrators involved in the

More information

COS6.20 Cloud Client User Manual

COS6.20 Cloud Client User Manual COS 6.20 Cloud Client User Manual Date: 2015-05 Centerm Information Co., Ltd Copyright Centerm Information Co., Ltd. 2002-2015. All rights reserved. The information contained in this document is subject

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

ApplicationServer XG Version 11. Last updated:

ApplicationServer XG Version 11. Last updated: ApplicationServer XG Version 11 Last updated: 2013-10-09 Table of Contents Introduction to 2X ApplicationServer... 1 What is 2X ApplicationServer?... 1 How does it work?... 1 About This Document... 1 Introduction...

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Deploy the ExtraHop Discover Appliance 1100

Deploy the ExtraHop Discover Appliance 1100 Deploy the ExtraHop Discover Appliance 1100 Published: 2018-07-17 The following procedures explain how to deploy an ExtraHop Discover appliance 1100. System requirements Your environment must meet the

More information

Dell Wyse Management Suite 1.2 Release Notes

Dell Wyse Management Suite 1.2 Release Notes Rev. A00 2018-06 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

Guest Access User Interface Reference

Guest Access User Interface Reference Guest Portal Settings, page 1 Sponsor Portal Application Settings, page 17 Global Settings, page 24 Guest Portal Settings Portal Identification Settings The navigation path for these settings is Work Centers

More information

Configure Cisco Jabber

Configure Cisco Jabber Learn how to configure Cisco Jabber and review the configuration parameters you can set. Introduction to Client Configuration, page 1 Configure Client on Cisco Unified Communications Manager, page 2 Create

More information

Wyse Converter for PCs. Version 1.0 Administrator s Guide

Wyse Converter for PCs. Version 1.0 Administrator s Guide Wyse Converter for PCs Version 1.0 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Getting Started with VMware View View 3.1

Getting Started with VMware View View 3.1 Technical Note Getting Started with VMware View View 3.1 This guide provides an overview of how to install View Manager components and provision virtual desktops. Additional View Manager documentation

More information

Installation. Installation Overview. Installation and Configuration Taskflows CHAPTER

Installation. Installation Overview. Installation and Configuration Taskflows CHAPTER CHAPTER 4 Overview, page 4-1 Navigate the Wizard, page 4-7 Install and Configure Cisco Unified Presence, page 4-7 Perform a Fresh Multi-Node, page 4-15 Overview Cisco Unified Presence supports the following

More information

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Copyright and Trademark Notices

Copyright and Trademark Notices Copyright and Trademark Notices Copyright 2011 VXL Instruments Limited. All Rights Reserved. Information in this document is subject to change without prior notice and does not represent a commitment on

More information

VMware Horizon Client for Windows User Guide. Modified on 03 OCT 2017 VMware Horizon Client for Windows 4.6 VMware Horizon Client for Windows 4.6.

VMware Horizon Client for Windows User Guide. Modified on 03 OCT 2017 VMware Horizon Client for Windows 4.6 VMware Horizon Client for Windows 4.6. VMware Horizon Client for Windows User Guide Modified on 03 OCT 2017 VMware Horizon Client for Windows 4.6 VMware Horizon Client for Windows 4.6.1 VMware Horizon Client for Windows User Guide You can find

More information

Polycom Better Together over Ethernet Connector 3.8.0

Polycom Better Together over Ethernet Connector 3.8.0 RELEASE NOTES 3.8.0 June 2018 3725-69895-009A Polycom Better Together over Ethernet Connector 3.8.0 Applies to Polycom VVX 200 Series, 300 Series, 400 Series, 500 Series, and 600 Series Business Media

More information

WinClient Remote Manager USER S MANUAL. Revision: WRM /10/22

WinClient Remote Manager USER S MANUAL. Revision: WRM /10/22 WinClient Remote Manager USER S MANUAL Revision: WRM 2.1 2002/10/22 Copyright This manual and any accompanying software and firmware are copyrighted. No parts of this publication may be reproduced, stored

More information

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418 This chapter describes how to maintain the configuration and firmware, reboot or reset the security appliance, manage the security license and digital certificates, and configure other features to help

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

What s New for Enterprise and Education ios 11, macos High Sierra 10.13, tvos 11, and deployment tools and services

What s New for Enterprise and Education ios 11, macos High Sierra 10.13, tvos 11, and deployment tools and services What s New for Enterprise and Education ios 11, macos High Sierra 10.13, tvos 11, and deployment tools and services September 2017 Introduction This document is a summary of what s new in ios 11, macos

More information

Cloud Desktop OS Quick Start Guide

Cloud Desktop OS Quick Start Guide Cloud Desktop OS Quick Start Guide Cloud Desktop OS and About Cloud Desktop OS Cloud Desktop OS is a secure operating system pre-installed on your ClearCube thin client. The operating system enables thin

More information

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways.

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways. SUSE Cloud Admin Appliance Walk Through First before you proceed with deploying the Admin Appliance you must go through and answer the questionnaire to ensure you have an idea of the scope of the project

More information

Dell Wyse 3030 LT User Guide

Dell Wyse 3030 LT User Guide Dell Wyse 3030 LT User Guide Regulatory Model: N06D Regulatory Type: N06D001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Cisco TelePresence VCS Cluster Creation and Maintenance

Cisco TelePresence VCS Cluster Creation and Maintenance Cisco TelePresence VCS Cluster Creation and Maintenance Deployment Guide Cisco VCS X8.5 Cisco TMS 13.2 or later December 2014 Contents Introduction 4 Prerequisites 5 Upgrading an X7.1 or later cluster

More information

Managing External Identity Sources

Managing External Identity Sources CHAPTER 5 The Cisco Identity Services Engine (Cisco ISE) integrates with external identity sources to validate credentials in user authentication functions, and to retrieve group information and other

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Wyse Converter for PCs. Version 2.0 Administrator s Guide

Wyse Converter for PCs. Version 2.0 Administrator s Guide Wyse Converter for PCs Version 2.0 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Setting Up Cisco SSC. Introduction CHAPTER

Setting Up Cisco SSC. Introduction CHAPTER CHAPTER 2 This chapter provides an overview of the Cisco Secure Services Client and provides instructions for adding, configuring, and testing the user profiles. This chapter contains these sections: Introduction,

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams CCS-UC-1-T Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams Supplemental Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers

More information

Windows CE 6.0 Administrator's Guide HP Thin Client t5540 and t5550. Build or higher

Windows CE 6.0 Administrator's Guide HP Thin Client t5540 and t5550. Build or higher Windows CE 6.0 Administrator's Guide HP Thin Client t5540 and t5550 Build 6.05.651 or higher Copyright 2010 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

TSS-7/TSS-10 7" and 10.1" Room Scheduling Touch Screens

TSS-7/TSS-10 7 and 10.1 Room Scheduling Touch Screens TSS-7/TSS-10 7" and 10.1" Room Scheduling Touch Screens Supplemental Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron Service Providers

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Title: Getting Started with ESX Server 3i Embedded Revision: 20071022 Item: VMW-ENG-Q407-430 You can

More information

Users Guide. Wyse PocketCloud TM. Issue: PN: Rev. F

Users Guide. Wyse PocketCloud TM. Issue: PN: Rev. F Users Guide Wyse PocketCloud TM Issue: 083010 PN: 883930-01 Rev. F Copyright Notices 2010, Wyse Technology Inc. All rights reserved. This manual and the software and firmware described in it are copyrighted.

More information

Alternative Desktop Computing. Inspect all parts visually for damage. If anything is damaged, please contact

Alternative Desktop Computing. Inspect all parts visually for damage. If anything is damaged, please contact TC5Xc, TC5Dc Mount the thin client in its vertical orientation for best performance. If it is necessary to mount the unit horizontally, make sure the unit is properly ventilated. Improper mounting can

More information

Controller Installation

Controller Installation The following describes the controller installation process. Installing the Controller, page 1 Controller Deployment, page 2 Controller Virtual Hard Disk Storage, page 4 Custom Controller Web UI Certificates,

More information

Workspace ONE Chrome OS Platform Guide. VMware Workspace ONE UEM 1811

Workspace ONE Chrome OS Platform Guide. VMware Workspace ONE UEM 1811 Workspace ONE Chrome OS Platform Guide VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

VMware Horizon Client for Chrome Installation and Setup Guide. 15 JUNE 2018 VMware Horizon Client for Chrome 4.8

VMware Horizon Client for Chrome Installation and Setup Guide. 15 JUNE 2018 VMware Horizon Client for Chrome 4.8 VMware Horizon Client for Chrome Installation and Setup Guide 15 JUNE 2018 VMware Horizon Client for Chrome 4.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Cisco Expressway Cluster Creation and Maintenance

Cisco Expressway Cluster Creation and Maintenance Cisco Expressway Cluster Creation and Maintenance Deployment Guide Cisco Expressway X8.6 July 2015 Contents Introduction 4 Prerequisites 5 Upgrading an X8.n cluster to X8.6 6 Prerequisites 6 Upgrade Expressway

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Cisco TelePresence Conductor with Cisco VCS (Policy Service)

Cisco TelePresence Conductor with Cisco VCS (Policy Service) Cisco TelePresence Conductor with Cisco VCS (Policy Service) Deployment Guide TelePresence Conductor XC3.0 Cisco VCS X8.x Revised January 2015 Contents Introduction 5 About the Cisco TelePresence Conductor

More information