Resource maps

I am programmed to run a recovery planned on our Production servers this weekend.  We will make a recovery, testing and then restore and restore.

I experienced this with a group of development and test servers, and it went well. The only question I have is about maps of resource from site to site, such as the network and file.

I have these defined from the site protected on the recovering site.  In my tests with the development servers, it is creation of mappings are needed on the recovering site to the secure website when you do a backspace.

My hypothesis is that these are not necessary as long as they are set to the opposite effect. Is this correct?

All other pointers to make a recovery test are also appreciated.

You must configure the mappings of the inventory on the sites before you run reprotect, or reprotect may fail.

Take a look: how Site Recovery Manager makes Reprotect

Tags: VMware

Similar Questions

  • How can I change the date used to filter the screen heat for a resource map?

    The dates that appear at the top of the heat map of resources are blocked on March 2014 until August 2014. How can I change these dates to see the current and future commitments to my resources?

    HeatMapDates.png

    To change the dates, you will need to save on the registration page and modify the advanced search criteria. These filter dates apply for the following clicks and pages of details when displaying resources.

  • Cannot retrieve the data mappings of resources

    Hi all

    Try SRM 5.8 in my lab before production deployment, and I am running into a problem of configuration of resource maps. I was able to correctly associate sites, but after that I added a new pair of mapping resources, I get the message "Unable to retrieve data from mappings of resources" from the GUI.

    Check the SRM logs and don't see anything relevant... Hoping someone can give an overview on the place where to look to fix this problem. Thank you!

    I think that I figured it was apparently the DNS resolution. My VC Prod could not resolve the host name of the VC DR (although I used IP addresses for the SRM installation). Once I added the local hosts two VCs file name resolutions, I could see the resource mapping of lists.

    Leaving it here just in case some else will continue in this issue.

  • GR 11, 1 IOM material: disability resources changes set to change

    Version: IOM 11 GR 1 material BP7

    Target system: Active Directory using Connector AD 11.1.1.5.0

    In my environment, I have a disabled user with an Active Directory resource. Whenever I have to make changes to resource the user AD, the status of this resource is changed to "Set up" even if the resource is always disabled on the target system. I know that when a resource is disabled, you cannot change the shape. I made the changes through the API or the button on the interface of the IOM (I have a process configuration 'Change Password' task so this password is pushed to resources of the AD user) password reset.

    I also installed a custom connector icf and it has the same behavior as above.

    I would like to know if anyone has come across this problem before or have any thoughts in this issue the debug.

    Check if the task that fires once resource mapping 'C' - implemented a disabled user That could be the reason!

  • object resource to link to the form of course and definition

    I have the following:

    Object resource ABC
    ABC process definition
    Form of course ABC


    Is it possible to create a new XYZ RO and RO tap the definition of process of ABC and ABC that?

    You attach a Process Definition to a resource object and not vice versa, so yes you can create a new resource object and that it points to your Definition of the process and to turn the form of course, but the only exception would be that your existing Process Definition-> object of resource map would be gone.

    Open your Process Definition and change the object name field

    So in other words, a Definition of the process can be linked to the only * 1 purpose of resource * but
    a resource object can be linked to the Definition of multiple processes

  • Information on pop before adapter IT resources

    Hello

    I have a pre-fill adapter that queries the database. How to map the parameters of db connection with the parameters of the DB IT resources. I don't see the option
    "IT resources" mapping the variables, but I'm not able to exactly match the url, driver, identification of user admin, password etc.

    Thank you
    PETREA

    You won't be able to do a pre pop adapter.

    However, you have 2 options
    -Map of the resource it and gather along it resource in your java code key and using the API to get the details of IT resources
    -Map the variable to the literal and pass the name of the resource as a string (only in case you have only 1 resource) and using the API details get.

    Thank you
    Suren

  • HP PAVILION P7-1155: p7-1155 graphics card with hdmi

    I need to replace the graphics card for my machine to my hd tv hdmi output. I received a link to a forum that took me to newegg expert. There, I was overwhelmed for choice. I looked at a few of these, as well as comments. PNY cards seem to have a good rep, but I'm not sure. I want one that gives result excellent for my panasonic plasma and also has a conn vga for an old pc that I use occasionally, as well as a DVI to my primary monitor (ACER LED). I want also to capacity dual monitor.

    I'm not in the game, but I want good graphics. Low power is necessary also for that area (P7-1155). I think that this box is 250 watts. I'm confused about the amount of memory it must have (1 g, 2 g). If I could get a couple of good choices for graphics cards, I'd be happy. Looking at all the choices gave me a headache. I am running windows 7 Home Edition.

    Maybe there's an ideal choice among them all, but that is deceiving me. Anyone with a few entries on it even better every obvious choice or stupidity would be useful.  I'm going through my dvr then go out on television.

    I don't want to make a mistake here, so I need expert advice. I would prefer a free fan, since many of the comments talk about fan noise. I like to keep the cost less than a hundred, but I don't want no exaggeration either.

    Help

    I would like to deal with NCIX.ca because I'm here because of their return policy and the Canada.

    Newegg here at the Canada gets things to the United States when it is not supplied to the Canada and it can take forever.

    I also found that the NCIX is easier to deal with when returns _ Newegg is too automatic for my taste.

    When it happens to a good card walked like this, 20 dollars or down doesn't bother me, but that's me.

    I'd rather pay more and get the best service.

    And this is an awesome card, I do a GT760 and pushing a frame interpolation program.

    http://www.dmitrirender.ru/

    It was the limitation of the 760 at 80 degrees (metric) and using about 86% resources maps.

    With the same program that GTX980 fans don't even come on, it works at 60 degrees and uses only 62% of the resource cards.

  • How to display an image on the screen

    I am currently using the following code

    InputStream imageStream = app.getClass().getResourceAsStream("/resources/map.png");
    byte[] data = new byte[2430]; // Store the contents of the image file.
    imageStream.read(data); // Read the image data into the byte array.
    EncodedImage image = EncodedImage.createEncodedImage(data, 0, data.length);
    BitmapField bmpField = new BitmapField();
    bmpField.setImage(image);
    divisionScreen.add(bmpField);
    

    But it does nothing on the divisionScreen. The same screen has some listechamps as items that normally appear. I want to display the image above the items in this list.

    Thanks in advance

    Hello

    Try this way adding image if it works then something is wrong with the wqay you do

    Bitmap objHeaderImage = Bitmap.getBitmapResource ("88Header.png");

    BitmapField = objHeader = new BitmapField (objHeaderImage);

    Note Add the image to your project by right-clicking on your project and selecting Add files.

    This is perhaps the reason why your original way did not work.

    I would like to know if it works or not.

  • Setting of time zones for those imported for integration AD

    We are setting up integration of ads for VSM9 to import customers and agents.  We hit a roadblock with the time zones.  People are imported based on their membership in a group AD.  Members within each group can be of several regions with different time zones.  Therefore, it is not practical set the timezone in the model of the person.  Within resource maps, there is a timezone field, but I don't see any reference to the time zone in the AD resource that could be associated with the time zone field.  He also doesn't seem to be an option to create a resolution rule as you would for an organization or a location.  We have rules of resolution in place for the Organization and the location, the time zone which is getting applied to the person is not based on the Organization, but instead, it is to be set to 'undefined', which is the option selected in the model of the person.

    The idea has already crossed your mind that I could create a recurring SQL task that runs a query to update with terms such as "If the time zone is set to undefined, then set the time zone to match the organization."  However, I prefer not to do this way and use the system as it was designed, and using the SQL task would mean that those imported would have a time zone is not defined until the SQL job runs.  Someone at - it suggestions on how I can get around this by using standard parameters within the system?

    Untitled.png

    Hello

    Few things currently comes in my mind:

    * If it is possible to store the zone information in AD (to use any unused property or extend the schema with a custom). You can then map this property in your integration with field tz people rule. The worst thing - you need to manage updates (for example, script) of your users AD setting the values of the source (maybe the one you use for synchronization of organization vsm) tz.

    * You can create the SQL update for the AR_CLIENT_COMPANY table trigger to replicate the TIME_ZONE_REF value for all users in the current organization.

    I always have the feeling that it is possible to manage that with vsm rules of integration, but we should go deeper into your infrastructure, for example maybe you can update vsm people of the source you use for organizations.

    G

  • custom object class attributes do not deploy in oID by IOM

    Hello

    I connected the IOM with oID provisioning of users is also underway. I had one class of structure customized with certain attributes in OID.

    In the form, in the form of usr OID Designer, I did field UD_OID_USR_Custom

    In the search for .config OId I mentioned this custom class and class attributes [in custom code to decode target attribute name]

    In the process recognised form of OID mapping I traced this domain name.

    Also, in recon resource mapping object also, I mentioned this attribute.

    But while creating user until the form attribute value process is filling and not the provisiong who attribute it to the OID.

    Please tell me where I went to mapping steps in definition, Lookup.OID.configuration, form designer, wrong process Resource or correct objects.

    Thank you

    Recon form process mapping of the OID I traced this domain name

    Did you before Provisioning Lookup AttrName.Prov.Map.OID attributes?

    Have you followed each step:

    http://download.Oracle.com/docs/CD/E11223_01/doc.904/e10436/extnd_func.htm#CACICHDH

  • Remove the resource type that is already mapped.

    Hi all

    I am trying to remove a resource group resource type, but get error message.
    Cannot remove this member from the list of resources because the transaction has already mapped

    Thanks in advance.

    Hello

    This is an expected error message.

    You will not be able to remove it.

    Thank you

    Gene

  • VRA 6.2 REST API: resource Action with object mapped by VRO

    I created a resource Action (Advanced Services - resources Actions) who calls a workflow orchestrator (VRO) to do a few things.  The VRO workflow takes three objects as inputs: 2 channel and a VC:VirtualMachine.  Connecting the web GUI, when a user selects the action for the specific virtual machine, they are presented with a form asking to specify the content of the 2 strings.  The VC:VirtualMachine object is transparant and (I think) is automatically mapped internally to the enabled virtual machine.  This works very well at the launch through the web GUI.  Now, I need to create the same scenario using the REST API.  I created the "ResourceActionRequest" object JSON and included the 2 strings as indicated in the request data, but I have no idea how to do to add the VC:VirtualMachine object to the request.  I thought maybe it was too transparent, but I get an error if I try to send the JSON without the 3rd data item.  For example, here is my "ResourceActionRequest" object JSON:

    {

    "@type": "ResourceActionRequest",

    'resourceRef': {}

    'id': '< resourceRef-id >.

    },

    'resourceActionRef': {}

    'id': '< resourceActionRef-id >.

    },

    'Organization': {}

    "tenantRef': '< label >."

    "tenantLabel': '< label >."

    'subtenantRef': '< subtenantRef > ',.

    'subtenantLabel': '< subtenantLabel > '.

    },

    "State": "SUBJECT."

    "requestNumber": 0.

    'requestData': {}

    "items": [{}

    "key": "provider-MyFirstCustomProperty."

    'value': {}

    "type": "string",.

    "value': ' blah, blah, blah."

    }

    },

    {

    "key": "provider-MySecondCustomProperty."

    'value': {}

    "type": "string",.

    "value': ' blah, blah, blah."

    }

    }]

    }

    }

    I don't know how to provide the VC:VirtualMachine in the application.  Any help would be appreciated.  Thank you!

    -Stephen

    Hey Stephen,

    I do not see the bits that I expect:

    {

    "key": "provider-MachineName."

    'value': {}

    "type": "string",.

    'value': 'vra045 '.

    }

    }

    It's vRA identity Machine which must correspond to the rear.

    Grant

  • The SRM - resources Site showing as incorrect inventory maps

    Hello

    Before we start I'm new on 'hands-on' SRM, so please excuse the lack of agreement.  I use two clusters HP P4000 SAN, the two sites-A and B Site using vCenter 4.1 and SRM 4.1.0 - 267817.

    I am setting up the RS interface for the first time and have so far:

    > set up the "connection" under "Protection Setup" and have a status of connected.

    > set up "picture frames" under "Protection Setup" and have configured status.

    > installed the P4000 SRA on both vCenter servers.

    > Configuration remote regular snapshots and replication is complete.

    In the management group configuration, I installed a Site as a protected Site (Production)

    In the management group configuration, I installed Site-B as the recovery (DR) Site

    This configuration wizard to finish I get the message saying "replicated volumes could not be matched with inventory data warehouses.  At this point, I guess that's because inventory maps were not yet Setup.

    In the configuration of mappings of mappings of inventory under "Configuration of Protection", you have two columns, protected Site resources and second Deposito Site.  This is the crux of the problem... Site-B (DR) is indicated under "protected Site resources.

    According to the Documentation of SRA HP P4000, "protection site is the site that is being replicated to the.
    recovery to the recovery site. »

    Please help, I'm fooled!

    That's right

    See a local and that SRM/vCenter you work remotely.

    So basically if you replicate storage of Dominican Republic production, you could do with bidirectional failover.

    As mentioned, you create the Protection groups on the Production site

    You create on the DR SRM/vCenter site recovery plan

    concerning

    Please allow points if you find this useful or correct

  • We can the child resource form field map table to child form process?

    Hello

    Can map the child field to the resource form table to process child table field?

    Tab in the process definition data flow, I tried to map the field of resource child form tabel with th treat the child form field table... but there is no available for this option.

    However, add a data flow Table mapping we can match child table resource to the child shape process table but that doesn't sovles my problem.

    Please provide any pointer

    Once you map the table, you right-click in the table and map fields from the child. According to me, this is how it works, or select the table mapping and click Add field. One way or another, you need to add the first table, and then the field.

    -Kevin

  • error message when the location of my pictures (Google maps)

    Excuse my bad English, I'm french! When I try to inform them of the location of my pictures in IPhoto, using Google Maps in the Info window, I get this message: "Oops!" something was wrong. This page has not properly loaded Google maps. See the JavaScript console for more technical details"

    What can I do with Java script?

    Thank you for your response.

    Contract of Apple with Google to use Google maps with locations of the pictures in the iPhoto library has been cancelled a few months previously.  That's why iPhoto 9.4.3 and earlier can no longer access the Google map servers and get this error message.

    If you use iPhoto 9.4.3 or earlier you can stop the fracas in the following manner, but will lose the mapping functionality in the library.

    iPhoto 9.4.3 and earlier began planting for many users suddenly a few weeks ago. This is because the contract between Apple and Google for the use of Google maps with iPhoto 9.4.3 and earlier sites expired an elderly couple of months and was not renewed. This is the case of him freezes or crashes.

    Now uses Apple its own program for locations maps and too the use you need to run iPhoto 9.5.1 and Mavericks or 9.6.1 and Yosemite El Capitan or Photos and El Capitan.

    Try Huxly647Solution:

    Huxly647 , November 20, 2015 12:05 AM
    Re: iPhoto crashes after opening several times in reply to carvermon

    I found a solution that works for me.

    1 goto /Applications/iPhoto.app/Contents/Resources (control (right) - click the iPhoto application and select the content in the context menu - OT.)

    2 delete the files 'googlemap.html' and googlesearch.html

    iPhoto no longer crashes, site does not work, but it doesn't bother me too much.

    Let me know if it works for you guys...

    Deletes two files "googlemap.html" and the googlesearch.html of iPhoto application bundle prevents the JavaScript running inside and causing the accident.  Log of course do the same thing. So it's pretty clear that something happened at the end of Google.

    There is a notch posted by user cotton-x that will let iPhoto 9 and earlier still use Google Maps for the purpose of the location.

    cotton-x

    16 December 2015 14:49

    Re: iPhoto 11 - problems with Photo locations

    in response to Paul Fisher

    YES!

    I did just the job.

    I'm on a macbook running white 10.7.5 with iPhoto 9.4.3

    Thanks to Paul, I got an idea. What happens if we had simply ignored Apple has expired API and used our own, private and free from Google. Turns out it works.

    Here's what you need to do:

    0 - quit iPhoto

    1. create a google account or use your own

    Console developers of Google 2 - access HERE

    3. create a project (any name)

    4 - turn on a Google Maps Javascript API

    5 - generate your own API key

    6 - go to the folder /Applications/iPhoto.app/Contents/Resources/googleMap.html

    7. change the googleMap.html (I used an application called TextWrangler)

    8 change the src ="http://maps.googleapis.com/maps/api/js?v=3 & client = gme-appleinc & sensor = false" > to this src = 'https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE& signed_in = true & sensor = false ">"

    9 - save your freshly edited googleMap.html

    10 - open iPhoto and enjoy.

    Take the Apple.

    Don't forget to make a backup copy of the iPhoto application before performing this procedure.

Maybe you are looking for