Create a shared disk on vmware server 2.0

Source: Internet
Author: User
Tags vmware server


Create a shared disk in vmware server 2.0
1. Create a disk
Run the command: D: \ Program files \ VMware Workstation> vmware-vdiskmanager.exe-c-s 20000 MB-a lsilogic-t 2 d: \ share \ sharedisk. the vmdk and above commands generate a 20 GB disk under the share folder of the d disk, there are two files: sharedisk-flat.vmdk www.2cto.com sharedisk. vmdk 2. Configure virtual machines
On the virtual machine page, select "Edit virtual machine settings" to add a hard disk, select "Use a existing virtual disk", and add a sharedisk. vmdk, double-click the Newly Added Disk, select "advance" in the pop-up disk Properties window, and select the virtual device node: sharedisk for the Newly Added Disk. select "SCSI" for the vmdk ". Open the vmx files in the two virtual machine directories respectively, and add the following in the last line: scsi2. shared = "TRUE" disk. locking = "FALSE" sci2: 0. sharedBus = "Virtual" I have encountered this problem since the two-day installation of RAC, and then solved it. The network adapter address and sequence are correct, and romate registy is also started properly, and each node can be accessed accordingly (including c $ can be accessed directly), but always prompts that nodes cannot be clustered, in the end, the HOSTS file is incorrectly configured, because the machine name corresponding to the public network IP address is customized, not the physical machine name of the node, and is resolved after modification. The HOSTS file in NODE1 (physical machine name) is configured as follows: 127.0.0.1 localhost # node1139.150.185.202 rac1.test. local rac1139.150.185.102 vip1.test. local vip110.10.10.2 priv1.test. local priv1 # node1_9.150.185.203 rac2.test. local rac2139.150.185.103 vip2.test. local vip210.10.10.3 priv2.test. you can modify local priv2 www.2cto.com to the following address: 127.0.0.1 localhost # node1139.150.185.202 node1.test. local node1139.150.185.102 vip1.test. local vip110.10.10.2 priv1.test. local priv1 # node1_9.150.185.203 node2.test. local node1_9.150.185.103 vip2.test. local vip210.10.10.3 priv2.test. local priv2 Author: Blue Paper

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.