How to update boot file for SG200-26P

I am new at this, and need assist in updating the sx200_boot-13506.rfb file into my switch.  I have downloaded the Boot and FW files to my computer which is connected to the switch, and updated the fw file by using the Upgrade page via HPPT/HP\TTPS and then used brose to find the fw file on my computer.
However, HTTP/HTTPS does not allow upgrade of the Boot Code.
For that I have to go to via TFTP, and here is the issue.  What do I put in for Server IP Address and Source File Name.  I have tried the computer IP for the first, and full route to the file for the second, but no go.
Please help.
I just bought this switch, and found out it out of support contract.

Do you have a tarp server running on the computer?
If you are using a windows computer download tftpd32 http://tftpd32.jounin.net/tftpd32_download.html
Then make sure it is pointing to the directory the file is in, and it is using the interface that is connected to the switch.
Place the computers ip on the upload page and the name of the file.
If you need more help just reply
- Philip

Similar Messages

  • How to update Boot Camp 5

    I installed Windows 8 last month with the previous version of Boot Camp.
    Now that Bootcamp 5 is out, I want to update Boot Camp but I do not understand how. I've downloaded the files from Apple's website, put them on a FAT formated USB drive, and clicked the setup.exe file within the Bootcamp folder. I get the follwing message: "This app can't run on your PC. To find a different version for your PC, check with the software publisher."
    Is there a way to update Boot Camp for my Windows 8? Or must I reinstall Windows 8 with Boot Camp already updated? Can I simply download the Bootcamp files to my desktop and open them from there? What's the need for the USB?
    Any help is appreciated.
    Thanks.
    MBP late 2010, Mac OS Mountain Lion, Windows 8 Pro

    Hi iamlucasking,
    I recently have this same issue.  Can you elaborate on what you did to solve upgrading to Boot Camp 5?

  • How to update html file in clob column in oracle

    hi,
    please help me how to update html file in clob column in oracle
    Thanks

    This is your main query as i am able to understand and you want to update your html file into terms columns based on conditions :
    SELECT     b.terms As terms
             FROM chklst_item_x_enrlmnt_type a, prvdr_enrlmnt_agreement b
            WHERE a.enrlmnt_type_cid = 1
              AND a.chklst_item_cid = b.chklst_item_cid
              AND a.chklst_item_cid = 79
              AND a.oprtnl_flag = 'A'
              AND b.oprtnl_flag = 'A'
              AND TRUNC (SYSDATE) BETWEEN b.from_date AND b.TO_DATE;So i suggest below one but you need to create a directory where you can store your html file and then you can update .. And remaining consult Experts suggestions too as your
    question is improperly posted . . .
    DECLARE
       vclob     CLOB;
       v_bfile   BFILE := BFILENAME ('YOUR_DIR', 'filename.html');
    BEGIN
       SELECT     b.terms
             INTO vclob
             FROM chklst_item_x_enrlmnt_type a, prvdr_enrlmnt_agreement b
            WHERE a.enrlmnt_type_cid = 1
              AND a.chklst_item_cid = b.chklst_item_cid
              AND a.chklst_item_cid = 79
              AND a.oprtnl_flag = 'A'
              AND b.oprtnl_flag = 'A'
              AND TRUNC (SYSDATE) BETWEEN b.from_date AND b.TO_DATE
       FOR UPDATE;
       DBMS_LOB.fileopen (v_bfile);
       DBMS_LOB.loadfromfile (vclob, v_bfile, DBMS_LOB.getlength (v_bfile));
       DBMS_LOB.fileclose (v_bfile);
    END;
    / Regards..

  • HOw to update XML file residing in DAM by component JSP in run-time?

    i have made a component which reads xml file residing in DAM.
    Content Author can fill some values in dialog of this component, as soon as author provide the values,i have to update these values in XML file and component reloadsby reading the updated xml file.
    i am trying to achieve this by making object of XML file and giving it's path., but i ma unable to access the XML file.
    Can anyone help me out to how to update XML file by component JSP in run-time?

    Now the changed data must be exported back into the XML file, meaning that the content of certain elements must be updated. How can this be done with XSLT?
    XSLT approach:  check these online tutorial
    http://www.xml.com/pub/a/2000/08/02/xslt/index.html
    http://www.xml.com/pub/a/2000/06/07/transforming/index.html
    ABAP approach:
    for example you have the xml (original) in a string called say xml_out .
    data: l_xml  type ref to cl_xml_document ,
            node type ref to if_ixml_node  .
    create object l_xml.
    call method l_xml->parse_string
      exporting
        stream = xml_out.
    node = l_xml->find_node(
        name   = 'IDENTITY'
       ROOT   = ROOT
    l_xml->set_attribute(
        name    = 'Name'
        value   = 'Charles'
        node    = node
    (the above example reads the element IDENTITY and sets attribute name/value to the same)
    like wise you can add new elements starting from IDENTITY using various methods available in class CL_XML_DOCUMENT
    so how do I access the XML file in order to update it?
    you have already read this XML into a ABAP variable right?
    Sorry couldnt understand your whole process, why do you need to read local XML file?
    Raja

  • How to generate xml-file for SAP Fiori (UI add-on) with Solution Manager 7.0.1?

    Hello Guru,
    could you please help with my issue with Fiori Installation.
    We want to install SAP Fiori Front-End (GW+UI) on the Sandbox system with SAP Netweaver 7.3.1. (SP14)
    Gateway component (SAP GW CORE 200 SP10) was installed without any problems.
    But I need to install UI-add-on (NW UI Extensions v1.0) and when I try to install it via SAINT, transaction said me that I need to generate xml-file for it (as in General notes for UI add-on mentioned).
    But I have Solution Manager 7.0.1 and in MOPZ for this version I do not have option  "install Add-on" as it written in Guide for ui add-on installation.
    Could you please help me with advice how to generate xml-file for UI add-on installation on SolMan v.7.0.1?
    If where is no way, but only to upgrade Solution Manager, maybe somebody could give me xml-file for your system (for NW 731) and I will change it to my needs, I will be very grateful!
    Thanks in advance for any help!!!
    Bets regards,
    Natalia.

    Hello Guru,
    could you please help with my issue with Fiori Installation.
    We want to install SAP Fiori Front-End (GW+UI) on the Sandbox system with SAP Netweaver 7.3.1. (SP14)
    Gateway component (SAP GW CORE 200 SP10) was installed without any problems.
    But I need to install UI-add-on (NW UI Extensions v1.0) and when I try to install it via SAINT, transaction said me that I need to generate xml-file for it (as in General notes for UI add-on mentioned).
    But I have Solution Manager 7.0.1 and in MOPZ for this version I do not have option  "install Add-on" as it written in Guide for ui add-on installation.
    Could you please help me with advice how to generate xml-file for UI add-on installation on SolMan v.7.0.1?
    If where is no way, but only to upgrade Solution Manager, maybe somebody could give me xml-file for your system (for NW 731) and I will change it to my needs, I will be very grateful!
    Thanks in advance for any help!!!
    Bets regards,
    Natalia.

  • How to update key fields for table

    Hi,
    how to update key fields for a table.The update statement is not working for the same.
    Regards,

    Hi,
    See the below example.
    TABLES SPFLI.
    DATA WA TYPE SPFLI.
    MOVE 'AA' TO WA-CARRID.
    MOVE '0064' TO WA-CONNID.
    MOVE 'WASHINGTON' TO WA-CITYFROM.
    UPDATE SPFLI FROM WA.
    MOVE 'LH' TO SPFLI-CARRID.
    MOVE '0017' TO SPFLI-CONNID.
    MOVE 'BERLIN' TO SPFLI-CITYFROM.
    UPDATE SPFLI.
    CARRID and CONNID are the primary key fields of table SPFLI. All fields of those lines where the primary key fields are "AA" and "0064", or "LH" and "0017", are replaced by the values in the corresponding fields of the work area WA or the table work area SPFLI.
    Regards,
    raj.

  • How to create xpi file for my own extension?

    I have created my own extension and directly added profile extension folder in my system.its working fine. but while installing extension using .xpi file its produce error "Install script not found
    -204".Please explian me how to create .xpi file for my extension folder.
    I hope you can help this issues.
    Thanks in advance.
    Regards
    vasanthi

    See this:
    https://developer.mozilla.org/en/Building_an_Extension

  • How to import WMV file for use in adobe programs, especially After Effects and/or Premier?

    How to import WMV file for use in adobe programs, especially After Effects and/or Premier?

    I have the latest adobe creative cloud and i'm using Mac 10.8.2
    My client gave me a wmv file that she wants some people blurred out in the background but when I go to import the media, it's greyed out. I'm assuming that After Effects will be the best solution for this, but maybe there is another way.
    I can purchase a video converter and convert it to .mov but that costs extra money that I don't want to spend just to do this one project.

  • How to make jar file for this compilation method ?

    can any one tell me how to make jar file for this compilation
    D:\java\browser\IEInJava>javac -classpath jdic.jar;. IEInJava.java
    D:\java\browser\IEInJava>java -cp jdic.jar;. IEInJava
    *this is a compile code:-*
    D:\java\browser\IEInJava>javac -classpath jdic.jar;. IEInJava.java
    *and this is a run code:-*
    D:\java\browser\IEInJava>java -cp jdic.jar;. IEInJavanow how make JAR file ?

    Assuming IEInJava only uses classes inside the jdic jar, this is one way. D:\java\browser\IEInJava> jar cf yourjar.jar IEInJava.classThen to run it you would use D:\java\browser\IEInJava> java -cp jdic.jar;yourjar.jar IEInJavaAnother way would use the jar manifest file to specify the Main-Class and Class-Path.

  • [svn:osmf:] 13591: Update project files for sample apps.

    Revision: 13591
    Revision: 13591
    Author:   [email protected]
    Date:     2010-01-18 15:14:30 -0800 (Mon, 18 Jan 2010)
    Log Message:
    Update project files for sample apps.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/CuePointSample/.flexProperties
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/ExamplePlayer/.actionScriptProperties
        osmf/trunk/apps/samples/framework/ExamplePlayer/.flexProperties
        osmf/trunk/apps/samples/framework/GGTrackingPlugin/.actionScriptProperties
        osmf/trunk/apps/samples/framework/GGTrackingSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/HTMLMediaContainerSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/HelloWorld/.actionScriptProperties
        osmf/trunk/apps/samples/framework/MediaContainerSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/MetadataSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/MetadataSample/.flexProperties
        osmf/trunk/apps/samples/framework/MetadataVideoPlugin/.actionScriptProperties
        osmf/trunk/apps/samples/framework/MetadataVideoSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/MetadataVideoSample/.project
        osmf/trunk/apps/samples/framework/NestedMediaContainersSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/PluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/ReferenceSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/SampleLoggers/.actionScriptProperties
        osmf/trunk/apps/samples/framework/SampleLoggers/.flexLibProperties
        osmf/trunk/apps/samples/framework/SamplePlugin/.actionScriptProperties
        osmf/trunk/apps/samples/framework/WebPlayer/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VASTSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.flexProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/CaptioningSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/CaptioningSample/.flexProperties
        osmf/trunk/apps/samples/plugins/CaptioningSample/.project
        osmf/trunk/apps/samples/plugins/MASTSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/MASTSample/.project
        osmf/trunk/apps/samples/plugins/SMILSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/SMILSample/.flexProperties
        osmf/trunk/apps/samples/plugins/SMILSample/.project

  • [svn:osmf:] 13586: Update project files for OSMFAIRTest.

    Revision: 13586
    Revision: 13586
    Author:   [email protected]
    Date:     2010-01-18 14:34:02 -0800 (Mon, 18 Jan 2010)
    Log Message:
    Update project files for OSMFAIRTest.
    Modified Paths:
        osmf/trunk/framework/OSMFAIRTest/.actionScriptProperties
        osmf/trunk/framework/OSMFAIRTest/.project
    Added Paths:
        osmf/trunk/framework/OSMFAIRTest/OSMFAIRTest-app.xml
        osmf/trunk/framework/OSMFAIRTest/OSMFAIRTest.mxml
    Removed Paths:
        osmf/trunk/framework/OSMFAIRTest/MediaFrameworkAirTest-app.xml
        osmf/trunk/framework/OSMFAIRTest/MediaFrameworkAirTest.mxml

    While the files are XML, I'm not sure they are fully standard XML. Even if they are, they have all kinds of data in them which requires special knowledge. For instance, libraries have icons (which are binary) and versions. Classes have a wire and control. Projects have arrays of elements which are encoded in a certain way, etc. In short, don't merge them. Also, note that current versions of TSVN auto-merge conflicts by default when you update and you need to jump through some hoops to disable that.
    Bob_Schor wrote:
    Side note -- if I want to use the LabVIEW Compare tool, I rename the two "revision" files by adding .vi to the name.  Now they are legitimate VIs, and have unique names so LabVIEW can safely open all three.  Once I decide which I need to keep (say it is My Code.vi.2325.vi), I just delete the unnecessary extension.  In my case, Windows is set to not show extensions that it "knows", so what I delete is the ".vi.2325", and the not-shown ".vi" is still present.
    You should be able to configure TSVN to call the LVMerge program on LV files, which should allow you to simply click the original VI and select the conflict editing option in TSVN. No need to do this manually.
    Try to take over the world!

  • How to build ear files for ADF application using Ant task

    How to build ear files for ADF applications using Ant. The ojdeploy ant task can not find application-level deployment profiles. I am trying to automated build and release for ADF application.
    Any help is highly appreciated.
    Thanks
    Shiva

    Hi Timo
    Thanks for your reply.
    I have successfully created ear file using ojdeploy on jenkins. however when am trying to auto deploy using WLDeploy ant task am getting the following
    error :
    weblogic.application.ModuleException: :oracle.mds.config.MDSConfigurationException:MDS-01335: namespace "/oracle/webcenter/quicklinks/scopedMD" mapped to metadata-store-usage "WebCenterFileMetadataStore" but its definition was not found in MDS configuration
    Please advise how to handle this.
    As am a newbie to ADF, could you please advise if it is possible for the ADF application deployments can be automated for different environments using jenkins due to this MDS dependencies.
    Appreciate your help.
    Thanks
    Shiva

  • Need how to create DTD file  for database elements

    can any one write the DTD file for below query?
    SELECT TRX_NUMBER,
    INVOICE_CURRENCY_CODE,
    CTT_TYPE_NAME ,
    RAC_BILL_TO_CUSTOMER_NAME ,
    FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V
    DTD file structure For below query(data from two tables) also?
    SELECT TRX_NUMBER,
    INVOICE_CURRENCY_CODE,
    CTT_TYPE_NAME ,
    RAC_BILL_TO_CUSTOMER_NAME ,
    V.RAT_TERM_NAME
    FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V,APPS.RA_CUST_TRX_TYPES_ALL H
    WHERE V.CUST_TRX_TYPE_ID=H.CUST_TRX_TYPE_ID;
    DTD file structure For below program (Data should be come in that loop formate (1st c1 loop then 2nd loop details then 1st loop)
    DECLARE
    cursor c1 is SELECT TRX_NUMBER,
    CUSTOMER_TRX_ID,
    INVOICE_CURRENCY_CODE,
    CTT_TYPE_NAME ,
    RAC_BILL_TO_CUSTOMER_NAME ,
    V.RAT_TERM_NAME
    FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V,APPS.RA_CUST_TRX_TYPES_ALL H
    WHERE V.CUST_TRX_TYPE_ID=H.CUST_TRX_TYPE_ID;
    cursor c2(P_CUSTOMER_TRX_ID number) is SELECT CL.INTERFACE_LINE_ATTRIBUTE1 ,
    CL.CUSTOMER_TRX_LINE_ID,
    MTL.SEGMENT1,
    MTL.DESCRIPTION
    FROM APPS.RA_CUSTOMER_TRX_LINES_V CL,
    APPS.MTL_SYSTEM_ITEMS_B MTL
    WHERE MTL.INVENTORY_ITEM_ID(+)=CL.INVENTORY_ITEM_ID
    AND MTL.ORGANIZATION_ID(+) = CL.WAREHOUSE_ID
    and cl.CUSTOMER_TRX_ID=P_CUSTOMER_TRX_ID
    BEGIN
    FOR I IN C1 LOOP
    DBMS_OUTPUT.PUT_LINE(I.TRX_NUMBER||I.CUSTOMER_TRX_ID||INVOICE_CURRENCY_CODE);
    FOR J IN C1(I.CUSTOMER_TRX_ID) LOOP
    DBMS_OUTPUT.PUT_LINE(J.INTERFACE_LINE_ATTRIBUTE1 ||J.CUSTOMER_TRX_LINE_ID||J.SEGMENT1);
    END LOOP;
    DBMS_OUTPUT.PUT_LINE(I.RAC_BILL_TO_CUSTOMER_NAME);
    END LOOP;
    END;

    how to create batch file for windows application ??
    I hava 2 jar files
         1) b.jar (not have main class)
         2) a.jar (have main class and dependent on b.jar)
    so how i call main class of a.jar     ??Just set the main class in the manifest of a.jar and make sure the manifest knows about b.jar
    http://java.sun.com/docs/books/tutorial/deployment/jar/index.html

  • How to create Variant file for ECATT(MM01)?

    Any one know how to create variant file for ECATT (MM01)

    Hello TJK,
    What do you mean by variant file? Please give some more details.
    Meanwhile here is the link on how to use eCATT,
    New to Materials Management / Warehouse Management?
    Hope this helps.
    Regards
    Arif Mansuri

  • How to update boot camp in the Mac OS if it is a .exe file?

    I don't know how to update my 3.0 Boot Camp because the files available on Apple's download page are all .exe files.
    How can I do it from Mac OS since I don't have Windows installed yet?

    The downloadable files are Driver Updates and have to be used while in Windows.
    The Mac OSX BootCamp Assistant (in the Applications/Utilities folder) is not updated by these .exe files and the latest version of it is 3.0.4 (325) (OSX Snow Leopard 10.6.8).
    Boot Camp - Installation and Setup Guide (Mac OS X v10.6 Snow Leopard)
    Stefan

Maybe you are looking for

  • How to use dropdown list in module pool

    Hi guys, I have provided  a dropdown list in my  screen in my module pool program. How should I insert values in the dropdown list. Regards Mac

  • IMac USB mystery

    Hello forum, I've been using Macs for over 10 years now, so far never had a problem which couldn't be solved but now it seems I've reached a point where this is no longer the case. Have a new iMac (21.5", 3.1GHz, 1TB Fusion Drive) since a few days. E

  • How to retrieve this data?

    Hi,   I would like to retrive the "product", and "Industry" under ITEM, but have no idea how to code it.   It seems to be a very complicated structures and table as below:   ZXML_SECTION is a structure, it contains NEW_PRODUCT (table), OLD_PRODUCT (t

  • Install ERS on Linux

    Dear All When I cluster SAP DB2 on Linux (when i use dialog instance No Update Server found for context :E:). after installed ERS on linux but when I start ERS instance on both this dev_enrepsrv on node1 trc file: "dev_enrepsrv", trc level: 1, releas

  • Nothing is transfering

    Im new to this and not really computer wise but here goes. I bought my daughter a mini ipod 12 months ago then all of a sudden it died after 3 months turned of and then wouldnt turn back on returned it to apple they replaced it but the problem is it