rdesktop single application mode VMware Vsphere Client


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu rdesktop single application mode VMware Vsphere Client
# 1  
Old 04-19-2012
rdesktop single application mode VMware Vsphere Client

I have tried every possibilty that I can think of and cant get rdesktop using single application mode to work. I have tried with paths and without.

Testing other apps:

PHP Code:
rdesktop -u username -p password -d localdomain.local -g 1024x768 -'notepad.exe' 10.7.0.14 
PHP Code:
rdesktop -g 1024x768 -"C:\\Program Files\\Internet Explorer\\iexplore.exe" 10.7.0.14 -u username -p password 
PHP Code:
rdesktop -g 1024x768 -"C:\Program Files\Internet Explorer\iexplore.exe" 10.7.0.14 -u username -p password 
I tired using seamlessrdp:

PHP Code:
rdesktop -g 1024x768 --"c:\seamlessrdp\seamlessrdpshell.exe C:\Program Files\Internet Explorer\iexplore.exe" -u username -p password 10.7.0.14 
Actually trying to access VMare Vsphere Client installed on a Windows XP target

PHP Code:
rdesktop -g 1024x768 -"C:\\Program Files\\VMware\\Infrastructure\\Virtual Infrastructure Client\\Launcher\\VpxClient.exe" 10.7.0.14 -u username -p password 
????
__________________

Last edited by metallica1973; 04-19-2012 at 03:57 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

From a C++ application how to find if a hpux host is in standard mode or trusted mode

is there a way for my C++ application to find out which mode the hpux OS is running in? standard mode or trusted mode. (3 Replies)
Discussion started by: einsteinBrain
3 Replies

2. UNIX and Linux Applications

Ability to use vSphere client to monitor guest VMs on my laptop

Hi guys. I'm a newbie to VMs. What I want to achieve is that I create VMs on my laptop that I can monitor and access using vSphere client. I am using an Acer laptop with intel processor. Which hypervisor will i need ? How do I need to install it ? Is these any free solution ? ... (2 Replies)
Discussion started by: Junaid Subhani
2 Replies

3. Solaris

Single user mode

Hi all I am new on sun OS. I have have little experience on linux. The Story start from this point: I want to put some script on start-up the terminal, but I cant do that. my shell was sh and I tried so much to find way to do that. at last someone said to me change your shell to bash. I ask how... (4 Replies)
Discussion started by: Rahim_T
4 Replies

4. UNIX and Linux Applications

VMware View Client Connection Issues

I installed the VMware View Client for Linux in Ubuntu and whenever I try and connect I recieve: Untrusted View Connection: Failed to connect to the View Connection Server. The server provided an invalid certificate. The certificate authority is invalid or incorrect. Having access to... (2 Replies)
Discussion started by: metallica1973
2 Replies

5. UNIX for Advanced & Expert Users

VMware View Client

We have several ESXI 5.0 servers in our environment and am really tired of firing up my windows 7 VM and using Vsphere client to be able to see the "VM's". I looked into using VMware View Client for linux and have never been able to get it to work. When I connect, I get: Untrust View Connection:... (0 Replies)
Discussion started by: metallica1973
0 Replies

6. UNIX for Advanced & Expert Users

What is the difference between single line mode and multiline mode in Regular expressions?

Hi All, Can please let me know what is the difference between the single line mode and multi line mode in regular expresions? Thanks, Chidhambaram B (3 Replies)
Discussion started by: chidhu.anu
3 Replies

7. Linux

How to get system mode & serial number under vmware/linux?

The system is under VMware control and the OS is CenOS 4.6. The command dmidecode does not display system mode and serial number as usual. How can I get the info from CenOS Linux? Thank you! (1 Reply)
Discussion started by: aixlover
1 Replies

8. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

9. AIX

Boot in Single-Mode

Hi All, I have AIX 5.1 & I forgot the root password. I find out the solution is to boot in single-mode and remove the root password from the /etc/passwd file. My question is how to boot in single-mode? Also is there any password required when booting in this mode? (9 Replies)
Discussion started by: aldowsary
9 Replies

10. UNIX for Dummies Questions & Answers

Single user mode

Hi all, Well back at work and back to crashing systems again :-) Does anyone know where I can find some decent information on single user mode? I need to be able to fix a few things. Don't know if it's possible in single user mode but I need to fix the "etc/vfstab" mainly I re-wrote it to... (2 Replies)
Discussion started by: merlin
2 Replies
Login or Register to Ask a Question