Add secondary NIC Card to existing VM

Hi,
I created some of VMs in Azure and four VMs need to have secondary NIC card, How can I add secondary NIC card to existing VM. I found some post that it cannot add NIC card to existing VM and need to add during VM creation, is it true ?
How many NIC card supported per VM ?
thanks
Keith

Hi,
Multi-NIC VMs must be in created in Azure virtual networks. Non-VNet VMs are not supported.
The current release does NOT support adding or removing NICs after a VM is created. Multi-NIC can only be applied when a VM is created.
The vmNICs must be added at the time of virtual machine creation. If you have an existing virtual machine that you want to add vmNICs to, you'll need to delete the virtual machine while keeping the VHDs and then create a new virtual machine using the existing
VHD while adding the new vmNICs as part of the provisioning.
The table below lists the numbers of NICs corresponding to the size of the VMs:
VM Size (Standard SKUs)
NICs (max allowed per VM)
A3, A6, D3, A8, G3, D12 (4-core, except G3, A8)
2
A4, A7, A9, G4, D4, D13 (8-core, except G4, A9)
4
All other sizes at this time
1
In order to Configure Multi-NIC VM, refer to the below mentioned steps:
Select a VM image from Azure VM image gallery:
$image = Get-AzureVMImage -ImageName "a699494373c04fc0bc8f2bb1389d6106__Windows-Server-2012-R2-201408.01-en.us-127GB.vhd"
Create a VM configuration.
$vm = New-AzureVMConfig -Name "MultiNicVM" -InstanceSize "ExtraLarge" -Image $image.ImageName –AvailabilitySetName “MyAVSet”
Create the default administrator login.
Add-AzureProvisioningConfig –VM $vm -Windows -AdminUserName “<YourAdminUID>” -Password “<YourAdminPassword>”
Add additional NICs to the VM configuration. There are several things to note about this:
>> The configuration of the “default” NIC is not set through this cmdlet. Please refer to Step 5.
>>The SubnetName must match one of the subnets in the intended virtual network.
>>The Name parameter must be unique within the same VM, but does not represent the names of the NICs                     inside the VM.
Add-AzureNetworkInterfaceConfig -Name "Ethernet1" -SubnetName "Midtier"
-StaticVNetIPAddress "10.1.1.111" -VM $vm
Add-AzureNetworkInterfaceConfig -Name "Ethernet2" -SubnetName "Backend" 
-StaticVNetIPAddress "10.1.2.222" -VM $vm
Specify the subnet and IP address for the default NIC.
Set-AzureSubnet -SubnetNames "Frontend" -VM $vm
Set-AzureStaticVNetIP -IPAddress "10.1.0.100" -VM $vm
Create the VM your virtual network. Note: The VNet that you specify here must already exist (as mentioned in the prerequisites). The example below specifies a virtual network named “MultiNIC-VNet”.
New-AzureVM -ServiceName "MultiNIC-CS" –VNetName “MultiNIC-VNet” –VM $vm
Hope this helps !
Regards,
Sowmya

Similar Messages

  • How to add a second nic card to non global zone

    hi every one
    i have a issue like
    my non global zone has hme0 as the nic card
    i want to add a secondary nic card like pcn0 to the non global zone . how can i add to the nonglobal zone so that both the nic cards should exist in the nonglobal zone
    please tell me the command and procedure for that
    thanks in advance ....

    If your non-global zone is a shared IP zone, then you can add like
    zonecfg -z <zonename>
    add net
    set physical=pnc0
    set address=<IP Address>
    end
    verify
    commit
    exit
    If your non-global zone is an exclusive IP zone, then remember that the interface pnc0 you are adding will be in control of non-global zone exclusively.
    Steps to add it are same as above.

  • HT2486 Can I add a new contact to existing business card without re-entering all business data?

    Can I add a new contact to existing business card without re-entering all business address info?

    Bang on. thanks
    three's always an obvious solution.
    I'll post another question about how to attached a file into a Mail message which is automatically compressed/zipped. Or do i have to find the file in Finder, compress it and then attached it?

  • HT2589 How to add a credit card to an existing account

    I made my apple ID 3 years ago just using gift cards. Now I would like to actually add a credit card to it, but I can't figure out how from my iPhone. Help?

    This should help:
    http://support.apple.com/kb/HT1918
    Regards.

  • IP Failover between nic cards, not servers

    This maybe a very simple question, I just haven't found the answer to it...
    Our Xserve's are running on a Cisco switch and a switch port for the primary NIC card of one AFP server recently failed.
    While the server had both cards connected to the switch and the second NIC card was live, the users lost connectivity to the internal server address (internal DNS) as is was pointing only to the primary IP address of that server.
    This makes sense as there was no mechanism to tell the server to start using the secondary IP address.
    We are now planning to connect all secondary NIC's to a second switch for both the LAN and the DMZ (VLANs) for better redundancy.
    The DMZ uses IP addresses only due to port forwarding.
    My question is now what is the best way to continue services on a secondary NIC if the first NIC fails.
    Add a new DNS entry for the LAN? If so, how? Just enter the secondary NIC IP with the same server name?
    Use FAILOVERBCASTIPS for the DMZ?
    IP Failover works great between machines, but can the server send heartbeat messages to itself (example: FAILOVERBCASTIPS="NIC1-IP NIC2-IP")?
    Is there any way to maintain the mount status of AFP volumes during the switch of IP's (since it's still the same machine)?
    Thanks in advance for your help!
    Xserve G5   Mac OS X (10.4.3)  

    Since you're using Cisco switches and are already familiar with VLANs, your simplest solution would be to use link aggregation to create a trunk between the Mac and the switch using both the NICs, then configure VLANs so that both subnets use the trunk interface rather than the physical interfaces.
    That way traffic for either IP address can traverse either NIC, and you get automatic failover (thanks to link aggregation) should either NIC fail.
    Note that this will only work if you're connecting to the same switch. If you have 'internal' and 'external' switches this won't work without some re-architecting of the network topology.

  • How to tell if nic card is working at 100mb or 10mb??

    hello,
    subject line says it all.
    also, what would be best way to migrate to the open workgroup suite from
    sbs6.5??
    I'm running everything on one server. would like to add the blackberry
    server to the new system. need to run citrix as well (only runs on
    windows term server), this would be a seperate box.
    would be using win2k3 server for citrix/term server on one box and
    another box for running win2k3 with mssql 2005.
    Thanks,
    Oskar

    Anders Gustafsson wrote:
    > News novell,
    >> subject line says it all.
    >>
    > Monitor, LAN/WAN, Look at the NIC stats. Almost all NIC drivers will
    > report true speed/duplex there
    >
    > - Anders Gustafsson (Sysop)
    > The Aaland Islands (N60 E20)
    >
    > Discover the new Novell forums at http://forums.novell.com
    >
    > Novell does not monitor these forums officially.
    > Enhancement requests for all Novell products may be made at
    > http://support.novell.com/enhancement
    >
    I'm getting max of 104KB per second.
    This is pretty slow, isn't it? I think the NIC card on this server is
    due for an upgrade. I'm looking at the intel pro server nics.
    Any other suggestions? I'm looking for a nic card that is on the HCL
    for netware 6.5
    Thanks,
    Oskar

  • 2 NIC Cards in PowerMac G3 Server running OS X Server 10.3?

    Hello all,
    I have installed a D-Link PCI Network Adapter, Model #DFE-530TX+, into one of my G3 Servers (Blue and White - Yosemitie) running OS X Server 10.3.
    I booted and then installed the driver provided on the vendors CD and then rebooted. I get an error at desktop saying that the driver cannot be used because it was installed incorrectly, although I followed D-Links instructions to the T.
    I visited D-Links website and there is a different driver available for Mac OS 10.2x. When I install this one, same error.
    Apple System Profiler does not show that there is a card installed in the respective PCI slot. I have tried both remaining slots.
    Is there something obvious that I'm missing concerning installation of a secondary Ethernet connection in this machine? I have been told that OS X Server 10.3 doesn't need the driver installed at all, it should just pick it up.
    Thanks for any help you can provide.
    PowerMac G3 Server-Blue-and-White    

    A tech friend of mine suggested that I run the MacOSXServerEssentials.pkg located on Disc #2 of the OS X Server installation discs. Since the D-Link card functioned under the client version of OS X 10.3.9, if I ran the OS X Server Essentials package and upgraded a client to a server, it should retain the PCI card information. I tried to run the package and was told that I needed to have a minimum of OS X 10.3.9 client installed. I had not installed the Combo Update, therefore, I only had OS X 10.3.2 client installed. Once updated to 10.3.9 client, I ran the OSXServerEssentials package. Once complete it did not ask for a restart and was still booted into the OS X 10.3.9 client version. I did restart and am glad to report that I am now running OS X Server 10.3.9 with two NIC cards on a PowerMac Blue-and-White G3.
    Thanks again for your suggestions,
    Kyle

  • Setting Up Dual NIC Cards? Benefit?

    Hello Everyone,
    I know that the Mac Pro line comes with Dual NICs and I was wondering how do I set these up to be useful with my Cable Modem and Router? Can they be used to get more speed or are they used together in some other capacity.
    I really appreciate anyones help and expertise.
    Many Thanks,
    Chris

    The normal use of dual nic interfaces would be to run double instances of a given server on disparate IP numbers. Dual NIC's are generally employed in order to attach multiple IP addresses to a single machine.
    Another potential use for dual NIC's is internet connection sharing, where your Mac Pro acts as a kind of router; again also this could be used for attaching one NIC to print services and the other NIC for LAN/WAN access.
    OK, actually there are a whole bunch of good reasons for dual NIC cards, but 'doubling your bandwidth' is really not one of them. Believe me, unless you are on a direct fiber OC-10 20 foot from your ISP's NOC, then your existing single NIC has 1000 times the bandwidth of your incoming WAN connection.
    It is likely possible to interleave dual NIC cards between two machines for bandwith purposes; but if that were going to be the canse, just identify one as "in" and the other as "out" (both machines would have to have dual NIC's to make this mean anything) but again, I honestly do not see a real world use for this...
    Message was edited by: psalmsmith

  • Install a nic card? and a sound card?

    I am a pc user and have recently aquired a power mac g4. It seems the network card and audio card (onboard) are both not working. I know you can install pci cards to pcs for such purposes, but I do not know about macs. So I want to know if it is possible to install these cards, if so how do you install these cards in the mac.
    I know with Win XP when new hardware is installed it finds it immediately and you either install the driver or it does it for you. How do you add hardware in a mac? Any help is appreciated because before I buy a new mac I want to learn how to use this one. Thank you!!
    Mac PowerPC G4   Mac OS X (10.1.x)  

    Hi,
    Too bad about your sound and onboard Nic. Can I ask how you know they are both bad? Seems like a lot to be wrong with a single mac, they are part of the motherboard and difficult to break.
    Anyway, you can use a NIC card like this:
    http://eshop.macsales.com/item/Sonnet%20Technology/GE1000/
    You can plug this into a USB port and then plug speakers into it.
    http://www.amazon.com/exec/obidos/ASIN/B00006BALQ/ruggedeleganc-20/102-6018219-8 613728?gclid=CP7Opbu37oECFUqDJAodo05w3w
    Regards,
    Dave

  • [solved] [Qemu+libvirt] Can't emulate e1000 NIC cards

    Hi,
    I want to emulate 2 e1000 NIC cards. I'm using a virsh template file. I've tried several variantes of the following :
    <interface type='bridge'>
    <source bridge='br0'/>
    <target dev='veth0'/>
    <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>
    <interface type='bridge'>
    <source bridge='br1'/>
    <target dev='veth1'/>
    <model type='e1000'/>
    <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </interface>
    I created myself veth0 and veth1 with :
    # ip link add type veth (this create veth0 and veth1 in one cmd, kind of weird)
    # ip link set veth0 up
    # ip link set veth1 up
    I also edited /etc/qemu/bridge.conf :
    allow br0
    allow br1
    But then :
    $ virsh define vm.xml
    $ virsh start myvm
    error: Failed to start domain myvm
    error: failed to retrieve file descriptor for interface: Transport endpoint is not connected
    I also tried to create myseld br0 and br1, and then attach veth0 to br0 and veth1 to br1. Same results. What's wrong in my conf ?
    EDIT : changed title according to WonderWoofy suggestion.
    Last edited by emasculateur (2014-05-25 20:44:24)

    So I finally solved it really easily.
    Instead of :
    $ virsh connect qemu://system
    $ virsh start myvm
    I actually did :
    $ virsh -c qemu:///system
    This gives you a virsh CLI from which I was able to start my VM :
    virsh # start myvm
    I just wonder why virsh -c <domain> and virsh connect <domain> are doing two different things.

  • NIC card on HCL list, but it's not talking.  Why?

    Hi, I just finished installing Solaris 10 (11/06) onto my computer. The whole installation installed without errors. Afterwards, I went to the log files and saw that everything seems to have installed OK.
    After rebooting, I logged in with the CDE environment. Everything appears normal. I editted my /etc/hosts file accordingly. I hooked up this new Solaris x86 system onto my network. The NIC card is not talking. I can't ping from this new Solaris x86 PC to another system on the existing, working network.
    My NIC card is the D-Link DFE-530TX+
    This card is on the approved hardward compatibility list.
    I have installed Solaris x86 in the past on many PC's without running into this type of problem, until now. Anyone knows what could be causing this problem, or how to know that my NIC card is being recognized by the Solaris x86 system, and how I can make this thing work?
    Do you think I need to install additional drivers to make this particular D-Link NIC card work? If so, how do I install it? Thanks in advance.

    Is there a NIC that is widely being sold in stores now that will work without needing to install drivers? It would be much easier for me just to go out to the stores and pick up a new NIC.
    I live in Silicon Valley, so I can go to stores like Fry's Electronics, Best Buy, MicroCenter, etc.
    Also, I already tried using Intel PRO/100 S and the 3COM Etherlink 10/100 PCI (3C905C-TXM). I downloaded a software from SUN, made a bootable CD, and when it scanned my PC, it says that likely my hardware will be compatible with Solaris 10. Yet,
    At the beginning of the installing, I see messages like:
    Using RPC Bootparams for network configuraton information.
    Attempting to configure interface elx10 (or ipbr0)
    Skipped interface elx10 (or ipbr0)
    Does this mean the NIC won't work?

  • Add second NIC

    Hi Everybody, i have a query, how to add second NIC to my Virtual Machine in Windows Azure? I´m looking for this option, but only there are disk and image options in VM.
    Many Thanks
    Edgar

    Please vote if you have not already:
    http://feedback.azure.com/forums/217313-networking-dns-traffic-manager-vpn-vnet/suggestions/3144627-multiple-network-interface-cards-on-vm

  • Add new NIC to VM (like New-CINetworkAdapter)

    Hi all
    I'm trying to find out how to simply add a new NIC to a VM within a vApp.
    Something like "New-CINetworkAdapter" would be great, but unfortunately does not exist..
    Anyone some experience or tipps for me on how to add a NIC to a VM within vCloud Director?
    Have already tried to create the NIC via New-NetworkAdapter in vSphere (which actually works), but then vCloud Director does not recognize the NIC and still thinks the VM has no NIC.
    Thanks and cheers
    Chrigoli

    Try this one, I finally got it working.
    I'm using Powershell 4.0 en PowerCLI for Tenants 5.8.
    Change MYVCLOUD, MYORG, MYUSER, MYPWD and MYVM for your environment.
    Header 1
    # Add vcloud cmdlets
    if( -not (Get-PSSnapin VMware.VimAutomation.Common) )
        Add-PSSnapin VMware.VimAutomation.Common
    if( -not (Get-PSSnapin VMware.VimAutomation.Cloud) )
        Add-PSSnapin VMware.VimAutomation.Cloud
    # connect to vcloud
    if( $global:DefaultCIServers[0].IsConnected -eq $false )
        Connect-CIServer -server MYVCLOUD -Org MYORG -User MYUSER -Password 'MYPWD'
    $targetvm = "MYVM"
    $vm = get-civm | where{ $_.name -eq $targetvm }
    $headers = @{"Accept"="application/*+xml;version=5.5"}
    $headers += @{"x-vCloud-authorization"="$($global:DefaultCIServers[0].SessionId)"}
    $url = "$($vm.ExtensionData.GetVirtualHardwareSection().href)networkCards"
    $response = Invoke-RestMethod -Uri $url -Headers $headers -Method GET -WebSession $MYSESSION
    [xml]$nics = $response
    $topInstanceID = [int](@($nics.RasdItemsList.Item | Sort-Object instanceID))[-1].instanceID
    $topAddressOnParent = [int](@($nics.RasdItemsList.Item | Sort-Object AddressOnParent))[-1].AddressOnParent
    $topElementName = [int]((@($nics.RasdItemsList.Item | Sort-Object ElementName))[-1].ElementName).Split()[-1]
    $newNic = @($nics.RasdItemsList.Item)[-1].CloneNode(1)
    $newNic.InstanceID = "$([int]$topInstanceID+1)"
    $newNic.AddressOnParent = "$([int]$topAddressOnParent+1)"
    $newNic.Address = ""
    $newNic.ResourceSubType = "VMXNET3"
    $newNic.ElementName = "Network adapter $([int]$topElementName+1)"
    $newNic.Connection.primaryNetworkConnection = "false"
    $nics.RasdItemsList.AppendChild( $newNic )
    Invoke-RestMethod -Uri $url -Headers $headers -Method PUT -WebSession $MYSESSION -Body $nics

  • Seemingly impossible to add/change credit card

    Absolutely red with rage here.
    I am VERY computer literate, and yet it's impossible for me to add new credit card. I have tried doing to through both Chrome and Firefox.
    Received standard warning email regarding payment card expiry, email included these instructions:
    Follow these steps:
    1. Sign into your Skype account
    2. Click "Subscription settings" on the Call Phones tab
    3. Choose an existing stored payment method or add a new method
    1. Done
    2. The words "Subscription settings" don't exist, but then again nor does the Call Phones tab.
    3. Trying other methods merely shows me the card I already have on the system, with no add button, and can't delete the existing one anyway as it's the only one.
    Now spent forty minutes on what should be a five minute job.
    Screen grab attached to prove my point.
    And where it says 'call phones' on the left, that merely takes me to credit top up.

    This is the singular most insane website I have ever come across, I feel like I've stepped into a parallel universe.
    Not only has it taken Skype THREE WEEKS to reply to my post (my subscription having expired in the meantime), it has taken my another twenty minutes to access the forum because I had to fill in a 'community name' which I guess I already had, so now I'm not sure if I'm posting as the same person or not.
    Here is what the email said
    "To manage your subscriptions or to change your subscription options, click here.
    If this link doesn't work:
    Log on to Skype Community.
    Click My Profile.
    Click the Subscriptions & Bookmarks tab.
    Change your settings and click Save Changes."
    In other words it's taken them three weeks to get around to NOT READING MY POST PROPERLY and answering a different question.
    I DON'T WANT TO KNOW HOW TO CHANGE SUBSCRIPTIONS IN SKYPE COMMUNITY, I WANT TO RENEW MY CREDIT CARD IN SKYPE PROPER
    As to the post from jsp21c, many thanks for your time. This is what you suggested:
    Go to account page, select "Billing & Payments", first tab will be Auto-recharge, second tab will be "stored payment details". Mine shows registered card with option to delete at end of line.
    As for adding a new card for payment if it's for a subscription go to account/subscriptions/skype premium settings (or whatever your particular subscription is called)/change payment method. Link to stored payment methods is also on this page.
    On the Auto-recharge page my card has no expired and therefore disappeared, so that space is now empty and there are no buttons.
    Account Settings is the only option similar to what you mention and contains nothing to do with money.
    I guess that one reason that I can't now find anything is because Skype's incompetence has now led to my subscription ending as my card has expired so I'm expected to simply start again.
    I WILL NEVER EVER SPEND A SINGLE CENT ON SKYPE CALLS AGAIN, I'm utterly apoplectic with anger. I want to swear a lot, but guess that would mean this isn't posted.

  • ICal: You must add your own card and email address in Contacts to be able to use mail alerts.

    Problems with Mountain Lion. Have never had these problems previously. Have been a mac user since 1990.
    iTunes no longer sends music to my airport express. NO FIX EXISTS !
    Now iCal every time I want to send an email alert puts up this message: You must add your own card and email address in Contacts to be able to use mail alerts.
    COME ON I HAVE DONE THIS OVER AND OVER TO NO RESULT.
    MACINTOSH WHAT ARE YOU DOING?
    UNHAPPY !

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode.  Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

Maybe you are looking for