LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-29-2011, 05:57 PM   #1
Friz
LQ Newbie
 
Registered: Aug 2011
Posts: 3

Rep: Reputation: Disabled
Question Need help with CentOS in VMWare environment


Hi Linuxquestions.org!

I would be very grateful for any help you guys can offer. My ultimate goal is to install and manage a Linux server on my VMWare infrastructure (there are currently no Linux servers, only Windows).

The following are my goals with this server

1. Install CentOS as the Linus distro (done)
2. Install VMWare tools on this server, so that I can resize the desktop, etc. (Having trouble)
3. Add this server to existing Active Directory structure, complete with single sign on(Don't know where to begin).
4. Create shared folders that will share with both Windows and Linux clients.

So, let's start with number 2, for my first question:

I've mounted the VMWare tools ISO to the virtual CD drive, unpacked the tar.gz using ARK, and ran the install.pl file. The installation was successful, however nothing happened when I rebooted the machine.

I then ran the vmware-user setup program, which throws the following error(s):

Failed to get value for 'desktop/gnome/interface/accessibility': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

Failed to get value for 'desktop/gnome/interface/accessibility': Failed to contact confuguration server.
 
Old 08-29-2011, 06:22 PM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
I'd just grab the relevant packages from http://packages.vmware.com/tools for a start.
 
Old 08-29-2011, 07:09 PM   #3
Friz
LQ Newbie
 
Registered: Aug 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by kbp View Post
I'd just grab the relevant packages from http://packages.vmware.com/tools for a start.
Hi, and thanks for the reply.

Since CentOS is a fully supported guest OS in the VMWare environment, I assumed (perhaps wrongly) that I could just use the ISO that came with VMWare (I just clicked "install VMTools from my CentOS desktop). I am also a Linux newbie, and don't know how to download and install packages without using the package manager and searching for software.
 
Old 08-29-2011, 10:40 PM   #4
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Try running this (untested) but check the url matches your version of ESX:

Code:
cat <<'EOF' > /etc/yum.repos.d/vmtools.repo
[vmtools]
name=Vmware tools repository
baseurl=http://packages.vmware.com/tools/esx/4.1latest/rhel6/$basearch/index.html
enabled=1
gpgcheck=0
EOF
Now run 'yum repolist' to check whether the repo is functioning and then 'yum -y install vmware-open-vm-tools-{common,kmod,nox}' to install vmtools packages.

You may want to clean up what you already installed first though...

hth
 
Old 08-29-2011, 11:07 PM   #5
Friz
LQ Newbie
 
Registered: Aug 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thanks

Hi KBP,

Thank you again for the help. I will run that as soon as I can. Quick question: Do you think I should have installed the 32 bit version of CentOS rather than the x64?
 
Old 08-30-2011, 02:39 AM   #6
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
No ... 32bit apps will still run a 64bit OS plus you get the larger memory space etc...
 
Old 08-31-2011, 09:03 AM   #7
sandwormusmc
Member
 
Registered: Nov 2006
Distribution: Fedora 15 x86_64
Posts: 76

Rep: Reputation: 24
Quote:
Originally Posted by Friz View Post
Hi Linuxquestions.org!

I would be very grateful for any help you guys can offer. My ultimate goal is to install and manage a Linux server on my VMWare infrastructure (there are currently no Linux servers, only Windows).

The following are my goals with this server

1. Install CentOS as the Linus distro (done)
2. Install VMWare tools on this server, so that I can resize the desktop, etc. (Having trouble)
3. Add this server to existing Active Directory structure, complete with single sign on(Don't know where to begin).
4. Create shared folders that will share with both Windows and Linux clients.

So, let's start with number 2, for my first question:

I've mounted the VMWare tools ISO to the virtual CD drive, unpacked the tar.gz using ARK, and ran the install.pl file. The installation was successful, however nothing happened when I rebooted the machine.

I then ran the vmware-user setup program, which throws the following error(s):

Failed to get value for 'desktop/gnome/interface/accessibility': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

Failed to get value for 'desktop/gnome/interface/accessibility': Failed to contact confuguration server.
For #3, try Centrify here. I'm currently using it at work to do authentication from my Fedora 15 laptop to Active Directory. The installer is pretty straightforward and debugging isn't too difficult.

For #4, you can use Samba to setup those shares. I actually even stumbled across a Centrify document on how to integrate Samba with AD (haven't tried it yet, though).

As for VMWare Tools, I've never had much luck installed or using those ... VirtualBox seems to have better tools integration so I've stuck with that, and all of our CentOS boxes in ESX are in run level 3 with no GUI.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to Installing a Desktop Environment on a Centos 5.5 server to run VNC ppartyka Linux - Newbie 3 04-27-2011 03:46 PM
in prod environment sap support vmware abhijeetdutta Linux - Virtualization and Cloud 1 09-23-2010 01:34 PM
ubuntu vs. centos in a large web environment td3201 Linux - Server 2 03-08-2010 11:25 PM
Cannot correctly set up the PATH environment variable Centos dralexpe Linux - Software 7 05-30-2008 11:23 PM
VMWare 5 beta in production environment? jiml8 Linux - Software 3 02-26-2005 02:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration