Trying out Sun VDI & SGD
807578Jan 12 2010 — edited Jan 25 2010Dear all,
Myself and colleague are trying out VDI & SGD software. My colleague is doing the VDI part and i am doing SGD.
Based on Wikis i had done the following steps:
1) Create a Windows Application Object:
# /opt/tarantella/bin/tarantella object new_windowsapp name ".../_ens/o=applications/cn=Sun VDI Desktop" width 1200 height 1000 maxinstances 1 login windows.exp displayusing kiosk --maximize true
2) Configure an application server for the new Application Object:
A) However, if you need to create a host object, use the following command:
# /opt/tarantella/bin/tarantella object new_host name ".../_ens/o=appservers/cn=essvr02" address "essvr02.domain.com"
B) To assign the host object to an application object: :
#/opt/tarantella/bin/tarantella object add_host name ".../_ens/o=applications/cn=Sun VDI Desktop" host ".../_ens/o=appservers/cn=essvr02"
3) Assign the new Application Object to the users that need to access a Sun VDI Desktop:
# /opt/tarantella/bin/tarantella object add_member --name ".../_ens/o=applications/cn=Applications" \
--member ".../_ens/o=applications/cn=Sun VDI Desktop"
Then, i successfully log in to SGD webtop and when i click VDI Desktop app, the kiosk launched with while color screen and few seconds killed.
1) Why i don't see any available desktop?
2) Do i have to enter any Application Command for VDI Desktop app, like dtterm has /usr/dt/bin/dtterm command?
3) What should my colleague do or create on his VDI server?
Any advise is more than welcome.
Thanks.