Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libvmtools(3) [debian man page]

LIBVMTOOLS(3)							   Open VM Tools						     LIBVMTOOLS(3)

NAME
libvmtools - vmware shared library DESCRIPTION
This is a shared library used by several Open VM Tools components, such as vmware-toolbox-cmd and vmtoolsd (and its plugins). SEE ALSO
vmware-checkvm(1) vmware-hgfsclient(1) vmware-toolbox(1) vmware-toolbox-cmd(1) vmware-user(1) vmware-xferlogs(1) libguestlib(3) vmware-guestd(8) vmware-hgfsmounter(8) vmware-user-suid-wrapper(8) vmci(9) vmhgfs(9) vmmemctl(9) vmsock(9) vmsync(9) vmxnet(9) vmxnet3(9) HOMEPAGE
More information about libvmtools and the Open VM Tools can be found at <http://open-vm-tools.sourceforge.net/>. AUTHOR
Open VM Tools were written by VMware, Inc. <http://www.vmware.com/>. This manual page was put together from homepage materials by Daniel Baumann <daniel.baumann@progress-technologies.net>, for the Debian project (but may be used by others). 2010.03.20-243334 2010-04-08 LIBVMTOOLS(3)

Check Out this Related Man Page

VMWARE-HGFSMOUNTER(8)						   Open VM Tools					     VMWARE-HGFSMOUNTER(8)

NAME
vmware-hgfsmounter - program for mounting HGFS shares SYNOPSIS
mount.vmhgfs SHARE DIRECTORY [ -o OPTIONS ] vmware-hgfsmounter SHARE DIRECTORY [ -o OPTIONS ] DESCRIPTION
This is a console-based mount helper application. It mounts the HGFS share, specified by name, to a local directory. Share names must be in host:dir format. OPTIONS
uid=ARGUMENT mount owner (by uid or username) gid=ARGUMENT mount group (by gid or groupname) fmask=ARGUMENT file umask (in octal) dmask=ARGUMENT directory umask (in octal) ro mount read-only rw mount read-write (default) nosuid ignore suid/sgid bits suid allow suid/sgid bits (default) nodev prevent device node access dev allow device node access (default) noexec prevent program execution exec allow program execution (default) sync file writes are synchronous async file writes are asynchronous (default) mand allow mandatory locks nomand prevent mandatory locks (default) noatime do not update access times atime update access times (default) nodiratime do not update directory access times adirtime update directory access times (default) ttl=ARGUMENT time before file attributes must be revalidated (in seconds). Improves performance but decreases coherency. Defaults to 1 if not set. EXAMPLES
This command is intended to be run from within /bin/mount by passing the option '-t vmhgfs'. For example: mount -t vmhgfs .host:/ /mnt/hgfs/ mount -t vmhgfs .host:/foo /mnt/foo mount -t vmhgfs .host:/foo/bar /var/lib/bar SEE ALSO
vmware-checkvm(1) vmware-hgfsclient(1) vmware-toolbox(1) vmware-toolbox-cmd(1) vmware-user(1) vmware-xferlogs(1) libguestlib(3) libvmtools(3) vmware-guestd(8) vmware-user-suid-wrapper(8) vmblock(9) vmci(9) vmhgfs(9) vmmemctl(9) vmsock(9) vmsync(9) vmxnet(9) vmxnet3(9) HOMEPAGE
More information about vmware-hgfsmounter and the Open VM Tools can be found at <http://open-vm-tools.sourceforge.net/>. AUTHOR
Open VM Tools were written by VMware, Inc. <http://www.vmware.com/>. This manual page was put together from homepage materials by Daniel Baumann <daniel.baumann@progress-technologies.net>, for the Debian project (but may be used by others). 2010.03.20-243334 2010-04-08 VMWARE-HGFSMOUNTER(8)
Man Page

15 More Discussions You Might Find Interesting

1. AIX

AIX on an alternative system

My greeting to all the readers I have an AIX 5.3 version. I want to study this operation system. Unfortunately I don't have an IBM p Series system. Is there a way to install AIX on vmware or something similar? May be I have an old IBM Netfinity Server, will AIX run on this system? Thanks for... (5 Replies)
Discussion started by: analyzer
5 Replies

2. Shell Programming and Scripting

automatically answer a question raised by a command

i have installed vmware on a text base linux node now i have to vmware-configure.pl to do the initial configuration now 1st step it askes for agreeing for a " License Agreement" for that i have to say "q" and "yes" to Accept it i want to run a script with does these 3 steps... (6 Replies)
Discussion started by: pbsrinivas
6 Replies

3. Red Hat

RedHat Xen vs VMware

Hello, I need to make a quick decision between redhat xen and vmware. The servers that need to be virtualized are mostly windows and run core business services. There are a few linux boxes as well. My first thought was Xen but last time I tried it on RedHat 5 (our distro of choice) Windows... (9 Replies)
Discussion started by: mariusp
9 Replies

4. Solaris

[Sol10/VMWare] Unable to see new disk space.

The master copy was set to 5 gigs. As the instance is cloned, additional space is provided. I was given a new instance along with 15 gigs of additional space. The problem is I can't see the additional space, either as additional space on the primary disk or as a second disk. # format Searching... (8 Replies)
Discussion started by: BOFH
8 Replies

5. AIX

How to install AIX 5.3 on vmware

Hi, I want to install AIX 5.3 for running DB2. As AIX cannot be installed on normal PCs without vmware, trying to install it on vmware. Could any one help me out how to do it. Thanks in advance. (9 Replies)
Discussion started by: prasadg034
9 Replies

6. Solaris

NIS on vmware workstation

Hi Admins, I just have a doubt on NIS that, is it possible to run NIS on vmware workstation running more than 1 solaris instances. i.e. can we setup one solaris instance as master and others as slaves...?? I have vista on my laptop. I am concern about the domain name it will ask while... (8 Replies)
Discussion started by: snchaudhari2
8 Replies

7. UNIX for Advanced & Expert Users

Linux on vmware won't boot due to corrupt library file!

We have an issue here: The libc.so.6 file (link) is corrupted and it causes the system unbootable. It even doesn't boot to single user mode. How can we boot the system to fix the library file? Or is there any other solutions for this issue? Here are some boot messages:... (6 Replies)
Discussion started by: aixlover
6 Replies

8. UNIX Desktop Questions & Answers

unix newbie

Hi everyone! Thanks for taking the time. I've installed redhat and ubunto on vmware virtually. I want to try unix and I tried to look in the internet but wasn't able to accomplish my desire task. Any links for install, download links and information will be honestly appreciated. I will be... (6 Replies)
Discussion started by: michaelttkk
6 Replies

9. Shell Programming and Scripting

Array output through a for loop problematic with multiple elements.

This code works perfect when using a machine with only one interface online. (Excluding the loopback of course) But when I have other interface up for vmware or a vpn the output gets mixed up. I know I had this working when I was just reading ip's from files so I know it is not a problem with... (8 Replies)
Discussion started by: Azrael
8 Replies

10. SCO

Consultant needed to Convert SCO-Unix to a VM

Hi There, we have made a byte-by-byte image with linux and dd of the harddisks of an SCO Open Server. When booting this image in vmware or kvm it starts booting SCO but then the system cannot recognize the expected Adaptec SCSI Driver. We need an SCO expert who can boot an SCO Openserver CD... (10 Replies)
Discussion started by: adoII
10 Replies

11. Ubuntu

Unable display txt file.

Hello, I am unable to display downloaded file from unbunto. its says cat filename no file and directory but file is there. i saved file on desktop. i am using vmware players . could you please help to with the command. THANK YOU (8 Replies)
Discussion started by: raz33
8 Replies

12. Solaris

Copy via samba on vmware workstation with Solaris taking much longer than usual

i have a vmware workstation with solaris 10 installed on this. i copying 2 gb data via samba from windows to this vmware workstation. copy speed is 24 kb/sec. how i can speed up this copy process ? (7 Replies)
Discussion started by: rehantayyab82
7 Replies

13. IP Networking

DNS problem : ping doesn't recognize hostname

I have vmware on my windows PC ( hostname : acer ). vmware has RHEL 7 ( hostname : rhel7 ) installed recently. RHEL IP configuration IP : 192.168.5.128 Netmask : 255.255.255.0 ssh to rhel7 works from acer using putty resolve.conf cat /etc/resolv.conf nameserver 192.168.5.1 host... (12 Replies)
Discussion started by: hiten.r.chauhan
12 Replies

14. SCO

Virtualization a bare metal SCO Open Server 6?

Hello, We have a SCO Open Server 6 running on bare metal hardware, this is used for a legacy application that we continue to need. I would like to migrate/virtualize the SCO server into VMware so that I can do VM level backups, etc. I did test to make sure SCO 6.0 can run in VMware/ESXi... (11 Replies)
Discussion started by: c3rb3rus
11 Replies

15. Red Hat

Advice on allocating SAN storage to a virtual database server on VMware

I am relatively new to Linux and we are getting ready to convert our current oracle database servers from the AIX platform to RHEL7 servers on VMWare. I would appreciate any advice on how best to allocate storage to these machines. I plan on using LVM to maintain the disks/filesystems but am... (9 Replies)
Discussion started by: dkmartin
9 Replies