Changing a Network Interface in DAG Replication Network after going P2V

I have a DAG member suffering severe hardware failure so I have gone P2V with it.  It's functioning fine, except that the DAG Network Interfaces have changed - The MAPI Interface was on "Local Area Network" on the physical server, and is now
on Local Area Connection 7 on the VM.   However, the DAG settings still point to "Local Area Network" and will not let me change it.  Same thing for the replication network.
I have lost redundancy due to this, so I need to get it repaired pretty promptly.
Removing and re-adding the subnet in the DAG network has no effect - it still references the old physical NIC instead of the new virtual NIC, despite the new virtual NIC having the same IP as the old physical NIC.

Try to change the network binding on the server
http://technet.microsoft.com/en-us/library/cc732472(WS.10).aspx
Try to delete the hidden network adapters as well. 
Open Device Manager, from the File menu, expand the View and select the Show Hidden Devices option. This will enable and show any old un-used devices in the window
http://www.gfi.com/blog/how-to-remove-hidden-network-adapters-from-virtual-machines/
Thanks,
MAS
Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

Similar Messages

  • Changing a Network Interface on Solaris 8

    This is the joke:
    1- Solaris 8 was first installed with a NIC not recognized by Solaris (in-board)
    2- A compatible PCI Card has been installed (3Com 3C905B-TX).
    3- Old Card has been desactived in the BIOS. No IRQ conflict.
    4- At reboot, the Configuration Assistant recognizes the device...
    5- At boot, the system does not manage to configure the interface.
    The reason comes from that the interface is not recognized by
    ifconfig (does not appear in result of "ifconfig -a").
    The message "BAd File Number" is obtained with "ipconfig elxl0 plumb".
    Questions: - Why?
    - Is there a solution? (apart to reinstall the system...)
    Hints:
    - the interface should be named "elxl0"
    (because it is the name of the 3Com interface on other Solaris PC's).
    Is it right ????
    - the driver name elxl does not appear in the PCI devices of "prtconf -D"
    - but the file /kernel/drv/elxl exists !
    Waiting for enlighting, thanks very much!!!!

    Try to change the network binding on the server
    http://technet.microsoft.com/en-us/library/cc732472(WS.10).aspx
    Try to delete the hidden network adapters as well. 
    Open Device Manager, from the File menu, expand the View and select the Show Hidden Devices option. This will enable and show any old un-used devices in the window
    http://www.gfi.com/blog/how-to-remove-hidden-network-adapters-from-virtual-machines/
    Thanks,
    MAS
    Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • PRIF-33 and CRS-02307 while changing public network interface, RAC

    Hi,
    I'm working on an Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management. It's a 3 nodes RAC: mgvdb01/02/03
    After the installation I had to change IP (different IP and Subnet) to the RAC:
    From 172.17.1.0/24 to 10.19.201.0/24.
    Node from 172.17.1.31/32/33 to 10.19.201.31/32/33.
    The same for VIP(s): from 172.17.1.131/132/133 to 10.19.201.131/132/133.
    The oifcfg iflist shows correct ips configuration:
    [oracle@mgvdb01 bin]$ ./oifcfg iflist -p -n
    eth0  10.19.201.0  PRIVATE  255.255.255.0
    eth1  172.17.100.0  PRIVATE  255.255.255.0
    I'm following doc 276434.1 from Metalink: How to Modify Public Network Information including VIP in Oracle Clusterware, starting from Case III "Changing public network interface, subnet or netmask".
    But at the first operation I've a problem:
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public  **THIS HAS TO BE CHANGED**
    eth1  172.17.100.0  global  cluster_interconnect
    [oracle@mgvdb01 bin]# ./oifcfg delif -global eth0/172.17.1.0
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.
    [oracle@mgvdb01 bin]$ ./oifcfg delif -node mgvdb01 eth0/172.17.1.0
    [oracle@mgvdb01 bin]$ ./oifcfg setif -node mgvdb01 eth0/10.19.201.0:public
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.Then I restart Clusterware service, but issuing
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public
    eth1  172.17.100.0  global  cluster_interconnectnothing seems to be changed.
    This is blocking following operations, the ones in Case IV.
    Do you have any suggestion?
    Thanks in advance,
    Samuel

    Hi,
    I'm working on an Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management. It's a 3 nodes RAC: mgvdb01/02/03
    After the installation I had to change IP (different IP and Subnet) to the RAC:
    From 172.17.1.0/24 to 10.19.201.0/24.
    Node from 172.17.1.31/32/33 to 10.19.201.31/32/33.
    The same for VIP(s): from 172.17.1.131/132/133 to 10.19.201.131/132/133.
    The oifcfg iflist shows correct ips configuration:
    [oracle@mgvdb01 bin]$ ./oifcfg iflist -p -n
    eth0  10.19.201.0  PRIVATE  255.255.255.0
    eth1  172.17.100.0  PRIVATE  255.255.255.0
    I'm following doc 276434.1 from Metalink: How to Modify Public Network Information including VIP in Oracle Clusterware, starting from Case III "Changing public network interface, subnet or netmask".
    But at the first operation I've a problem:
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public  **THIS HAS TO BE CHANGED**
    eth1  172.17.100.0  global  cluster_interconnect
    [oracle@mgvdb01 bin]# ./oifcfg delif -global eth0/172.17.1.0
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.
    [oracle@mgvdb01 bin]$ ./oifcfg delif -node mgvdb01 eth0/172.17.1.0
    [oracle@mgvdb01 bin]$ ./oifcfg setif -node mgvdb01 eth0/10.19.201.0:public
    PRIF-33: Failed to set or delete interface because hosts could not be discovered
      CRS-02307: No GPnP services on requested remote hosts.
    PRIF-32: Error in checking for profile availability for host mgvdb02
      CRS-02306: GPnP service on host "mgvdb02" not found.
    PRIF-32: Error in checking for profile availability for host mgvdb03
      CRS-02306: GPnP service on host "mgvdb03" not found.Then I restart Clusterware service, but issuing
    [oracle@mgvdb01 bin]$ ./oifcfg getif
    eth0  172.17.1.0  global  public
    eth1  172.17.100.0  global  cluster_interconnectnothing seems to be changed.
    This is blocking following operations, the ones in Case IV.
    Do you have any suggestion?
    Thanks in advance,
    Samuel

  • DAG Replication Network Isolation from MAPI

    Hi,
    Recently We have implemented Exchange 2010 SP2 DR setup.
    We have two sites Prod and DR. We are facing some issue in DAG replication Network (Replication Adapter).
    We are using 10.10.10.x for Mapi Networks and 192.168.1.x for Replication Network for Prod and 10.11.10.x for MAPI and 192.168.2.x for Replications.
    As per Microsoft recommended, We configured replication adapters and added static routes for Replication Network.
    We understand, Replicarion adapter is used for DAG Replication (Log Shipping and Seeding) and configured forewall to allow tonly  DAG port 64327 for replication Vlans between sites.
    Now, When we check the replication network hit in firewall. Its still using MAPI Network (MAPI Nic) to communication with DR sites. Replication Nics is not working properly.
    Please let me know, How to isolate the MAPI and Replication Networks. Do we need configure Replication Port in DAG properties.
    How to check whether Replication Network is working between the sites.
    Regards
    M
     

    My Problem is, While seeding is happening between Primary Site to DR Site. Connections are going only via MAPI Networks. It is not using Replication Netowork. I have added the static route in all the prod and DR Mailbox Servers. But I have not
    configured Replication Port in DAG properties. And also, I allowed only Port 64327 for Replication Vlan in both Primary and DR. Please let me know if you have any solutions. Regards M
    That's expected if you are just using the EMC, or using standard options via EMS
    What happens if you use
    http://technet.microsoft.com/en-us/library/dd335201(v=exchg.141).aspx
    Update-MailboxDatabaseCopy -Network
    and
    http://technet.microsoft.com/en-us/library/dd335158.aspx
    Managing Mailbox Database Copies
    To specify the networks you want to use for seeding, use the Network parameter when running the
    Update-MailboxDatabaseCopy cmdlet and specify the DAG networks that you want to use. If you don't use the
    Network parameter, the system uses the following default behavior for selecting a network to use for the seeding operation:
    If the source server and target server are on the same subnet and a replication network has been configured that includes the subnet, the replication network will be used.
    If the source server and target server are on different subnets, even if a replication network that contains those subnets has been configured, the client (MAPI) network will be used for seeding.
    If the source server and target server are in different datacenters, the client (MAPI) network will be used for seeding.
    Cheers,
    Rhoderick
    Microsoft Premier Field Engineer, Exchange
    Blog:
    http://blogs.technet.com/rmilne  Twitter:
       LinkedIn:
       Facebook:
    Note: My posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Windows Server 2012 R2 - unable to change the Network category when is in domain

    HI, I've read articles about this topic but after all tries - i couldn't find appropriate decision and i still have problem. 
    Set-NetConnectionProfile : Unable to set the NetworkCategory due to one of the following possible reasons: not running
    PowerShell elevated; the NetworkCategory cannot be changed from 'DomainAuthenticated'; user initiated changes to Networ
    kCategory are being prevented due to the Group Policy setting 'Network List Manager Policies'.
    At line:1 char:1
    + Set-NetConnectionProfile -InterfaceIndex 16 -NetworkCategory Public
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : PermissionDenied: (MSFT_NetConnect...EA9E84DF602D}"):root/StandardCi...nnectionProfile)
       [Set-NetConnectionProfile], CimException
        + FullyQualifiedErrorId : MI RESULT 2,Set-NetConnectionProfile
    I have  two NIC on my server2 - joined to domain as domain member  ( NIC are public (internet) and private (local net) )  Now they both are in NetworkCategory - DomainAuthenticated.
    I tryed:
    1. Check for Administrator  privileges on Powershell - OK
    2. Try to Change GPO - Network List Manager Policy - to be available for changes from user  - NO success
    3. Check - Local Policy on Server2 - too NO success
    4. Try to change throught command  with PowerShell   ->   Set-NetConnectionProfile -InterfaceIndex 16 -NetworkCategory Public  Again - NO success
    5.
     thru the registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles\
    open the network profile that you have to change and modify the "Category" value:
    0 = public
    1 = private
    2 = domain
    NO Success
    Did anybody have some other idea - what to do?
    Thanks in advance.
    Krasimir

    Hi, the topology of th network ist the next:
    ISP (DATACENTER) ->  SRV1 (phisical) +  SRV2 &SRV3 (virtual) 
    Every one of them have 2 NIC  ( for server  2 and 3  - virtual  too)  
    NIC1 - operates on private level -  192.168.1.1 dns, gate,dc (srv1)
    NIC2 - real ip address, gate - gateway of ISP  dns - 192.168.1.1
    When set up NIC1 - everything is ok .
    NIC2 - action is : set ip and mask - enable without gate  - then it is in unidentified status  and  go in public state.
    disable nic2, set up gateway  - and dns - 192.168.1.1  and again enable - everything is ok
    But after restart  - nic2 - goes again in Domainauthenticated mode. :(
    Additional:
    On srv2 - i put RRAs role and smthing stange is that after enable rras service - all ports are shutted and machine pretendet to be invisible.

  • How do I change the network settings on my Apple TV? We have two wireless options and need to switch.

    How do I change the network settings on my Apple TV? We have two wireless options and need to switch.

    Welcome to the Apple Community.
    Settings > General > Network > WiFi and select your network.

  • OK so I just made a wireless network and using the apple box or whatever. And I want to change the network name. How do I do that?

    OK so I just made a wireless network and using the apple box or whatever. And I want to change the network name. How do I do that?

    Just want to confirm that I am also having this issue, The connection is fine, and it is in fact charging (@ 100%)
    Everything Rick has said is like an echo to what is happening to me.
    I have tried re-installing iTunes, and restarting the Bonjour service, sadly there is no change.
    earlier before i updated iTunes it recognised my iPod but said that I had to update iTunes in order for it to work.
    So i updated iTunes but now it's not even showing the device anywhere.
    In case this helps:
    OS: Windows 8.1
    iTunes version: 11.3.1.8
    Device: 5th generation iPod touch 16GB with ios 7

  • How to change mobile network from At&t to verizon

    how to change mobile network from At&t to verizon

    What exactly are you trying to do?
    You can't "change the mobile network"?
    What device model number do you have?
    Has it worked previously?

  • Changing the network name on my wireless router?

    I bought my linksys router a few months ago and did all the setup stuff that day, including changing the network name from the default. I want to change the name to something different, but when I went to the setup address, there was no box in which to put the new network name [I was on the Basic Wireless Settings Tab in the Wireless section]. Help please?
    Solved!
    Go to Solution.

    What is the model number of the router?  Access your admin pages again and select wireless tab and then select the MANUAL button.  There you will find what you seek (SSID).
    Message Edited by sabretooth on 01-25-2010 10:32 PM

  • Can I change the network name?

    Can I change the network name on a newly set up Airport wireless network? I have just set up a new 3Gb Time Capsule and got so involved with trying to make it work that I just accepted the suggested name.

    I have a 2Tb in process.
    If this means that you are currently backing up data to the Time Capsule, let that process complete before you make any other changes.
    I think I can see how to change the network password in 'Keychain'. Is that ok?
    No, you change the wireless network password the same way that you would change the wireless network name....using the same window in AirPort Utility that is pictured above.
    Simply Edit / backspace out the current password and enter the new password that you want to use. Do the same to Verify and then click Update to save the changes.

  • Change Computer Network Name

    Hi all,
    I'm trying to change the network name of my computer that windows pcs use to connect. Currently, to connect to my computer, I have to type "\\new-host.linksys\" in explorer to connect to my macbook. I've found where to change the "workgroup" that the computer connects to, but I can't seem to find where to change that new-host.linksys to something like macbook.
    Any help would be appreciated.
    Blue

    I would suggest you download Bonjour for windows.
    Then once installed you windows pc's can connect to your computer using its machine name.
    if you goto your sharing preferences and give your mac a name such as macbook
    then its bonjour name is macbook.local

  • Networksetup script cannot commit changes to network database

    I use a shell script to configure my machines ip address quickly. This script works perfectly on 10.8 and 10.7. when i upgraded to 10.9, I can't use this script anymore. the system promt :
    networksetup -setmanual $2 $3 $4 $5
    ** Error: Unable to commit changes to network database.
    however, if I type the command in the terminal it is OK. But not in a sh script.
    I tried wait, sleep after the command in the script both doesn't work.
    any suggestions?
    #set IP addr
    #networksetup -listallnetworkservices
    if [ "$1" != "nochange" ]
    then
    systemsetup -setcomputername $1
    wait
    systemsetup -setlocalsubnetname $1
    wait
    #defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server.plist NetBIOSName $1
    fi
    if [ "$3" != "nochange" ]
    then
    networksetup -setmanual $2 $3 $4 $5
    wait
    fi
    if [ "$6" != "nochange" ]
    then
    networksetup -setdnsservers $2 $7
    wait
    fi
    networksetup -setsearchdomains $2 cn.oracle.com
    wait
    networksetup -setautoproxyurl $2 http://wpad/wpad.dat
    wait

    if you want to disable service, you can write script and put it to /Library/Startupitems/yourscriptname/
    this is a folder you must create ,and your script name must the same as folder name. and you also need a plist file in the same folder
    you can search for keyword "Startupitems"
    and i am using this to modify ip address when start. the script will run under root privilige
    and if you want to run in terminal, you must use
    sudo networksetup ....
    or sudo -i
    networksetup ...
    in addition
    add sleep several seconds after running this cmd seems solve this problem.
    I think the system need time to make change

  • Lenovo s660, how to change mobile network from gprs..? its constantly using gprs mobile network..

    there is always G symbol with network indicator on top.. please help me to know how to change mobile network type in S660 mobile.. other networkd like gsm/umts and all.. do we even have an option in s660 or not.. m not able to find it so.. either its 3g when 3g is on otherwise always G is there..

    First of all thanks to everyone who contributed to this topic, got it all sorted because of the information here.
    However, went to the EE shop where I had absolutely no luck with the "person" who served me. Told me in an absolutely deplorable manner to go back and call EE again, refused to let me get my sim into a non-nokia 4G phone.
    Went next door to phones4u and got everything sorted. Girl even had to break open a new noteII to register the simcard. Kudos to Phones4u!
    Basically, get the sim registered in a different 4g phone. 3g phones are no good and new Lumias 920 will not solve the problem!

  • Changing Wireless network name on Photosmart 5520

    I cannot print documents from my network and I think it it because of network confusion. The test page prints fine so I know I have connection to the printer.  I have two wireless networks in my home and the printer display shows network#2.  I want it to use network #1.  How do I change the network name on my printer display panel?

    Hi,
    Please follow steps in document below.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03250793&tmp_task=solveCategory&cc=us&dlc=en&lc...
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Will changing Airport network name affect clients?

    Will changing the network name of my Airport Extreme affect the login of wifi clients?
    In other words, my previous wifi network name was: John's Airport. I want to change it to John's wifi network.
    If the clients have their current login saved on their Macs, will they need to re-login again even though the password is not changing (just the identifying name)?

    Yes, if you change the network name (that is, the SSID), all clients will have to select the new network and if the network is protected by WEP or WPA, you will have to re-enter the passcode once for each client.

Maybe you are looking for

  • Installing Soundtrack 3 / Logic Studio Problems.

    I just upgraded Logic, from 9 to Studio. When I installed the package, Compressor was 'greyed' out. Soundtrack Pro 3 won't work without it, so I bought Compressor from the App store. Now I have Compressor installed but Soundtrack 3 still doesn't work

  • IE 10 in Captured OSD WIM will not launch on certain platforms

    All, I've been fighting this issue for a couple of months now. I have an active case that I've opened with Microsoft recently that I am still working on them with. For some background, I have a Windows 7 SP1 OS WIM that was built and captured via SCC

  • Sharing library between computer over a network

    Hi, I'm trying to share 2 different ip libraries on 2 different computers. But one has ip4 and the other one has ip6. Do both iPhoto have to be of the same level (ip4 vs ip6) to be able to share? Reason is that I see the icon of the other library on

  • Biw software

    Dear Experts, I just now started to learn BIW, Is there any biw software (learning edition) to download or CD's available. In ABAP one book called 'ABAP for OBJECTS' offering ABAP software CD (learning Edition) like same does any book offers biw soft

  • Jdom namespace problem ^^

    hi all i hope someone can help me ^^ i use jdom to create a new element with a namespace but the element have the xmlns declaration inside xmlns:adlcp="http://www.imsproject.org/xsd/imscp_rootv1p1p2" so the element look like this : <adlcp:masteryscor