7 More Discussions You Might Find Interesting
1. Ubuntu
hi,
I am newbie and I think I am trying to bit off more than I could chew in this field. I would like to know if virtualization with Vmware Citrix on a dedicated server under ubuntu 64bit is simple.
I looked up in the board with keyword "virtualization, vmware, dedicated" but replied threads are... (2 Replies)
Discussion started by: baris35
2 Replies
2. Solaris
Hi everyone,
I have ten servers with solaris (diffrent versions).
there is solaris 10, solaris 6 and solaris 8.
some are SPARC and some are x86
I would like to move them to one server so they all will be virtual.
Is it possible? how? (4 Replies)
Discussion started by: bregtux
4 Replies
3. Red Hat
Hey Guys, we will be very interested in learning from your experiences on using Red Hat Virtualization. I am still trying to understand how does VMware and Red Hat Virtualization fit with each other. Has anyone been on projects where the customer is using both ? and any experiences you may have had (1 Reply)
Discussion started by: johnsmith111
1 Replies
4. Virtualization and Cloud Computing
Hi everyone.
Last week we have some hardware problems in our Unixware 7 server, and i decided to change this physical machine into a virtual machine.
The scenario is:
architecture=IA32
bus_types=PCI2.10,ISA,PnP1.0
hostname=tecsup2uw.tecsupaqp.edu
hw_provider=Generic AT... (1 Reply)
Discussion started by: danilosevilla
1 Replies
5. Red Hat
Hi Friends,
Is there any one who is working on Redhat Virtualization (RHEV -- KVM)?
Regards,
Arumon (4 Replies)
Discussion started by: arumon
4 Replies
6. UNIX for Advanced & Expert Users
Hi,
My script needs to find out if it is running on a virtual machine.
If it is then it needs to find out.
1 . The number of virtual processors.
2 . Actual physical box onto which the virtual machine is hosted.
3 .Processors on the physical machine.
Actually there are some commands like... (1 Reply)
Discussion started by: prasi_in
1 Replies
7. Virtualization and Cloud Computing
Hello to all
In my organization we want to pass to move the systems to an virtualized environment, nevertheless, considering the absence of resources, the idea is to acquire the versers and that the department (I) do the facilities, tests, etc. Wearing out the possible minimal cost in... (1 Reply)
Discussion started by: aalvarez77
1 Replies
VMBLOCK(9) Open VM Tools VMBLOCK(9)
NAME
vmblock - vmware kernel module
SYNOPSIS
modprobe vmblock
DESCRIPTION
This is a kernel filesystem module. Ideally, it should be loaded before any of the Tools userlevel components are allowed to start, though
vmblock itself has no dependencies. When loaded, vmblock will establish itself in /proc/fs/vmblock and create two nodes therein, dev and
mountPoint. Before mounting a vmblock filesystem, ensure that /tmp/VMwareDnD exists as a directory with permissions 1777, otherwise host to
guest drag n' drop operations won't work.
To mount, issue:
mount -t vmblock none /proc/fs/vmblock/mountPoint
Once mounted, vmware-user(1) can begin to make use of vmblock to assist with DnD operations. Note that while vmware-user(1) is running,
it'll keep an open file descriptor on /proc/fs/vmblock/dev, and thus all vmware-user(1) instances must be killed to unmount and unload
vmblock.
OPTIONS
vmblock has no options.
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-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 vmblock 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 VMBLOCK(9)