Forum Discussion

Weny's avatar
Weny
Level 3
12 years ago

VMwareDisks error

I installed SVS 6.0.1 on my server and update VRTSvcsag to version 6.0.2. Then i configured VMwareDisks resource in main.cf. VMwareDisks VMwareDisks1 (                 ESXDetails = { "10.17...
  • Soumya_Tripathy's avatar
    12 years ago

    If its RDM disk, then you should prepend the "RDM:" keyword in the vmdk path.

    So, it should look something like the following:

    "RDM:[95_storage] rhel5104/rhel5104_1.vmdk" = "0:1",
    "RDM:[95_storage] rhel5104/rhel5104_2.vmdk" = "0:2",
    "RDM:[95_storage] rhel5104/rhel5104_3.vmdk" = "0:3" }

     

    Later on, disk UUID will be automatically populated by the agent as follows:

    "RDM:6000C291-229e-4704-719c-2a66b8f21ad8:[95_storage] rhel5104/rhel5104_1.vmdk" = "0:1",

     

    Hope that helps.

    Thanks!

    Soumya.