How to determine layer 2 status

i need to know how to find wether a NIC has layer 2 connectivity. the command 'ndd -get <driver> link_status' only gives this info if the interface is up but layer 2 connectivity exists wether the interface is up or not.

hI
Purchasing Group responsibility
by default responsible  purchasers will come in sc. do one thing - click the detail button right hand side in purchase grp ( basic data) . you can see all responsible purchasers name.
regards
muthu

Similar Messages

  • How to determine weblogic health status column when it is in NOT OK via wlst?

    Dear Legends,
    Is there a command to determine weblogic managed or admin servers HEALTH COLUMN Status? Because some times in STATE Column it would be RUNNING and in HEALTH Column it would be in "NOT OK" or the OK will not be visible.
    Thanks,
    Karthik

    Just in case others have the same question, I have determined that the CLI tools can be used to query the file services without any apparent detrimental effects while using our leopard server 10.5.3 in a workgroup configuration. Hence the names of AFP users can be determined from the command line by:
    sudo serveradmin command afp:command = getConnectedUsers | grep name
    and the smb users can be found with:
    sudo serveradmin command smb:command = getConnectedUsers | grep name
    Hope that helps
    -csl

  • How to get Layer's visibility status?

    Ii I know the class name & UID of an item on a indd file, how can i get it's visibility status?
    I tried to do it like this as shown in a nexample,
    InterfacePtr<ISpreadLayer> spreadLayer(::GetDataBase(unknown), hierarchy -> GetLayerUID(), UseDefaultIID());
    if(spreadLayer != nil)
    bool visibleFlag = spreadLayer->IsVisible();
    but above code gives 'true' even for invisible items.
    please let me know what is the wrong?
    Thanks

    Hi Dirk,
    Thanks for your rich reply.......
    I agree with you, before get in to SDK we should have a better knowledge on that. I've gone through programming guides as much as pssible. but still have a lot more to know..
    My requirement is to get layer's visibility(that is shown from 'eye' symbol in layer panel).
    when i use'
    InterfacePtr<ISpreadLayer> spreadLayer(::GetDataBase(unknown), hierarchy -> GetLayerUID(), UseDefaultIID());
    if(spreadLayer != nil)
    bool visibleFlag = spreadLayer->IsVisible();
    It  shows only 'Layer1' status, But I can't get Layer1's item's(root items or child items) status. Do you have any idea about how to get root item's layer visibility status?

  • How to determine the Docid

    I would like to open a web intelligence detail report I created from within an xcelsius dashboard.
    However, I can't use the FS command button or URL buton, because I don't know how to determine what the document id for the webi report is.  I've gotton lost wandering around the business objects website.  Since our company is new to BOBJ, no one on the project team is quite sure how to do this either.
    Can anyone point me in the right direction.  I'm not a .net  or web services developer.  I just create universes, webi reports and dashboards.
    Thanks.

    I can provide you with this tip:
    To obtain the document ID, navigate to the document in InfoView, hover your mouse over the document name hyperlink, and look for the ID number in the browser's status bar. You can also obtain the document ID from the Central Management Console.

  • How to determine the patch number used (installed using runInstaller)

    Whilst it easy to find the patch number installed using opatch by using the lsinventory argument.
    Is there a way to find patch number for a patch applied via runInstalled?
    META-INF/MANIFEST.MF from platform/iam-platform-kernel.jar,gives the following:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 19.1-b02 (Sun Microsystems Inc.)
    Product-Version: 11.1.1.3.0
    Build-Number: 11.1.1.3.0.0.0
    Built-By: aime1
    Build-Tag: Build_11.1_1_3.0_0_0
    Built-at: 05/02/2011 06:46
    Version: 11.1.1.3.0
    Build-Label: IAM_11.1.1.5.0_GENERIC_110502.0500
    Build-Transaction: NONE
    But I need the exact patch number, eg, p1234567.
    Anyone know where to find this information?
    The system has been patched from 11.1.1.3 to 11.1.1.5
    I am looking for the patches used for WLS, SOA and OIM.
    Regards
    Hanif

    Another way to get it is:
    SELECT XSD_CODE,XSD_VALUE FROM dev_oim.XSD WHERE xsd_code='XL_ADE_LABEL';
    Check Note: 1247564.1 for 11.1.1.3 and 1360009.1 for 11.1.1.5 for builds to patch mapping. Check Note:1299977.1 for how to determine build numbers.
    For WLS you can use: http://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/clic.html
    For OIM as mentioned above
    For SOA: $mw_home\Oracle_SOA\bin\soaversion.cmd (or soaversion.sh) to know the SOA version or
    SELECT version, status, owner FROM schema_version_registry where owner = 'DEV_SOAINFRA';-Bikash

  • Firefox 29 sync hung "determining your account status"

    As question states. Have installed Firefox 29. Have tried to log into Sync service but just getting it permanently hung on "determining your account status". I've tried shutting down and restarting browser to no avail. I am guessing that data in the user profile is corrupt somehow. but what might it be?
    If your only suggestion is to wipe out and recreate the user profile in question, I will be taking steps to abandon Firefox. This seems to be the default solution to every technical problem and it is an irritating bore and not acceptable any more.
    I can't believe the trouble I had to go to to just even post this question. There isn't even a simple, plain, straight-forward way to register for the support forum. You have to GUESS that you have to start composing your enquiry before you are even given the chance to register to post it. What witless individual dreamt that up as a simple solution?

    I ran into this issue where I made a new sync account with one computer and then tried to move Firefox on another computer, and it went and sat there on the sync pref pane saying "determining your account status"
    After tooling around for a while and not finding an answer online I decided to dig into the file that firefox uses for storing preferences. The steps below worked for me on my Mac and I think I figured out how to do it in Windows as well using my XP Virtual Machine.
    '''On Mac OS X:'''
    Quit Firefox
    in finder choose 'Go To Folder...' under the 'Go' menu. put in the following path:
    ~/Library/Application Support/Firefox/Profiles/
    click 'Go'
    Then open the folder in that directory.
    In this folder there will be a file named prefs.js
    open it in a text editor.
    Find lines that start out with:
    user_pref("services.sync.
    These lines should be all together.
    Select all the lines that start out with this and delete them from the file.
    Save the file.
    reopen Firefox and try accessing the sync preference pane as before. This worked for me.
    '''On Windows:'''
    Close all Firefox windows
    Using Run from the Start menu, enter the following and hit enter:
    %APPDATA%\Mozilla\Firefox\Profiles\
    Then open the folder in that directory.
    In this folder there will be a file named prefs.js
    Right-click and choose edit from the menu to open in note pad.
    Find lines that start out with:
    user_pref("services.sync.
    These lines should be all together.
    Select all the lines that start out with this and delete them from the file.
    Save the file.
    Reopen Firefox and try accessing the Sync Preference pane again.

  • How to determine Until Time in restore

    Hi I have read
    Restoring and Recovering with Recovery Manager on line:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmrecov.htm
    I am not sure how to determine an Until Time during a restore, or in duplicating a database.
    Can someone show a specific example?
    The best thing I have found so far is this:
    SQL> select max(next_change#)
    from v$archived_log
    where archived='YES'
    group by thread#;
    OR
    SQL> select max(next_change#) from v$log_history;
    as documented here:
    RMAN-8060 Doing Duplicate Database on Recovered Database
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189394.1
    But that still leads to:
    RMAN-06025: no backup of log thread 2 seq 2817 scn 3193354318 found to restore
    RMAN-06025: no backup of log thread 2 seq 2816 scn 3192569562 found to restore
    RMAN-06025: no backup of log thread 2 seq 2815 scn 3191725873 found to restore
    RMAN-06025: no backup of log thread 1 seq 2437 scn 3191725871 found to restore
    errors about half the time during duplication.
    Thanks!
    -John

    Hi All,
    We use the following query against the RMAN recovery catalog in our RMAN DUPLICATE scripting to identify the latest time that we can use.
    SELECT TO_CHAR(MAX(recover_time),'DD-MON-RR HH24:MI:SS')
    FROM
    (SELECT b.completion_time recover_time
    FROM dbinc a, rc_backup_piece b
    WHERE a.db_key = b.db_key
    AND a.db_name = '${SSID}'
    AND b.backup_type in ('D','I')
    AND b.status = 'A'
    AND b.device_type = 'SBT_TAPE'
    AND b.tag IS NOT NULL
    AND b.tag != 'CTRLBKUP'
    AND b.tag NOT LIKE 'TAG%'
    UNION
    SELECT next_time recover_time
    FROM rc_backup_redolog
    WHERE db_name = '${SSID}');
    Additionally, you may need to account for a rare problem with the absolute_fuzzy_change# is higher than the checkpoint change number. Oracle Development said this should be fixed at some point in the future when I last talked with them on the topic in 02/2004.
    We've coded around it (we're using Oracle EE 9.2.0.5+) by adding a couple of minutes between the incr backup and the archivelog)
    Hope this helps,
    Rich

  • How to determine T440s Synaptics Trackpad Firmware version

    How do I determine the current firmware version of my touchpad?  The readme file for the firmware update does not say how to determine what version is already installed. 
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/grgy03ww.txt
    .NET Software Developer
    ThinkPad T440s (20AQ005TUS) | ThinkPad ThinkPad T430 (2342CTO) | Lenovo H430 (25582AU) | ThinkPad X230 (2306CTO)

    I ended up soldering leads on the main board and captured the boot log. I managed to find only one other boot log to compare to (here) but comapring the two hasn't given me much insight. On the surface it seems like my issue is that the AHCI SATA loader is trying and failing to get port 0 to respond. I've posted the full boot log here, but I'll post the last bit here in hopes that someone can point me in the right direction. Thanks. Hit any key to stop autoboot: 0
    init_sata:
    serdes: 24Mhz ref clk
    Serdes 1 : CMU OK
    Serdes 1 : Lane OK
    Serdes 2 : CMU OK
    Serdes 2 : Lane OK
    cap 0x6f26ff81 port_map 0x3 n_ports 2
    P#SERR 0x4050002
    IS 0x0
    Port 0 control: 0x300
    Port 0 status: 0x123
    P#SERR 0x0
    IS 0x1
    Port 1 control: 0x300
    Port 1 status: 0x0
    GHC 0x80000000
    GHC 0x80000002
    ahci_init_one: SUCCESS
    SATA Controller Info:
    AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    flags: ncq stag pm led clo only pmp pio slum part
    Enter start port: 0
    Port 0 status: 123
    cmd_slot = 0xb06000
    Device not ready. BSY, DRQ or ERR in TFD!
    Can not start port 0
    timeout exit!
    sataenv: GPT header not found
    timeout exit!
    sataenv: partition 7 not an environment
    timeout exit!
    sataenv: GPT header not found
    timeout exit!
    sataenv: partition 8 not an environment
    timeout exit!
    GPT header not found
    Bad Magic Number
    arg1 char: s
    Barebox-C2K >/ 

  • How to get "Layer Mask Hides Effects" from Photoshop Plug-in

    How to get "Layer Mask Hides Effects" from Photoshop Plug-in.

    I don't think there's enough information here to give an answer.  Is this a Plug-in that you're writing or intend to write?  If so, what type of Plug-in is it?
    If you are writing your own plug-in, the header files included in the Photoshop SDK/API have a bunch of defines for the proper codes to use.
    PITerminology.h has a large amount of keys that can be used to query for information.  PIUGetInfo is probably the function that you want to call to determine what you need to know.
    If you're looking for information about a specific layer, you will want to make a new PIActionDescriptor, call sPSActionDescriptor->Make(*PIActionDescriptor), and then call GetLayerInfo on the layer that you're querying information about.
    You can then call sPSActionDescriptor->Get<datatype> on the layer while passing in the key of the data that you want.

  • HOW TO DETERMINE  MESSAGES FOR CHATTING IN SAP

    HI,
    sap gurus,
    HOW TO DETERMINE  MESSAGES FOR CHATTING IN SAP
    LIKE YAHOO CHAT.
    THIS IS 100% POSSIBLE IN STD. SAP
    AND ONE YEAR BACK I DID IT BUE I HAVE FORGOTTEN THE PATH TO DO IT.
    CAN ANY BODY SAY ABOUT THIS
    how can i configure message determination in spro.
    any clues plz
    regards,
    balaji.t
    09990019711.

    hi,
    a) SAPmail has functions to display system messages to broadcast all users.
    b) Transaction sm02 will provide text boxes to submit a system-wide message.
    c) This must be set up as a profile parameter (login/messagecreate=true). Once the value is set, users can send it with the options under menu path system->status.
    d) Only users with SAP_ALL authorizations can broadcast from transaction sm03
    regards
    sadhu kishore

  • How to determine logical database in a program?

    Hello guys!
    How to determine logical database in a program on Eclipse?
    I have not found any options:
    Thanks!

    Welcome to SDN
    Check the table RSOSFIELDMAP
    Assign points if useful
    Regards
    N Ganesh

  • Anyone know how to determine Macbook Air screen tech? Causing migraines

    Hi There,
    Last year, I expereinced a lot of mild migraines which I've traced back to a new Macbook Air.
    At first I had no idea of the cause (diet, stress etc) but have noticed that my eyes feel uncomfortable looking at the screen of my Macbook Air (I don't have this issue with my Dell monitor).
    My eyes don't hurt per se, but I can detect a sublte jittering with the screen - which can turn into a migraine.
    After doing a bit of research, it seems like most (but not all) LCD and LED LCD displays use something called pulse-width modulation to control brightness but after calling Apple support, they told me my MBA doesn't use this technology.
    Does anyone know how to determine the underlaying technology in Apple displays so I can research the cauase of my headaches? I found a good Ukranian website (in english) that explained pulse-width modulation but it didn't really talk about other technologies.
    Any pointers in the right direction would be much appreciated.
    Cheers
    Ben

    What version of OS X are you using? If Yosemite, you need to update to 10.10.1 or higher.
    In any case, start by going to the editor preferences>general, clicking this button and restarting the editor:

  • How to determine whether a recordset is Empty or not ?

    Please see my snippet code below :
    <%     
         String sql="";
         String username="CDS";
         try
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                Connection con = DriverManager.getConnection("jdbc:odbc:Employees","","");
                Statement stmt = con.createStatement();
                ResultSet rs=null;
                   sql = "Select * from Employee where code='" + username + "'";
                   rs = stmt.executeQuery(sql);
                   rs.next();
                   if (rs==null)
                   %>
                        <jsp:forward page="Login.jsp?msg=Username not recognized"></jsp:forward>     
                   <%     
                else
                   %>
                        <jsp:forward page="Login.jsp?msg=Halo"></jsp:forward>
                   <%
              catch(ClassNotFoundException e)
                   out.println("Driver not found");
                    catch(SQLException e2)
                            out.println(e2.getMessage());
                            out.println("<BR>");
                            out.println("Wrong SQL Statement");
                            out.println("<BR>");
                            out.println(sql);
                            out.println("<BR>");
         %>How to determine whether a recordset has no result ?
    From the above code, i use if (rs==null) and that's not worked.
    Help me, guys.

    ResultSet rs = stmt.executeQuery(sql);
    if (rs.next()) {
    %>
        <jsp:forward page="Login.jsp?msg=Halo"/>
    <%
    } else {
    %>
        <jsp:forward page="Login.jsp?msg=Username not > recognized"/>
    <%
    }

  • How do I keep my status bar at the top and not moving from side to side and bottom of phone

    how do I keep my status bar at the top of my phone? I let my grandsn play a game on my phone and after he gave it back I noticed my status bar would move from the top to the side or bottom etc

    Reset, hold both home and power buttons until the iPhone begins to restart itself, ignore the slide to power off slider. Let the iPhone restart itself. Usually takes about 10 seconds of holding both buttons.
    Probably do not need this, but Portrait Lock can be set by, pressing home button twice quickly, slide bottom row of icons to the right one time, tap the Portrait Lock icon.

  • Integration MIRO error, how to determine the VST related accounts.

    integration Miro error.
    Hi gurus,
    please resolve the problem urgent.
    while doing MIRO Iam getting the following error.
    after given PO number in MIRO I getting the following error. please how to resolve the problem.
    where i can determin the accounts, which accounts will be effect.
    Error in account determination: table T030K key ASHA VST V0
    Message no. FF709
    Diagnosis
    In the chart of accounts to be posted to, no accounts are defined for the tax code you used.
    Procedure
    Contact your system administrator.
    Define the accounts to which a tax posting is to be made with the tax code entered in Customizing for taxes on sales/purchases.
    To do this, choose Maintain entries (F5).
    How to determine VST

    I have already replied to the same question in one of ur earlier posts.
    If you want to knowthe GL accounts which are used presently for the transaction VST, you can go to table T030K give the field name KTOSL value as VST and execute. YOu will get the list of all GL accounts which use the transaction VST for all possible tax codes and Chart of Accounts.

Maybe you are looking for

  • HOWTO: Startup/Shutdown Sounds in Openbox

    In this tutorial, I will show you how to add startup and shutdown sounds with Openbox, a light-weight window manager. In theory, this should work with any window manager that uses a startup script (or, if you use the startx command, .xinitrc could be

  • Star Trek Event Failure, At Least I Have Best Buy...

    I had tickets for the Maple Grove, MN Fathom Event: "Star Trek 25th Anniversary Celebration" today. It did not go well.  Tonight's event was not acceptable in any form: They kept the lights on 20 minutes into the start The audio was not synced up. Th

  • Permisions to read and write on a external hard drive

    Currently I am working with two Mac Air. One of them with Mac OS X 10.9.5 and the other one with Mac OS10.7.5. Also I have most of my files in an external hard drive. When I try to move file from the Mac air with Mac OS10.7.5 to the hard drive, I hav

  • WS14000133 Deadline Monitoring / Escalation

    Hi all, The requirement is to set up deadline monitoring for WS14000133 (n-step Workflow with BADI) as follows: if the approval is not actioned within x days, escalate the work item to another approver (at a higher level). My questions: 1. Is adding

  • After updating to 3.6.14 there are shortcuts on the desktop that won't delete. How do I delete them?

    I was prompted to update my fire fox to 3.6.14. After doing it, there were 4 shortcuts on my desktop. I have tried deleting them but get a message saying "cannot delete file: cannot read from the source file or disk."