QoS Packets not matching on 6500 with SUP720-10GE and SU2T

Hi,
I do not see packets matching in policy. 
output below:
Switch#sh policy-map interface vlan 2232
 Vlan2232 
  Service-policy input: HARDPHONE-VVLAN
    Class-map: VOICETRAFFIC (match-all)
      0 packets, 0 bytes
      5 minute offered rate 0000 bps, drop rate 0000 bps
      Match: access-group name VOICETRAFFIC
    Class-map: VOICESIGNALING (match-all)
      0 packets, 0 bytes
      5 minute offered rate 0000 bps, drop rate 0000 bps
      Match: access-group name VOICESIGNALING
    Class-map: class-default (match-any)
      0 packets, 0 bytes
      5 minute offered rate 0000 bps, drop rate 0000 bps
      Match: any 
        0 packets, 0 bytes
        5 minute rate 0 bps
I also not find packets matching ACL:
switch#sh access-lists
Extended IP access list VIDEOTRAFFIC
    10 permit udp any any range 16384 32767
Extended IP access list VOICESIGNALING
    10 permit tcp any 10.128.0.0 0.3.255.255 range 2000 2002
    20 permit tcp any 10.128.0.0 0.3.255.255 eq 5060
    30 permit udp any 10.128.0.0 0.3.255.255 eq 5060
    40 permit tcp any 172.20.10.0 0.0.1.255 range 2000 2002
    50 permit tcp any 172.20.10.0 0.0.1.255 eq 5060
    60 permit udp any 172.20.10.0 0.0.1.255 eq 5060
Extended IP access list VOICETRAFFIC
    10 permit udp 10.128.0.0 0.63.255.255 10.128.0.0 0.63.255.255 range 16384 32767
I checked policies, they looks applied correctly.
On SUP-720-10GE, I modified ACL to 'permit udp any any' but not found any matching packets. There are plenty of IP phones connected directly to this switch belongs to voice VLAN. I applied VLAN based QoS under voice VLAN and other VLANs too. 
I observed different thing on SUP 2T. I saw packets matching ACL statement 'permit udp any any' but when I took off this line, ACL was not showing packets matching. 
OUTPUT of IP phones connected to switch:
switch#sh cdp neighbors | in SEP
SEP0008308A5D7B  Gig 13/38         143             H P M  IP Phone  Port 1
SEP0008308A5DE0  Gig 10/1          121             H P M  IP Phone  Port 1
SEP0023049C6348  Gig 3/42          152             H P M  IP Phone  Port 1
SEP0021A02D64D4  Gig 9/28          120             H P M  IP Phone  Port 1
SEP1C6A7AE0588E  Gig 3/9           127             H P M  IP Phone  Port 1
SEP00229059969E  Gig 12/48         166             H P M  IP Phone  Port 1
SEP0008308AF26F  Gig 2/7           161             H P M  IP Phone  Port 1
SEP00235EB7BE0E  Gig 4/2           154             H P M  IP Phone  Port 1
SEP00229059BE5A  Gig 6/37          158             H P M  IP Phone  Port 1
SEP1CAA07115CF3  Gig 12/29         148             H P M  IP Phone  Port 1
SEP00235EB7884F  Gig 9/3           156             H P M  IP Phone  Port 1
SEP0008308B03FB  Gig 2/30          178             H P M  IP Phone  Port 1
SEP006440B42CD3  Gig 3/45          132             H P M  IP Phone  Port 1
SEP0022905991C9  Gig 11/4          145             H P M  IP Phone  Port 1
SEP0008308A5E6C  Gig 6/36          124             H P M  IP Phone  Port 1
SEP006440B427CA  Gig 13/31         170             H P M  IP Phone  Port 1
SEP006440B425FF  Gig 3/19          168             H P M  IP Phone  Port 1
SEP0008308A7AD7  Gig 2/3           159             H P M  IP Phone  Port 1
SEP0008308A3EB2  Gig 10/4          132             H P M  IP Phone  Port 1
SEP002414B45A0E  Gig 10/28         170             H P M  IP Phone  Port 1
SEP04C5A4B19C8B  Gig 2/15          162             H P M  IP Phone  Port 1
SEP006440B43DE6  Gig 9/48          162             H P M  IP Phone  Port 1
SEP006440B42B0D  Gig 9/23          179             H P M  IP Phone  Port 1
Could anyone please help, how to make sure that packets are hitting correct ACL and policy on 6500 with SUP720-10GE and SUP2T.
Thanks,
Pruthvi

Please note that 6500 is used as L2 switch only and SVI are used for applying policies only. 
Configuration below:
class-map match-all VOICESIGNALING
  match access-group name VOICESIGNALING
class-map match-all VOICETRAFFIC
  match access-group name VOICETRAFFIC
class-map match-all VIDEOTRAFFIC
  match access-group name VIDEOTRAFFIC
policy-map HARDPHONE-VVLAN
  class VOICETRAFFIC
     police flow mask src-only 128000 8000 conform-action set-dscp-transmit ef exceed-action drop
  class VOICESIGNALING
     police flow mask src-only 32000 8000 conform-action set-dscp-transmit cs3 exceed-action policed-dscp-transmit
  class class-default
     police flow mask src-only 32000 8000 conform-action set-dscp-transmit default exceed-action policed-dscp-transmit
policy-map STUDENT-DVLAN
  class class-default
     police flow mask src-only 25000000 1562500 conform-action set-dscp-transmit default exceed-action policed-dscp-transmit
policy-map STAFF-DVLAN
  class VOICESIGNALING
     police flow mask src-only 32000 8000 conform-action set-dscp-transmit cs3 exceed-action policed-dscp-transmit
  class VOICETRAFFIC
     police flow mask src-only 128000 8000 conform-action set-dscp-transmit ef exceed-action drop
  class VIDEOTRAFFIC
     police flow mask src-only 2000000 150000 conform-action set-dscp-transmit ef exceed-action drop
  class class-default
     police flow mask src-only 50000000 1000000 conform-action set-dscp-transmit ef exceed-action drop
ip access-list extended VOICESIGNALING
 remark Skinny and SIP protocols From Phones to Voice Core Infrastructure
 permit tcp any 10.128.0.0 0.3.255.255 range 2000 2002
 permit tcp any 10.128.0.0 0.3.255.255 eq 5060
 permit udp any 10.128.0.0 0.3.255.255 eq 5060
 permit tcp any 172.20.10.0 0.0.1.255 range 2000 2002
 permit tcp any 172.20.10.0 0.0.1.255 eq 5060
 permit udp any 172.20.10.0 0.0.1.255 eq 5060
ip access-list extended VOICETRAFFIC
 permit udp any any dscp ef
 permit udp 10.128.0.0 0.63.255.255 10.128.0.0 0.63.255.255
 permit udp any any range 16384 32767 dscp ef
ip access-list extended VOICESIGNALING
 remark Skinny and SIP protocols From Phones to Voice Core Infrastructure 
 permit tcp any 10.128.0.0 0.3.255.255 range 2000 2002
 permit tcp any 10.128.0.0 0.3.255.255 eq 5060
 permit udp any 10.128.0.0 0.3.255.255 eq 5060
 permit tcp any 172.20.10.0 0.0.1.255 range 2000 2002
 permit tcp any 172.20.10.0 0.0.1.255 eq 5060
 permit udp any 172.20.10.0 0.0.1.255 eq 5060
ip access-list extended VIDEOTRAFFIC
 permit udp any any range 16384 32767 dscp ef
interface Vlan104
 description PolicyOnlyInt
 no ip address
 service-policy input STAFF-DVLAN
interface Vlan105
 description PolicyOnlyInt
 no ip address
 service-policy input STAFF-DVLAN
interface Vlan573
 description PolicyOnlyInt
 no ip address
 service-policy input PUBLIC-DVLAN
interface Vlan604
 description PolicyOnlyInt
 no ip address
 service-policy input PUBLIC-DVLAN
interface Vlan654
 description PolicyOnlyInt
 no ip address
 service-policy input STUDENT-DVLAN
interface Vlan674
 description PolicyOnlyInt
 no ip address
 service-policy input PUBLIC-DVLAN
interface Vlan807
 ip address 172.18.128.5 255.255.255.0
interface Vlan860
 description PolicyOnlyInt
 no ip address
 service-policy input PUBLIC-DVLAN
interface Vlan2016
 description PolicyOnlyInt
 no ip address
 service-policy input HARDPHONE-VVLAN
interface Vlan3124
 description PolicyOnlyInt
 no ip address
 shutdown
 service-policy input HARDPHONE-VVLAN
switch#sh access-lists
Extended IP access list VOICESIGNALING
    10 permit tcp any 10.128.0.0 0.3.255.255 range 2000 2002
    20 permit tcp any 10.128.0.0 0.3.255.255 eq 5060
    30 permit udp any 10.128.0.0 0.3.255.255 eq 5060
    40 permit tcp any 172.20.10.0 0.0.1.255 range 2000 2002
    50 permit tcp any 172.20.10.0 0.0.1.255 eq 5060
    60 permit udp any 172.20.10.0 0.0.1.255 eq 5060
Extended IP access list VOICETRAFFIC
    10 permit udp any any dscp ef <----- not showing any match
    11 permit udp 10.128.0.0 0.63.255.255 10.128.0.0 0.63.255.255 <----not shwoing any match
    12 permit udp any any range 16384 32767 dscp ef<----not shwoing any match
If I user "permit udp any any ", acl is showing match.
switch#sh access-lists
Extended IP access list VOICETRAFFIC
    10 permit udp any any dscp ef
    11 permit udp 10.128.0.0 0.63.255.255 10.128.0.0 0.63.255.255
    12 permit udp any any range 16384 32767 dscp ef
    13 permit udp any any (527055 matches)

Similar Messages

  • Audio/Video not matching when converting with Videora...

    I have some TV shows already on my computer that I've put through Videora to try and get on my ipod...but the audio and video is not matching up. I have checked and double checked and am defineltly using the mpeg4 format and not the H ones...this is driving me crazy...can anyone please help?!? I've searched other topics but I haven't found any thing that helps yet

    the itunes doesnt play the sound but when its on the ipod it plays back fine till the last 20 mins or so.

  • I just created an iCloud email and I want to use that email for my iTunes account as well. I need help suiting the old apple I'd because I do not remember anything associated with that email and I don't know the security questions

    I just created an iCloud email and I want to use that email for my iTunes account as well. I need help switching the old apple ID because I do not remember anything associated with that email and I don't know the security questions or the login for that old email.

    You cannot do that.  The AppleID you used to create the iCloud account is an active primary email address.  The email address you created with the iCloud account is also an active primary email address (all Apple domain email address automatically become AppleIDs as well).  You cannot replace the primary email address on one active AppleID with the primary email address on another, active AppleID.
    You can use your iCloud email/AppleID with iTunes, but it will be a separate account, so all your previous purchases remain tied to the other AppleID you have.
    I don't understand your statement that you could not remeber your old AppleID password, as you would have had to use it to create the iCloud account in the first place (the first step of creating the iCloud account required you to login with your existing AppleID and password)?

  • Imac will not boot up, chimes with apple logo and beach ball spin??

    imac will not boot up, chimes with apple logo and beach ball spin?? after installing adobe flash and up graded apple softeware

    If your iMac came with or is running Lion, startup holding either  the Command-R keys or the Option key and select the recovery partition and then use Disk Utility to repair the Macintosh HD.
    see > OS X Lion: About Lion Recovery
    If your running Snow Leopard or earlier OS X, pop in your Install DVD and startup holding either the Option or C key, then open and use Disk Utility to repair the Macintosh HD.
    see > Mac OS X - Using Disk Utility to Repair a Disk

  • I'm trying to replace a missing font and apparently it's a graphic.  It's not letting me replace with another font and click change.  I can't export until it's fixed and I need to fix / bypass as soon as possible.

    I'm trying to replace a missing font and apparently it's a graphic.  It's not letting me replace with another font and click change.  I can't export until it's fixed and I need to fix / bypass as soon as possible.

    Go find the graphic in question, and open it in its native program. The problem will have to be fixed there.

  • HT4463 I keep getting the message "The application could not be downloaded. The installation could not be started."  with a "Retry" and "Cancel" button,  I have been re-trying for several hours to no avail.  What is the problem?

    I keep getting the message "The application could not be downloaded. The installation could not be started."  with a "Retry" and "Cancel" button,  I have been re-trying for several hours to no avail.  What is the problem?

    You'll need to contact support and have them check your account
    https://expresslane.apple.com/GetproductgroupList.action

  • I recently created a new Appleid and then the password to my old Appleid suddenly did not work.  When I tried to reset the password I do not receive the email with the link and Apple does not either recognize my birthday.  What to do?

    I recently created a new Appleid and then the password to my old Appleid suddenly did not work.  When I tried to reset the password I do not receive the email with the link and Apple does not either recognize my birthday.  What to do?

    Hi ingaosk,
    Thanks for the question. Based on what you stated, it seems like you did not receive the reset email. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    If you didn't receive your Apple ID verification or reset email - Apple Support
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • Mavericks will not sync Apple Contacts with Google, Linkedin, and Facebook?

    I just upgraded to Mavericks. Here is what I find shocking...
    1. Mavericks will NOT sync Apple Contacts with Google Contacts and vice-versa.
    2. During the upgrade, Mavericks linked some of my Apple Contact cards with Google Contacts, but not all of them. It need to be clarified that linking is not syncing. Worse, it corrupted data, and deleted some of the contacts on Google Contacts.
    3. Similarly, Apple Contacts will not sync with Linkedin or Facebook Contacts.
    4. When I contacted Apple, Level 1 support had not idea and assumed that adding a Google Account with automatically sync Apple Contacts with Google Contacts as it did in OS Mountain Lion. Level 2 support did not have much of an idea either, but called me this morning to say that the matter has been escalated, and confirmed that OS X Maverick does NOT sync Apple Contacts with Google Contacts.
    CAUTION before upgrading to Mavericks:
    5. Your Google Contacts / Android devices will not be updated by Apple Contacts, and vice-versa.
    6. Your Facebook / Linkedin contats will not be updated by Apple Contacts, and vice-versa.
    The workaround:
    7. Before upgrade, ensure that your Mountain Lion or earlier address book in synced with Google Contacts.
    8. After upgrade, go to Contacts > Preferences > General > Default Account, and choose your Google Account as your default account. You will now add New Contact (or update existing Google Contacts) in Google Contacts, which your android devices can sync with. You will also see your Google Contacts in Apple Contacts. However, Apple Contacts will NOT sync with Google Contacts and vice-versa.
    Welcome to Mavericks...

    With all due respect @McFly_Marty, kindly do not mislead readers. As funny as it may sound, but you have been taken for a royal ride by Apple Support. Keep in mind that the tough taskmaster Steve Jobs, is no longer there, and it is no surprise that Apple’s innovations are sliding.
    You probably have chosen Google as your default account under "Contacts > Preferences > General > Default Account”.
    Now, when you add New Contact (or update existing Google Contacts) in Google Contacts, you will also see your Google Contacts in Apple Contacts. However, Apple Contacts will NOT sync with Google Contacts and vice-versa.
    Try disabling your Google account in Apple Contacts, and all your new contacts are no longer in Apple contacts. Therefore Apple contacts is not syncing with Google Contacts.
    Therefore, read the following from my original post again.
    “1. Mavericks will NOT sync Apple Contacts with Google Contacts and vice-versa.
    4. When I contacted Apple, Level 1 support had no idea and assumed that adding a Google Account will automatically sync Apple Contacts with Google Contacts as it did in OS Mountain Lion. Level 2 support did not have much of an idea either, but called me this morning to say that the matter has been escalated, and confirmed that OS X Maverick does NOT sync Apple Contacts with Google Contacts.
    CAUTION before upgrading to Mavericks:
    5. Your Google Contacts / Android devices will not be updated by Apple Contacts, and vice-versa.
    6. Your Facebook / Linkedin contacts will not be updated by Apple Contacts, and vice-versa.
    The workaround:
    8. After upgrade, go to Contacts > Preferences > General > Default Account, and choose your Google Account as your default account. You will now add New Contact (or update existing Google Contacts) in Google Contacts, which your android devices can sync with. You will also see your Google Contacts in Apple Contacts. However, Apple Contacts will NOT sync with Google Contacts and vice-versa.”
    Welcome to Maverick disaster...

  • HT201441 i found an iphone and i can not get in touch with the owner, and i am trying to unlouck it so i can contect the owner, so i can give it to him. what should i do?

    i found an iphone and i can not get in touch with the owner, and i am trying to unlouck it so i can contect the owner, so i can give it to him. what should i do?

    You will NOT be able to Unlock it.
    nasdee wrote:
    i found an iphone ... what should i do?
    Hand it in to the Police or the Lost and Found / Security Desk of where you found it.

  • HT1535 The music I have in my i touch does not match or sync with music on my Mac.  What is the best way for me to sync both devices without losing any music?

    The muisc I have in my i-Touch does not match up with the music list in my Mac, therefore have issues syncing.  Is there anyway to keep all those songs without losing some of it?

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was designed for you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • How to use an apple id on an iPad but not have it connect  with my phone and mac

    I've recently sold my ipad to my younger sisters who are using my apple id. once they are in wifi they are able to use facetime and imessage but it connects with my email and phone number. They are also able to view my pictures in "my photo stream". Is there a way to let them us my apple id but completely disable the id from imessage, facetime, and making sure my photo stream does not show up?

    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    When you created your iCloud account, the @me.com email address you created also automatically became an AppleID, but you used an exisiting AppleID in the first place to create the iCloud account before deciding on that @me.com address.  So your iCloud account is actually the AppleID you used to initially create the account, not the @me.com address assigned once the iCloud account was active (look in your account settings on your iPhone or iPad and you can see what the iCloud account primary AppleID is).
    Unless you specifically started using your new @me.com address for things, it is an unused AppleID, but it is NOT your iCloud account primary ID (that is whatever AppleID you used to create the iCloud account initially).
    An AppleID is nothing more than an email address, but it is linked to an AppleID account held with Apple and thus can be used to log in to services including the various Apple stores.

  • SQL Server 2012 DB Engine does not start (clean install with server 2012 and 2008 R2)

    I'm trying to do clean installation of SQL server 2012 on Server 2012 (which is runnning as a VM on ESX server) and getting this "wait on the DB engine recovery failed" message. Initially, I though this issue was related to some permission issues
    but changing the permission or service accounts didn't help. I'm not seeing any "denied" messages in the log files either. Even with Server 2008 R2 (clean built VM), the installation gives the exactly the same error messages. 
    My setup is purely for test purpose; so, the security is not a concern. Can someone help or give me a clue where to look? 
    (Summary)
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893606
      Start time:                    2014-05-28 17:12:12
      End time:                      2014-05-28 17:19:47
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  WIN-1V3VKPV5Q19
      Machine processor count:       1
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      Installation location:         E:\x64\setup\
      Installation edition:          Evaluation
      Slipstream:                    True
      SP Level                       1
      Patch Level:                   11.1.3128.0
    Product Update Status:
      Success: KB 2674319, KB 2793634
    Product Updates Selected for Installation:
      Title:                         Service Pack 1
      Knowledge Based Article:       KB 2674319
      Version:                       11.1.3000.0
      Architecture:                  x64
      Language:                      1033
      Title:                         SQL Server 2012 SP1 GDR Product Update
      Knowledge Based Article:       KB 2793634
      Version:                       11.1.3128.0
      Architecture:                  x64
      Language:                      All
      Update Source:                 MU
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 NT Service\SQLAgent$TESTDB
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140528_170909\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                false
      FEATURES:                      SQLENGINE
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    TESTDB
      INSTANCENAME:                  TESTDB
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQL$TESTDB
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           WIN-1V3VKPV5Q19\Administrator
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    1
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140528_170909\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140528_170909\SystemConfigurationCheck_Report.htm
    (Error Log)
    2014-05-28 17:17:26.64 spid8s      0 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2014-05-28 17:17:26.73 spid9s      Starting up database 'model'.
    2014-05-28 17:17:28.24 spid9s      Error: 9004, Severity: 23, State: 6.
    2014-05-28 17:17:28.24 spid9s      An error occurred while processing the log for database 'model'.  If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log.
    2014-05-28 17:17:28.24 spid9s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
    (Details)
    (01) 2014-05-28 17:17:28 Slp: Exception type: Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException
    (01) 2014-05-28 17:17:28 Slp:     Message: 
    (01) 2014-05-28 17:17:28 Slp:         Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
    (01) 2014-05-28 17:17:28 Slp:     HResult : 0x851a001a
    (01) 2014-05-28 17:17:28 Slp:         FacilityCode : 1306 (51a)
    (01) 2014-05-28 17:17:28 Slp:         ErrorCode : 26 (001a)
    (01) 2014-05-28 17:17:28 Slp:     Data: 
    (01) 2014-05-28 17:17:28 Slp:       SQL.Setup.FailureCategory = ConfigurationFailure
    (01) 2014-05-28 17:17:28 Slp:       WatsonConfigActionData = INSTALL@CONFIGRC@SQL_ENGINE_CORE_INST
    (01) 2014-05-28 17:17:28 Slp:       WatsonExceptionFeatureIdsActionData = System.String[]
    (01) 2014-05-28 17:17:28 Slp:     Stack: 
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart(Process processSql)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceSCM.StartSqlServer(String[] parameters)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
    (01) 2014-05-28 17:17:28 Slp: Watson Bucket 1 
     Original Parameter Values 
    (01) 2014-05-28 17:17:28 Slp: Parameter 0 : SQL Server 2012@RTM@ 
    (01) 2014-05-28 17:17:28 Slp: Parameter 1 : Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart 
    (01) 2014-05-28 17:17:28 Slp: Parameter 2 : Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart 
    (01) 2014-05-28 17:17:28 Slp: Parameter 3 : Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 4 : Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 5 : SqlEngineDBStartConfigAction_install_configrc 
    (01) 2014-05-28 17:17:28 Slp: Parameter 6 : INSTALL@CONFIGRC@SQL_ENGINE_CORE_INST 
    (01) 2014-05-28 17:17:28 Slp: 
     Final Parameter Values 
    (01) 2014-05-28 17:17:28 Slp: Parameter 0 : SQL Server 2012@RTM@ 
    (01) 2014-05-28 17:17:28 Slp: Parameter 1 : 0xD15B4EB2 
    (01) 2014-05-28 17:17:28 Slp: Parameter 2 : 0xD15B4EB2 
    (01) 2014-05-28 17:17:28 Slp: Parameter 3 : 0x4BDAF9BA@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 4 : 0x4BDAF9BA@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 5 : SqlEngineDBStartConfigAction_install_configrc 
    (01) 2014-05-28 17:17:28 Slp: Parameter 6 : 0x9C5770A6 

    Hi Nababoya:
    As you are telling this is a test installation process...
    In the logs i m seeing the error message "An error occurred while processing the log for database 'model'.  If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log.".
    1) If the SQL Services was installed successfully and SQL Service was not able to start because of model database issue...
        1.1) If you have model database SQL back file, start the SQL Server in single user mode with minimum configuration and try to restore MODEL database
    http://blogs.msdn.com/b/sqlserverfaq/archive/2011/05/11/inf-hey-my-sql-server-service-is-not-starting-what-do-i-do.aspx
        1.2) If you don't have backups., try to rebuild the system databases but make sure that you are not losing any data critical data on master and SQL Jobs on MSDB
    http://msdn.microsoft.com/en-us/library/dd207003%28v=sql.110%29.aspx#RebuildProcedure
    2) As if this is a new installation try to repair the instance with the help of setup media file
    3) If the repair option fails., the last option wipe out the complete SQL Server components from Services.msc and Registries and start new installation.
    4) Make sure when you are doing un-installation all the required SQL Server components on services.msc should be in stop state.
    Hope this helps and let me know any questions...
    Thanks,
    Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

  • Cisco Anytime Connect VPN working from iMac but not from MacBook Air with same settings and wifi network

    Hi guys,
    I'm having trouble connecting my new MacBook Air to Cisco Anytime Connect VPN.
    The same configuration works with my iMac, in the same network and same Mac OS Mountain Lion on both computers.
    After successfully connecting to VPN after a few seconds it gets disconnected and, what is worse, WIFI is not working any more in my macBook Air, I need to deactivate it and start again.
    With iMac with the same settings it doesn't happen.
    Any ideas?
    Thanks!

    Did you power cycle the network? That's always the first thing you want to do if a device is "missing" or not connecting to your network correctly.
    If you have not already tried this a few times, power down the entire network...all devices, order is not important.
    Wait a few minutes and place the MBAir close to the TC
    Start the modem first and let it run a few moments by itself. Then start the TC if it is the device connected to the modem and let it run a few moments. Then start each device one at a time the same way.

  • Cisco 6500 with sup720 booting to rommon

    Please how can I solve this problem. This cisco 6500 boots to rommon mode, I can't see any error showing why its booting to rommon.

    Here is the boot process:
    System Bootstrap, Version 8.5(4)
    Copyright (c) 1994-2009 by cisco Systems, Inc.
    Testing lower main memory - data equals address
    Testing lower main memory - checkerboard
    Testing lower main memory - inverse checkerboard
    Clearing lower memory for cache initialization
    Clearing bss
    Clearing autoboot state machine
    melody_present_reg: 1st read w/ 0x5555
    melody_present_reg: 2nd read w/ 0xaaaa, reversed: 0x5555
    Bootdisk adapter is detected, enabling bootdisk access...
    Reprogramming CS1 w/ Melody value...
    Reading monitor variables from NVRAM
    Reset reason for CPU board 0xffff , BaseBoard 0x281ffff, display 0x20000System Reset by Software.
    Enabling interrupts
    Initializing TLB
    Initializing cache
    Initializing required TLB entries
    MOBILE dimm - rev 0.15
    Initializing main memory
    Sizing NVRAM
    Initializing PCMCIA controller
    Initializing USB2.0 controller
    Exiting init
    Cat6k-Sup720/SP processor with 1048576 Kbytes of main memory
    Autoboot: failed, BOOT string is empty
    Autoboot executing command: "boot "
    Initializing ATA monitor library...
    string is bootdisk:s72033-ipbasek9-mz.122-33.SXJ2.bin
    Loading image, please wait ...
    Initializing ATA monitor library...
    Stack pointer       : 0x8FFFFF80
    monstack            : 0x800FFFC0
    monra               : 0xBFC26EC4
    edata : 0x80108580
    magic : 0xFEEDFACE
    memsize             : 0x10000000
    uncomp_size         : 0x05090C00
    comp_size           : 0x05090C00
    comp_checksum       : 0x98ECBE18
    uncomp_checksum     : 0x98ECBE18
    CZIP_MEM_BASE       : 0x80000000
    _end       : 0x8010BA00
    Self extracting the image...
    IOS compressed src copy is     : 0x80108594
    czip + IOS tar size is :0x00E01FA8
    czip + IOS Tar image is now :0x80108794
    cptr is now :0x8010BB00
    IOS compressed dest copy is     : 0x8010BB00
    [OK]
    image_entry :0x80100000
    image_entry :0x80100000
    __start : 0x80100000
    tar_avail_size is now :0x0428EA00
    Tar image address is             : 0x80F0DB00
    tar_size is           : 0x0428E600
    cpu type                   : 0x00000019
    uncomp_size                : 0x05090C00
    monstack                   : 0x800FFFC0
    image_info.entry_point   = 0x80100000
    image_info.section_count = 0x00000005
    image_info.monstack      = 0x800FFFC0
    image_info.monra         = 0xBFC26EC4
    image_info.param0        = 0x00000002
    image_info.param1        = 0x00000000
    image_info.param2        = 0x800066A8
    image_info.param3        = 0x80100000
    image_info.reg_k0        = 0x80F0DB00
    image_info.reg_k1        = 0x0428E600
    Section Index = 0x00000000
        source    = 0x8010BC1C
        dest      = 0x80100000
        bytes     = 0x00010000
    Section Index = 0x00000001
        source    = 0x8011BC1C
        dest      = 0x80110000
        bytes     = 0x00000720
    Section Index = 0x00000002
        source    = 0x8011C33C
        dest      = 0x80110720
        bytes     = 0x00000020
    Section Index = 0x00000003
        source    = 0x8011C35C
        dest      = 0x80110740
        bytes     = 0x00DF1730
    Section Index = 0x00000004
        source    = 0x80F0DA8C
        dest      = 0x80F01E70
        bytes     = 0x00000000
    reg_v0: 0x00000000
    reg_k0: 0x80F0DB00
    reg_k1: 0x0428E600
    tar_start: 0x00000000
    tar_size: 0x00000000
    Tar image address is             : 0x80F0DB00
    tar size is :0x00B6130E
    Tar magic : ustar Tar filename : C2LC memsize             : 0x10000000
    Tar gid         : 035231Tar uncomp_size         : 0x00B6130E
    Tar mtime         : 11672344432 Tar username          : ccaiTar comp_checksum       : 0x0000125F
    Tar group name    : buildTar prefix    : tar_size  in czip         : 0x0428E600
    Stack pointer       : 0x8FFFFF80
    monstack            : 0x800FFFC0
    monra               : 0xBFC26EC4
    edata : 0x80110740
    magic : 0xFEEDFACE
    memsize             : 0x10000000
    uncomp_size         : 0x02B3E7F0
    comp_size           : 0x00DF171C
    comp_checksum       : 0xE917F280
    uncomp_checksum     : 0xD094D890
    Compressed IOS src copy is     : 0x80110754
    tar_dest is :0x8BD69200
    tar_size is :0x0428E600
    Compressed IOS dest copy is     : 0x8AF77AE4
    Tar src before IOS decompression is     : 0x80F0DB00
    Tar dest before IOS decompression is     : 0x8BD69200
    compressed IOS  src is     : 0x8AF77AE4
    IOS uncompressed dest copy is     : 0x8013C160
    Self decompressing the image : ############################################################################################################################################################################################################################## [OK]
    e_shoff :
    0x02B3E660
    e_flags : 0x10001001
    e_phnum :
    0x00000001
    Source elf_hdr->e_shnum = 0x0000000A
    Setting up to copy ELF section 0x00000001
    to image_info section 0x00000000
    sh_name = 0x0000000B
    sh_type = 0x00000001
    sh_flags = 0x00000007
    sh_addr = 0x80100000
    sh_offset = 0x00000060
    sh_size = 0x02640000
    sh_link = 0x00000000
    sh_info = 0x00000000
    sh_addralign = 0x00000020
    sh_entsize = 0x00000000
    Setting up to copy ELF section 0x00000002
    to image_info section 0x00000001
    sh_name = 0x00000011
    sh_type = 0x00000001
    sh_flags = 0x00000003
    sh_addr = 0x82740000
    sh_offset = 0x02640060
    sh_size = 0x00373440
    sh_link = 0x00000000
    sh_info = 0x00000000
    sh_addralign = 0x00000008
    sh_entsize = 0x00000000
    Setting up to copy ELF section 0x00000003
    to image_info section 0x00000002
    sh_name = 0x00000017
    sh_type = 0x00000001
    sh_flags = 0x00000003
    sh_addr = 0x82AB3440
    sh_offset = 0x029B34A0
    sh_size = 0x0003EEE4
    sh_link = 0x00000000
    sh_info = 0x00000000
    sh_addralign = 0x00000004
    sh_entsize = 0x00000000
    Setting up to copy ELF section 0x00000004
    to image_info section 0x00000003
    sh_name = 0x00000024
    sh_type = 0x00000001
    sh_flags = 0x10000003
    sh_addr = 0x82AF2324
    sh_offset = 0x029F2384
    sh_size = 0x0000423C
    sh_link = 0x00000000
    sh_info = 0x00000000
    sh_addralign = 0x00000010
    sh_entsize = 0x00000000
    sh_type = 0x00000008
    sh_flags = 0x10000003
    sh_addr = 0x82AF6560
    sh_offset = 0x029F65C0
    sh_size = 0x00000940
    sh_type = 0x00000008
    sh_flags = 0x00000003
    sh_addr = 0x82AF6EA0
    sh_offset = 0x029F65C0
    sh_size = 0x021FE100
    tar file start = 0x84D02F50
    cpu type                   : 0x00000019
    uncomp_size                : 0x02B3E7F0
    monstack                   : 0x800FFFC0
    image_info.entry_point   = 0x80100000
    image_info.section_count = 0x00000005
    image_info.monstack      = 0x800FFFC0
    image_info.monra         = 0xBFC26EC4
    image_info.param0        = 0x00000002
    image_info.param1        = 0x00000000
    image_info.param2        = 0x800066A8
    image_info.param3        = 0x80100000
    image_info.reg_k0        = 0x84D02F50
    image_info.reg_k1        = 0x0428E600
    Section Index = 0x00000000
        source    = 0x8013C1C0
        dest      = 0x80100000
        bytes     = 0x02640000
    Section Index = 0x00000001
        source    = 0x8277C1C0
        dest      = 0x8274CFB0
        bytes     = 0x00373440
    Section Index = 0x00000002
        source    = 0x82AEF600
        dest      = 0x82AC03F0
        bytes     = 0x0003EEE4
    Section Index = 0x00000003
        source    = 0x82B2E4E4
        dest      = 0x82AFF2D4
        bytes     = 0x0000423C
    Section Index = 0x00000004
        source    = 0x8BD69200
        dest      = 0x84D02F50
        bytes     = 0x0428E600
    data_size  in czip         : 0x00001000
    bss end of IOS is         : 0x84D01F50
                  Restricted Rights Legend
    Use, duplication, or disclosure by the Government is
    subject to restrictions as set forth in subparagraph
    (c) of the Commercial Computer Software - Restricted
    Rights clause at FAR sec. 52.227-19 and subparagraph
    (c) (1) (ii) of the Rights in Technical Data and Computer
    Software clause at DFARS sec. 252.227-7013.
               cisco Systems, Inc.
               170 West Tasman Drive
               San Jose, California 95134-1706
    Cisco IOS Software, s72033_sp Software (s72033_sp-IPBASEK9-M), Version 12.2(33)SXJ2, RELEASE SOFTWARE (fc4)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Thu 15-Dec-11 01:29 by prod_rel_team
    Image text-base: 0x4010132C, data-base: 0x4274CFB0
    Active crashed three times, disabling auto-boot and dropping to rommon
    Firmware compiled 15-Nov-11 14:23 by integ Build [100]
    *Jan  1 02:27:12.643: %PFREDUN-6-ACTIVE: Initializing as ACTIVE processor for this switch
    *Jan  1 02:27:13.459: %PFREDUN-4-SUP_FORCE_TO_ROMMON: Supervisor forced to rommon with reason: Active crashed three times in a row
    System Bootstrap, Version 8.5(4)
    Copyright (c) 1994-2009 by cisco Systems, Inc.
    Cat6k-Sup720/SP processor with 1048576 Kbytes of main memory
    rommon 1 >

  • 6500 with SUP720: Output Policing

    Can anybody tell me which Bytes from the L2 Header are included in the policing calculation if i police the rate of a ethernet interface (with a policy-map)? i.e. Preamble, dot1q, mac......
    Thanks for any feedback!

    Hi there,
    funny enough the info is found where one wouldn´t really expect it:
    What Bytes Are Counted by IP to ATM CoS Queueing?
    http://www.cisco.com/en/US/tech/tk39/tk824/technologies_tech_note09186a00800942f5.shtml
    So the answer would be: no preamble and no CRC is counted. It is the same byte counter implemented as with show interface.
    Hope this helps
    Martin

Maybe you are looking for

  • How to give no of lines per page in alv report

    hi could anybody tell me how to give no of lines per page in alv report i need bottom of page too if possible plz send the code too it ll be very helpful to me thanx kals.

  • Why do Camera Raw mods show in Bridge CS6 on one machine but not the other?

    Bridge CS6 and Photoshop CS6 are activated on our two MacBooks.  Before adding the second activation, image modifications performed in Camera Raw (8.4.0.199) would show in Bridge on our MacBook Pro.  Since then, they don't show on our MacBook Pro but

  • How to create a .exe script to start and stop Oracle EBS R12 in Linux

    Hello, I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I h

  • Problem with Make file

    I am working on recently upgraded Solaris 9 and I am using a make file to build an application using make �f brc.bld It is giving the error : make: Fatal error in reader: brc.bld, line 9: Unexpected end of line seen for the line in this build file :

  • If this is how customer service works for a POTENTIAL customer, I shudder to think

    I live in a condo complex and Verizon came to make a pitch.  I was interested in a Fios bundle, but I needed to know  the answer to this question: Do you have a way to suspend service when I go to Florida for 3 months each winter? 1 person didn't kno