How to obtain target WWN for a LUN On Windows 2012 R2 Hyper-V with Fibre Channel SAN

I have a large collection of Hyper-V hosts for which I would like to retrieve the target WNN and LUN ID for the LUNs visible on each host.  By target WWN I mean the storage array's WWN.
I have tried using the root\wmi namespace to retrieve MS_SMHBA_PORT_LUN instances, but I get 0 instances back.
I get instances of MSFC_FibrePortHBAAttributes back, but those only tell me the local host's HBA WWN, not the target information.
This information must be stored somewhere, because you can't access the LUN without it, I hope there is a way to retrieve it.  Is there?  Or is it write only during LUN setup?
 

Hi,
Have you checked these two postings:
http://terrytlslau.tls1.cc/2011/08/how-to-find-world-wide-name-wwn-in.html
http://pkjayan.wordpress.com/2011/08/17/world-wide-name-wwn-for-a-fibre-channel-hba-on-windows-server/
You need the FCINFO tool, which you can get from:
http://www.microsoft.com/en-us/download/details.aspx?id=17530
Cheers
Andrew

Similar Messages

  • How to obtain the license for the mentioned products.

    Hi All,
    Please help me in below licensing issues.
    1) Our functional team got the below error while accessing "Job Scheduling Workbench".
    Error: The Workbench is inaccessible because Oracle Manufacturing Scheduling has not been licensed. Please work with your Account Manger to purchase the license.
    2) Another error message while accessing the navigation Flow Manufacturing --> Product Sync --> Flow Routings
    Error: APP-BOM 20972: You cannot access this form
    Cause: You do not have a license for Oracle Flow Manufacturing.
    Action: Obtain a license for Oracle Flow Manufacturing.
    Please guide me how to obtain the license for the above products.
    Environment: eBS R12.1.3 on Linux 5.8
    Regards,
    Siva

    Thanks for providing the document. I follow the document and get back to you for any issues.
    Regards,
    Siva.

  • How to use Flash Builder  for Eclipse Luna ( is it possible??)

    How to use Flash Builder  for Eclipse Luna ( is it possible??)

    Yes. I have Flash Builder 4.6 and 4.7 running in different Eclipse Luna installs.
    More details at http://forums.adobe.com/message/4527443
    On Mac, I had to have the 32bit version of Luna for 4.6, and the 64bit version of Luna for 4.7 (and  I recently started using  4.7 with Eclipse Mars).
    For 4.6 you need to first download Eclipse 3.6 and install the Flash Builder 4.6 plugin to that Eclipse install. For 4.7 you need to download Eclipse 3.7 and install the plugin to that Eclipse install. Once it's installed in the 3.x version, you can then copy the fb*.link files from the Eclipse 3.x dropins folders into your Eclipse Luna's dropin folder.
    There is an issue where something in Flash Builder 4.7 won't work right when using it as a plugin, not sure but it might be something with building ANEs.

  • How to obtain a refund for Adobe Reader?  I should have bought Acrobat. Tony

    How to obtain a refund for Adobe Reader?  I should have bought Acrobat. Tony

    For years I could use the free Adobe to create pdfs from my scanner, but
    something happened about 4 months ago when I could no longer do that.  The
    File menu no longer had the sub-menu "create pdfs using scanner".  Oh I
    could still use my scanner (from the scanner itself) but you are limited to
    a page at a time. So if you had a 6 page document you had to send 6
    separate pdfs from the scanner to the desktop and when emailing them to
    someone you had add 6 separate attachements to the email.  Not very
    efficient compared to before when all 6 pages could be combined in one pdf.
    On 30 April 2015 at 10:25, Claudio González <[email protected]>

  • How install Adobe Flash Player for Pocket PC in Windows Mobile 6+

    Please help me
    How install Adobe Flash Player for Pocket PC in Windows
    Mobile 6+?

    Hi,
    Adobe Flash Player is not supported for Windows Mobile.
    -Varun

  • Hey, my iphone4 fell from my desk and its front screen cracked, how much will apple charge for fixing this? Or will they change it with a new one without any charge? (its still has warranty)

    Hey, my iphone4 fell from my desk and its front screen cracked, how much will apple charge for fixing this? Or will they change it with a new one without any charge? (its still has warranty)

    Out-of-Warranty Service
    If you own an iPhone that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will service your iPhone for the Out-of-Warranty Service fee listed below.
    iPhone model
    Out-of-Warranty Service
    iPhone 4, iPhone 3GS,
    iPhone 3G, Original iPhone
    $199
    A $6.95 shipping fee will be added if you arrange service online or by calling Apple Technical Support. All fees are in U.S. dollars and are subject to local tax. When setting up out-of-warranty service, Apple will request credit card pre-authorisation for the maximum service fee listed above.  This amount will be deducted from your credit limit. The final service fee we charge will be determined during testing and may be less than the service fee listed above.Certain damage is ineligible for out-of-warranty service, including catastrophic damage, such as the device separating into multiple pieces, and inoperability caused by unauthorized modifications. However, an iPhone that has failed due to contact with liquid may be eligible for out-of-warranty service.Apple reserves the right to determine whether or not your iPhone is eligible for Out-of-Warranty service. iPhones that are repaired or replaced have a 90-day limited hardware warranty or assume the remainder of your standard warranty or AppleCare Protection Plan for iPhone coverage, whichever is longer. Please see Apple's Repair Terms And Conditions for further details."
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne

  • How to obtain IProxy argument for LayoutControllerFactory.getLayoutControll

    I am trying to create LayoutController from LayoutControllerFactory.getLayoutController(IProxy proxy, IResource resource)
    I don't know where and how to obtain or create Proxy object for first argument
    Thanx for any help

    thanx for advice but ...
    // IProxy WdfStatusRemoveEvent.getProxy()
    you must have IProxy, if you want to create WdfStatusRemoveEvent (to call its constructor)
    // IProxy LayoutObject.getProxy()
    i have created LayoutObject by calling his constructor, but method getProxy() returns null
    // IProxy IProxy.getTargetControl()
    it's not static method and if i had an instance of IProxy, i wouldn't ask how to create it
    // protected IProxy LightCollectionRenderer.getProxy()
    also returns null
    // IProxy IComponent.getProxy()
    ComponentFactory requires IProxy to create IComponent ... if i had one, i wouldn't ask how to create it
    // IProxy IProxyDetailsProperty.getProxy()
    i don't know how to create it
    I also tried to implement AbstractLayoutControler, but it also returned null by calling this.getProxy() method
    I tried following example https://www.sdn.sap.com/irj/sdn/thread?threadID=7602
    it has failed on null pointer exception on this line
    IComponent component = ComponentFactory.getInstance().getComponent("ResourcePath", getProxy());
    becouse getProxy() returns null
    They say IProxy is base interface to use Flexible UI. Perhaps they could spend a word about how to create it
    All i wanna do is to display content of  ICollection object on iview using Flexible UI by simplest possible way
    I don't wanna implement anything till it's not necessary
    I just wanna use predefined layouts and components to display it
    i'm trying to write something like this, but may be i'm completly wrong:
    public void doProcessBeforeOutput() throws PageException  {
         Form myForm = this.getForm();
         IResourceContext resourceContext = new ResourceContext(null);
         URI uri = new URI("/");
         IResource res = ResourceFactory.getInstance().getResource(uri,resourceContext);
         ICollection col = (ICollection)res;
         ICollectionRenderer cr = CollectionRendererFactory.getInstance().getCollectionRenderer(<missing IProxy>, col, IFlavorConst.FLAVOR_LIST);
         myForm.addComponent(cr.renderAll());
    but i still don't know what to use instead of <missing IProxy>

  • How to install DB6(DB2 for LUW) on a windows 2008 R2 failover cluster NodeB

    Hi Gurus,
    I am building a ECC6 EhP4 cluster on windows 2008 R2, I am following the installation guide chapter 7(document name: Installation guide SAP ERP6.0 EhP4 Ready SR1 ABAP on windows: IBM DB2 for Linux, Unix and Windows). But the step listed in the guide are not so clear and I have trouble for the database installation on the second node.
    What I have done is:
    1. 7.4.1 Preparing the database for MSCS step1 and 3
    2. 7.4.2 Windows Server 2008: Creating the sap services and application
    3. 7.4.3 Installing the central services Instance for ABAP (ASCS)
    4. 7.4.4 Configuring the first MSCS node
    5. 7.4.5 Installing the database instance on an mscs node(as i have done 7.4.1, i got some error in this step, then i checked some note and in note 1493410, it mentioned don't do step 7.4.1, so I uninstall the DB2, and get this step finished)
    6. 7.4.6 Configuring the database for MSCS
    7. 7.4.7 Configuring the Additional MSCS Node
    8. 7.4.8 Installing an Enqueue Replicaiton Sever
    9. 7.4.9 Installing the central instance
    10. 7.4.10 Installing the dialog instance
    Now I got problem on the database group, I cannot fail this to the second node. the DB2 Server resource cannot bring online to the second node. I think step 1, 4 and 5 may has some issue, but I don't know how should I install this database.
    note 1493410's word confusing me, below is part of that note:
    Chapter "Preparing the Database for MSCS"
    You must not apply this chapter at the beginning of the installation. Instead, start the installation process with the next chapter "Configuring the First MSCS Node"
    Follow the instructions in chapter "Preparing the Database for MSCS" in the exit step described in the chapter "Installing the Database Instance on an MSCS Node" before executing the db2mscs tool on the additional MSCS node only.
    Point "3. Install all required operating system users ..." of this chapter is obsolete.
    Anyone think my cluster still have chance to be fixed or I need rebuild it from scratch again. If I need build it again, I still don't know how to do the database installation on the second node
    BR,
    Peter

    Hi pal,
    Have you identified Ips and group  names on which your sap application and DB should run..
    I will give a overview...
    Exam ples -
    NODE A                  - 192.168.x.1
    NODE B                   - 192.168.x.2 are the one which you idetify physical systems
    1) Identify the drives you want to map for application and DB and make a partation and name the drives
    2) Initially  create Microsoft cluster service which creats cluster group----
    CLUSTER GROUP   - 192.168.x.3 - Cluster name could be any thing meaningful...
    Quorum  disk          - 192.168.x.4 - 1 Gb drive
    In point 2 if you are creating Cluster service with Heart ips you will naother ips for NODE A and NODE B ( 10.0.0.1 and 10.0.0.2)
    3) Test and validate cluster configuration and ensure no erros are reflected
    Above activities can be done with the help of OS Admin....
    Now start working with SAP installation, even before that identify 2 names and ip address for SAP installation
    Application group name can be as follows  --
    APPLPRD - 192.168.-x..5
    Database group name can be as follows -
    DBPRD - 192.168.x.6
    You when you identify above drives for file systems and groups , you can start installation as mentioned in th guide...
    Also let us know if you atrying to install EHP4  or EHP4.. as there some corrections to be followed in EHP4..
    Open a new thread if you facing futher issues...
    thanks,
    rahuk

  • Picture Book theme - why has my book printed with text box outlines showing? and how do I change this for any future purchases? This did not occur with previous books.

    Why have borders appeared around the text boxes in the Picture Book theme and how do I change them for the future.  My latest book looks dreadful!

    Have you checked, if your book is really set to the "Photos" Theme? This looks like you may have used one of the "Travel" themes. These themes create borders around the text boxes. When you select a theme, the book title will say "Photos", even if the theme is a different one.
    For example, frames text boxes with the "travel" theme.
    Have you previewed your book, before printing it? Did the framed boxes already show in the preview?
    See: Previewing an order in iPhoto or Aperture
    Regards
    Léonie

  • How to make default settings for a new Finder window ?

    Will, i am abit ashamed to ask this question cause it's problaby very basic OSX knowledge.
    However, since using 10.0 , i never have find a solution ..
    What i want is this:
    EVERY new Finder window i open, be it with the keycommand (CMD)+N, or double clicking a Folder a disk icon, has to be shown to me in only 1 way
    which i have setup beforehand.
    I am talking bout: List view only, with specified columns ("date added" for example etc) in a vast specific order.
    For these settings, i open one finder window, setup the "view options" for that window, re-arrange the columns, then do: save as default"
    Now, i would say that next time i open a new finder window, (keycommand (CMD)+N, or double clicking a Folder a disk icon), it defaults to the settings i made above.
    But nada.
    OSX has always intuitive for me but this issue scratches my brains.
    Can someone please help ??

    Hi Kappy, you are a Hero !
    Especially this, which i really didn't know: (quote) : "Note that the configuration will only stick whenever the Finder window is opened on the same directory where it was created"
    Very, very helpful !
    Even the order of the columns is retained
    However, i wish the (CMD)+J settings would apply for ANY Finder window you open, not just ones that are in the same directory.
    Cheers and thx again !!

  • How to define Side Panels for linked to Child Window Applications

    We are trying to use the NWBC Side Panel with PPM 6.0 in NWBC 3.5.  We have a Role that has a menu defined that gives the users a link to the INM_WORKCENTER_APP which displays the current user's Tasks in a table.
    When we click on a task in the table it opens the task details using the CPROJECTS_FPM application in a new window.  This new window that opens up doesn't have any of the Side Panels that we have defined on the role with the main menu links.
    We have tried to add the side panel using different application alias and at different levels in the Role, but can't get a Side Panel to show up on the child window.  We even tried to switch the window to open INPLACE in the main window and it still switches to no side panels.  The only side panels we are able to see is side panels that the user has manually added under connections and the Data Context Viewer side panels.
    Is NWBC capable of having side panels to be defined to be available for these linked to child applications that are called from a main application screen?  If so, what is the possible configurations we need to make on the role for this to work properly?
    Thanks in advance for any help!

    Wanted to close this thread with the solution that worked for us.
    We had to change the Launchpad configuration for Role CPROJECTS Instance OIF.  We changed the Application from a Web Dynpro ABAP type to Object Based Navigation.  Set the Application Parameters Business Object to PROJECT and Operation to DISPLAY.
    Then for our role defined in PFGC for our NWBC, we added a new menu item to the Web Dynpro application CPROJECTS_FPM with Configuration CPROJECTS_FPM.  Then under Object Based Navigation we set the Object Type to PROJECT and Method to DISPLAY to match what we set above in the Launchpad.  Then set the menu item to be invisible since we didn't want it to show to users.
    Now when we launch the child window it uses OBN and sees the definition in our role and utilizes the same Side Panel definitions defined for the role.

  • What versions of Adobe Reader are certified for use in MS Windows 2012 RDS?

    I have a MS Windows 2012 RDS (Remote Desktop Services, the new name of Terminal Services) environment. We are running Reader 11.08 now, and having extreme performance issues opening certain PDF documents, and we did not have this issue with earlier versions of Reader/ TS services. And we have tried turning off Protected Mode, Enhanced Security, to no effect.
    So I have been tasked to ask - what versions of Reader are certified to work in 2012 RDS? We want to see if downgrading to an earlier version will help, but I need to know what versions will work in 2012 RDS. I see 10.01.4 available as an offline install; would that be the earliest? Previously, in Win 2003 TS, we used to use Reader v8 successfully.
    Thanks

    Hi MIke,
    Are you still facing this issue?
    Have you tried to install latest update patch 11.0.09. Do you have any GPO's for Reader. Have you tried to disable and checked again.
    Regards,
    Ajlan Huda.

  • How can I get an AIR application to a video output via DeckLink card with alpha channel?

    Hi there!
    Anybody knows how to get an AIR application to a video output via DeckLink card with alpha channel?
    The reason is because we want to develope tv show games with air.
    Thanks.

    See if these have iMac Nvidia drivers:
    http://www.laptopvideo2go.com/drivers/

  • How to obtain multiple licenses for Adobe Standard?

    Our company would like to purchase 3-5 licenses for Adobe Standard.  Can you tell me how to go about obtaining them?
    Thank you,
    Becky RMB

    Hi David ,
    You can easily purchase multiple licenses for the desired product.
    Adobe gives you an option of purchasing volume license .
    Please refer to the following links to be updated about the Volume License and choose the relevant buying program.
    http://www.adobe.com/volume-licensing.html?promoid=ITLHM
    http://www.adobe.com/in/volume-licensing/benefits-by-role.html
    I am sure this will help.
    Regards
    Sukrit Dhingra

  • How to obtain solution license for AddOn

    Dear All,
    We have developed an AddOn for one of our customers, this addon use both DIAPI and UIAPI.
    As usual I go on sap marketplace, on the licensekey section and I try to modify the customer system adding my new addon but, with surprise, I recognize that i can't add my new addon, but only choose from my old addon or addon by others partners.
    How can I request a license for my AddOn? I need the BASIS code for generating AddOn identifier.
    Thanks to all.
    Diego

    Hi, thanks for your answer.
    I know that I had to choose one addon from that list, but the problem is that I not yet registered my addon on sap marketplace.
    I remember that in the old site, I was able to give a name to my add and than obtain a BASIS code for it. Now in this new site, How Can I register my new addon?
    Regards
    Diego

Maybe you are looking for