Any one ever worked on 6500 series Cisco switches QOS or 6503 or 6524 QOS(Urgent help needed)

Hi All,
I am having issue specifally doing QOS configuration on 6503 or 6524 or 6509 switches. I am unable to match any EF(voice) traffic for eompls(vlan based) on 6503 cisco switch. If i use any other router as 2811 or 2821 my QOS configuration works perfect but if i put 6503 as PE2 it does not work.i am using vlan based eompls.
Below is the scenario & configuration which i am having issue.
CE1(2821 router)(dot1Q)--------->PE1(2821 router)------->P(6524 switch)-------->PE2(6503 switch)------->(dot1Q)(2821 switch)CE2.
On CE1 i can match ip-precedence 5 traffic and mark that traffic to cos5 on outbound port.On PE1 i can match cos5 packet and mark with mpls exp top5 on inbound port, on outbound port i can match mpls exp 5. 
On PE2(6503) i am unable to match that mpls exp5 packet on inbound port. none of the configuration worked on 6500 series switches with mls qos, ,mls qos trust dscp,mls qos trust cos etc. Although i can match cos5 traffic on CE2 on inbound interface.i can not match mpls exp 5 traffic on 6503 and all i can see traffic as default-class on 6503 switch. I tried many things and many configurations on 6503 but nothing worked.If i put 2821 router as PE2 instead of 6503 my qos configuration works. but why if i put 6503 my same qos configuration does not work? 
---match means=classification or classify
Can anyone tell me how qos works on 6500 series switches or where i am having issue in my scenario.
i am using this ios on 6503: s72033-advipservicesk9_wan-mz.122-33.SXI3.bin.
below r my questions for 6503 qos:
1.do i need to use some other map tables,am i  using correct map tables on 6503 as cos-dscp,dscp-cos,exp-dscp etc.
2.any other configutaion of qos needed on 6503?
3.i am unable to match anything on outbound port of 6503.
4.on 6503 i am using sup720 and PFC3BXL.any specific configuration needed for PFC3bxl.
5. 6503 not allowing me to match qos-group on inbound interface, not allowing me to set cos5 on outbound interface. not allowing me to set cos5 as an inbound interface.
CE1(2821) config:
class-map match-any EF
 match ip precedence 5
class-map match-any data
 match ip precedence 3
policy-map ip2mpls
 class EF
  set cos 5
 class data
  set cos 3
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
interface FastEthernet0/0.455
 encapsulation dot1Q 455
 ip address 172.16.15.1 255.255.255.252
 service-policy output EF
PE1(2821) config:
mls qos map cos-dscp 0 8 16 24 32 40 48 56
class-map match-all exp_3
 match mpls experimental topmost 3
class-map match-all mpls_exp
 match mpls experimental topmost 5
class-map match-any cos3
 match cos  3
class-map match-any LOO1
 match cos  5
policy-map EF
 class LOO1
  set mpls experimental imposition 5
 class cos3
  set mpls experimental imposition 3
policy-map QOS_G_5
 class mpls_exp
  priority
 class exp_3
  bandwidth 500
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
interface FastEthernet0/0
 ip address 192.168.23.2 255.255.255.0
 ip ospf network point-to-point
 duplex auto
 speed auto
 mpls ip
 service-policy output QOS_G_5
interface FastEthernet0/1.455
 encapsulation dot1Q 455
 xconnect 5.5.5.5 455 encapsulation mpls
 service-policy input EF
PE2(6503 qos):
R1#show module
Mod Ports Card Type                              Model              Serial No.
  1    4  CEF720 4 port 10-Gigabit Ethernet      WS-X6704-10GE      SAL09401U2L
  2   48  CEF720 48 port 10/100/1000mb Ethernet  WS-X6748-GE-TX     SAL114247YN
  3   16  16 port 1000mb GBIC ethernet           WS-X6416-GBIC      SAL0712AM69
  4   24  CEF720 24 port 1000mb SFP              WS-X6724-SFP       SAL10019J4N
  5    2  Supervisor Engine 720 (Hot)            WS-SUP720-3BXL     SAD102805VM
  6    2  Supervisor Engine 720 (Active)         WS-SUP720-BASE     SAD0846060F
Mod  Sub-Module                  Model              Serial       Hw     Status
  1  Distributed Forwarding Card WS-F6700-DFC3BXL   SAD102504EF  5.3    Ok
  2  Centralized Forwarding Card WS-F6700-CFC       SAD111300PD  3.1    Ok
  4  Centralized Forwarding Card WS-F6700-CFC       SAL1004BQ2A  2.0    Ok
  5  Policy Feature Card 3       WS-F6K-PFC3BXL     SAD10270189  1.8    Ok
  5  MSFC3 Daughterboard         WS-SUP720          SAD102801G5  2.5    Ok
  6  Policy Feature Card 3       WS-F6K-PFC3BXL     SAL1415FE95  1.11   Ok
  6  MSFC3 Daughterboard         WS-SUP720          SAD08440794  2.4    Ok
R1#show mls qos maps
   Normal Burst Policed-dscp map:                                  (dscp= d1d2)
     d1 :  d2 0  1  2  3  4  5  6  7  8  9
      0 :    01 01 02 03 04 05 06 07 08 09
      1 :    10 11 12 13 14 15 16 17 18 19
      2 :    20 21 22 23 24 25 26 27 28 29
      3 :    30 31 32 33 34 35 36 37 38 39
      4 :    40 41 42 43 44 45 01 47 48 49
      5 :    50 51 52 53 54 55 56 57 58 59
      6 :    60 61 62 63
   Maximum Burst Policed-dscp map:                                  (dscp= d1d2)
     d1 :  d2 0  1  2  3  4  5  6  7  8  9
      0 :    00 01 02 03 04 05 06 07 08 09
      1 :    10 11 12 13 14 15 16 17 18 19
      2 :    20 21 22 23 24 25 26 27 28 29
      3 :    30 31 32 33 34 35 36 37 38 39
      4 :    40 41 42 43 44 45 46 47 48 49
      5 :    50 51 52 53 54 55 56 57 58 59
      6 :    60 61 62 63
   Dscp-cos map:                                  (dscp= d1d2)
     d1 :  d2 0  1  2  3  4  5  6  7  8  9
      0 :    00 00 00 00 00 00 00 00 01 01
      1 :    01 01 01 01 01 01 02 02 02 02
      2 :    02 02 02 02 03 03 03 03 03 03
      3 :    03 03 04 04 04 04 04 04 04 04
      4 :    05 05 05 05 05 05 05 05 06 06
      5 :    06 06 06 06 06 06 07 07 07 07
      6 :    07 07 07 07
   Dscp-exp map:                                  (dscp= d1d2)
     d1 :  d2 0  1  2  3  4  5  6  7  8  9
      0 :    00 00 00 00 00 00 00 00 01 01
      1 :    01 01 01 01 01 01 02 02 02 02
      2 :    02 02 02 02 03 03 03 03 03 03
      3 :    03 03 04 04 04 04 04 04 04 04
      4 :    05 05 05 05 05 05 05 05 06 06
      5 :    06 06 06 06 06 06 07 07 07 07
      6 :    07 07 07 07
Cos-dscp map:
         cos:   0  1  2  3  4  5  6  7
        dscp:   0 10 18 24 34 46 48 56
   IpPrecedence-dscp map:
      ipprec:   0  1  2  3  4  5  6  7
        dscp:   0  8 16 24 32 40 48 56
   Exp-dscp map:
         exp:   0  1  2  3  4  5  6  7
        dscp:   0  8 16 24 32 40 48 56
mls netflow interface
mls qos map cos-dscp 0 10 18 24 34 46 48 56
mls qos
class-map match-all exp_3
 match mpls experimental topmost 3
class-map match-all EXP_5
 match mpls experimental topmost 5
class-map match-all QOS_GROUP_5
 match qos-group 5
class-map match-all prec5
 match ip precedence 5
class-map match-all cos5
 match cos  5
policy-map mpls2ip
class QOS_GROUP_5
 set cos 5
policy-map IN_FROM_R3
 class EXP_5
  set qos-group 5
interface Loopback0
 ip address 5.5.5.5 255.255.255.255
interface GigabitEthernet2/2
 mls qos trust cos 
or <------------ (tried both individually but none worked)
 mls qos trust dscp
interface GigabitEthernet2/2.455
 encapsulation dot1Q 455
 xconnect 3.3.3.3 455 encapsulation mpls
 service-policy output mpls2ip
interface GigabitEthernet2/1
 ip address 192.168.34.4 255.255.255.0
 ip ospf network point-to-point
 mls qos trust cos 
or <------------ (tried both individually but none worked)
 mls qos trust dscp
 mpls ip
 service-policy input IN_FROM_R4
Thanks & regards,
Ahsan Rasheed

Hi All,.
I am still having issue on 6503 or 6524 Cisco Switch. 
" Can any one give me any sample of 6524 or 6503 QOS working configuration, i would be really thankful "
As i have mentioned in my prevoius post of configuration of 6503. I am unable to match mpls exp 5 packet on 6503. My qos configuration on PE1(2811 router) is working perfectly. I am unable to classify mpls ex5 or mpls exp3 on 6503 switch. Am i missing something on configuration?
PE2 config:"6503 switch"
class-map match-all mpls_exp
 match mpls experimental topmost 5
policy-map EF
class mpls_exp
R!#mls qos
int Gi2/4
service-policy input EF
mls qos trust cos
    dscp:   0 10 18 24 34 46 48 56
   Exp-dscp map:
         exp:   0  1  2  3  4  5  6  7
        dscp:   0 10 18 24 34 46 48 56
Thanks,
Ahsan Rasheed

Similar Messages

  • Any one using/deployed Telematrix phones with Cisco Call Manager

    Any one using/deployed Telematrix phones with Cisco Call Manager

    Yes, it does:
    Cisco Unified IP Phone Series 7900
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/compat/ccmcompmatr.html#wp51474
    Config on CUCM itself is no different from any other phones neither other requirements like DLUs.
    Of course you should already have APs for connectivity.
    HTH
    java
    if this helps, please rate

  • Any one has worked on EBP module??????? urgent

    Hi xperts,
    Any one hav worked on EBP module plz if u hav any docs on that do send me to this id <b>[email protected]</b>.
    It will b a gr8 helpful if u send me .
    I am new to this ebp.
    Still i dont know wat exactly EBP means?
    I will reward points for this.
    Urs,
    Raki

    Hi dinesh,
    Thanks a lot for responding.
    I am posting this topic since two hours no one is replying fo this.
    Hey man are u workinf on this module or already worked.
    Frm monday i hav to work on this ebp project its a support one.
    So i need ur help,guidence n support.
    Plz send me any docs for this other than help.sap.
    It will be gr8 helpful.
    And wats ur mail id so that i can post u direclty to ur mail.
    As of now im not getting any replies for this.
    So now ur the only one for me as helper.
    Will be waiting for ur reply.
    Urs,
    Raki.

  • Has any one ever met this kind of ABAP-mapping problem ??

    Dear all,
    our scenario is:     
    (remote)MQ(ssl connection)->(local)MQ-(jms)>XI---(proxy)>ECC
    I met a very strange question during mapping which we use  abap mapping inside xi.
    the message come out from the abap mapping step.after the abap-mapping, the generated target message still has the source message concatenated with. it occurs only when all servers integrated together, but not occurs when we mannully put the source msg at local MQ (means this way, it works all right).
    even during error case, it still can go through all the remaining steps of IE, and the out bound jms adapter then goes into the
    target SAP ECC system, but of cause at the final step, it will reach u2018CX_ST_GROUP_MISSING_CASEu2019 error (this is because the message is not a valid xml file, and abap proxy can not consume it...
    sample file after abap mapping:
    <?xml version="1.0" encoding="utf-8"?>
    <ns:MT_MQIVMessage xmlns:ns="urn:ianes:mqiv">
         <MQIVMessage>
         <MQIVPayload> ..data..</MQIVPayload>
         </MQIVMessage>
    </ns:MT_MQIVMessage>
    <?xml version="1.0"?>
    <ns:MT_K2 xmlns:ns="urn:ianes:prp:ipsc">
         <header> .header.</header>
         <data>..data...</data>
    </ns:MT_K2>

    Dear expert,
    after detail analysis, i found the 1st place that the soap header was wrongly set...
    in call adater setp...
    <SAP:Sender>
      <SAP:Service>BS_PRP</SAP:Service>
      <SAP:Interface namespace="urn:ianes:ext:ips">MI_MQIV_outb</SAP:Interface>
      </SAP:Sender>
      <SAP:Receiver>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>BS_SAP</SAP:Service>
      <SAP:Interface namespace="urn:ianes:prp:ipsc">MI_K3</SAP:Interface>
      </SAP:Receiver>
      <SAP:Interface namespace="urn:ianes:prp:ipsc">MI_K5</SAP:Interface>
      </SAP:Main>
    you can see the k5  was wrong set to k3
    correct soap header should be this
    <SAP:Sender>
      <SAP:Service>BS_PRP</SAP:Service>
      <SAP:Interface namespace="urn:ianes:ext:ips">MI_MQIV_outb</SAP:Interface>
      </SAP:Sender>
    - <SAP:Receiver>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>BS_SAP</SAP:Service>
      <SAP:Interface namespace="urn:ianes:prp:ipsc">MI_K5</SAP:Interface>
    - <SAP:Mapping notRequired="M">
      <SAP:ObjectId>RXmJZiHCMPynqzPehi20YQ==</SAP:ObjectId>
      <SAP:SWCV>z+4XcK+qEduCcMP2oNwEVQ==</SAP:SWCV>
      <SAP:SP>-1</SAP:SP>
      </SAP:Mapping>
      </SAP:Receiver>
      <SAP:Interface namespace="urn:ianes:prp:ipsc">MI_K5</SAP:Interface>
      </SAP:Main>
    i guess this is the root of error, does any one give some hints on this ?
    Thanks
    Wu

  • Any One has worked/used pstc_spmlv2_core.xsd or DSMLv2.xsd ??

    Hello,
    Any One has experienced with pstc_spmlv2_core.xsd or DSMLv2.xsd ??
    Edited by: user11180835 on Aug 23, 2011 4:05 AM

    While I am giving input as to this BPEL
    *<data>*
    *<attr xmlns:psml='urn:oasis:names:tc:PSML:2:0:core' name='ABC'>*
    *<value>a</value>*
    *</attr>*
    *</data>*
    This is the source code below that I am using.. We can easily download pstc_spmlv2_core.xsd and DSMLv2.xsd in google.
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <process name="BPELProcess3"
    targetNamespace="http://xmlns.oracle.com/BPELProcess3"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ns1="urn:oasis:names:tc:SPML:2:0"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:client="http://xmlns.oracle.com/BPELProcess3"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:BPELProcess3"
    myRole="BPELProcess3Provider"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable"
    messageType="client:BPELProcess3RequestMessage"/>
    <!-- Reference to the message that will be returned to the requester-->
    <variable name="outputVariable"
    messageType="client:BPELProcess3ResponseMessage"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in BPELProcess3.wsdl) -->
    <receive name="receiveInput" partnerLink="client"
    portType="client:BPELProcess3" operation="process"
    variable="inputVariable" createInstance="yes"/>
    <!-- Generate reply to synchronous request -->
    *<assign name="Assign_1">*
    *<copy>*
    *<from variable="inputVariable" part="payload"*
    *query="/ns1:addRequest/ns1:data/attr[@name='ABC']/value "/>*
    *<to variable="outputVariable" part="payload"*
    *query="/ns1:addResponse/@status"/>*
    *</copy>*
    *</assign>*
    <reply name="replyOutput" partnerLink="client"
    portType="client:BPELProcess3" operation="process"
    variable="outputVariable"/>
    </sequence>
    </process>
    Edited by: user11180835 on Aug 28, 2011 6:01 PM

  • I can't get any sound to work on my iPhone 4S unless I have the headphones plugged up. Help...

    i can't get any sound to work on my iphone 4s unless the headphones are plugged up

    http://support.apple.com/kb/TS2802

  • Urgent help need:How inventory system and fulfillment system work

    Hi Every one ,
    I have an requirement to work on inventory and fulfillment system,below are my questions,
    1)I have stock level quantity for an sku is 2 ,if one user done with his order with quantity of 2 then how we can show quantity to the second customer (if stock not available we gone loss the business )
    how we can handle this ?
    2)There are few orders are completed(if some are orders are having quantity available in stock some or backorders)
    here how the fulfillment system understand those orders and how it will update the inventory.
    Could you please any one help me how to work on above requirements or else give me some other solutions to full fill above .
    Regards,
    Jyothi Chidurala
    Edited by: Jyothi.mj on May 22, 2013 5:08 AM
    Edited by: Jyothi.mj on May 23, 2013 4:28 AM

    >
    1)I have stock level quantity for an sku is 2 ,if one user done with his order with quantity of 2 then how we can show quantity to the second customer (if stock not available we gone loss the business )
    how we can handle this ?
    you can always call InventoryManager.AVAILABILITY_STATUS_IN_STOCK to check whether the item is available in inventory , It is the business call if item not available how they want to handle this .
    hope this helps

  • Asset aquisition report (urgent help needed from abap guys working on FI m)

    hi all,
    i have to develop Asset Aquisition report.so i have developed it.
    but in this i am not getting logic for the following---
    if i enter a date like -19.12.2006
    then the output of this report should show all the asset aquisition of the
    company from  01.04.2006 to 19.12.2006 only.
    bcoz in indian scenario fiscal year starts from 1st of april only.
    but in my output it is showing all the asset aquisition from the day comapny was
    started having its asset aquisition.
    so plz if anyone has logic for above sceanario then plz share with me.
    or any one has previously worked on this report can send the code to me
    satisfying the above scenario. its very very urgent guys.
    my id - [email protected]
    i am looking for the reply

    hi srinivas thanks for ur reply but it is not clear to me .
    so if u will send me the code the it will be better for me .
    my id- [email protected]
    i am waiting for ur reply. if u have code for this then plz send me.
    thanks yaar in advance

  • Are there any one ever upload the file to CIC0 for transaction creatation

    Dear Sir,
    Our server is CRM 5.0 , I would like to upload the data to create transaction in CIC0 . Do you ever use the bapi : BAPI_ACTIVITYCRM_CREATEMULTI   ?
    Is is work or not?
    Thank you and best regards,
    Vimol

    Dear  Paul,
    Thank you for answer.
    In ourside  , we are upgrade from CRM 2.0c to CRM 5.0 , however, we have downtime for many days. So, we do the backup system for the users to create the transaction. So, we need to create the program to upload the data to crm 5.0  However, when we run that BAPI_ACTIVITYCRM_CREATEMULTI . It make the short dump. "Storage_Parameter_Wrong_set".
    Please kindly advise.
    Thank you and best regards,
    Vimol

  • Has any one ever seen anything like this?

    This randomly pops up on my computer and freezes it, I erased my hard drive then restored, and it happened again.  I went to apple store and they kept it for two days and did the same thing, then said if it happens again its probably something in my library, and as soon as I got home it happened again so I'm obviously putting whatever it is back on, when I restore from time machine. Can anyone help???

    I thought it had worked, I have been really busy with work so haven't been using my computer much. I thought it was good, but two days ago it started happening again. Could you please help me with instructions to do the things you recommended. I would be so grateful. Below is the error message detail.
    Interval Since Last Panic Report:  -721122 sec
    Panics Since Last Report:          -4
    Anonymous UUID: 05C1156D-0940-4A16-B621-48FEB13603BA
    Sun Feb  5 11:28:47 2012
    panic(cpu 1 caller 0x2abf6a): Kernel trap at 0x0029a4b6, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0xb1bad008, CR3: 0x74448000, CR4: 0x00000660
    EAX: 0xb1bad000, EBX: 0x05f99350, ECX: 0x01000000, EDX: 0xb1bad000
    CR2: 0xb1bad008, EBP: 0x3fa8be18, ESI: 0x004b7cb8, EDI: 0x05e952a0
    EFL: 0x00010202, EIP: 0x0029a4b6, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x3fa8bc38 : 0x21b837 (0x5dd7fc 0x3fa8bc6c 0x223ce1 0x0)
    0x3fa8bc88 : 0x2abf6a (0x59e3d0 0x29a4b6 0xe 0x59e59a)
    0x3fa8bd68 : 0x2a1a78 (0x3fa8bd80 0x0 0x3fa8be18 0x29a4b6)
    0x3fa8bd78 : 0x29a4b6 (0xe 0x48 0x10 0x10)
    0x3fa8be18 : 0x4c1e29 (0xb1bad000 0x0 0x29a9ba 0x0)
    0x3fa8be48 : 0x4b574b (0x5f99350 0x1 0x4b7cb8 0x0)
    0x3fa8be68 : 0x4b7cb8 (0x5f99350 0x1 0x3fa8bef8 0x2345f4)
    0x3fa8be88 : 0x473bb7 (0x5f99350 0x3fa8bed8 0x3fa8bec8 0x0)
    0x3fa8bef8 : 0x475968 (0x5f446c0 0x72fb4b8 0x5e952a0 0x477b97)
    0x3fa8bf38 : 0x475a39 (0x0 0x3b 0x3fa8bf5c 0x1)
    0x3fa8bf78 : 0x4f82fb (0x5e952a0 0x5f48ac8 0x5ee51b4 0x1)
    0x3fa8bfc8 : 0x2a251d (0x5f48ac4 0x0 0x10 0x753c724)
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBook2,1 (Mac-F4208CA9)
    System uptime in nanoseconds: 7061443483869
    unloaded kexts:
    com.apple.driver.IOBluetoothHIDDriver  2.4.5f3 (addr 0xc94000, size 0x53248) - last unloaded 4205977553582
    loaded kexts:
    com.apple.filesystems.autofs         2.1.0 - last loaded 728831325613
    com.apple.driver.AppleHDA   2.0.5f14
    com.apple.driver.AppleUpstreamUserClient     3.5.7
    com.apple.driver.AppleMCCSControl       1.0.20
    com.apple.driver.AudioAUUC 1.57
    com.apple.driver.AppleIntelGMA950       6.3.6
    com.apple.driver.AppleIntelIntegratedFramebuffer  6.3.6
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.AirPort.Atheros21        425.14.7
    com.apple.driver.AppleIntelMeromProfile         19
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.driver.AppleLPC   1.5.1
    com.apple.driver.AppleBacklight    170.0.46
    com.apple.driver.SMCMotionSensor        3.0.1d2
    com.apple.driver.AppleIRController         303.8
    com.apple.driver.AppleUSBTrackpad       201.6
    com.apple.driver.AppleUSBTCKeyEventDriver  201.6
    com.apple.driver.AppleUSBTCKeyboard  201.6
    com.apple.iokit.IOAHCIBlockStorage       1.6.4
    com.apple.iokit.SCSITaskUserClient        2.6.8
    com.apple.driver.AppleUSBHub      4.2.4
    com.apple.driver.AppleAHCIPort    2.1.7
    com.apple.driver.AppleUSBEHCI    4.2.4
    com.apple.BootCache  31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.driver.AppleFWOHCI     4.7.3
    com.apple.driver.AppleIntelPIIXATA        2.5.1
    com.apple.driver.AppleUSBUHCI    4.2.0
    com.apple.iokit.AppleYukon2         3.2.1b1
    com.apple.driver.AppleSmartBatteryManager  160.0.0
    com.apple.driver.AppleEFINVRAM   1.4.0
    com.apple.driver.AppleRTC   1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleACPIButtons        1.3.6
    com.apple.driver.AppleSMBIOS      1.7
    com.apple.driver.AppleACPIEC       1.3.6
    com.apple.driver.AppleAPIC  1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 142.6.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine       0
    com.apple.nke.applicationfirewall  2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement 142.6.0
    com.apple.driver.AppleProfileReadCounterAction     17
    com.apple.driver.DspFuncLib         2.0.5f14
    com.apple.driver.AppleProfileTimestampAction         10
    com.apple.driver.AppleProfileThreadInfoAction         14
    com.apple.driver.AppleProfileRegisterStateAction     10
    com.apple.driver.AppleProfileKEventAction      10
    com.apple.driver.AppleProfileCallstackAction   20
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOSurface     74.2
    com.apple.iokit.IOBluetoothSerialManager      2.4.5f3
    com.apple.iokit.IOSerialFamily       10.0.3
    com.apple.iokit.IOAudioFamily       1.8.3fc2
    com.apple.kext.OSvKernDSPLib     1.3
    com.apple.driver.AppleHDAController     2.0.5f14
    com.apple.iokit.IOHDAFamily 2.0.5f14
    com.apple.iokit.IO80211Family      320.1
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.IOPlatformPluginFamily         4.7.0a1
    com.apple.driver.AppleBacklightExpert   1.0.1
    com.apple.iokit.IONDRVSupport     2.2
    com.apple.iokit.IOGraphicsFamily   2.2
    com.apple.driver.AppleSMC   3.1.0d5
    com.apple.driver.CSRUSBBluetoothHCIController     2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController   2.4.5f3
    com.apple.iokit.IOBluetoothFamily 2.4.5f3
    com.apple.iokit.IOUSBHIDDriver     4.2.0
    com.apple.driver.XsanFilter   402.1
    com.apple.driver.AppleUSBMergeNub     4.2.4
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.8
    com.apple.iokit.IOBDStorageFamily        1.6
    com.apple.iokit.IODVDStorageFamily      1.6
    com.apple.iokit.IOCDStorageFamily        1.6.1
    com.apple.iokit.IOUSBUserClient   4.2.4
    com.apple.iokit.IOAHCIFamily        2.0.6
    com.apple.iokit.IOATAPIProtocolTransport       2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily        2.6.8
    com.apple.iokit.IOFireWireFamily   4.2.6
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBFamily 4.2.4
    com.apple.iokit.IONetworkingFamily       1.10
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOHIDFamily 1.6.6
    com.apple.iokit.IOSMBusFamily      1.1
    com.apple.kext.AppleMatch  1.0.0d1
    com.apple.security.TMSafetyNet    6
    com.apple.driver.DiskImages         289.1
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform       1.3.6
    com.apple.iokit.IOPCIFamily  2.6.5
    com.apple.iokit.IOACPIFamily         1.3.0

  • Any one ever posted on p35 platinum bios 1.3 with 1066 ram?

    just wondering cause im outta options here.

    i'm was testing P35 Neo2-FIR (nearly like Platinum) with 1066 memory (A-DATA, Kingston etc.) and it was w/o problems
    well relatively because i needed to setup manually CAS etc. values (SPD autodetect seems to always set wrong CAS (6) etc))
    with 1.4 it seems be bit better in autodetect area too

  • Has any one Sent in their player?????????? I NEED HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!

    my zen microphoto will not start at all and it can't be taken back to the store. Has anyone turned theirs in for repair or replacement, if so did you have to pay and how long did it take for a player to be sent back to you
    thanks alot

    depends where u li've.. i had the dam problem with the headphone jack on my micro.. i li've in canada.. near montreal.. took about 2 weeks and a half to get it back.. but get your RMA on the phone thought.. its less trouble like that

  • How to find end of the Page in Crystal ? or I need to add one Horizontal line at the end of the page.--- URGENT HELP NEEDED

    Hi friends,
    I need to add one horizontal line  for the detail section at the end of the page.
    I tried to put that line in page footer and i tried with Box also. Both are not properly working. Some space problem is coming.
    Is there any feature to find end of the Page.
    I want report format like this.
    set id  |  set name |  date  Name
      1         x           dddd   vijay
                            dddd   sarathi
                            dddd    reddy
    (End of the page)
    Thanks in advance...
    vijay.

    Do you know how many detail records are showing up per page?
    If you do - you could create a Details B section that is suppressed except for on Record N (where N is a counter, and N is the last Detail record that will show up on a page).
    The Page footer is indeed built so that it will be rendered at the bottom of your physical page of paper.

  • Any application using webkit won't start (urgent help needed)

    Hi,
    Any application that needs webkit won't start anymore. The problem is (appears to be) in one specific folder: /System/Library/Frameworks/WebKit.framework
    All reports point to that folder, i restored it from a time machine backup but the apps still wont start. Is there a way to reinstall webkit?
    Applications include:
    - Safari, Mail, App Store, Adium, Dashboard, Messages, Notes, Reminders, Spotlight in the menubar, iTunes....... pretty much every application i need to make my Mac usable.
    All error logs show this:
    pplication Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Symbol not found: __ZN3JSC14JSGlobalObject16putDirectVirtualEPNS_8JSObjectEPNS_9ExecStateERKNS_10 IdentifierENS_7JSValueEj
      Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
      Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    in /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Any suggestions on how to fix the webkit problem?
    Thanks,
    Jay

    First, I'd check in Safe Mode and see if the problem still occurs. If it does it could be a startup item or plug-in that's interfering. If not, try re-installing Safari.
    Not sure it will touch WebKit though, you you may need to boot to your Recovery Volume and re-install the OS. Not too bad because it's an install in place and shouldn't touch any data, files or settings.

  • Urgent help needed.....any help appreciated....

    q, Design and implement a java class called statistics that computes the mean, median, standard deviation. Design and implement a java application called statisticsDriver that generates a list of 50 integers (generated randomly) and prints the statistical measures which are calculated using the Statistis Class. Assume there will be no more then 50 input values. Compute all statical values as floating values.
    The above was the question, and below is what i have done so far for the mean part, but it seems to have errors, any help???
    p.s I am also confused what it means by driver class, and do i have to do individual classes for the different statistical measures....please helppppp !!!!!!!!!!, any help would be appreciated...thanks.
    The class say Mean contains the following method:
    public static double mean(double[] data)
    double sum=0.0;
    for (int index=0; index sum=sum+data[index];
    sum=sum/data.length;
    return sum;
    The driver for this class:
    public static void main(java.lang.String[] args) {
    double[] myData={2,5,4,6,7,13};
    System.out.println("The mean of myData");
    System.out.println(Mena.mean(myData));

    This is my method to work out the mean,median and mode of a set of numbers.
    But what i need to do is find the mean, median and mode from a driver class, which generates a list of random numbers, no more then 50. I don't know where to fit this in my method...please help!!!!!!
    main:
    public static void main(String[] args) {
    int[] mainArray = {2,3,6,6,6};
    //outputArray( "Original Array: ",mainArray );
    System.out.println("average is " + mean( mainArray ));
    System.out.println("median is " + median( mainArray ));
    System.out.println("mode is " + mode( mainArray ));
    //mean
    public static double mean(int[] mainArray) {
    int sum = 0;
    for (int i = 0; i < mainArray.length; i++) {
    sum = sum + mainArray;
    double average = sum / mainArray.length;
    return average;
    //median
    public static int median(int[] mainArray) {
    //double sortList = sort(mainArray);
    final int EVEN_NUMBER_OF_ELEMENTS = 0;
    int result = mainArray.length % 2;
    int median = 0;
    // Definition: Median is the Middle number in an odd number of entries array
    // Median is the avg of the two number in the center of an even number array
    if (result == EVEN_NUMBER_OF_ELEMENTS) {
    int rightNumber = mainArray.length / 2;
    int leftNumber = rightNumber - 1;
    median = (mainArray[rightNumber] + mainArray[leftNumber]) / 2;
    else { // Odd number of items, choose the center one
    int rightNumber = mainArray.length / 2;
    median = mainArray[rightNumber];
    return median;
    //mode
    public static double mode(int[] mainArray)
    int mode = 0;
    int elements = 0;
    int tempMode = mainArray[0];
    int temp = 1;
    int x;
    for( x = 1; x < mainArray.length; x++)
    if(mainArray[x-1] == mainArray[x])
    temp++;
    else
    if(temp > elements)
    tempMode = mainArray[x-1];
    elements = temp;
    temp = 1;
    else
    temp = 1;
    if (temp> elements)
         tempMode = mainArray[x-1];
    mode = tempMode;
    return mode;
    any help appreciated..

Maybe you are looking for