How to identify that a host is connected to which particular edge switch

Hello Guys
Can anybody explain how to identify that a host is connected to which particular edge switch and port in a Cisco SAN Fabric ??

Hi,
Hopefully you know the host PWWN. 
If the edge switch is not in NPV mode, get the FCID from the output of "show fcns database"
The answer may also be as simple as finding this entry in the "show fcns database detail".
If not, once you have the fcid, the first byte of the fcid is the switch domain ID. With the combination of "show fcdomain domain-list vsan xx" "show fcs ie" you should be able to determine what you need.
If the edge switch is in NPV and registers as a NPV device ( Cisco switches do ), then the FCID will be assigned by the core switch upstream of that edge switch.   You can see this from a "show flogi database".  Find the PWWN here.  There will likely be multiple entries for the port where the host is connected.  Once you find the port where the NPV switch is attached.  The first flogi entry on that port will be the switch WWN.  Get the FCID for the switch and then find the entry for this FCID in the "show fcns database detail", this will give you the switch information.
Best regards,
Jim

Similar Messages

  • How to identify that an InfoCube needs to be compressed?

    How to identify that an InfoCube needs to be compressed?
    Is there any ratio or method to check that the InfoCube is ready enough to Compress.

    Hi Chandran,
    When a request is loaded and aggregated(rollup) it is ready for compression. I don't understand what u mean by <i>"ready enough"</i>.
    As SAP says, compressing the requests in InfoCube improves the query performace as it reduces the amt of data by eliminating request ids and do Zero elimination. see below link for detailed adv and disadv of compressing a cube.
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/aa6437e7a4080ee10000009b38f842/frameset.htm
    Regards,
    Sree

  • How do I tell Leopard NOT to connect to a particular local drive?

    How do I tell Leopard NOT to connect to a particular local drive?

    I don't want my Leopard computer to automatically connect as guest to the Tiger computer.
    Leopard does not automatically connect to it. If it shows in the sidebar you are not connected to it. The sidebar is just showing what computers on the network are available to connect to. To connect to it you still have to click on the connect button.
    To stop it showing the sidebar you have to turn off file sharing on that mac.

  • How to Identify that which Region is attached to which Jsp page?

    Hi
    I am working on module Quoting Sales. I have my jsp page qotSCocHeader.jsp . In responsibility AK Developer we have a region QOTSCOCHEADER . As we can see that the jsp page name and the AK region name both are same.
    Now my doubt here is that :
    How can we identify that which region is attached to which jsp page ?
    Analysis that I have done so far:
    1) I have check the Application Developer responsibility --> Function also . Here I can see 1 tab for Region , but no details are present in this tab
    2) All jsp pages are present in $OA_HTML . So I have done grep in this directory but no reference to region name .
    Pls guide me as how can I get information about Jsp page and region linkage .
    Thanks
    Amit

    Hi
    Thanks for the update.
    I have Right clicked my jsp page --> View Source and searched for the Region name i.e XXQOTSCOCHEADERLLLP and found one occurence for the region. Reference to region name was like this:
    <form target=_top method=POST name="_etffm001"> <input type=hidden name="jfn"
    href="http://betsyn1.emrsn.com:29604/OA_HTML/jsp/fnd/fndhelp.jsp?lang=US&root=FND:LIBRARY&path=US/QOT/@XXQOTSCOCHEADERLLLP" target="HELP_WIN"><span
    But still I have an open question, Where in the Oracle Apps setup we attach the region with Jsp page ?
    i) I am not able to find any setup for this in Oracle.
    ii) In jsp code I am not able to find as where we are making call to region associated with the Jsp page.
    So can you pls help me out in identifying as where exactly the Jsp page and region are attached . How the Oracles Apps identify as which region is attached to which Jsp pae ?
    Thanks
    Amit

  • I just downloaded Itunes 64-bit. When I hit the Help button it freezes and nothing. Also I get an error message, that I am not connected online, which I am. What is going on? Please help. Thanks

    I am having problem with my Itunes 64-bit. The help button is not working. I also have an error message, that I am not connected to the website. I have good connection. My Home sharing error (-2146893032) and my network connection error (0X80090318). I have Windows 7 OS Home Premium. Model Dell Inspiron560S. Pentium(R) Dual Core CPU E5400 @2.70GHz. (Ram) 4.00GB. I removed the Itunes 32-bit and replaced 64-bit according to apple support page.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99425)

  • How to verify that a host is having/running Exadata?

    Hi,
    How can I verify that a machine(unix/linux) has Exadata?
    Please help.
    Thanks

    It's the storage that's important. You can run a database on an Exadata DB servers that doesn't access Exadata storage, in which case Smart Scans etc... will be disabled. So you may want to check your asm diskgroups. They have an attribute that tells whether they reside on Exadata storage or not. You can use something like this query to show you that information.
    <pre>
    column exadata_storage for a20
    with b as (select group_number, value from v$asm_attribute where name = 'cell.smart_scan_capable')
    select a.name diskgroup, state, b.value Exadata_storage
    from v$asm_diskgroup a, b
    where a.group_number = b.group_number(+)
    and a.name like nvl('&diskgroup',a.name)
    order by 1
    SYS@SANDBOX> @exadata_diskgroups.sql
    Enter value for diskgroup:
    DISKGROUP STATE EXADATA_STORAGE
    DATA CONNECTED TRUE
    RECO CONNECTED TRUE
    SCRATCH MOUNTED TRUE
    SMITHERS DISMOUNTED
    STAGE MOUNTED TRUE
    SWING MOUNTED TRUE
    SYSTEM MOUNTED TRUE
    7 rows selected.
    </pre>

  • How to identify that the call to a BAdI is coming from SAPGUI

    Hi All,
    In the current project involving SAPCRM 5.0 (both GUI and PCUI), we need to display a pop-up asking the user whether he would like to go ahead with the changes in both GUI and PCUI.
    The function module 'Popup-to-confirm'  was used in a BAdI implementation and it worked fine in GUI but caused problems in PCUI. So this code was commented out as of now.
    Could you let me know as to how should we differentiate the call being placed to a BAdI is from GUI or from PCUI so that we could ensure that the pop-up gets displaced in GUI atleast as of now and does not get populated/cause errors in PCUI as of now?
    Else please let me know what is the correct way of displaying a pop-up in both GUI and PCUI in CRM 5.0?
    Thanks,
    Ravi Kiran

    Hello All,
    I am moving this to another forum as I accidentally put it in this category.
    Thanks,
    Ravi Kiran

  • How to identify that a member is "Dynamic Calc" in script

    Hi there,
    i wonder if there is a way to write a HBR that will do the following:
    if([Member1] is dynamic calc)
    do something;
    elseif
    do something else;
    endif
    where [Member1] is a variable passed from Planning form (squre brackets are ommited by editor).
    I think it can be done with CDF and Japi IEssMember.EEssShareOption, but may be there is an easier way?
    Thanks!
    Dmitry

    Glenn,
    Thanks for the idea, yet marking all the members with storage type UDA would mean too much maintenance for me.
    I eventually have done that with api. Here’s the code if someone is interested.
    Thanks again,
    Dmitry
    static int getShareOption(String[] args) {
    int shareOption=0;
    try{
    acceptArgs(args);
    String appName = args[4];
    String cubeName = args[5];
    String memberName = args[6];
    IEssbase ess = null;
    ess = IEssbase.Home.create(IEssbase.JAPI_VERSION);
    IEssOlapServer olapSvr = null;
    IEssDomain dom = ess.signOn(s_userName, s_password, false, null, s_provider);
    olapSvr = (IEssOlapServer) dom.getOlapServer(s_olapSvrName);
    olapSvr.connect();
    IEssCube cube = olapSvr.getApplication(appName).getCube(cubeName);
    IEssCubeOutline otl = cube.openOutline();
    IEssMember curMember = otl.findMember(memberName);
    System.out.println("getShareOption: "+curMember.getShareOption().stringValue());
    System.out.println("getShareOption: "+curMember.getShareOption().intValue());
    shareOption=curMember.getShareOption().intValue();
    otl.close();
    otl = null;
    } catch (EssException x) {
    System.err.println("Error: " + x.getMessage());
    return(shareOption);
    }

  • How to identify that my physical standby database in use real time apply?

    Hi,
    Can any one give me the SQL to identifiy that my physical standby database is in real time applying redo logs?
    Its urgen please....
    Thanks.

    You could just look at the alert log. Look for "Recovery of Online Redo Log"
    Or you could select from v$standby_apply_snapshot to see if the standby is up-to-date.
    select thread#, to_char(snapshot_time,'dd-mon-yyyy:hh24:mi'),
    to_char(applied_time,'dd-mon-yyyy:hh24:mi'),
    to_char(newest_time,'dd-mon-yyyy:hh24:mi') from V$STANDBY_APPLY_SNAPSHOT;

  • Process via Runtime.getRuntime().exec(), how to identify that it�s closed?

    A process(console program) is started via Runtime.getRuntime().exec() from Swing Application.
    Swing Application need to know the result of this process.
    So, is there any possibility to find whether the console program is finished?

    Runtime.exec() returns a Process object.
    Look at its methods, especially waitFor(). Read carefully the whole Process documentation, especially what has to be done with the output streams.

  • How to identify the project in CMOD used for a particular data source

    Hi
      I had a Business Content Data source which is enhanced with ZZ fields and user exit is written in CMOD.
      How can i find in which project used to write the code for that particular data source.....
    When i check CMOD i can find nearly 10 to 20 different projects
    Thanks

    Hi,
    One simple way is goto CMOD and give project names with Z* or Y*. First findout the naming convensions following in  your project and see.
    Then gibe projects one by one and select COMPONENTS option and click on Display, if you find the following Function Exits means it is our DataSource project
    EXIT_SAPLRSAP_001
    EXIT_SAPLRSAP_002
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    Thanks
    Reddy

  • How to know that the purchase order link to which inbound delivery ?

    Dear Support ,
    I am looking for one way which can check which purchase order ( only for trading goods ) link to which inbound delivery ....
    Now my way is use the purchase order number as a condiction to check in LIPS table , but i think this is a stupid way , right ?
    In fact , i am writing one report which can show all the Open Purchase Order ( Only for trading goods and already created the inbound delivery & shipment costs ) which can do the MIGO without the problems ....
    Has any way to check it ?
    Many thanks .....
    Best Regards
    Carlos

    PO and inbound delivery link.
    In PO item , Conformation Tab : conf ctrl. if its is active U can GR with inbound delivery only (VL31N)
    and not with MIGO.
    rep
    VL06I - Inbound Delivery Monitor
    V_UC_7 - Incomplete Inbound Deliveries
    VL06I Inbound Delivery Monitor
    VL06IC Confirmation of putaway inb. deliv.
    VL06ID Inbound Deliveries for Distribution
    VL06IF Selection inbound deliveries
    VL06IG Inbound deliveries for goods receip
    VL06IP Inbound deliveries for putaway.
    Go to --Information systems > General report selection > Logistics execution > shipping
    REWGDS

  • How to identify the maximum data loads done for a particular day?

    Hi all,
    There is huge volume of data been loaded on a last monday, and then data was deleted from the cubes on the same day. And hence i needs to see which are all the cubes which was loaded wtih lot of records for a particular day,
    i happened to look at rsmo, i am unable to see the ods nor the cube data loads,
    were do i seet it?
    Thanks

    See if the table RSSELDONE helps. This will give you the recent data load details. Based on those loads , you can search the targets.
    And also check table TBTCO  which will give the latest job details. You will have to analyze the same jobs to know what loads were done . Give a selection for date.

  • How to find that a statement is used in which programs

    Hi Experts,
    Is it possible to find the statement "gi_tline-tdformat = ‘>*’ " is present in which programs?.
    Please reply.Its urgent.TIA
    Regds
    Abhishek

    Another option is SE38->Utilities->Find in source code->enter string into "Find" field -> Programs to Be Included: e.g., 'In Program" select options-> enter Search range (e.g., Z*)->select all.
    Kind Regards

  • How to identify a rehire candidate?

    Hi,
    Please let us know if you have worked on the following:
    1) How can we identify in e-recruiting that an external candidate was a previous employee of the company at some point in time? OR how to identify that the candidate had a record in SAP PA in the company?
    2) what exactly is the difference between the "deleting external candidate" and " delete external candidate registration" ? is it only that the "delete external cand registration" first closes all the open applications/assignments to requisition and then deletes the details? or some more differerences are there?
    Also can you provide more information on "Store Legal Periods"? Can we define these periods based on some other criteria apart from Country/city criteria? if so how?
    Thanks,

    1) How can we identify in e-recruiting that an external candidate was a previous employee of the company at some point in time? OR how to identify that the candidate had a record in SAP PA in the company?
    You can identify in R/3 in INFOTYPE 0001 go to over view you will find all information of employee history
    2) what exactly is the difference between the "deleting external candidate" and " delete external candidate registration" ? is it only that the "delete external cand registration" first closes all the open applications/assignments to requisition and then deletes the details? or some more differerences are there?
    I belive both are one and same please what expert will say
    Best Regards

Maybe you are looking for

  • Problem in Bluetooth client program

    Hello, i'm developing a J2ME application. It runs over a mobile phone with Bluetooth and it should connect with an BT Adapter. Mobile phone rol is client, and the adapter is the server. I have a problem because when mobile phone executes the method p

  • Windows 7 (x64) taskbar not working after using digitizer in tablet mode. x61t.

    Hi, I have Windows 7 professional x64 on my thinkpad x61t. I updated all drivers from windows update and also from lenovo.com. So far it's been about two weeks with no problems. But when I started using tablet mode (fold) for lecturing a class (clone

  • ODI integration with JMS Queue

    Hi, I've been searching for some instructions on how to integrate ODI with JMS Queue but there's a distinct lack of information on the internet. Can anybody point me to a step by step guide they have come across? Any help is gratefully received. Than

  • What's up with this image?

    I only use PSE for very basic stuff like editing iTunes artwork, and I can't figure this out: Sometimes I run into images like this one that appear to have a transparent background, but when I bring it into PSE it has a black background. The image in

  • Applespell.crash.lot

    I've started getting the error message that Spell Checker can't be located. I've been reading a lot of threads and I think my AppleSpell is broken. I find the application, but it doesn't show in the Activity Monitor and when I Spotlight it, all I fin