Two or more drives have the same name!

Hi all

In my wisdom, I created a server with multiple disks on multiple LUNS and now I want to replicate this server on my backup on a NAS drive.  When I try to reproduce this server I get the following error message (all other disc thin servers);

Two or more records with the same name. These disks may not be replicated to the same location. You must configure replications of disc individually.

I can't for the life of me see a way around this, unless I can rename the VMDK?   But it seems a bit risky...

Any help much appreciated

Stuart

This should help you...

Multi-disc about replication in a common directory with vSphere Replication | VMware vSphere Blog - VMware Blogs

Tags: VMware

Similar Questions

  • Why would I have a queue in two different vi generate a sepearte refnum, if they have the same name?

    Hello world!

    I have a producer consumer configuration, where the producer and the consumer are in sepearte vi.  They have the same name, but do not communicate their existence to the other for getting queue function.  Therefore, only one is valid, the other ends up invalid.  If I check the renum for each loop, they are different.  Assumptions?

    Destory queue has been wired for real in the Subvi, force to destroy the queues.  Thus, the queue was invalidated and then recreated in the other vi.

  • Two or more SRID in the same column?

    Hello, I am working with Oracle Spatial, and I have a problem with the SRID.

    I have a column in a table with the SDO_GEOMETRY type and I need to create a Spatial Index to use. But to create a Spatial Index first, I need to insert metadata into the table incluied SRID: for example

    Insert in user_sdo_geom_metadata (table_name, column_name, srid, diminfo) values ('Spatial_Test', 'GEOMETRIA', 8307, SDO_DIM_ARRAY (SDO_DIM_ELEMENT('LONGITUDE',-180,180,0.5), SDO_DIM_ELEMENT ('LATITUDE',-90, 90, 0.5)));

    But I need to work with more than one SRID in this column. Is there anyway to have two or more SRID in the same column? How? and if I insert them, can they give any problem?

    Thank you very much.

    Good bye.

    ZeyKa,

    . . . . You can transform and store all your geometries in SRID 8307 and then turn to their original SRID when you SELECT them.

    -- "Example: Transform geometry from  to SRID 8307 for storage"
    -- "NOTE: Replace  and  with your values"
    INSERT INTO MyTable (ID, geometry,RenderSRID) VALUES (1, SDO_CS.TRANSFORM(,8307), );
    
    -- "Example: Transform stored geometry back to its "
    SELECT SDO_CS.TRANSFORM(geometry,RenderSRID) FROM MyTable WHERE ID = 1;
    

    Kind regards
    Noel

  • Z10 all contacts from blackBerry now have the same name

    When you try to send an email this morning from my Office 365 email - all my contacts names were replaced by the same name - addresses email etc are still intact, but now everyone has the same name. I restarted my Z10, I deleted the account and he added once again but no luck. When sending mail from the same account on my desk, all right. It's just 1 account on my phone. I have 4 email accounts on my phone and it's the only one affected. anyone?

    lauriegerard wrote:

    When you try to send an email this morning from my Office 365 email - all my contacts names were replaced by the same name - addresses email etc are still intact, but now everyone has the same name. I restarted my Z10, I deleted the account and he added once again but no luck. When sending mail from the same account on my desk, all right. It's just 1 account on my phone. I have 4 email accounts on my phone and it's the only one affected. anyone?

    Remove this contact again. Leave it deleted, for now.

    Now, go into your settings > accounts and delete only one account of Office365.

    Then restart the Z10, restart: press and hold the power of the edge upper button seconds and tap the right lower REBOOT.
    Now, go back and add the account Office365 and allow your contacts to sync. See if all goes well.

    If they are, add a contact.

  • Plugin Automation: how to select a spot channel when 2 channels have the same name?

    I have a CMYK document open in photoshop. In the "LAYERS" Panel, I just added 2 tones with the same name "color 1" Sport.

    I click on the spot channel to select, the "Listener" plugin will be released a few c ++ code like below:


    SPErr PlayeventSelect(/*your parameters go here*/void)
    {
    Result PIActionDescriptor = NULL;
    DescriptorTypeID runtimeKeyID;
    DescriptorTypeID runtimeTypeID;
    DescriptorTypeID runtimeObjID;
    DescriptorTypeID runtimeEnumID;
    DescriptorTypeID runtimeClassID;
    DescriptorTypeID runtimePropID;
    DescriptorTypeID runtimeUnitID;
    SPErr error = kSPNoError;
    Move it to the top of the routine!
    PIActionDescriptor desc0000000000003980 = NULL;

    error = sPSActionDescriptor-> Make (& desc0000000000003980);
    If (error) goto returnError;

    Move it to the top of the routine!
    PIActionReference ref0000000000001A48 = NULL;
    error = sPSActionReference-> Make (& ref0000000000001A48);
    If (error) goto returnError;

    error = sPSActionReference-> PutName (ref0000000000001A48, classChannel, "1 Spot color");
    If (error) goto returnError;

    error = sPSActionDescriptor-> PutReference (desc0000000000003980, keyNull, ref0000000000001A48);
    If (error) goto returnError;

    error = sPSActionControl-> Play (& result, eventSelect, desc0000000000003980, plugInDialogSilent);
    If (error) goto returnError;

    returnError:
    If (result! = NULL) sPSActionDescriptor-> Free (result);
    If (desc0000000000003980! = NULL) sPSActionDescriptor-> Free (desc0000000000003980).
    If (ref0000000000001A48! = NULL) sPSActionReference-> Free (ref0000000000001A48).
    error return;
    }

    -------------------------------------------

    You can see "PutName" adds the name of the channel 'Spot color 1' to make reference to and I think it will not work properly if I add such a code for my project as the PS can not differentiate the 2 channels than by their name. Can someone tell me if there is another method of selecting channel spot? Thanks in advance.

    Hello

    Here's something tht docs, you may find useful.

    Index of Tryusing instead of name:

    SPAPI OSErr (*) ( PutIndex ) (RefPIActionReference , DescriptorClassIDdesiredClass, uint32 value)
    Puts an index into a reference ( formIndex ) as well as the class desired for reference.

    Unfortunately I do not have C++ here to try I used just definition of documentation.

    Hope this helps.

    Kind regards

    Momir Zecevic

    ARS media

    www.Arsmedia.TV

  • You can have two stored functions with the same name?

    Hi all

    You can have two stored functions with the same name?

    My version of DB - connected to Oracle Database 11g Enterprise Edition Release 11.2.0.1.0

    Thank you.

    You can have the same name as long as they are within a package and with different parameters

    create or replace package test_pkg

    as

    function my_func (p1 in number)

    return number;

    function my_func (at number p1, p2)

    return number;

    end test_pkg;

    /

    create or replace package body test_pkg

    as

    function my_func (p1 in number)

    Return number

    as

    Start

    return 0;

    end;

    function my_func (at number p1, p2)

    Return number

    as

    Start

    return 0;

    end;

    end test_pkg;

    /

  • Can I have two licenses on the same name?

    Hi all

    I have a computer with a license of cloud. Recently, I bought a second. I want to use Adobe Cloud on it also. Can I have two licenses for clouds on the same name? Are there other options like in front of two licenses? I'm Freelancer. The second computer is for my wife. We are working since hoeme. Are there options to two licenses of cloud?

    What is the best solution?

    Kind regards

    Sebastian

    Hi again,

    Yes, you are right. You must purchase a second license under the e-mail address of your wife as with an adobe ID, you can have only one creative cloud subscription.

    Thank you!

  • Return of the mistake of MUSE: why do we not have several files with the same name?

    Well - I thought I had all this worked and fixed, but I met the download error 'Why do we have several files with the same name' once again.  (I downloaded all the files several times today in order to 1) works the way it worked the last time and 2) get an OAM file that is not loading for some reason any load again and the download takes about an hour to transfer all the files manually.

    To recap:

    (1) an option "Upload only modified files" returns the 'Muse has encountered an error and closes.  Why do we have several files with the same name? "error just as before.

    (2) a full download will work but takes forever and is NOT a substitution for work changed files option.

    Please advise with possible solutions!

    -Dave

    Is it possible to have two .oam different files in different folders on your computer where the .oam files have the same name? I'm theorizing that there may be a bug in the treatment to ensure the folder created for a .oam placed on the server receives a unique name, particularly in the case of a partial update of the site on the server.

    Please send us the .muse file and all the files in .oam related to [email protected] along with a link to this topic for the context so we can attempt to reproduce this error and isolate the root cause. If files are larger than 20 MB, you'll need to use a service such as Adobe send & Track, Dropbox, creative cloud, WeTransfer, etc. file sharing. Thank you.

  • Two iPhones, will have the same content

    Two iPhones, it will have the same content, like NOTES, FB, WHATSAPP AND YAHOO MAIL?

    I am worried because my friend is using my old iPhone and it can receive notifications the same as what I get.

    If you distributed or sold your phone to your friend, you should follow the steps here before releasing the device. If you did, you have no worries.

    What to do before you sell or give away your iPhone, iPad or iPod touch - Apple Support

  • How to display all the data to a database with the same name?

    I am familiar with the creation of basic website, but I want to learn how to create more dynamic Web sites.

    I create a Web site where a user can register on the site and counts there. Once into account here, there will be different options they can do.

    The new application form is in the section account it is configured for a user to submit a multiple application and save it in the database, that works, but the problem I have is during the examination of the application, it does show that one of them, not all.

    How can view the request of a user, sign in?datab.PNG

    revreq.PNG

    I can get to the screen, but not all.

    Is it possible to do this or any suggestions on how to do?

    Here's the code for the ReviewRequest:

    <? PHP require Connections/Connections.php"?" >

    <? PHP

    session_start();

    {if (isset($_SESSION["fname"]))}

    }

    else {}

    Header('Location:NewRequest.php');

    }

    ? >

    <? PHP

    $User = $_SESSION ['Pnom"];

    $result = $con-> query ("SELECT ALL * from newrequest where Fname ="$User"" ");

    $row = $result-> fetch_array (MYSQLI_BOTH);

    $_SESSION ["FirstName"] = $row ["Fname"];

    $_SESSION ['location'] = $row ["Location"];

    $_SESSION ['description'] = $row ['Description'];

    ? >

    <! doctype html >

    < html >

    < head >

    < link href = "CSS/Master.css" rel = "stylesheet" type = "text/css" / > "

    < link href = "CSS/Menu.css" rel = "stylesheet" type = "text/css" / > "

    < meta charset = 'utf-8 '.

    ReviewRequest < title > < / title >

    < / head >

    < body >

    < div class = "Container" >

    < div class = "Header" > < / div >

    < div class = "Menu" >

    < div id = 'Menu' >

    < nav >

    < ul class = "cssmenu" >

    < li > < a href = "Account.php" > account < /a > < /li > ""

    < li > < a href = "UpdateAccount.php" > update account < /a > < /li > ""

    < li > < a href = "NewRequest.php" > new request < /a > < /li > ""

    < li > < a href = "ReviewRequest.php" > Review Request < /a > < /li > ""

    < li > < a href = "LogOut.php" > sign out < /a > < /li > ""

    < /ul >

    < / nav >

    < / div >

    < / div >

    < div class = "LeftBody" > < / div >

    < div class = "RightBody" >

    < name of the form = "form1" method = "post" action = "" >

    < div class = "FormElement" >

    < label for = "FirstName" > < / label >

    < input name = "FirstName" type = 'text' required class = "TField" id = "First name" value = "<?" PHP echo $_SESSION ['FirstName'];? ' > ' >

    < / div >

    < div class = "FormElement" >

    < label for = 'Place' > < / label >

    < input name = "Location" type = 'text' required class = "TField" id = 'Location' value = "<?" PHP echo $_SESSION ['Location'];? ' > ' >

    < / div >

    < div class = "FormElement" >

    < label for = "Description" > < / label >

    < input name = "Description" required class = "TField" id = "Description" value = "<?" PHP echo $_SESSION ['Description'];? ' > ' >

    < / div >

    < / make >

    < / div >

    < div class = "Footer" > < / div >

    < / div >

    < / body >

    < / html >

    You would browse the information stored in the $result variable.

    $result = $con-> query ("SELECT ALL * from newrequest where Fname ="$User"" ");

    As below:

    fetch_assoc()) {? >}

    (I don't see a reason to assign data to a variable of $_SESSION?)

    You also probably would be well advised to select information based on a uniquie rather than a name id - if two people have the same name youre UNLESS you want to make sure that two identical Fname can be stored in your tabe stuffed.

    $result = $con-> query ("SELECT ALL * from newrequest where userID = '$userID'");

    userID |     Fname |     Location |                      Description

    8 the end of the road muddy and foggy

    11 this something, no idea

    8               the              rstreet                           rah

    8 is not a clue

    14 Hello Goodbye

  • VMDK_FILES_TO_BACKUP: Vmdk bearing the same name

    What I will meet the following when you try to install ghettoVCB.

    I want than backup discs connected to the VM Windows to exclude from ghettoVCB. We have 2 data warehouses, one with al main drives and the other with backup discs. Since we have 2 data warehouses these two discs VMDK names are identical. How can I specify the backup disk to be excluded when runnning ghettoVCB or is there a possibility to exclude a whole routine backup data store?

    Hi SteeWell,

    As @jpgillivan said, it's probably a good idea not to have the same name right for VM even VMDK as it can become confusing if you must manually manipulate an individual disk, but that said, it's always a taken use case supported by ghettoVCB.

    First of all, you can have the computer virtual disk extend store multiple data, and usually when you so, host ESX (i) will automatically ensure the VMDK (s) is unique, at least that's what I saw in ESX (i) 4.x and 5.0. The only way that I knew you could get EXACTLY the same name is that if you renamed manually the VMDK (s), otherwise if you have to say 2 VMDK (s) which is spread over two data stores they would call something like this by VMware:

    [datastore 1] myvm/myvm.vmdk

    [datastore 2] myvm/myvm_1.vmdk

    As you can see, the two VMDK (s) have unique names and there are a number that auto-increments based on the number of VMDK (s) and this would allow you to easily exclude or include the VMDK (s) you want to backup.

    In any case, if you had somehow the following configuration:

    [datastore 1] myvm/myvm.vmdk

    [datastore 2] myvm/myvm.vmdk

    which is always supported in a perspective of ESX (i), the good thing about how it is actually stored in the .vmx file is the full path to other VMDK (s) who don't residence not in the backend configuration data. (e.g. vmfs/volumes / [datastore uuid]/myvm/myvm.vmdk). ghettoVCB will then list the VMDK (s) the user wishes to exclude and then match it against the list of the VMDK (s) identified by users.

    So here's an example:

    TEST has 2 VMDK (s)

    * TEST.vmdk (located in the same directory as the .vmx)

    * TEST.vmdk (located in another data store)

    If you have run just dryrun mode, you will see the following text:

    2011-11-20 23:17:58 - dryrun: #.
    2011-11-20 23:17:58 - dryrun: Virtual Machine: TEST
    2011-11-20 23:17:58 - dryrun: VM_ID: 2983
    2011-11-20 23:17:58 - dryrun: VMX_PATH: /vmfs/volumes/himalaya-local-SATA-intel.510:0/TEST/TEST.vmx
    2011-11-20 23:17:58 - dryrun: VMX_DIR: /vmfs/volumes/himalaya-local-SATA-intel.510:0/TEST
    2011-11-20 23:17:58 - dryrun: VMX_CONF: TEST/TEST.vmx
    2011-11-20 23:17:58 - dryrun: VMFS_VOLUME: Himalayas local SATA intel. 510:0
    2011-11-20 23:17:58 - dryrun: VMDK (s):
    2011-11-20 23:17:58 - dryrun: /vmfs/volumes/4d8abe51-234bb8da-6db2-003048d9586b/TEST/TEST.vmdk 2 GB
    2011-11-20 23:17:58 - dryrun: TEST.vmdk 1 GB
    2011-11-20 23:17:58 - dryrun: VMDK (s) INDEPENDENT:
    2011-11-20 23:17:58 - dryrun: TOTAL_VM_SIZE_TO_BACKUP: 2 GB
    2011-11-20 23:17:58 - dryrun: #.

    If you only wantd to TEST.vmdk, then your backup config would look like:

    VMDK_FILES_TO_BACKUP = "test.vmdk"

    If you want only the other TEST backup. VMDK, then your config would be loo like:

    VMDK_FILES_TO_BACKUP="/vmfs/volumes/4d8abe51-234bb8da-6db2-003048d9586b/test/test.VMDK".

    As you can see, even if the virtual machine has 2 VMDK (s) exactly the same name, the script is able to determine that you want to backup, as long as you specify the path to the desired VMDK.

    I hope this makes sense

  • Files and folders with the same name

    I am trying to unzip some files and folders and it works fine on my computer with Windows XP. However, when you use Windows Vista I can't because there are folders and files with the same name. After an internet search, it seems that the only suggestion is to extract the files in separate folders which then would allow them to keep the same name. The problem is I want what they in the same folder and they need to have the names they have.

    NOTE: I do have two files with the same name in the same folder, I have a folder and a file with the same name. I would have thought that this would be acceptable because they are two things separate, and given that it's great under XP.

    All solutions?

    You are right, if I make a file and a text file with the same name, it works fine. However, when I try to extract the files I need it tells me that there is already a file with the same name as the folder. He goes to tell me to choose a new name but my only options are 'try again', 'jump' or 'Cancel '.

    I think I can understand what the problem is. For some reason when you download the zip file, the computer seems to have added a few files side with any format other than "file." It is those who have the same name as the folders as if they were, and they could not be uncompressed because of this. I have no idea whence they came as they appear from nowhere (compared to my XP). I'm trying now unzip the files separately and exclude the strange s 'file '.

    Thanks for your help though!

  • Is droid - possible to separate people with the same names?

    My list of contacts and Facebook was related, but I have friends that have the same names and is there a way to separate contacts in a way people list? Help, please.

    When you look at the contact (I assume that the two are joined) you can select the menu and 'change '. Once you have "edit" on the screen, see if there is a "Separate" menu item If so, who should take care of it.

  • Different databases with the same name in 1 cluster?

    Hello classmates of dba,.

    I wish to discuss with you the following situation:

    We have a 4 RAC Cluster node.

    Databases node 1 and 2 contain the 11.2.0.3 (Enterprise Edition)

    Databases node 3 and 4 contain 11.2.0.4 (Standard edition)

    12.1 GI on all nodes and all are part of the 1 cluster.

    OS: Oracle Linux 6.5 (with + ASM)

    Our company wants to migrate databases EE 1 and 2 to 3 and 4 nodes node:

    -Downgrade of EA to itself

    -Upgrade 11.2.0.3 to 11.2.0.4

    Normally I do this by creating databases with DBCA under a new name and migrate data using Data Pump.

    The problem is that the company wants to have the same name of database on all nodes.

    Is it possible to have the same name of database on all 4 nodes simultaneously (from 2 houses of Oracle RDBMS different with different versions while all 4 nodes share 1GI?

    It is a method of support?

    Let's see if I can describe it more in detail.

    You have a database named ORCL in your RAC environment. Create a new blank database named SLAVE_PORT_NUM. Perform a dump of export of ORCL and import in SLAVE_PORT_NUM. At this point, you have the data in the new database. The original database to stop now:

    srvctl stop database orcl immediate o d

    ORCL is no longer running on all nodes. We just need to allow users to connect to this database with a service name. But before I can do, I need to remove the Cluster registry ORCL:

    srvctl remove the d orcl database

    Now create a service named ORCL that connects to SLAVE_PORT_NUM

    srvctl add service d slave_port_num s orcl r - newdb1, newdb2, newdb3, newdb4

    Your application always tries to connect to "orcl" on this same group. They don't know the PB has changed its name.

    When you change only the name of the service for the new database. I guess that the path of the ASM will have different name right?

    It cares ASM. ASM paths come into play when you create the new db.

    HTH,

    Brian

  • the combination of files with the same name

    Lightroom combines two photos or film and photo, when they have the same name. IK looks like a battery. but it's not. It works automatically. the question. Y at - it split a two option. and see two different views. instead of one?

    Disable the option preferences > process files Next To Raw files as separate Photos JPEG. Then in the folders pane in the left column, right click on the folder that contains the raw photos or the videos in question and select the folder to synchronize. JPEG files that were once considered sidecars for raws or videos will now be imported as separate peaks.

Maybe you are looking for

  • 10 iOS safari screen do not scroll when you type text

    After the iOS10 update, Safari is not scroll when I m typing text in a field text as here in a forum. I have to scroll the screen by hand for the position where type I´m. it occurs only in Safari, for example Pages works fine. I use an iPad Air1, but

  • You have more than 50 users of training for us? We need help :-)

    My age group is not as tech savvy as younger generations. We want to know how Mozzilla everything it can be, but don't really know how. Y at - it training to get up and go? It looks great, but cannot not quiet getting my head around how it can be cus

  • Phone stopped working after upgrading to iOS 9.2

    I have updated to iOS 9.2 and my phone (5 s) has stopped working. do not send text messages or save and none of the applications to work. I do not have a PC at the moment so I can't use iTunes

  • Computer won't pull on the screen?

    My office is connected to my TV via HDMI and when I turn on nothing doesn't appear on the TV screen... any ideas how to solve this problem?

  • to listen during loading

    Is it a BAD IDEA to listen to the "rocket" while he is in charge, or an idea is NOT RECOMMENDED.