Patches & Updates
Deploy and monitor updates to all of your systems through Sun from anywhere you have an Internet connection.
Start today with Knowledge-based software update services for Solaris and Linux.
Patches:
Download Patch (3136419 bytes): HTTP 
Download Signed Patch (3140590 bytes): HTTP 
Signed Patch Documentation  Patch Finder

Obsoleted by: 127561-05 Sun Virtual Desktop Connector version 1.0 RHELAS4.0 SLES9.0 Patch Update


Disclaimer: 

Please note: Although OBSOLETED patches are available on SunSolve, Sun recommends using the most recent patches and the most recent revision of those patches. OBSOLETED patches do not include the latest bug fixes and/or product enhancements, and may require the installation of additional patches as a corrective measure.

Status: OBSOLETE
Patch Id: 127561-03
***********************************************************************
READ THE TERMS OF THE AGREEMENT ("AGREEMENT") IN THE LEGAL_LICENSE.TXT
FILE CAREFULLY BEFORE USING THIS SOFTWARE. BY USING THE SOFTWARE, YOU
AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE
TERMS, PROMPTLY DESTROY THE UNUSED SOFTWARE.
***********************************************************************
Summary: Obsoleted by: 127561-05 Sun Virtual Desktop Connector version 1.0 RHELAS4.0 SLES9.0 Patch Update
Date:  Jan/16/2009
Installation Requirements:
Additional instructions may be listed below
Solaris Release: Note: RedHat SUSE
Sun OS Release: Note: RHELAS4.0 SLES9.0
Unbundled Product: Sun Virtual Desktop Connector
Unbundled Release: 1.0
Xref: This patch available for SUNOS 5.10 as 127559-03, for 5.10_x86 as 127560-03 and for Microsoft Windows as 138482-03
Topic: 
Relevant Architecture: i386
BugId's fixed with this patch:

6650027 6672114 6675420 6685500 6687257 6691333 6694759 6694761 6706634 6709313 6710031 6710038 6710050 6711633 6714371 6731373 6731375 6731386 6736783 6745813 6752948 6758284 6758696 6762429 6763389 6768489 6770583 6771149 6777673 6778423

Changes incorporated in this version:

6758284 6758696 6762429 6763389 6768489 6770583 6771149 6777673 6778423

Patches accumulated and obsoleted by this patch:

Patches which conflict with this patch: 

Required Patches:

Obsoleted by:
 
Files Included in this Patch: 
Note:	SUNWvda-admin-1.0-54.10.i386.rpm
	SUNWvda-admin-libs-fr-1.0-54.10.i386.rpm
	SUNWvda-admin-libs-ja-1.0-54.10.i386.rpm
	SUNWvda-admin-libs-zh-1.0-54.10.i386.rpm
	SUNWvda-client-1.0-54.10.i386.rpm
	SUNWvda-kiosk-1.0-54.10.i386.rpm
	SUNWvda-service-1.0-54.10.i386.rpm
Problem Description: 
6758284 vms leave factory too soon
6758696 VMs with reuse policy gets recycled even when user logged in, in a scenario mentioned in description
6762429 ESC: Windows application launch script vda-wcpwts.exp is not compatible with SGD 4.41 or later
6763389 ESC - VDA Client fails to retrieve network address of (VMs) with space character(s) in name.
6768489 Users are being logged into another users VM
6770583 Intervals of 0 result in many open ( TIME_WAIT ) ports on VC and connection exceptions
6771149 Sun Ray 4.1 num lock key does not work with VMware via kiosk mode with XKB enabled
6777673 VDA Service fails to reconnect to SGD IF SGD is restarted.
6778423 Further tests required to check VM suitability for use
 
(from 127561-02)
6709313 ESC: Securing SOAP Connection in SGD stops VDA service.
6714371 Searching a VM located in a pool fails if you don't specify the pool
6731373 vc agent runs out of memory
6731375 VMs not removed from AD domain on deletion
6731386 revert to snapshot always results in a vm which is not running
6736783 ESC: can not configure VDC when there are more than 1 server in an SGD array
6745813 listing vms appears to hang
6752948 Domain tab needs localisation
 
(from 127561-01)
6650027 When assigning to a pool a VM previously assigned to a owner, it should be renamed
6672114 VMs will always be suspended during recycling ignoring the VM power options
6675420 VDA Agent cannot be installed on non-english Windows versions
6685500 When upgrading SGD installation vda-config does not detect it
6687257 VMs will not be renamed back to their original name during recycling when recycle policy is "reuse"
6691333 Select template dialog has javascript errors when clicking on tree node icons
6694759 It is not possible to assign a VM to a domain user
6694761 Pools are created across datacenters
6706634 reload action on Pools table is wrong
6710031 VMs will be recycled although somebody is actually logged in to the guest OS
6710038 With recycle policy is "reuse" VMs might be recycled accidentially
6710050 VMs that have been requested but where nobody ever logged in will not be recycled
6711633 UI: The Virtual Machines page takes too long to load.
Revision History: 

127561-01 127561-02

Patch Installation Instructions: 
-------------------------------- 
 
1. Stopping the VDA services
 
	Before installing this patch you should stop the VDA service and
	the VDA admin ui, to do so type the following commands as root:
 
	  # /opt/SUNWvda/sbin/vda-service stop
	  # /opt/SUNWvda/sbin/vda-webadmin stop
 
	NOTE: Users will not be able to connect new sessions to virtual
	  desktops while the service is stopped. Existing sessions will be
	  unaffected.
 
2. Installing the patch
 
	To install this patch, run the following command for each RPM:
 
	rpm --nodeps -F 'rpmname'
 
	Consult the rpm(1) man page for more details.
 
3. Restarting the VDA services
 
	After installing this patch you should start the VDA service and
	the VDA admin ui, to do so type the following commands as root:
 
	  # /opt/SUNWvda/sbin/vda-service start
	  # /opt/SUNWvda/sbin/vda-webadmin start
 
 
    NOTE: For this patch to work properly you have to install the patched
    versions of vda-agent.msi on the agent and vda-tools.msi on the virtual
    machines that are provided in this patch release.
Special Install Instructions: 
----------------------------- 
1. Securing SOAP Connection in SGD stops VDA service
 
  The VDA webserver and the VDA service need to be made aware of the certificates
  used to secure the SOAP connections on SGD side. This can be done with these
  two command lines (they work for 4.40 and 4.41):
 
    # /opt/tarantella/bin/jre/bin/keytool -import -file <your_key_file> \
      -keystore /etc/opt/SUNWvda/webadmin/keystore \
      -storepass <keystore_password> \
      -alias <your_hostname_alias>
 
    # ln -s /etc/opt/SUNWvda/webadmin/keystore /var/opt/SUNWvda/service-keystore
 
  NOTE: The default keystore password is "changeit"
 
 
 
2. Virtual machines not removed from Active Directory domain on deletion
 
  With this release we have included the ability to automatically remove
  Computer entries from Active Directory for virtual machines deleted by the
  Virtual Desktop Connector. The following steps are necessary to enable this
  functionality.
 
    a. Log in to the Sun Virtual Desktop Connector administrator console
 
    b. Select the "Advanced Settings" tab
 
    c. Select the "Domain" tab
 
    d. Enter the fully qualified domain name of your Active Directory Domain
    and the user name and password of a user with sufficient access rights to
    connect to Active Directory and remove relevant Computer entries.
 
    e. Click Save
 
3. Using Sun Secure Global Desktop arrays of two or more hosts making use of
   the Sun Secure Global Desktop data store
 
  During Sun Virtual Desktop Connector configuration, the SGD data store user
  supplied *must* be unique across all hosts in the array.  The data store user
  is the UNIX user supplied to vda-config that belongs to the 'ttaserv' group.
  For example, in a '3' host SGD array the first host would specify 'vdauser1',
  the second host 'vdauser2' and the third 'vdauser3'.
 
NOTE: This patch is for the Sun Virtual Desktop Connector 1.0 
component.
 
Required Patches
----------------
 
Warnings & Errors
-----------------

README -- Last modified date:  Tuesday, April 28, 2009

 
 
Login Required

You must login and have a valid contract to access Sun's Premium content which includes:

  • Sun Alerts
  • Bugs
  • Patches
  • Solutions
  • White Papers
  • Documentation
  • Support Knowledge

Login Required

You must login and have a valid contract to access Sun's contracted features

Access Legend:

(Login to access)   Sun Contracted Content
(Login to access)   Sun Contracted Feature

Please make use of SunSolve Feedback application by selecting the floating [+] to provide feedback about this specific document.

Search

Article Details
Article ID : 127561-03
Article Type : Patch Descriptions
Last reviewed : 2009-04-28
Audience : PUBLIC
Keywords : sun virtual desktop connector update patch linux rhelas4.0 sles9.0
Provide feedback  (help)
Page Tools
»  Print This Page
»  Email This Article
»  Bookmark This Article
 
Contact About Sun News & Events Employment Site Map Privacy Terms of Use Trademarks Copyright Sun Microsystems, Inc. | SunSolve Version 7.4.0 #1