A share disk for vmware workstation


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users A share disk for vmware workstation
# 1  
Old 03-12-2014
A share disk for vmware workstation

got vmware workstation 10.1 going..

looking over some recommendation on how to create a share disk between two potential cluster nodes..

on the older version of vmware ws 8.0, there is a option of assigining a disk to a new scsi and turn parallel option on, from what I have read.

I don't want to use freenas and other third party software as much as possible,

any recommendation on how to do this on VMWARE workstation 10.1 ??SmilieSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Linux

vmware workstation

i have following :- fedora 16 x 64bit kernel 3.2.7-1 vmware workstation 8.0.2. Steps to install vmware workstation to access ESX machine 1- sh vmware name.bundle 2- setup started and completed with out any warning. 3- when i type "vmware " then "VMware Module Updater Started" and the... (2 Replies)
Discussion started by: engrtahir2007
2 Replies

2. Solaris

Solaris 10x86 on VMware Workstation

Is it possible to create metadevices and soft partitions using Solaris Volume Manager on Solaris 10 x86 that is running on VMware Workstation. It would a low cost method to practice extending soft partitions and metadevices. If anyone has an experience with this please share. Regards (1 Reply)
Discussion started by: Tirmazi
1 Replies

3. 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

4. Solaris

Adding new Hdd in sun 10 with vmware workstation

hi, i am using vmware workstation 6.0 and i installed sun solaris 10. when i add new hard disk(vm->>settings->>add). when i start the system and try to use format command there i only see my old one hdd (new added hdd is not showing). but my new hdd is showing at the bottom right as a icon where... (2 Replies)
Discussion started by: Anand15880
2 Replies

5. UNIX for Dummies Questions & Answers

VMWare Workstation for home lab

I was wondering if anyone has used VMWare Workstation? I wanted to practice and learn Unix in a networking environment and have my own home lab. However room and money prevent me from buying several computers to do so. Any input would help thank you. (0 Replies)
Discussion started by: vedder191
0 Replies
Login or Register to Ask a Question
VMXNET(9)							   Open VM Tools							 VMXNET(9)

NAME
vmxnet - vmware kernel module SYNOPSIS
modprobe vmxnet DESCRIPTION
This is a Linux kernel device driver module that drives VMware's fast networking device. As it is backed by real (virtual) hardware, it should be automatically loaded by hotplug or udev as needed. For best performance, it is recommended to enable TSO on all interfaces driven by vmxnet using ethtool. The shell code to do this might look like this: if which ethtool >/dev/null 2>&1; then for ethif in `ifconfig -a | grep ^eth | cut -d' ' -f1`; do ethtool -K $ethif tso on >/dev/null 2>&1 done fi The VMware backend may present the fast networking device as an AMD vlance device instead of the actual vmxnet device. 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) vmblock(9) vmci(9) vmhgfs(9) vmmemctl(9) vmsock(9) vmsync(9) vmxnet3(9) HOMEPAGE
More information about vmxnet 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 VMXNET(9)