Creating Logical Networks and Switches via SPF

Hi,
Is it possible to create Logical switches and logical networks in VMM by calling SPF REST APIs. I can see only a GET API for logical networks and none for Logical switches. If they exist can someone point me to a link to the documentation?
Thanks,
Venky

Hi
You can only get logical network information -
http://msdn.microsoft.com/en-us/library/dn470018.aspx
The purpose of SPF is to be used as web service for Tenants. As logical networks and switches are objects that are maintained by administrators they cannot be managed by SPF. Logical networks have get operation because you might want to create VLAN-based
VM Networks depending on what is configured in Logical networks. For administrating logical switches and networks administrators will use PowerShell or the VMM console.

Similar Messages

  • Removing Logical Networks and Subnets from Hyper-V Host Network Adapters that are greyed out

    Hello All
    I am new to SCVMM 2012 R2 and I have create a Hyper-V Cluster and now creating Logical Networks and Port Profiles and Logical Switches. I have figured out how to create all of them properly now, but I have made some mistakes in the past. I have a Logical
    Switch created and assigned to network adapters on the hosts. Now I am trying to add the other switches to other adapters, but I have associations on network adapters to Logical Switches and Subnets that are not correct and need to be removed so I can add
    the correct ones, but in the console the network adapters that I need to work with the information is grayed out and I can't change the information. 
    I am not an expert at Powershell. Below you can see a Logical Network and Sunets associated
    to a Network adapter. Can someone help figure out how to remove the information so I can assign the correct Logical Network?
    I woul so much appreciate this. I know there is a way to do this in
    PowerShell but I don't know Powershell that much. I
    am savoing all the
    powershell scripts ever time I configure something in SCVMM but I have had no luck trying to
    revearse what I did.
    Help Please
    Christopher
    Christopher Scannell

    This shows that an Uplink profile associated with this host, links to these logical networks. In order to remove this successfully, you must remove the logical switch and uplink deployed to the hosts.
    For a complete overview and guidance on the required configuration, have a look at the whitepaper we created. 
    http://gallery.technet.microsoft.com/Hybrid-Cloud-with-NVGRE-aa6e1e9a
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • My airport extreme has connected to a Tplink router, i set my AE in Create network, so i get a problem of Double NAT. How can i repair this probleme because i have to use TPlink for my IP TV and i want to use AE to creat my network and the guest NW.

    my airport extreme has connected to a Tplink router, i set my AE in Create network, so i get a problem of Double NAT. How can i repair this probleme because i have to use TPlink for my IP TV and i want to use AE to creat my network and the guest NW. If we don't have a solution for this question, can i set my AE to use the IP TV and how??? I'm using a 4th Airport extreme

    No, not unless it is simply a network connection.
    How is your IPTV being provided.. if it is using a separate vlan or separate vpi/vci in the adsl connection. Who is your ISP?
    Is the TP-Link ADSL?
    Is the IPTV using a separate voice channel on adsl?
    Or a different vlan.
    Sorry but it is something where a definite answer is not possible unless you provide all the details.
    The setups are unique to each ISP around the world..
    Here is one for our local ISP.
    http://www.avenard.org/iptv/Setup.html
    He has a section on getting this working with apple router over wireless.. look
    http://www.avenard.org/iptv/IPTV_and_Wireless.html
    Google around and see if other people have had success.. the whole setup is tricky.. and it is hard if nobody has used it who actually understands networking.

  • Extend network AND connect via ethernet?

    How do I configure Airport Express to extend my network wirelessly and connect a computer via Ethernet?
    I have 2 buildings at my church I am in charge of getting this to work in. The office building has a wireless network, the sanctuary has no ethernet or wireless at all. I can get a good signal to an Airport Express I just purchased inside the sanctuary and I am using that to feed internet to the PowerMac G4 that doesnt seem to see the network from the Office area. I was told that this could also extend my wireless network to the other computers in the sanctuary. I have not been able to get this to happen.
    I succesfully have it in "Join a Network" mode and it grabs the signal and gets internet to the G4. As soon as I change the mode to "Extend my network", I lose all connectivity with the network. In addition, no matter what mode I am in, I can't see this Airport from any devices wirelessly either in the utility or in the Airport browser.
    So...how do I allow other machines/tablets/etc to use this airport to hook in to our network AND use the Ethernet line to feed the G4?
    Thanks,
    Joey

    I am going from an Airport Extreme 4th gen (dual band) to an Airport Express 2nd gen (just replaced thanks to the Genius Bar, it used to be a 1st gen. single band) and then picking it up with another Express 2nd gen.
    That.....is the problem.
    I had understood from your initial post that you had an AirPort Extreme and wanted to extend to several AirPort Express devices.
    Apple's "extend" setup works like the hub and spokes of a wheel. The AirPort Extreme would be the "hub" and the AirPort Expresses would reside at the end of the "spokes".
    You can have multiple AirPort Express devices located at the ends of the spokes, but in order to "extend", each one of the them must connect directly to the "hub".....not to another extending device at the end of another spoke.
    What you are trying to set up is a "hub", "relay" and "remote".  Unfortunately, Apple's "extend" setup does not work this way. 
    The distant remote can pick up a signal from an Express at the end of a spoke acting as an extender, but the distant remote cannot "extend" the signal from an Express at the end of a spoke using wireless.
    The distant remote is actually joining the network....that is why the Ethernet port is active....but unfortunately,  there will be no wireless signal from this device.
    Somewhere, an Express will need to connect back to the Extreme using a wired Ethernet connection. Then that Express can "extend" to another Express using wireless.

  • Need to create a Network and assign this n/w to WBS

    I was trying to create a network from abap editor using the  'BAPI_BUS2002_CREATE' but I have encountered a dump. Here is my entire code below:-
    *  Declaration based on the Import & Export parameters of BAPI create  
    DATA LV_AUFNR TYPE NW_AUFNR.
    DATA LV_NETWRK TYPE BAPI_BUS2002_NEW. 
    DATA LT_RESULT TYPE TABLE OF BAPIRET2.  
    PARAMETERS: P_AUFNR TYPE NW_AUFNR. " Order Number
    *  Trying to pass the value of network entered in parameters to the FM for creation.
    LV_NETWRK-NETWORK = P_AUFNR.
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
    CALL FUNCTION 'BAPI_BUS2002_CREATE'
       EXPORTING
         I_NETWORK          = LV_NETWRK
       TABLES
         ET_RETURN          = LT_RESULT.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Regards.

    Hey I got the fields needed for network but this "BAPI_PS_PRECOMMIT" did not run successfully.
    Error analysis:-
    Short text
    precommit did not run successfully.
    Long Text
    technical information about the message:
    Message class .............. "CNIF_PI"
    number............................. 33
    Variable 1 ..................... " "
    Variable 2 ..................... " "
    Variable 3 ..................... " "
    Variable 4 ..................... " "
    Below code is were system go to dump( dump is happening for  standard code ):-
    ***INCLUDE LPS_BAPIF01 .
    *&      Form  CHK_PRECOMMIT
    *       check precommit
    FORM chk_precommit.
      DATA: chk_precommit_ok TYPE c,
            chk_error        type c.
      CALL FUNCTION 'PS_FLAG_GET_GLOBAL_FLAGS'
           IMPORTING
                e_precommit_ok = chk_precommit_ok
                e_error        = chk_error.
      IF chk_precommit_ok = space.
    *   Precommit wurde noch nicht aufgerufen.
        MESSAGE x030(cnif_pi).    <------------------ system goes to dump at this place
      ELSEIF chk_precommit_ok <> 'Y'.
    *   Precommit wurde nicht erfolgreich durchlaufen.
        MESSAGE x033(cnif_pi).
      elseif not chk_error is initial.
    *   At least one single BAPI failed
        MESSAGE x056(cnif_pi).
      ENDIF.
    * commit work was called successfully after the precommit.
      PERFORM ps_bapi_init_global_variables.

  • Use wireless router with existing network and switch?

    I have an existing network using a T1 into a switch; all the computers and the server are connected to the switch. Some distance away, via ethernet cable to the switch, I would like to connect a wireless router, one computer wired to that router, and other computers connect via wireless. Our server provides DHCP. Is this possible? How best to do it? Which Linksys router would be best for the purpose? Thanks for the help!

    The "correct" device to use would be a wireless access point like the Linksys WAPs and not a WRT router. WRT routers are supposed to connect to the internet on its own.
    You can set up a WRT router as simple access point. see here for the setup.
    The best router is the one which best suits your needs. All wireless routers and access point provide wireless access. It depends on what you want (802.11n, 11b, 11g, range, speed, etc.). The newer routers are better from the specifications but usually also have more firmware bugs. But that's pretty much all one can say based on your generic requirements.

  • Configure WiFi network and deploy via e-mail

    Hi,
    I'm running into problems when I configure a WPA2 WiFi network with iPhone Configuration Utility v3.3 and send the profile to an iPad with iOS 4.3.5 via e-mail. If I try to use the internet over WiFi after that, it always asks me for the WPA2 passphrase I configured in iPhone Configuration Utility. If I deploy the same profile to the same device via cable, everything works fine.
    Any suggestions?
    Thanks,
    felix

    Not really, no. The iPhone does not have printer drivers, so you cannot print documents, etc., from it. With an HP printer with Wi-Fi, you can print photos (only photos, not documents) using an App from HP:
    http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=299531647&mt=8
    Also, note that you can take a screenshot on your iPhone (quick press of home and sleep/wake buttons), which is saved as a photo, and that can be printed using the above app. But, you are limited to one iPhone screen per printout.

  • Logical Switch and Logical Network

    Hello All...................I have Hyper-V Failover Cluster based on 5 Hosts and I am managing it with VMM 2012 R2. I was slightly confused with respect to Logical Network and Logical Switch in the Fabric Settings.  I would appreciate if someone could
    shed a little light on the difference between them.  Also, while there is a Logical Network defined by default (Name of the Virtual Switch of Hosts), there is nothing defined in the Logical Switch.  Which one is mandatory? Logical Network or Logical
    Switch? Can I delete the default Logical Network?

    Hi Nick,
    Please find below link for the whitepaper mentioned by Kristian.
    https://gallery.technet.microsoft.com/Hybrid-Cloud-with-NVGRE-aa6e1e9a
    For a complete reference please refer below series. This covers VMM 2012 SP1 but should be fine with R2 as well.
    http://blogs.technet.com/b/scvmm/archive/2013/01/08/virtual-networking-in-vmm-2012-sp1.aspx
    Logical Network is defined for easier management and used in Network Virtualization where as Logical switch is used to configure networking in multiple Hosts rather than creating individual Virtual switches in each host. If it were me I'll leave the
    default logical network as there is no harm of doing nothing in it.
    I hope this will shed some light into your situation.
    Thanks,
    Janaka
    Janaka Rangama MCT MIEEE MBCS (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable.)

  • Alternate tools for MegaCli for RAID configuration and creating logical drives

    Hello Everyone,
    Are you aware of tools which could be an alternative for MegaCli.
    Used for creating logical drives and configuring RAIDs.
    Thanks in advance,
    Anirudh

    For some machines, you can use sas2ircu or raidctl command, or the commands directly in OBP level.

  • Logical Network not showing up in Cloud Settings

    In my SCVMM environment, I had the default Logical Network that gets added as soon as you add a cluster or host into it. Since, I wanted more Networks like DMZ Network and Networks based on Departments, I went ahead and created those in the Logical Network
    and defined IP Pools in it so that When I provision a Virtual Machine through Windows Azure Pack, Users can be see all the Networks.
    I am facing a problem when I try to add the Logical Networks in the Cloud.  I am only seeing the default Logical Network and unable to see the Logical Networks that I created manually?  What could be the reason?  How can I troubleshoot it?

    I don't know if they have been uploaded or matched.  I did see the tracks on my phone of the new album I imported into my computer.  So I think some syncing has ocurred.  But there is no download button on my phone like there is for other tracks I have uploaded.  All the tracks are greyed out and I can't play them on my phone?  Any ideas?

  • Logical Network - Cloud

    I have a defined a Logical Network and have added a Site into it. Also, I added a pool of IP Addresses as well so that whenever a Virtual Machine is being made through VM Templates, IP Address is available for it.
    I am unable to see this Logical Network in the Cloud.  There are currently two Logical Networks, default one and the one that I created.  I can only see the default Logical Network in the Cloud and cannot see the Logical Network that I created.  What
    could I be Missing? 

    The logical network(s) are associated with host groups, so ensure that they are associated with the host group(s) you have added to your cloud, or else they won't be visible. 
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Partitioning Logical Network

    Hello,
    I need select a storage for a very big graph (>20mln nodes, > 45mln links). I've looked at Oracle Network solution.
    I don't have any geometry or topology information in my data (the graph is more like social graph) so I decided to use Logical Network.
    I've created Logical Network, inserted nodes/links into corresponding tables and run several queries over database:
    SELECT SDO_NET.GET_IN_LINKS('yl_net', 1) FROM DUAL;
    That queries took too long time (>2sec) to complete, so I decided to load model into memory to speed up queries.
    I would very appreciate if you help me to resolve following questions:
    1. Is is mandatory to partition Logical Network in order to load it into memory?
    2. How to partition Logical Network?
    I've tried to use SDO_NET.SPATIAL_PARTITION function and faced with the exception "ERROR: network: XX_NETWORK is not a spatial network, partition aborted".
    (Link to forum were people came across the same problem Make Partition Table in Logical Network

    Is you network scale free?
    If the logical network is a power law (scale-free) network, do not use this procedure to partition it, but instead use theSDO_NET.LOGICAL_POWERLAW_PARTITION procedure.[here]
    If that's not the case, please provide us with a test case so we can reproduce the error?

  • Logical System and Client copy

    Hi Gurus ,
                 I just now finished ECC 6.0 successfully , I want to take the client copy . But i hacve one doubt , In client creation one TAB logical system is there , Kindly advice me how to create Logical system and steps .
    Regards
    Selvan

    Hi Manjula ,
                  Below i mentioned the full detail about the error .
        RFC destination for client copy in systems with Financials Basis     (FINBASIS) component.    
    The system could not find any suitable RFC destination for processing     for client 000.     This note also appears if an RFC destination was found but this does not     work.     o   RFC destination: FINBTR@ID3CLNT000     o   Error text: Error during the retrieval of the logon data     Proceed as follows to eliminate this error:    
    1.  Start the wizard to create a new RFC connection     or perform the following steps manually:     1.  Create an RFC destination with the target ZK>source client of client         copy (in this case 000).   
    2.  Check whether the RFC destination works in transaction SM59.         To avoid errors when assigning the password or the authorizations of         the RFC user, use the authorization test Test -> Authorization.   
    3.  Enter the RFC destination:         -   Transaction: FINB_TR_DEST (Destinations for Transport Methods of             the Financials Basis)         -   Client: 000    
    4.  Start the client copy again.
    Kindly advice me
    selvan

  • Extending a network and the new guest access feature

    Hi-
    Currently, I have 3 of the 802.11n Airport Extremes—One creating the network, and two extending the network.
    I would like to get the new feature that allows you to setup guest access---
    My question: Will I be able to purchase ONE of the new Airports, setup guest access and extend it using the older Airports, or will I have to buy three of the new Airports to make this work….
    Thanks for any help or advice!

    It would seem almost certain that the older AirPort Extreme base station (AEBS) would not extend both the normal network and the guest access network. You should be able to extend the normal network.

  • How to create JMS Queues and Topics - OAS 10.1.3?

    Hi,
    Is there a way to create JMS Queues and Topics via the command line for OAS 10.1.3, say through admin-client.jar ?
    I have read the "Managing Adminitered Objects" chapter from the "Oracle Containers for J2EE Resource Adapter" book and could not find the information I am looking for.
    Thanks.
    -Sachin

    Hi Sachin --
    In the 10.1.3.1 release, a set of new commands have been added to admin_client.jar to support the command line creation of JMS resources:
    -addJMSConnectionFactory -domain <domain> -jndiLocation <jndiLocation> [options]
    -removeJMSConnectionFactory -jndiLocation <jndiLocation>
    -getJMSConnectionFactories
    -addDestination -domain <domain> -name <name> -jndiLocation <jndiLocation> [options]
    -removeDestination -name <name> [options]
    -getDestinations
    You can read about it in the doc:
    http://download-west.oracle.com/docs/cd/B31017_01/web.1013/b28950/adminclient.htm#CHDDFJJA
    cheers
    -steve-

Maybe you are looking for