Is it possible to create a virtual machine on a network share?

I have a server from SuSE 11 running samba to share files and directories files in my PC XP x 64. I installed VMware Player on my XP machine and went through the steps to create a virtual machine on my SuSE server. Vmx and vmdk files is create successfully, but when I try to start the virtual machine I get the message: ' could not open the virtual machine: you don't have access rights to this file. " However VirtualBox (also installed on my XP machine) doesn't have this problem. Indeed, I created the virtual machine of player in the same shared directory I use for my VirtualBox VM to eliminate the permissions on the linux side issues. Is this a limitation of the player?

Kind regards

John

Unfortunately, for me, it would not solve my problem. My problem is that I have to allow the IP addresses and aliases on my Server LDAP (with Openfiler) to give them access to my network share. I am able to access my Windows XP operating system network sharing. When I run Ubuntu in a virtual machine, I am able to access the network share here as well. But when the Player tries to access a virtual computer on the network, it gets the message "access denied." That tells me that my SIN is either see a different IP or ID different from the drive. I can see all network (including virtual) cards, and I welcomed them into my LDAP. So, for me, that means that somehow the player is trying to access my network share with some other than the user ID, I am connected to my computer with.

To test, I will set up one of my linux boxes, install Player it and see if it has the same problem to access a network share. Then who will tell me if it is perhaps a shade of Windows Networking/authentication, or if it is OS independent and everything in the player.

Would be nice if I could get a logfile out Openfiler (or any application) which showed when an unauthorized access attempt was made. Then I could easily get the user ID and IP address and add it to the LDAP server. But, alas, I was not able to find such a newspaper or a tool that will do it.

Michael

Tags: VMware

Similar Questions

  • is it possible to access the virtual machine when the network is down...

    Hello. He... IAM wondering is it possible that we can access the virtual machine when the network is down... (Because of power outages or when the fluctuations...) ................?

    Is it possible that I can configure my Virtual Machine...?

    Thank you and best regards...

    Indianmale...

    Hello

    Not really...

    For an environment hosted... If you can access the console of the host, you can always access the console of the virtual machine regardless of the State of the network outside of the console. VMware Workstation, Fusion and server all fall into this category.

    For ESXi/ESX... you need a host outside to access the console of the virtual machine. ESX and ESXi not displayed graphics or VMs of their consoles and management devices. So, you need an external machine that can run the vSphere Client or access to the virtual machine via RDP, VNC according to Guest OS involved or SSH.

    Best regards
    Edward L. Haletky
    VMware communities user moderator, VMware vExpert 2009, Analyst of DABCC
    ====
    Author of the books ' VMware vSphere (TM) and Virtual Infrastructure Security: ESX security and virtual environment ' available for pre-order now
    "VMWare ESX in the Enterprise Server: planning and securing virtualization servers, Copyright 2008 Pearson Education."
    SearchVMware Pro| Blue gears. Top virtualization security links| Security Round Table Podcast virtualization

  • Create multiple virtual machines with 2 network cards

    Hey guys -.

    Been researching some scripts of difference but did not find one who will help me in my situation.

    I'm looking for a script that will allow me to clone model and apply network settings to 2 network cards.

    1 clone Vms + 20 model

    2 Let me send it to a particular lun (using a few LUNS to available)

    3. choose a custom unique specification

    4. apply intellectual property on 2 NICs (primary and backup).

    Any help would be sincerely appreciated.

    Thank you

    Sorry to lose this thread out of my sight.

    What follows is an attempt to meet all the conditions you listed.

    $numberOfVM = 20$baseVMName = "VM"$templateName = "Template"$osCustName = "MyCust"$IPBase1 = "192.168.1."$IPBase2 = "192.168.2."$IPMask = "255.255.255.0"$IPGate1 = "192.168.1.254"$IPGate2 = "192.168.2.254"$IPDns1 = "192.168.1.100"$IPDns2 = "192.168.2.100"
    
    # Target resourcepool$resPool = Get-ResourcePool -Name Resources
    
    # Get the template$template = Get-Template -Name $templateName
    
    # Create a copy of the OS Customisation SpecTry {    Get-OSCustomizationSpec -Name tempOSCust |    Remove-OSCustomizationSpec -Confirm:$false -ErrorAction Stop}Catch {}
    
    $osCust = Get-OSCustomizationSpec -Name $osCustName |     New-OSCustomizationSpec -Name tempOSCust -Type NonPersistent
    
    # Clone the number of requested VM1..$numberOfVm | %{    # Find the datastore with the most free space    $ds = Get-Datastore | Sort-Object -Property FreeSpaceGB -Descending |        Select -First 1
    
        # Update the OS Customisation Spec NIC parts with the IP addresses    Get-OSCustomizationNicMapping -OSCustomizationSpec $osCust |    Set-OSCustomizationNicMapping -Position 1 -IpMode UseStaticIP -IpAddress "$IPBase1$_" `        -SubnetMask $IPMask -DefaultGateway $IPGate1 -Dns $IPDns1 -ErrorAction SilentlyContinue | Out-Null
    
        Get-OSCustomizationNicMapping -OSCustomizationSpec $osCust |    Set-OSCustomizationNicMapping -Position 2 -IpMode UseStaticIP -IpAddress "$IPBase2$_" `        -SubnetMask $IPMask -DefaultGateway $IPGate2 -Dns $IPDns2 -ErrorAction SilentlyContinue | Out-Null
    
        # Create the new VM    New-VM -Name "$baseVMName$_" -Template $template -OSCustomizationSpec $osCust `        -Datastore $ds -ResourcePool $resPool  | Out-Null}
    

    The script will create clones of $numberOfVM of the model. The virtual machines will be created at the root of the bunch, and they will be called VM1, VM2...

    The OSCustomizationSpec needs to exist and must have 2 network cards.

    The script finds the data store with more free space to create each virtual computer.

    Addresses IP of NIC are consecutive, for example on NIC1 you get 192.168.1.1, 192.168.1.2... and so on.

    Let me know if you have any questions.

  • Create several virtual machines from a

    Is it possible to create multiple virtual machines a build? I have a 2008 R2 vm. instead of having to rebuild the whole system from scratch is there a way to make a template or something to create several virtual machines a build? I am using vcenter 5 and I have 2 servers esxi 5.

    You can create a template by right-clicking the virtual machine and choose Clone to the model and give the datstore where you want to save after that you will have a model using this model to deploy the virtual machine using Customization Wizard.

  • Create a virtual machine with 300G

    Hello, I am trying to create a virtual machine with 300 G on an ESX 3.5 update 3 but I can't do it, I can only create a VM of 256 G

    Is it possible to create a virtual machine of 300G.

    I have a 500G LUN with software on a CX3 - 10 c EMC iSCSI

    Thank you very much

    Change the size of block on your VMFS.

    If you create a data store, the default block size is 1 MB, which will allow you to create files up to 256 GB

    Change the block to 2 MB size. However, you will need to recreate your data store and this wil destroy all data on it!

    Arnim - van Lieshout

    -

  • API to create a Virtual Machine without using a model

    I see the GUI documentation how to create a virtual machine without a model, but I can't find the actions of the API how to build the virtual machine based on custom settings (CPU, memory, OS, etc.), there are a only of the shares how instantiate OVF or vAppTemplate. Could you please tell is possible to generate/create the VM without model or OVF by API?

    I see. Thanks for the background.

    Based on my notes there is no such API. Other applications were similar to this one and the solution suggested in this case is to programmatically create an OVF (describing the configuration of the VM to instantiate) and import it into the vDC. The end result is the same (i.e. an empty VM configured by entries) the difference is how it gets instantiate (created from zero Vs described in the OVF and imported).

  • Create a virtual machine with the physical RAM total?

    I want to virtualize ESXi 4 on my MacBook Pro. However, I have 2 GB of RAM and ESXi 4 requires a minimum of 2 GB.

    I posted in the community of ESXi (is it possible to virtualize ESXi 4 with less than 2 GB of RAM?) and there is a solution for using ESXi with less RAM, but the problem is that I first need to run the installation with 2 GB.

    Basically, I tried to create a virtual machine with 2 GB, but the maximum I can use is 1840MB. Is it something that I do with Fusion to increase this limit? I understand that I am under a host operating system and requiring too little RAM, but just to get through the ESXi installation isn't it possible to push the VM of RAM to 2 GB and the host what OS increase the pagefile to deal with the lack of RAM?

    Any help would be appreciated!

    Thank you

    You may be able to edit the .vmx file and change the memsize option either 2048 or more. The merger is able to start a virtual machine with more memory that the host, just UI prevents common users to exceed the limits of security in general.

    I'm not quite sure what would happen if the VM actually tries to use all of the memory. If all goes well, it will be just talk and run slowly. Of course, the worst case are that it crashes.

  • How to create a virtual machine with apps to play in VMware player?

    I know that this question was probably asked several times before. I searched for the answer and just shot to the top of threads that have a few years. I know a few things have changed since then and I didn't know how that would influence the answers. I want to create a virtual machine with specific applications that will play on VMware player. What is the best way to do it and it is possible for the weak or no cost? If someone knows a tutorial or blog etc I can follow that would be great.  Thank you

    See the article by Alessandro on that... http://www.virtualization.info/2005/12/Guide-to-create-VMX-files-for-VMware.html

  • create a virtual machine using createVM_Task

    Hello

    I extracted the configuration information of the VM (VirtualMachineConfigInfo []) and the use of I want to create a virtual machine (essentially wants to fill [VirtualMachineConfigSpec]).

    For the property '[of] deviceChange.device"in VirtualMachineConfigSpec, can I directly copy the information from the device of ' harware.device [of] ' VirtualMachineConfigInfo property. Will this work?

    I have two more questions:

    1 cant explain peripheral information by default (like PS2Controller/SIO controller, etc.) in VirtualMachineConfigSpec when calling CreateVM_Task()?

    2. is it compulsory for negative values(-ve) values for controller/key relationships?

    Thank you

    -Rambeau

    > For the property '[of] deviceChange.device"in VirtualMachineConfigSpec, can I directly copy the information from the device of ' harware.device [of] ' VirtualMachineConfigInfo property. Will this work?

    Lol it can be copied directly to "deviceChange.device" in VirtualMachineConfigSpec. Also, there could be other problems as well, like the support information will be common to both machines. So, at a time, you will be able to use only 1 VM. It will be not as trivial this may seem.

    > 1. Cant explain peripheral information by default (like PS2Controller/SIO controller, etc.) in VirtualMachineConfigSpec when calling CreateVM_Task()?

    Yes, you can specify default devices information (like PS2Controller/SIO controller, etc.) in VirtualMachineConfigSpec. The 'deviceChange.device' is a data object "VirtualDevice. This data object is extended by the class 'VirtualController '. It's even wider by the following classes:

    'VirtualIDEController', 'VirtualPCIController', 'VirtualPS2Controller', 'VirtualSCSIController', 'VirtualSIOController', 'VirtualUSBController '.

    You can implement the foregoing classes, assign it to the 'deviceChange.device' of VirtualMachineConfigSpec property and pass it to the CreateVM_Task.

    > 2. Is it mandatory to get negative values(-ve) values for controller/key relationships?

    It is not mandatory to give negative values for the controller and the key. By assigning a negative value, the server assigns self-produced nonnegative unique key for the device. This excludes the possibility to assign a duplicate key, which can cause an error.



    Hope that answers your questions.

  • Java with Minecraft error "error: could not create the Virtual Machine Java.»

    When I try to open Minecraft SP, it won't let me open and there is a message saying:

    "Error: could not create the Virtual Machine Java.".
    Error: A fatal error has occurred. Program will exit. »
    How can I solve this problem?

    Hello

    What is the operating system installed on your computer?
     
    You can ask your question on the Minecraft forums for assistance. Check out the following link.
    http://www.minecraftforum.NET/viewforum.php?f=1002
  • I installed windows 7 on a mac with boot camp and then used parallels to create a virtual machine to run windows inside Mac os10.6. Now he says I need to activate windows again, but he said I need a new activation key. Any ideas would be appreciated

    I installed windows 7 on a mac with boot camp and then used parallels to create a virtual machine to run windows inside Mac os10.6.  Now he says I need to activate windows again, but he said I need a new activation key.  Any ideas would be appreciated

    Yes, you must purchase a full license for the second installation of Windows 7 product key.  1 activation allows only one Windows 7 product key.  Apparently, you now have a second facility that requires a second product key. Carey Frisch

  • Virtual PC - create new virtual machine snap into button appears not

    I installed virtual PC and having the image in XP mode works on Win 7 64 bit on a Dell Optiplex 990 i5 processor.  However when I choose the Manager of Windows Virtual PC and the Windows Explorer window opens, I see not the option create a virtual machine, just 'burn' where it should be.

    I tried to activate windows 7 aero UI think the classic look of windows blocked somehow but that has no effect.

    I tried to reinstall the configuration of virtual machine directly on the site but it gives me the message that there is not suitable for use.  I tried uninstalled and re - install, but get the same when the Explorer window is missing the snap.

    How can I get the snap in option seem to create a virtual drive?  The window appears with the title of Virtual Machines.

    Once again, the image in XP mode work properly and starts and stops without any problem.

    Hi NSmith,

    It is better suited for the IT Pro TechNet public. Please post your question in theTechNet Support Forum. You can follow the link to your question:
    http://social.technet.Microsoft.com/forums/en/w7itprovirt/threads

    I hope it helps. If you have problems in the future, please let us know. We will be happy to help you.

  • create the virtual machine from windows NT 4 server with adaptec raid 5

    I have an old Dell (1998) server running windows NT 4.0 sp6a.  He had a raid 5 configuration using the controller raid adaptec SCSI 2940.  2 discs failed who broke the raid set.  I had a disk recovery company to recover the data and they have scratched off readers and gave me a SATA with all volumes.  I found a procedure to create a virtual hard disk (.vhd) and then converted to a hard and used to create a virtual machine in VMware workstation 7.  When I turn on the virtual machine, it begins the process of starting windows, shows the boot menu, select normal or mode VGA, goes through the process of NTdetect, display processor and memory but then gives a BSOD with the message inaccessible_boot_device.

    I changed the hard to affect the buslogic ddb.adaptertype, but it gave me the same problem.

    is there a different driver that I need for an adaptec raid controller or if the typical SCSI drivers should work?  If the typical SCSI drivers should work, so my problem might be in my Boot.ini because it shows that he is supposed to start on the partition (4) and this sata drive may not have scores exactly as they were on the raid configuration.  I tried to mount the volumes not in read-only mode, but the partition that I need to change the boot.ini file is partition (2) what mapping VMware won't let me open mode not readonly.  whenever I have, select it and it opens the partition (1) mode not readonly.

    I know this sounds complicated then I hope I described with precision.

    Hello
    I live in Germany, but my internal clock seems to be adapted to the New York Times.
    Very useful, because most repairs or recovery to the VMware is done the evening or at night.

  • Create a virtual machine with Maximum carrots ESXi has?

    I someone told me that VMware does not support to create a virtual machine with more than 50% of the available cores has your host. For example, I have an ESXi host with 2 CPU each with 8 cores. I have therefore 16 cores on my host. I wouldn't be able to create a virtual machine with 8 cores to be supported. Even if I am able to create a virtual machine with 16 cores? Is this person crazy me

    This is completely untrue, there is no such limitation. If your license allows, you can use vCPUs as much as your physical host has available threads and as the VM virtual hardware version allows.

  • can not clone or create a virtual machine for vsandatastore

    Hi all

    I try to clone a virtual machine to vsandatastore. But I get the follow error:

    -> policy requires 2 replicas with discs 1 each with 0 bytes free each. Only found 0 these records.

    -> failed to create the object:

    The hardware configuration is:

    I/o Controller: LSI SAS9271-8i

    HARD DRIVE: ST91000640SS

    SSD:Intel SSSDSC2BA400G3

    10GE: Intel 82599

    When I create a virtual machine or create a file vsandatestore on the web client. I also see the same error.

    Could someone give me some suggestions? I do not know how to solve this problem.


    Thank you!

    > Policy requires 2 replicas with discs 1 each with 0 bytes free each. Only found 0 these records

    This means that all three nodes in the cluster is not participating in the storage. Check if all 3 nodes have at least 1 diskgroup and contributing to the storage

    default vsan strategy is 1 failure to tolerate what creates two replicas. so that you can either ensure that all 3 nodes have at least 1 diskgroup or create a vm storage policy replacing the default values

    Thank you

Maybe you are looking for