Unix Blog

Monday, August 24, 2009

VMWare Tools for Linux

Installing VMware Tools

1) Login to VMware infrastructure client
2) Choose the guest
3) Right click and select Install/Upgrade VMware Tools. This step will actually mount the media to upgrade the tools
4) Login to the guest system as root
5) Install the rpm found in the media (eg: rpm -ivh vmware-rpm-name)
6) Check the status using /etc/init.d/vmware-tools status
7) If the vmware is not running, execute /etc/init.d/vmware-tools start
8) If you get the message vmware-guestd is not running, reboot the o/s
9) If you get the message to execute perl script, please execute /usr/bin/vmware-config-tools.pl
10) If you get Network is unreachable, check using ifconfig -a. If you don't see the interfaces properly, execute /etc/init.d/network start
11) End the VMware tools from VMware infrastructure client
12) ToolsOk should be seen as status

posted by Jayanthi Krishnamurthy @ 12:02 PM   0 Comments

Friday, August 14, 2009

LDAP ports

Default port: 389

For Active Directory, to search global catalog use port 3268

posted by Jayanthi Krishnamurthy @ 11:53 AM   0 Comments

Wednesday, August 12, 2009

Unix - Recursively list symbolic links

find / -type l -exec ls -al {} \;

posted by Jayanthi Krishnamurthy @ 10:00 AM   0 Comments

Tuesday, August 4, 2009

File system mounts - Linux and Solaris

File system mounts can be found:

Linux: /etc/fstab
Solaris: /etc/vfstab

posted by Jayanthi Krishnamurthy @ 7:36 AM   0 Comments

Newer›  ‹Older

About Me

Name: Jayanthi Krishnamurthy

View my complete profile

Posts

  • VMWare Tools for Linux
  • LDAP ports
  • Unix - Recursively list symbolic links
  • File system mounts - Linux and Solaris

Older Posts Newer Posts

Archives

  • December 2008
  • January 2009
  • March 2009
  • April 2009
  • August 2009
  • September 2009
  • October 2009
  • November 2009
  • March 2010
  • April 2010
  • October 2010
  • November 2010
  • December 2010
  • January 2011
  • March 2011
  • April 2011
  • June 2011
  • July 2011
  • August 2011
  • November 2011
  • January 2012
  • September 2012
  • October 2013
  • November 2013
  • January 2014
  • April 2014
  • September 2014
  • December 2014
  • March 2015
  • April 2015
  • July 2015
  • Current Posts

Subscribe to
Posts [Atom]