Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Vmware workstation 8 configure shared storage

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

The problem that has been bothering me all morning is that the shared storage configuration is not successful because the order of the professionals in the configuration file is reversed.

Fill in the virtual machine VMX file at the end: (must be all at the end, the order is immutable, otherwise it will not succeed! After the modification, shut down the virtual machine software and turn it on again.

Disk.locking = "FALSE"

DiskLib.dataCacheMaxSize = "0"

DiskLib.dataCacheMaxReadAheadSize = "0"

DiskLib.dataCacheMinReadAheadSize = "0"

DiskLib.dataCachePageSize = "4096"

DiskLib.maxUnsyncedWrites = "0"

Scsi1.present = "TRUE"

Scsi1.virtualDev = "lsilogic"

Scsi1.sharedBus = "VIRTUAL" (don't forget that! )

Scsi1:1.present= "TRUE"

Scsi1:1.filename= ".. / votingdisk.vmdk"

Scsi1:1.mod= "independent-pressistent"

Scsi1:2.present= "TRUE"

Scsi1:2.filename= ".. / data01.vmdk"

Scsi1:2.mod= "independent-pressistent"

Scsi1:3.present= "TRUE"

Scsi1:3.filename= ".. / flash01.vmdk"

Scsi1:3.mod= "independent-pressistent"

Scsi1:1.devicetype= "disk"

Scsi1:2.devicetype= "disk"

Scsi1:3.devicetype= "disk"

Scsi1:1.redo= ""

Scsi1:2.redo= ""

Scsi1:3.redo= ""

Scsi1.pcislotnumber= "37"

After configuration, you can partition in one node, and then go to another node to see. Whether it can be seen, such as / dev/sdc1, it is normal to see it, but it is not normal to see only / dev/sdc.

Prompt Clustering is not supported for VMware Workstation after boot. Never mind! Let him shoot him!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report