HW-MODULE UPLINK SELECT command missing on 4507R+E Sup7-E IOS 15.1(2) SG4

We have a 4507R+E with dual Sup7-E's running IOS 15.1(2) SG4.  The license level is LANBase.  I am creating the initial configurations for the switch but cannot change the uplink state of the SFP ports on the supervisors.  I tried to run the command HW-MODULE UPLINK SELECT but it is not present.  These are the only option available under HW-MODULE.
switch(config)#hw-module ?
  module  Specify a linecard slot for the hw-module command
  slot    Specify a linecard slot for the hw-module command
  system  Specify the system parameter
Is this a license restriction?

On a 4507R+E, "hw-module uplink select all" is enabled by default, however, because you've got redundant Sup card, the uplink ports 3 & 4 are disabled permanently. 
This is because the backplane speed of the chassis is 48 Gbps.  So you can only use up to four (4) 10 Gbps interfaces.

Similar Messages

  • OTF end command // missing in OTF data when using CONVERT_OTF_2_PDF

    Hi
    When using the function module CONVERT_OTF_2_PDF I am getting the strange scenario that for some users it is giving the error message "<u><b>TD 030: OTF end command // missing in OTF data</b></u>". 
    I am executing this function module using the OTF output data received from a smartform executed with the parameter control-parameters-getotf = X and I am not formatting it in any way.
    any assistance in this is much appreciated.

    hi
    good
    go through this link,which ll give you detail idea about this function module
    http://www.jt77.com/development2/programming-07636.html
    thanks
    mrutyun^

  • "Edit In Photoshop" command missing

    I bought Lightroom and Photoshop Elements 10 last year (downloaded LR v4.3 yesterday) and sat down to learn how to use them together today (www.lynda.com Using Lightroom and Photoshop Together with Jan Kabili).
    When I open LR the Photo -> Edit In -> Edit In Photoshop command is greyed out (non-functional).
    I tried both solutions listed under 'Solution 3: On Mac OS' on the following help page including uninstalling and re-downloading and installing PS Elements 10 and it is still not working:
    http://helpx.adobe.com/x-productkb/multi/edit-photoshop-command-missing-photoshop.html
    Please advise how to make your programs work together.  Surely, with Photoshop Elements installed and running on my computer Lightroom must be able to notice it.
    Bill.

    I just realised what I was doing wrong.  I installed Photoshop Elements 10 but I was launching Photoshop Elements Editor not Photoshop Elements.  I had no idea there were multiple applications!  Now that I have launched the main Photoshop Elements Application (it then brings up a dialog where you select organize or edit) the "Edit in Photoshop Elements 10" menu item has appeared as expected in Lightroom.

  • While converting smartform output toPDF: end command // missing in OTF data

    Hi,
    While Converting smartform output to PDF i am getiing the following error.
    end command // missing OTF data . And also in the importing parameter of smartform  function module also (job_output_info ) i did not findout the data. Where did i make a mistake. How can i correct this error. Thanks in advance.

    Implemented SAP Note 1123505 - OTF-PDF conversion.

  • I have LR 5.  When I'm in the book module and select the option to "Send Book to Blurb" i get an error message saying "The file does not have a program associated with it...."  How do I fix this?

    I have LR 5.  When I'm in the book module and select the option to "Send Book to Blurb" i get an error message saying "The file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel."
    How do I fix this?

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Error OTF end command // missing in OTF dat

    Hi
    I am converting a smartform of a PO into a PDF. when i am using the option of pint immediately in message option of PO. I am getting this error OTF end command // missing in OTF dat . when i am using option 3 which in not print immediately. i am able to convert it into pdf file and save in my local folder. please advice.

    when you click the message button while creating a PO. it will take to next page where you add your output type that is output, partner etc.. after you add and click on further data button there you will have option for dispatching here when you add slect option 4 whihc is print immediately. then i am getting the error. if i am using the other options i am able to down load into pdf but not able to see print preview. please advice

  • ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css   Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers

    ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css    Command then fails
    Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers
    Thoughts?  Using Presenter 10  Win 8.1  Intel I7  new HP with plenty of memory
                   Thanks

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • SELECT command denied

    Hi guys,
    We have an issue about toplink. We have two enviroments, a developer enviroment glassfish 2.1, windows xp and java 1.6. Our application have toplink essentials, JPA and some entities mapped. In developer enviroment it all works done but in test enviroment we cant execute any query! And we cant understand why, we talk with our DBA and he got all grants to user but we have allways same problem:
    [#|2009-12-30T12:31:03.562-0300|WARNING|sun-appserver2.1|oracle.toplink.essentials.session.file:/opt/glassfish/domains/domain1/applications/j2ee-apps/kmonitor-EAR/KMonitor-ejb_jar/-KMonitor|_ThreadID=225;_ThreadName=p: thread-pool-1; w: 196;_RequestID=fda25a98-2c3a-43d0-ae4e-4a1c1cd3167f;|
    Local Exception Stack:
    Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.1 (Build b31g-fcs (10/19/2009))): oracle.toplink.essentials.exceptions.DatabaseException
    Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: SELECT command denied to user 'km_dsv'@'cassini' for table 'fontestatus'
    Error Code: 1142
    Call: SELECT id_fontestatus, criacao, usuario_criacao, nome, alteracao, codigo, usuario_alteracao, descricao FROM kmonitor.fontestatus WHERE (id_fontestatus = ?)
         bind => [1]
    Query: ReadObjectQuery(com.knowtec.suiteic.kmonitor.informacao.entity.Fontestatus)
    Its the first query and its executed from JPA... we use mysql database.
    Here persistence.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="KMonitor" transaction-type="JTA">
    <jta-data-source>jdbc/kmonitor</jta-data-source>
    <exclude-unlisted-classes>false</exclude-unlisted-classes>
    <properties/>
    </persistence-unit>
    <persistence-unit name="KMonitor-standalone" transaction-type="RESOURCE_LOCAL">
    <non-jta-data-source>jdbc/kmonitor</non-jta-data-source>
    <exclude-unlisted-classes>false</exclude-unlisted-classes>
    <properties>
    </properties>
    </persistence-unit>
    </persistence>
    We use KMonitor in glassfish, stand-alone unit is not used and ignore it.
    Thanks!

    Hi I discovered problem. Top link doesnt have correct message for this problem!
    My entity had this annotation:
    @Entity
    @Table(name = "fontestatus", catalog = "databasename", schema = "")
    But catalog doesn´t exist in test enviroment, only development! solution is delete this:
    @Entity
    @Table(name = "fontestatus")

  • Photoshop and Illustrator batch commands missing in Bridge CS6

    Photoshop and Illustrator commands missing (eg batch and Live Trace) in Bridge CS6 tools, but they are there in CS5.
    Any thoughts
    much appreciated regards
    Tim

    So I deleted/uninstalled all versions of bridge then photoshop, but Bridge would not even install with PS cs5 (maybe it never did, there was no option on install).
    In the CS4 suite there was a separate option to install or uninstall Bridge, for CS5 they changed this as combined install with PS.
    There are many options for buying separate applications or combinations (Suite) of Adobe Products but according to the Adobe Site Bridge is delivered also with the separate applications Indesign, Illustrator, Flash, Premiere Pro, After Effects and Incopy.
    Usually when having a complete Suite it is delivered with one of those applications.
    Bridge should be able to communicate with all applications from the same CS version, but uses start up scripts for that applications.
    When doing normal installation those scripts should be placed in the correct location automatically.
    Having different suite versions on your system it will not be easy to make them communicate with each other through one version of Bridge (sadly enough you can also have only one version of Bridge active at the time and different versions of Bridge use different cache folders).
    Don't have experience with scripting but maybe the dedicated Bridge scripting forum (link in previous post) can help you out for the answer of customized start up scripts or if it is possible at all.

  • Hi. I am trying to use Bridge to make web galleries. There used to be something on PS for that but now I cant find it in PS so I was advised to use Bridge.  However, there is something called Output Module (AOM) that is missing from my Bridge.  I download

    Hi. I am trying to use Bridge to make web galleries. There used to be something on PS for that but now I cant find it in PS so I was advised to use Bridge.  However, there is something called Output Module (AOM) that is missing from my Bridge.  I downloaded this.  The instructions say :Copy the Adobe Output Module folder (not the AOM_Package_[OS] folder) into the Bridge CC Extensions folder in the appropriate location: 
    Windows: C:\Program Files\Common Files\Adobe\Bridge CC Extensions
    Mac OS: /Library/Application Support/Adobe/Bridge CC Extensions.  However there is noplace on my Macbook Air running Yosemetie that has this /Library/Applications SUpport/Bridge CC Extensions. Can anyone advise?

    That file could be set as a Launch Agent or Daemon in your ~/Library or /Library, You could try to look for it or Safeboot your computer and then empty the trash. Safebooting disables Launch Agents/Daemon and Third Party Kernal extensions. Here's the article to Safeboot OS X: What is Safe Boot, Safe Mode? - Apple Support

  • Using a VARCHAR2 in a SELECT command

    I'm trying to query for a given path in a hierarchy of products. However, I want to be able to have it return multiple values. So, I created a string in my function below that returns identifiers like "(34, 43, 54)" to be used in a SELECT IN. The function works fine, but the select command fails. How can I get the SELECT to work?
    CREATE TABLE PRODUCT (
      PRODID NUMBER,
      PARENTID NUMBER,
      CATID NUMBER,
      ALIAS VARCHAR2(128)
    CREATE OR REPLACE FUNCTION FIND_PRODS_BY_PATH
    (CAT_ID IN NUMBER, IN_PATH IN VARCHAR2) RETURN VARCHAR2 IS
      PROD_IDS VARCHAR2(1024);
    BEGIN
      PROD_IDS := '(';
      FOR PROD IN (SELECT PRODID, SYS_CONNECT_BY_PATH(ALIAS, '/') AS PATH FROM PRODUCT
        WHERE CATID=CAT_ID CONNECT BY PRIOR PRODID=PARENTID)
      LOOP
        IF REGEXP_LIKE(PROD.PATH, IN_PATH) THEN
          IF LENGTH(PROD_IDS) > 1 THEN
            PROD_IDS := PROD_IDS || ', ';
          END IF;
          PROD_IDS := PROD_IDS || PROD.PRODID;
        END IF;
      END LOOP;
      PROD_IDS := PROD_IDS || ')';
      RETURN PROD_IDS;
    END FIND_PRODS_BY_PATH;
    *** Doesn't like the varchar2 returned from the function ***
    SELECT * FROM PRODUCT WHERE PRODID IN FIND_PROD_BY_PATH(5, '/my/product/path/*');
    Error report:
    SQL Error: ORA-01722: invalid number
    *** Function works ***
    SELECT FIND_PROD_BY_PATH(5, '/my/product/path/*') FROM DUAL;
    FIND_PRODS_BY_PATH(5, '/my/product/path/*')                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    (301152, 301202, 301252, 301302, 301403)

    Your function is effectively returning a single string, which is not automatically devived into individual tokens for using in the IN clause.
    How to circumvent this is best described here:
    http://www.oracle.com/technology/oramag/oracle/07-mar/o27asktom.html
    (search for "Varying IN Lists")

  • Bug: 9780 blue color selection cursor missing

    I am having the blue color selection cursor missing when I do the following:
    At home screen, click blackberry button to open tray, but blue color cursor not shown and I cannot select application. I need to close tray and try few times.
    At home screen, scroll to the top to open network panel for changing 2G or 3G. But the blue cursor not shown and I need to close it and reopen few times.

    Hejdo,
    Have you tried to repair permissions, and check/repair disk? Looks like some Finder plist file getting corrupted after a little use of your computer. Also, you could try and create a new user account, and log in onto this new account, to check if your problems exist on this new account too. If not, then something is going awry on your own (admin?) account; if not, well, then your issue is system-wide.

  • Standard function modules for selection from vbak/vbup/ekko/ekpo

    hi experts ,
    do you know if there is an existing standard function modules for selection from vbak/vbup/ekko/ekpo.
    please help

    Hi,
    for VBAK
    ADSPCM_READ_VBAK               Read VBAK (with SPEC2KM-data)
    PRS_GET_GLOBAL_VBAK            Get global structure VBAK
    Regards,
    Jyothi CH.
    Edited by: Jyothi Chinnabathuni on Feb 23, 2009 2:46 PM

  • Function Module to select all entries in  ALV output

    Hi,
      I have an ALV report and Select ALL and Deselect ALL Buttons added to it .
      When the Select ALL button is pressed,all entries of the ALV report should be selected.
      When the Deselect ALL button is pressed,all entries of the ALV report should be deselected.
      Is there any function module to select all entries of the output and vice versa.
      Thanks in advance.
    Regards,
    Navas

    Hi Navas,
    I have written a part of the code you can use.
      TYPE-POOLS: slis.
      DATA : ls_event TYPE slis_alv_event.
    Set PF Status
      ls_event-name = slis_ev_pf_status_set .
      ls_event-form = slis_ev_pf_status_set .
      APPEND ls_event TO gt_event.
      CLEAR  ls_event.
    FORM pf_status_set USING rt_extab TYPE slis_t_extab.
      SET PF-STATUS 'Z_STATUS'.
    ENDFORM  .                 "set_pf_status
    (no need for any perform. This will be called automatically).
    While calling the FM for ALV, pass the internal table gt_event in it_events parameter.
    Double click on Z_STATUS and add two buttons in Application Toolbar.
    1. Select All - Give function code name as &ALL,
    2. Deselect All - Give function code name as &SAL.
    Hope this helps.
    Thanks,
    Dawood.
    Edited by: Dawood.S.Ghasletwala on Apr 3, 2009 3:51 PM

  • OTF end command// missing OTF data

    Hi all,
    I created one PO smartform and assigned it to a driver program its execting fine in one development client.
    When I try to execute the same smartform in another development client its showing  "OTF end command// missing  OTF data".
    In the driver program there's FM " CONVERT_OTF_2_PDF".But still its showing the error when I run the tcode me9f to send the form through mail and even when checking the print preview.
    what could be the reason? Do I have to make any changes in  the FM CONVERT_OTF_2_PDF in the another dev client?
    Please answer
    Thx

    Every OTF data has "//" in begining and "EP //" in the end. Are you modifying the OTF internal table before passing it to the FM for PDF conversion? Check the content of OTF in debugging mode.

Maybe you are looking for

  • Can I use iCloud away from home on my iPhone5s?

    I thought that it worked that way, but I seem to be mistaken.  I can use it when on the same block as my home, but not otherwise.  When I am near home, it only allows me to play a few songs from a couple of artists.  Is it supposed to work that way a

  • Toshiba 22L1334G problems with HDMI

    First of all, thanks everyone for trying to help me :) Now let's get to the problem: i bought this Tv-Monitor yesterday and i've immediatly connected it to my PC (Video Card AMD R9 270X) with HDMI cable (The cable is rev. 1.4 and less then 1.5m). The

  • 500 Internal Server Error when trying to add new members

    My Workspace is working correctly but when I try to add new users, I get the following error: 500 Internal Server Error Thanks Michel C.

  • CS4 *bug*: doesn't check folder perm's, causes Error 1303

    Sigh. This may be helpful to someone. I've not found a simple way to report this to Adobe yet. Perhaps someone there will see this. At least on XP... CS4's installer creates new folders owned by the "Administrators" group user. But it does not check

  • TV Episode Description Missing in iTunes 12

    Pretty much what it says... the new interface doesn't provide episode descriptions. Why remove that feature? Also, now have to scroll through several seasons to get to the latest one instead of just clicking the season I want at the top of the show.