The problem is, that we want a simple way of solving future problems on the server and the biggest reason for installing a GUI is the handy explorer included.
(Isn't it possible to only start gnome when needed)
Main Topics
Browse All TopicsHow can we install gnome on Vmware ESX 3.5
We tried:
yum install gnome, but the following error occurred:
"Insufficient server config - no servers found, aborting"
How do we solve this?
Thanks in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I agree with bleeuwen. Do not install Gnome on your ESX box, use VI client. It will take up resources on your host and increase the complexity of troubleshooting problems (as you are introducing non-ESX software). VMware support engineers may give you less support because of instaling Gnome. VI client provides a remote GUI tool to manage all aspects of your ESX host(s). Rarely is anything else needed or recommended to troubleshoot. ESX is very stable and tinkering around with the filesystem is not recommended or supported. As Bleeuwen mentioned, you can use WinSCP to remotely browse the filesystem (we use Putty).
@rindi:
ok I'll look for that and hope a installer can be downloaded instead of using the yum install lists, that are empty in ESX. (because samba wasn't in that either)
@bleeuwen:
I know that esx hosts can be managed that way,
Is the SCPserver as default activated on a linux or ESX server?
can someone tell me how to download gnome using wget and install it?
Ok, you have convinced me not installing gnome,
I like putty too, but i'm not finding it easy to copy a file from and to the server, now I'm using apt-get for this, not really handy...
maybe a samba share is an option, is it a good choice installing webmin (for managing samba and shorewall or iptables) and a shorewall firewall?
(when I'm back at work, I'll try WinSCP, it's using SSH I suppose?)
SCP does indeed use SSH. It is secure copy protocol. It isn't really for issuing commands to the remote OS. You would use SSH (Putty) for that. Webmin is not a good choice for all of the reasons we mentioned above.
For copying files use WinSCP. It is a GUI product that will let you copy files back and forth from your ESX server to your Windows management machine. http://winscp.net/eng/inde
Again, with the firewall, why would you use a third-party management product? In Virtual Infrastructure, you can transfer files from your datastores to your management machine, reboot the ESX host, reconfigure all settings (basically), configure basic firewall settings (Security Profile), and many other features. You should configure the firewall, if necessary, through the VI client. ESX uses a special firewall command called esxcfg-firewall. Installing all of this extra stuff won't really add any features and will probably cause lots of issues down the road. ESX is only as stable as you let it be. Only use VMware approved commands and management tools (VI client or web access). I just don't get what these tools would add the VI client doesn't already do.
Here is the simplest way to easily copy files between ESX servers and also WIN<->ESX: http://veeam.com/vmware-es
But why not use following built-in functionality: "scp filename user@another.esx.server:/d
Actually, in 3.5 you can use the viclient to upload files to the server too.
From the Summary page of an ESX server, right click a datastore and choose Browse Datastore. From that window you can choose Upload File or Upload Folder.
As mentioned before I think we all agree now that Gnome is a bad idea on the Service Console. :)
Lars
@jfields71: winscp is very nice thanks for that, also the built-in firewall is just what I needed.
@rindi: midnight commander would be nice but when I try to install mc on esx i get the following errors:
error: Failed dependencies:
libICE.so.6 is needed by mc-4.6.0-2
libSM.so.6 is needed by mc-4.6.0-2
libX11.so.6 is needed by mc-4.6.0-2
(I tried installing mc-4.6.1a-10.i386.rpm form a third party website, that worked but instead of displaying lines (like -----) it displays ààààà what makes it really messy, so that is why i tried an original version that displays the above errors)
Business Accounts
Answer for Membership
by: rindiPosted on 2008-05-08 at 15:43:46ID: 21529076
Gnome on ESX Server? What for?
The big advantage of ESX server is that the OS is as lean as possible, reducing the Host OS overhead to it's minimum and thus maximizing the performance of your VM's.
If you want to install a GUI to ESX Server you might as well not use that, and rather go for VmWare server which runs on top of your favorite OS and GUI. Besides, VmWare Server is free.