How to combine 2 VCenter with different subnet?

Hello

I had 2 x VCenter instance installed in two different subnet, internal production and one for the disaster recovery site, it is possible to make them connected to each other and then implement in the heart of vcenter beat builtin functionality?

Thank you.

OK, I'm a bit confused.  You asked previously on vmotion or vcenter or esx hosts?

vCenter servers can be linked together without having to be in the same subnet.

Grouping of vcenters will allow you to have a single pain of glass view for the two vcenters and allow you to search your inventory full, but models are managed by the individual vcenters.

-KjB

Tags: VMware

Similar Questions

  • How to read the data with different XML schemas within the unique connection?

    • I have Oracle database 11g
    • I access it via JDBC: Slim, version 11.2.0.3, same as xdb.
    • I have several tables, each has an XMLType column, all based on patterns.
    • There are three XML schemas different registered in the DB
    • Maybe I need to read the XML data in multiple tables.
    • If all the XMLTypes have the same XML schema, there is no problem,
    • If patterns are different, the second reading will throw BindXMLException.
    • If I reset the connection between the readings of the XMLType column with different schemas, it works.

    The question is: How can I configure the driver, or the connection to be able to read the data with different XML schemas without resetting the connection (which is expensive).

    Code to get data from XMLType is the implementation of case study:

     1   ResultSet resultSet = statement.executeQuery( sql ) ; 
    2   String result = null ;
    3    while(resultSet.next()) {
    4   SQLXML sqlxml = resultSet.getSQLXML(1) ;
    5   result = sqlxml.getString() ;
    6   sqlxml.free();
    7   }
    8   resultSet.close();
    9    return result ;

    It turns out, that I needed to serialize the XML on the server and read it as BLOB. Like this:

     1    final Statement statement = connection.createStatement() ;  2    final String sql = String.format("select xmlserialize(content xml_content_column as blob encoding 'UTF-8') from %s where key='%s'", table, key ) ;  3   ResultSet resultSet = statement.executeQuery( sql ) ;  4   String result = null ;  5    while(resultSet.next()) {  6   Blob blob = resultSet.getBlob( 1 );  7   InputStream inputStream = blob.getBinaryStream();  8   result = new Scanner( inputStream ).useDelimiter( "\\A" ).next();  9   inputStream.close(); 10   blob.free(); 11   } 12   resultSet.close(); 13   statement.close(); 14  15   System.out.println( result ); 16    return result ; 17
    

    Then it works. Still, can't get it work with XMLType in resultset. On the customer XML unwrapping explodes trying to pass to another XML schema. JDBC/XDB problem?

  • Combine data sources with different granularity in the same fact table?

    I have two operating tables 'Incident (157 columns)' and 'unit (70 Colums) '. For all the "incidents" happening there could be one or more records in the table of the 'unit '.

    As part of my design of data mart, I have merged the tables in one "makes the incident (227 columns)" and insert records from two tables with a join condition between them [incident. IN_NUM = Unit.IN_NUM].

    Is this correct, is my question? or am I mix data sources with different granularity in the same fact table. Appreciate your help.

    Best regards
    Bees

    Bees,
    Are the measures of the 'Incident', repeated during an incident given, in more than one record in the table of the unit? If so, then the sum (indicent.measure) will give an incorrect result?

    What is there to merge physically tables set outside OBIEE? With OBIEE you might have a table of 'facts' logic to present the user with report, which from tables separated units and Incidents and would stop the occurrence of incorrect aggregations. A common piece of modeling in the same way would be arrested in OBIEE headers and lines of command, quite common to have a logical fact 'orders' which contained the two header orders and order line, this translates into the Incidents-> relationship of units.

    To do what I mentioned, is relatively simple, you need a "Dim - Incident" at two levels, unit, mapp and Incident unique identifiers as keys to level and then use these levels to define the content of the levels correctly in your 2 tables logic sources logic "done", IE the LTS Incidents at incident level LTS units as level of units.

    Hope this helps, let us know if you get stuck.
    See you soon
    Alastair

  • How to make 2 screens with different information about them, in Microsoft Vista

    I have a laptop with Windows Vista on it. I want to use another screen and have different information about them. How can I do.

    Follow the procedures on the titles below links:

    On the new display settings, choose the option 'Extended '.
    Set up multiple monitors
    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-multiple-monitors

    Then, you can move your program windows to the second monitor.
    Move windows between multiple monitors
    http://Windows.Microsoft.com/en-us/Windows-Vista/move-Windows-between-multiple-monitors

    Others that you need to read:

    Multiple monitors: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/multiple-monitors-frequently-asked-questions

    The problems of multiple monitors
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-multiple-monitor-problems

  • How to combine several forms in different KEY1/KEY2 should they be in different keys?

    Hi all

    Just trying to get some ideas...

    If I had several forms of large lists in different key1/key2, any idea on how I could trigger several forms in different keys to create a transaction?  I would specify trigger information in the incoming xml.

    Thank you!

    Depending on the version of your product, it is possible to have triggers on several Key2s within the same Key1. These triggers are assigned in the definition of Application (BDF) within the DMStudio Manager.  A transaction specifies the Key1 + Key2 primary in the usual way and then if there is no other Key2s under this Key1 with triggers, those who will be assessed. If True, then any triggerss within this Key2 will be also allowed to evaluate and added to the document.  Note that triggered the Interior forms a Key2 grouping remain the Key2 group in your document that results.

  • How to combine character animator with movement sequences after effects puppet?

    Hey community! I hope that everyone is having a good day/night

    So I used successfully the facial recognition to my really cool talking characters with character animator, and I intend to do the rest of the artwork of the puppet/movement/scene in After Effects, but...

    After I imported the scene in After Effects, I noticed that I have no control over the assets any longer, and the composition is just the stage with none of the layers... If After Effects will play the scene and I would exprt but that's all.

    How can I combine puppets of the face of the host character with puppets and gestural stage with After Effects? My guess is that my workflow control is false. Any help would be greatly appreciated

    I did it by creating an image file separated with everything except the head and then using this second file to animate in Ae.

    It's easy enough to create the second body file (I use Photoshop) by dragging the layers appropriate to the library. It should also be possible to use the library in Ae.

    This works well for me and so far seems more flexible.

  • How to combine two bitmapData with blendMode?

    I will simplify my case with an example:

    Set 2 clips on the stage, each with a rectangle in it that have different colors. Put one on the other and apply upwards a certain blending mode that shows a visual difference. OK so what I have to do now is to capture the bitmapData both and it redraw in a single MovieClip, so what I need is to merge the bitmapData 2, which has worked well without a blendMode, but I can't make it work just with blendMode, can anyone help?

    Here is the code I have so far (he located on the 1 frame of the main timeline):

    import flash.display.Sprite;
    import flash.display.BitmapData;
    import flash.geom.Point;
    import flash.display.MovieClip;
    function makeTrans(targetArr:Array, container:*):void
    {
     var targetBitmapDataArr:Array = [];
     var maxBitmapDataWidth:Number = 0;
     var maxBitmapDataHeight:Number = 0;
     for(var i:Number = 0; i < targetArr.length; i++){
      var target:* = targetArr[i];
      var myRectangle:Rectangle = new Rectangle(0,0,target.width,target.height);
      var myMatrix:Matrix = new Matrix();
      var myBitmapData:BitmapData = new BitmapData(target.width,target.height,true,0xFFFFFFFF);
      myBitmapData.draw(target,myMatrix,null,target.blendMode,myRectangle,false);
      targetBitmapDataArr.push(myBitmapData);
      maxBitmapDataWidth = Math.max(maxBitmapDataWidth,target.width);
      maxBitmapDataHeight = Math.max(maxBitmapDataHeight,target.height);
     }
     var finalBitmapData:BitmapData = new BitmapData(maxBitmapDataWidth,maxBitmapDataHeight,true,0xFFFFFFFF);
     var startPoint:Point = new Point(0,0);
     var mult:uint = 0x100;
     for (var j:Number = 0; j < targetBitmapDataArr.length; j++){
      finalBitmapData.merge(targetBitmapDataArr[j],targetBitmapDataArr[j].rect,startPoint,mult,mult,mult,mult);
     }
     container.graphics.clear();
     container.graphics.beginBitmapFill(finalBitmapData,null,false,false);
     container.graphics.drawRect(0,0,finalBitmapData.width,finalBitmapData.height);
     container.graphics.endFill();
    }
    var transition:Sprite = new Sprite();
    addChild(transition);
    makeTrans([mc1,mc2],transition);
    

    If the two MovieClips are normal blendMode, it works very well, blendMode setting does not have the desired result, test and please let me know how to do this correctly. I do this for purposes of optimization, because in my real case, I have an entire Web site, I want to apply the mix mode affecting the performance of the current animations much and given that the blend mode is applied mainly background + a few decorations more on this, I think it would probably eliminate the need for permanent blendMode being all the time and just to get the result final background and then I can show only that and hide/disable everything else.

    Thanks in advance!

    Can you give an example more short which doesn't work as expected? I just did a little test with some bitmap icons - put the two on stage - one above the other the value mode of inverses of mixture, then a new bitmap of them... worked perfect. Here's the code I used:

    var c:BitmapData = new BitmapData (32.37);
    c.Draw (a);
    c.Draw (b, NULL, NULL, b.blendMode);

    var f: Bitmap = new Bitmap (c);
    addChild (f);

    First icon has an instance name, second is b... The new bitmap is exactly the same as the two on stage.

  • How to include a page with different orientation under certain conditions?

    Hi experts,


    I use BI Publisher included on EBS 12.2.4, and I need to print an invoice and conditionally add a page with a different orientation (portrait, rest pages are landscape).

    The condition is if TRX_TYPE = "ND".


    I realized to break the page (with a change of section) and call an auxiliary template (named cartaDevolucion) with the text on the last page:

    ------- this is ms word section jump (next page)
    <?import:file:///C:/tmp/XXSON_RETURNNOTE_LETTER.rtf?>
    
    <?if:TRX_TYPE='ND'?>
    <?call@cartaDevolucion?><?end call?> 
    <?end if?>
    

    My problem is that if the condition evaluates to false, the last page is strill printed in white.

    Any recommendations?

    Thank you
    Jose.

    Hello

    I solved the problem. I was missing the key word "@section":

    
    

    Thanks a lot for your help Alex. I'll keep your Xpath comment in mind.

    Kind regards

    Jose.

  • How to combine several pages from different files together?

    I converted a Word document to PDF, now I want to combine pdf pages to the file, how can I do?

    Hi imherelawd,

    I see you have Abobe PDF Pack, you can use the feature files to combine to combine up to 12 files in a single PDF file. But, this function combines the whole files, the pages are not specific. If that's your goal, you will need to use Acrobat, which allows you to insert selected pages from a PDF in another. If you do not have Acrobat, you can try it free for 30 days. Please visit www.adobe.com/products/acrobat.html.

    Best,

    Sara

  • How to watermark multiple images with different dimensions in Photoshop?

    Is there a way I can place a watermark on the bottom right of the multiple images, any size images? I tried to use Photoshop Scripts > image processor, but it only works for images of the same size. I want to put the watermark on multiple images of different sizes. It is the output I got.

    For the first image watermark placed properly, but for the second picture watermark is distracted. As you can clearly see the dimensions are different. Please suggest me a solution.

    additional1.jpg

    test.jpg

    As this video should help you.

    How to watermark multiple images in Photoshop CS6 - YouTube

  • How to keep the chart with different colors when adding new data

    Hi, please help me.

    I want to compare my first plot the data (trace of legend) with my following data in the graph of the plot. my program didn't work it just add new field data and color for the next data has not changed.

    What's a matter of signal conditioning? Please, click on Options, and to request the removal of moderator for the jury of LabVIEW.

  • Want to combine two tables with different numbers of lines 2d

    I'm out data in a file in 2d tables, then adding more as it goes, and I run into issues when the size changes.

    2D arrays must be of rectangular shape, so those empty space you have it will be filled with the default value of any data type you are using. See attachment for the concatenation of tables:

  • How to install a windows with different runas service account

    Hello
    I would like to ask, how can I change the account to connect to the course, I install the service. The default service account is localsystem. I would like to change in administrator or another account. The service needs to access the reader to share in the other server. If use the localsystem account, the service cannot access the network. someone has some idea for my case. I can't change it when it is installed, because I need to deploy the service of thousands of machines.

    Thank you
    Nicholas

    Hello

    1.) deploy the application on workstations
    2.) develop a batch script to automate the changing of credentials to services
    SC config obj = pass =

    You can use the administrator and the password admiistrator for the batch script.

    Don't forget to vote too useful for others and to accept the proposed response, if it is relevant build it KB in this Forum.

  • Connect two networks with different subnets

    I have a network that is totally excluded from the rest of the network. It consists of a switch Allied Telesis AT - 8624T layer / 2M 3, a computer and a few PLC devices.

    It is the only switch Allied Telesis, the rest of our network is Cisco. Allied was by a seller.

    Our network uses a 10.10.1.X network, but this standalone network uses a 192.168.201.x. I need to connect the two networks, because a system on the network 10.10.1.x need to access the computer on the network 192.168.201.x. I wonder if I can do it with a 2960 s Cisco or if I should get a router between the two switches.

    I am pretty new to the implementation of this type of equipment, was suddenly thrown into the mix, I appreciate any help that can be offered. Thank you.

    Hello!

    You can do this with your switch 2960, they take over the static routing. Please see the following link for detailed configuration instructions:

    http://www.Cisco.com/c/en/us/TD/docs/switches/LAN/catalyst2960/software/...

    You will not be able to perform routing inter - vlan but pointing your static routes to the other managed switch interface you will be able to achieve. BE aware that the other switch must have some sort of routing capabilities too or you will need to get a router.

    I hope this can help, greetings!

    JC

  • How to combine xdofx:substr with if: (conditional)?

    Hello

    I want to display all records that begin with 'X '.

    I'm getting with conditional section

    <? If: xdofx:substr(Type,1,2) = 'X -'? >

    This means that the field 'Type' must be passed to the function substr and be cut for the first two characters.
    If there is first of all to the tanks are X - then the condition is met.

    Report throws

    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet (unknown Source)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform (unknown Source)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform (unknown Source)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO (unknown Source)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO (unknown Source)
    at oracle.apps.xdo.template.FOProcessor.createFO (unknown Source)
    at oracle.apps.xdo.template.FOProcessor.generate (unknown Source)
    at RTF2PDF.runRTFto (RTF2PDF.java:629)
    at RTF2PDF.runXDO (RTF2PDF.java:439)
    at RTF2PDF.main (RTF2PDF.java:289)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix "xdofx" used but not declared.
    at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
    at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
    ... 14 more


    Any suggestions?

Maybe you are looking for

  • Export to Powerpoint presentation problems

    Hello. First of all, I must say that I hate PowerPoint presentations. Unfortunately customers like and sometimes I can not avoid. I have always try to use this workaround consisting of presentation in Indesign and convert PPT in Adobe Acrobat format.

  • Connect the Scanner for extreme

    Can I connect my Canon Canoscan 9000F scanner USB in the extreme I can print or scan from my MacBookAir via my WiFi?

  • Skype crashes

    I run on windows 10 technical overview. A week ago, nothing was wrong with the work of Skype, and I could talk to anyone I wanted. Now I can open Skype but as soon as I click on the client, it crashes. Help, please. Thank you.

  • Contacts unwanted on the shipment of e-mail list

    I have contacts unwanted on my list of contacts that appear when I click on the box to any transfer of email.  These unwanted contacts do not appear when I click on Contacts. How to remove these unwanted contacts?

  • HP Officejet 6310 - wireless configuration

    I would like to set up a wireless system for a system which will consist of a desktop computer and a labtop in different rooms/floors of the House, more a HP Officejet 6310 All in One printer.  I know that I need a router wireless for desktop & lapto