Script to find, list and create Emulex NIC teaming

Hello all!
I need your help on creating a script (could be VBS or PS) to be used on IBM Blades.
I need to:
1. find all enabled Emulex OCl NICs,
2. list them,
3. unmount any teaming,
4. list them again and
5. mount two teaming of 2 NICs
NIC model is Emulex OCl11102-F-X Virtual Fabric Adapter 2-port 10Gb
Please advise if you can help me.
Thank you in advance for any suggestion.
Rafael

Ok, I have already started looking for something like this.
And could find some interesting posts.
I posted this one trying to have someone helping me creating it or just modifying any that already exists.
Or I'd appreciate any tips, i.e. how to handle the Emulex particularity.
Thanks anyway!
Rafael

Similar Messages

  • How to find list and cost price in MM module

    Hi
    Can any one help me in how to find List and cost price in MM module for pricing.
    thank you.
    David

    hi Saquib Khan
    Many thanks Saquib Khan for ur reply. Actually iam trying to create a report which displays material number, material description, plant, product hierarchy, cost and list price, based on the selection criteria of a range of materials, plant and also product hierarchy.
    If u want to share any information.It would be much better for me.Like iam learning SAP.
    thanks.

  • Trapping and creating a nice error message for users

    i wanted to find out how I to create a coldfusion code similar to my asp code. i'm trying to learn coldfusion.
    This code traps the error and emails it to me, while showing the user a "friendly message"
    <!--#include virtual="Errorpage.asp"-->
    on error resume next
    if Err.number <> 0 then
      TrapError Err.description
    ON ERROR goto 0
    End If
    processerrors
    the error page sends me the message and contains a nice error message
    thanks

    There's an awful ot of good info there if one was to look for it by googling "coldfusion error handling".
    However the short version is:
    Site-wide error handler
    http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7ffc .html#WSc3ff6d0ea77859461172e0811cbf3638e6-7ffb
    onerror:
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d 4a.html
    cferror:
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d 29.html
    Handling Errors:
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -7fc4.html
    Specifcally try/catch:
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e c6.html
    Adam

  • How to join 3 or more lists and create one single composite list or view in SP2010?

    HI
    I have 3 lists which has common field called -BARCODE. I need to link all these 3 lists by this ID and display a composite list
    which contains few columns of each list for view and edit. Is this possible? If not edit , can just view? report?
    Master list, list1 , list2
    (Master list --Left Join list 1 and Left join list2)
    Master list will be entered first then other lists.
    Thanks,
    JRS

    Hi,
    According to your description, there are three lists has a common field “BARCODE”, you might want to gather data from the three lists and populate into another list.
    The available OOTB features would not be able to meet your requirement, I would suggest you achieve it in a way programmatically using SharePoint Object Model, CAML
    query and Event Receiver.
    With
    SharePoint Object Model, we will able to access data in list/library:
    SharePoint Object Model -
    SPListItem class
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.aspx 
    Add, Update and Delete List Items Programmatically in SharePoint
    http://www.mindfiresolutions.com/Add-Update-and-Delete-List-Items-Programmatically-in-Sharepoint-372.php 
    More information about
    SharePoint Object Model:
    http://msdn.microsoft.com/en-us/library/ms473633.ASPX
    With
    CAML query, it can help us query the data with some specific conditions:
    http://sharepoint-works.blogspot.com/2012/05/caml-query-tutorial-for-sharepoint.html
    https://msdn.microsoft.com/en-us/library/office/ms467521(v=office.15).aspx
    The tool below would make it easier to compose query statement:
    http://www.camldesigner.com/?p=594#more-594
    Event Receiver, we can use it to monitor the events such as when item created, when item deleted etc.
    Here is a step by step sample on creating a simple Item added event receiver for Custom List in SharePoint 2010:
    http://msdn.microsoft.com/en-us/library/ff398052.aspx
    More information on Event Receiver for your reference:
    http://msdn.microsoft.com/en-us/library/gg749858(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/ff408183(v=office.14).aspx
    Yes, to write the code, a Visual Studio installs on the machine which has SharePoint installed would be required, to get a quick start in SharePoint Development, I
    would suggest you take a look at the links below:
    http://blogs.msdn.com/b/erikaehrli/archive/2010/05/14/getting-started-with-sharepoint-2010-and-sharepoint-2010-advanced-developer-training.aspx
    https://msdn.microsoft.com/en-us/library/office/dn833463.aspx
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

  • [All Platforms][Social] Email Invites from Contact lists and Create Program referrals

    Would love to see a way Spotify can search my local contact list and/or a specifiy gmail account contact list (with permission of-course) and send out short sweet Spotify friend requests.  While your at it. Develop a program similar to "dropbox" for referrels. If you refer somebody and they sign up, you get a month free or the like. 

    Updated: 2015-07-31Marked as new idea and edited it to let it focus on 1 request.
    Your other idea about a referral program has also been suggested here. ;)

  • Find Text and create link to other PDF

    Hi all,
    I need to know if the following is possible with either Javascript or VBA..
    - Open a PDF
    - Find all text that starts by a specific set of character (let's say in this case '1M-')
    - For each text found, Select the entire word (not just 1M-) and..
          -Highlight it or change its color
          - create a link to an other PDF. (the other PDF will have the name of the selected text).
    - Save the PDF and close it.
    I already started using VBA, but I'm not a 'expert' programmer.
    Thanks
    Marc

    Would it be possible only with VB/VBA  ?
    Just so I get this straight. When it's Javascript.. is it internal to a PDF file or it could be Javascript in a HTML page ?
    If it's in the HTML page only, can I do everything in Javascript ?
    I'm sorry for those question but I'm really not a pro in programming.. I'm more on the mechanical side and just want to help my company to get a better product .
    Thanks
    MA

  • Is there a script to find text and make a hyperlink? (CS4)

    I'm developing an online glossary for a book project. I would like to write a script for InDesign that will find all instances of a given text---let's say, "shoe"--and add a hyperlink to each glossary entry. Is this possible, or do I have to manually search across all docs in the book to insert links? My gut tells me there's a way, but I can't seem to put my finger on it. HELP!!!
    Sincerely,
    FrustratedEditorNerdTryingToTeachHerselfStuff 

    Yes, it should be possible. Here is a script that you could use as a starting point.
    Regards,
    Kas

  • Nic Teaming still only 1gbps?

    Hello,
    I have a Dell R610 with 4 Broadcom Nics that I am trying to team together so I can transfer data on my local network faster that ~112MBps. The problem is, when I go through Server 2012 R2 and create the NIC team (I've done LACP, static, etc.) I am still
    only getting ~112MBps.
    I am transferring to another Server 2012 R2 server, setting it's LACP/LAG up the same way.
    I am using a Cisco SG200-18 Smart Switch, which is setup for LACP/LAG.
    I was reading another post about Server 2012 R2 only using 1x NIC for TCP/IP transfer of data, but I'm not sure how to enable it to use more than that so I can achieve faster that 1gbps transfer speeds.
    Thanks

    There is no way to get more than 1 Gbps out of a 1Gbps NIC.  That is all that it can do.  When you start a copy process, a TCP session is opened on a single NIC and data moves across that link at a maximum of 1 Gbps.  Now, if you have multiple
    files, you can start multiple jobs.  Each separate job would create a new TCP session that can each move a maximum of 1 Gbps.
    So, a 4-NIC team could theoretically have four streams (four copy jobs) going at the same time to achieve maximum throughput.  You would have to create each copy stream to copy specific files so that you don't copy the same file multiple times.
    You still won't get 4 Gbps throughput, but you will get better than trying to accomplish the copy with a single process.
    Technically you can have more than four streams going on simultaneously, but the maximum you are going to get through on any one NIc is still going to be 1 Gbps.
    . : | : . : | : . tim

  • Create a workflow that pulls data from a list based on a person in the list and emails that person

    I am trying to create a workflow in SharePoint 2010 using SharePoint Designer. 
    I have a list [ExceptionList] of users each associated with a sponsor.  A sponsor can have multiple users aligned to them.  I need to create a workflow which emails the sponsor with their associated users.
    Example:
    John, Bill, and Kelly are listed with Bob as their sponsor.  I'd like an email sent that will pull the names of John, Bill, and Kelly into the email so that Bob can validate that he is still their sponsor.
    I know how to create the basic workflow email, but am not sure how to pull in the related names into the body of the email.  I assume I will need to build a string.
    Anyone know how to achieve this?
    Thanks in advance!

    Hi,
    According to your description, my understanding is that you want to use workflow to send an email to the sponsor with the users’ names who are belonging to the sponsor.
    I recommend to create another list to store the users’ names who are belonging to the sponsor and then email the sponsor with the values in the list.
    In my test, I created another list called test list and created two columns: user(store users’ names) and Sponsor(store sponsor’s name). Fill the list with all the sponsors and leave user field as blank.
    After that, create another workflow associated with the ExceptionList to get all the users’ names who are belonging to a sponsor to fill in the user field in the test list and set the workflow to start when an item is created.
    And then you can send email with the value in the user field in test list to the sponsor.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • 2012 R2 NIC Teaming and netwroking

    I have a 4 port NIC, all connected to the same network using DHCP, when I team two cards, they no longer have an IP address. Is that by design?
    Where can I find more information about the virtual networking how to?
    TIA

     
    Yes it is by design.
    If individual NICs are configured with IP settings and then you create a NIC teaming the individual nics will lose their IP settings.
    And you will no longer be able to configure the ip settings on the individual NICs which are part of a NIC team. Instead you will need to assign the ip address on the NIC Team.
    To assign ip address to the NIC teams, go to control Panel\ Network and Internet\ Network Connections
    To assign VLANs and manage/update Team interfaces: In the Server Manager select the local server and then in the local server properties section click on Nic Teaming "Enabled" link.
    This will open the NIC teaming window and here you can manage the NIC teams.
    For more information on NIC teams please refer to:
    http://blogs.technet.com/b/keithmayer/archive/2012/11/20/vlan-tricks-with-nic-teaming-in-windows-server-2012.aspx
    Kind Regards Tim (Canberra)

  • How to join two lists and display the results in datasheet view.?

    hello,
    i have two lists that i would like to join, i know a method that has been described  in the link below
    http://www.codeproject.com/Articles/194252/How-to-Link-Two-Lists-and-Create-a-Combined-Ciew-i
    however, here the data view is only limited to 30 rows and my resultant list is huge. I would like to know if there is a possibility to view the resultant list in a data sheet view ?

    I don't believe you can use the OOTB Datasheet view when joining lists. However, you should be able to increase your limit from 30 items to as many as you need (that doesn't trip the threshold set in Central Admin).
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Hyper-V, NIC Teaming and 2 hosts getting in the way of each other

    Hey TechNet,
    After my initial build of 2 Hyper-V Core server which took me a bit of time without a domain, I started building 2 more for another site. After the initial two, setting up the new ones went very fast until I ran into a very funny issue. And I am willing
    to bet it is just my luck but I am wondering if any other out there ended up with it.
    So, I build these 2 new servers, create a NIC teaming on each host, add the management OS adapter, give it an IP and I can ping the world. So I went back to my station and tried to start working on these hosts but I kept getting DCed especially from one
    of them. Reinstalled it and remade the NIC teaming config, just in case. Same issue
    So I started pinging both of the servers and I remarked that when one was pinging, the other one tended to not answer ping anymore and vice versa. After testing the firewall and the switch and even trying to put the 2 machines on different switches, did
    not help. So I thought, what the heck, let's just remove all the network config from both machine, reboot, and redo the network config. Since then no issue.
    I only forgot to do one thing before removing the network configuration, I forgot to check if the MAC address on the Management OS adapters were the same. Even if it is a small chance, it can still happen (1 in 256^4 i'd say).
    So to get to my question, am I that unlucky or might it have been something else ?
    Enjoy your weekends

    I raised this bug long ago (one year ago in fact) and it still happens today.
    If you create a virtual switch, then add a management vNIC to it - there are times when you will get two hosts with the same MAC on the vNIC that was added for management.
    I have seen this in my lab (and I can reproduce it at will).
    Modify the entire Hyper-V MAC address pool.  Or else you will have the same issue with VMs.  This is the only workaround.
    But yes, it is a very confusing issue.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • NIC teaming creates packet loss (Windows 2008 R2)?

    I'm experiencing some packet loss to all of our VMs that we didn't have before we made some changes to our Hyper-V implementation (Windows 2008 R2). Most of the VMs also run 2008 R2 - with 3 that run Server 2003.
    The host server is a Dell R610 with three 4 port NICS - two Intel quad port gigabit and a quad port Broadcom. 
    We us the individual ports of the Broadcom for host management and live migration - no problems here. We use the Intel cards for both iSCSI and VM networks. Calling the two intel cards “A” and “B”, and the ports P1-4 we've used AP1, AP2, BP1, BP2 (ports
    1 & 2 of both Intel NICs) for iSCSI connections, and we've created a NIC Team with AP3, AP4, BP3, and BP4 (ports 3 and 4 of both Intel NICs). The team type is "Virtual Machine Load Balancing". We then created a Hyper-V switch based on this team
    for use with all of the VMs created on the host. (as a side note: prior to implementing the NIC team, we just had 4 Hyper-V switches, one associated with each of these 4 ports.)
    The 4 ports of the NIC team are connected to two different Cisco SG200 switches - AP3 and BP3 are connected to switch1, and AP4 and BP4 are connected to switch2 (in an attempt to maximize redundancy). The two Cisco SG200s are simply connected to the rest
    of our network - each to a different switch within the subnet. There is minimal configuration done to the SG200s (for example NO
     link aggregation); spanning tree is enable however.
    My question is: can the network cables be connected to different switches (as they currently are) and if so is there some configuration piece (either on the switch or within Windows) that I'm missing? 
    What are the options here if this configuration is incorrect? The packet loss is in the range of 0.1%, but we've had odd spikes where a VM was essentially unavailable for a brief period (a few minutes) then returned to "normal" (0,1% loss). 
    Pinging a device (like the SG200 itself) or another physical server (for example our domain controller or the hyper-v host itself) results in essentially 0 loss; maybe one or two packets during the course of a 12 hour ping (this was the “normal” ping
    response to VMs before we created the NIC team, so I’m quite sure this has something to do with it).
    Thanks in advance!

    I believe when utilizing the Virtual Machine Load Balancing the ports must be connected to the same switch, stack, or chassis as the arp for the MAC could move.  I believe, although I could be wrong, that the outages you see is when the machine "moves"
    between ports and the arp being updated between the two switches. 
    I believe you are looking for switch fault tolerance teaming which will allow for the failure of adapter, cabling, or switch which will achieve your goal of maximum redundancy.  This is achieved via spanning tree on the switches, which you indicated
    is already configured.
     

  • Airdrop removed by mistake from the finder list

    Hi all,
    I have removed by mistake the Airdrop access from my finder list and I can't make it back!!
    I know is a stupid question but even using the spotlight I can't find anything about the airdrop anymore.
    Could you help me to recover my access please?
    Thanks a lot for your time!!
    Kr, Jose

    On Finder's menubar, Finder > Preferences > Sidebar tab > check airdrop.

  • Windows Server 2012 R2 NIC Teaming and DHCP Issue

    Came across a weird issue today during a server deployment. I was doing a physical server deployment and got Windows installed and was getting ready to connect it to our network. Before connecting the Ethernet cables to the network adapters, I created a
    NIC Team using Windows Server 2012 R2 built-in software with a static IP address (we'll say its 192.168.1.56). Once I plugged in the Ethernet cables, I got network access but was unable to join our domain. At this time, I deleted the NIC team and the two network
    adapters got their own IP addresses issued from DHCP (192.168.1.57 and 192.168.1.58) and at this point I was able to join our domain. I recreated the NIC team and set a new static IP (192.168.1.57) and everything was working great as intended.
    My issue is when I went into DHCP I noticed a random entry that was using the IP address I used for the first NIC teaming attempt (192.168.1.56), before I joined it to the domain. I call this a random entry because it is using the last 8 characters of the
    MAC address as the hostname instead of the servers hostname.
    It seems when I deleted the first NIC team I created (192.168.1.56), a random MAC address Server 2012 R2 generated for the team has remained embedded in the system. The IP address is still pingable even though an ipconfig /all shows the current NIC team
    with the IP 192.168.1.57. There is no IP address of 192.168.1.56 configured on the current server and I have static IPs set yet it is still pingable and registering with DHCP.
    I know this is slightly confusing but I am hoping someone else has encountered this issue and may be able to tell me how to fix this. Simply deleting the DHCP entry does not do the trick, it comes back.

    Hi,
    Please confirm you have choose the right NIC team type, If you’ve previously configured NIC teaming, you’re aware NIC teams usually require the assistance of network-side
    protocols. Prior to Windows 2012, using a NIC team on a server also meant enabling protocols like EtherChannel or LACP (also known as 802.1ax or 802.3ad) on network ports.
    More information:
    NIC teaming configure in Server 2012
    http://technet.microsoft.com/en-us/magazine/jj149029.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Gate entry pass

    dear sap guru, Service purchase requistion text filed is not coming to related with that gate entry pass. For Example, in PR, we are putting in Header coloumn, about material details, quantity. It is not coming to Gate entry pass. How we can get this

  • When I seek to download an Internet site all that arrives is a blank screen with the word'Done' at the bottom please respond to desevans@***

    I am having trouble accessing Internet sites--especially if I want to move from a downloaded site to a link within it. All I get when seeking to dowload is a blank page and the word Done at the sceeen's foot. There is also some kind of message in the

  • About selection criteria

    hi how to save selection criteria into a ztable? thanks in advance

  • Management packs

    Question - my oem is working but if I try to connect to any of the management packs from within oem or from the start menu I get an ORA-12154 error - any ideas on how to fix this? I was not here for the original install but, I can connect to all data

  • Mini hung shutting down

    OK I went to shut down my mini after watching a movie but the wheel just spins and it would not turn off. Should I hit the power button or is there something else to do? Thanks, Steve