Do I need a dedicated channel of MSSQL HB if I use separate vC & MSSQL servers?

Scenario:

Site 1:

Each server runs in its own vm:

vCenter1

MSSQL1

Site 2:

Each server runs in its own vm:

vCenter2

MSSQL2

I know that an IP channel is required between two vCenter servers, but it is another necessary IP channel for MSSQL remote servers?

Thank you!!

Yes. You will need an address IP of channel for each host or VM you protect with vCenter Server Heartbeat.

Tags: VMware

Similar Questions

  • I need to download a document, but I haven't used software adobe reader. Now that I have adobe, he still goes to MS Word.

    Original title: I need to download a document, but I haven't used software adobe reader, I clicked on the Word windows and no is not to help me, please help me

    I need to download a document, but I have not used the adobe reader software, because I didn't have him, so I clicked on the Word windows and does not work. I want to go back to my email document and adobe reader interpret for me.  How can I go back and tell the pc to not use windows Word.

    Hello

    See this link:

    http://Windows.Microsoft.com/en-us/Windows7/change-which-programs-Windows-uses-by-default

    http://Windows.Microsoft.com/en-us/Windows7/change-the-program-that-opens-a-type-of-file

    Let us know.

  • After having upgraded from 12 to 14 of the elements now remove 12 of my mac, and if so do I need any special software.  Note that I also use lightroom 5.

    After having upgraded from 12 to 14 of the elements now remove 12 of my mac, and if so do I need any special software.  Note that I also use lightroom 5.

    Thank you

    Just uninstall what you would like to uninstall all of the software on a Mac:

    Uninstall Mac software

  • I ordered the wrong software and need to cancel the export Adobe, I can't use this product.  Please give me the contact to cancel.

    I ordered the wrong software and need to cancel the export Adobe, I can't use this product.  Please give me the contact to cancel.

    Cancel your subscription or membership. Acrobat, services Cloud of Document PDF

  • I would like to delete a short gray border of two images. I need help because I'm still not able to use PhotoShop. Could someone kindly help me with this?

    I would like to delete a short gray border of two images. I need help because I'm still not able to use PhotoShop. Could someone kindly help me with this?

    In order to change a part of an image as needed here, I would use the "Liquify" filter See below, it is quite easy. You just move the lower lip to be more elegant and not like the guys are salivating.

  • Had to reinstall the OS and now I need to retrieve my serial number unique educational individual use?

    Had to reinstall the OS and now I need to retrieve my serial number unique educational individual use? Where is he?

    http://helpx.Adobe.com/x-productkb/global/find-serial-number.html

  • Do I need a dedicated video card to run a Setup dual monitor with HP 700-327c?

    Recently replaced an old HP Desktop with the envy of 700 running Windows 7 Professional.

    Old facility had a Setup to dual monitor with a video card that had two monitors - one HDMI and a DVI connectors.  The standard connectors on the old PC were VGA and DVI, but both have been capped to prevent use.

    I wanted to set up monitors on this new PC to do the same thing and wanted to know if a video card with the two input connectors dedicated was the best set-up or simply use a mute adapter for VGA or DVI on the new PC ports.  The new PC has two video connectors standard - one VGA and one DVI currently.

    FYI: Using an Intel i7-4770 with 16 GB of RAM and a video card using an Intel HD Graphics 4600.

    An update as promised - not a problem - used another cord with the right connector and setting up monitors using Windows device settings and they work perfectly.  No need for a separate or higher video card as I am not in the game application for video features.  Thanks BH.

  • Server Proxy VCB does need a dedicated Volume?

    Hello

    Server Proxy VCB must a LUN or a Volume dedicated to save snapshots or these snapshots are housed in the volume source VMFS iteself?

    Jaikrit Negi

    (VCP, BCCFP, ASFS)

    Hello

    To clarify - when using VCB, the first thing that is done is to create a snapshot of the virtual machine. This snapshot will be created when the virtual machine is (VMFS etc.) default.

    After that (in the case of a full backup), the VCB proxy will copy the entire virtual disk (*-flat.vmdk) storage that resides on the VCB proxy server. Then a 3rd third party tool can empty these files (tape, VTL etc.).

    So yes, the snapshot is created on VMFS. The virtual disk itself is temporarily stored on a drive connected to the VCB proxy (as much as you put the mount point). So don't forget your VCB proxy needs to have at least enough free disk space to facilitate your largest virtual disk to back up!

    When you use a file-level mount, excessive disk space on the proxy is not necessary; then you have really a 'view' in the virtual disk.

    Virtual disk writes are temporarily stored in the snapshot on VMFS file. After the VCB backup, you (or the 3rd party software backup) disassemble the medium and the snapshot is deleted. Beware, VCB has a tendency to 'forget' to remove the snapshot sometimes!

  • Need for PL/SQL function MSSQL conversion aid

    Hello

    I have the following of MSSQL code I need to migrate to Oracle 10 g. The problem I have is the code MSSQL creates a temporary table as a return type, and I'm not sure how to get the same functionality in PL/SQL.

    _ CODE of MSSQL

    CREATE FUNCTION [dbo]. [QueryCurrentWhy]
    (
    @ColumnID INT,
    @GroupID INT,
    @Parents VARCHAR (8000)
    )
    @R RETURNS TABLE (ID1 int IDENTITY (1, 1) NOT NULL, ID2 int, int ColID, [name] varchar (255), int Tlevel, int ParentID, processed BIT)
    AS

    BEGIN
    .......
    RETURN

    END


    Below is the code that I have currently written in PL/SQL. I have first of all create a global temporary table and then a sequence and relaxing for her. I then created the function in the hope that I can specify the temporary table as a return type. Problem is that I get the error "PLS-00201: identifier 'TEMPR' must be declared '. Im guessing it is because the temporary table is declared outside the function declaration?

    _ ORACLE CODE

    CREATE TABLE TEMPORARY global tempR
    (
    ID1 INT NOT NULL,
    ID2 INT,
    INT ColID,
    Name VARCHAR2 (255),
    TLEVEL INT,
    ParentID INT,
    Transformed char (1)
    )
    /

    CREATE SEQUENCE gCounter
    START WITH 1
    INCREMENT BY 1
    /

    CREATE OR REPLACE TRIGGER gTrigger
    BEFORE INSERT ON tempR
    FOR EACH LINE
    DECLARE TEMP_NO INT;
    BEGIN
    SELECT gCounter.NEXTVAL INTO TEMP_NO FROM DUAL;
    : NEW. ID1: = TEMP_NO;
    END;
    /

    CREATE OR REPLACE FUNCTION TSORADB. QueryCurrentWhy
    (
    aColumnID INT,
    aGroupID INT,
    Parents VARCHAR2 (8000)
    )
    RETURN TempR
    AS
    BEGIN
    .....
    RETURN;
    EXCEPTION when NO_DATA_FOUND then null;
    END;
    /


    Basically, it is possible for me to declare the temporary table in the return statement, if not, what is the best way to go about this?

    Thanks in advance

    Toby

    Published by: redeye on July 27, 2009 15:26

    I don't know what you're trying to do in MS - SQL code.

    AFAIU you want return lines of the procedure.

    That you can simply do as below.

    var r refcursor
    
    begin
        open :r for select * from emp ;
    end ;
    /
    
    PL/SQL procedure successfully completed.
    
    SQL> print r
    
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
          7369 SMITH      CLERK           7902 17-DEC-80        800                    99
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300         30
          7521 WARD       SALESMAN        7698 22-FEB-81       1250        500         30
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7654 MARTIN     SALESMAN        7698 28-SEP-81       1250       1400         30
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850                    30
          7782 CLARK      MANAGER         7839 09-JUN-81       2450                    10
          7788 SCOTT      ANALYST         7566 19-APR-87       3000                    20
          7839 KING       PRESIDENT            17-NOV-81       5000                    10
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0         30
          7876 ADAMS      CLERK           7788 23-MAY-87       1100                    20
          7900 JAMES      CLERK           7698 03-DEC-81        950                    30
          7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
          7934 MILLER     CLERK           7782 23-JAN-82       1300                    10
    
    14 rows selected.
    
    SQL>
    

    HTH

    SS

  • How to set the output meter channel to generate a signal pulse using DAQ6008

    Hello there I am generating a pulse signal of 100 Hz and a duty of 20% of the 6008 data acquisition cycle using visual studio 2013. I have code that needs to generate this but I'm not sure on how to set the channel output meter. When I run this NI MMAX and my vb error code indicates that the physical channel is not supported. I am a user of data acquisition were first and would appreciate any help offered.

    If you look at the USB-6008/6009 User Guide and specifications, you will see that the counter in these devices cannot rely as edges of entry. It cannot generate a pulse.

    Lynn

  • I need an alternative to the logic (I will only use a lot of power)

    I need not the wealth of features available logical.  I just need software that allow me to edit audio (cut or copy parts of securities) to be used for the choreography.  Can anyone share some options that don't cost $300 +?

    Have you tried to Garageband that comes free with your Mac. It is, in itself, and a version of logic.

  • Need to update for Toshiba Bluetooth Manager V3 to use the Nokia phone

    Hello

    I use the bluetooth Toshia V3 Manager to start my USB2 bluetooth dongle.
    To be able to use my phone nokia with my computer, I need an update manager bluetooth V4 or V5.

    Who can help me?
    Cheers, S.

    I don't know how to help? Visit the Center of Information of BT and install the last stack of BT.

    I don't have a NOKIA phone but under how many resources you can find a useful document on the synchronization between your laptop and mobile phone NOKIA (NOKIA PC suite).

  • Need help, unable to connect to the ODBC database using the SQL Toolbox!

    Hi all

    I'm playing around with the evaluation of SQL Toolkit (2.2 + patch) and I'm having trouble.

    I ran the example 'connect' program and it seems to work fine.

    However, I try to write my own program, and I get the same message:

    "Service connection BD: (return value ==-10 [0xFFFFFFF6])."

    Native error - 2147467259 code 0x80004005

    The message is different from time to time, but the return value is constant.

    I use Microsoft SQL Server 2012 and MySQL.

    For MySQL, I installed the last Connector ODBC, 5.3.4. Inside the Control Panel / Data Sources (ODBC), I have a DSN called test_mysql in DSN user and system DSN.

    I ran a test on the connection and the test passes. I don't know if I have to use the ansi or unicode driver, I tried both with the same success.

    I do not know I had properly configured the SQL Server connection and who will try again.

    My Code CVI is quite simple:

    hdbc = connection BD ("DSN = test_mysql");

    Whenever I get a - 10 BD. Either I have something configured wrong or am I missing something.

    Does anyone have any suggestions?

    Update 2:

    After getting off the phone with Technical Support, the problem has been identified!

    LabWindows SQL Toolkit requires 32 bits DNS. My PC is a 64-bit, so my default DNS Manager in 64-bit.

    I needed to use the DNS Manager 32-bit when you work with the box tool.

    Once I created my DNS connections using the 32-bit version of the Datga ODBC Source manager, everything worked fine.

    See this technical note:

    http://digital.NI.com/public.nsf/allkb/E7984C0DA0F0E65086257694005B4CB7

  • I need the scanner for hp officejet 4215 for the use of scan software

    I need the scanner software for hp officejet 4215 for the use of scan and when I press the scan button on the printer know any software to scan function.

    Hello

    Please use the following link:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?cc=us&LC=en&DLC=en&product=351106

    Kind regards.

  • DNS query script - need a way to script to query the DNS settings of all the servers on a domain

    Hi - I was wondering if anyone new a script or a simple way to query the DNS settings of all the servers on a domain? Basically, I need to know the primary and secondary, all our servers DNS settings and that discharge into a file. Any help is very appreciated

    Thanks in advance

    Hello

    As you try to run the DNS settings on the domain, I suggest you to post the same question on the Microsoft TechNet Forums

    You can follow the link to your question:

    Windows Small Business Server: http://social.technet.microsoft.com/Forums/en/category/windowsserver/

    It will be useful.

Maybe you are looking for