ASR1002-ESP10 CPU Stats at 0%

I am having trouble figuring out how to see my CPU usage on an ASR1002-ESP10 and I am convinced it is me doing something wrong...
I used to have a 7204VXR and configured FASTCEF to offload from the CPU. On that router when I started running traffic I would simply run "show processes CPU" to get an idea of what my CPU on the router was.
Now on the Cisco ASR1002 with ESP10 card I setup Distributed CEF which appeared to be the "new cool thing" that cisco implemented. Everything is working so well but I am confused because when I run "show processes cpu" on this bad boy it says 0% everytime.. Even while running very large loads.
So now I am wondering how to know when I hit my limits as it appears the distributed CEF is handling my entire load without even hitting 1% on the CPU...
One more example...
We do SIP and with our old router would scale equally as we increased total SIP paths. Around 4k channels we would be at 90%.... Obviously this new router is 8.5 times more powerful in terms of Packets Per Second but it scares me a bit that the CPU may stay at 0% and then when we hit X amount of channels that it will pull from CPU.. Another words my fear is that we run 30k channels and its 0% CPU but when we go to 32K channels the CPU is at 100% because maybe that ESP card is full at 30k and then the last 2k channels is all hitting CPU...
Maybe I did not explain it well but I guess the simple question is how do I monitor this since CPU is always 0%.

oratest wrote:
Hi,
I am using Oracle 10.2.0.3.
Whenever I generate explain plan for any query, the very last line of explain plan is as below.
cpu costing is off (consider enabling it)_
It seems that optimizer didn't considerd CPU stats while generating plan for this.
How to enable CPU statistics here?
The parameter optimizer_mode value is "CHOOSE", and stats are being gathered at an interval of one week.In your version of the database, the default value of optimizer_mode is ALL_ROWS. Is there any reason why you have changed it? You may want to post the output of following executed in SQL*Plus
show parameter optimizer

Similar Messages

  • 0% idle time of cpu states from top command in oracle 8i /solaris 5.9

    Hi,
    for long time idle time is 0% in top command :
    database version:oracle 8.1.7.4.0
    operating system : sun solaris 5.9
    load averages: 9.32, 5.78, 6.13 15:22:13
    404 processes: 387 sleeping, 13 running, 4 on cpu
    CPU states: 0.0% idle, 78.2% user, 21.8% kernel, 0.0% iowait, 0.0% swap
    Memory: 16G real, 7535M free, 5842M swap in use, 9965M swap free
    PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
    6928 oracle 11 20 0 0K 0K run 2:20 12.62% oracle
    23518 oracle 21 31 0 0K 0K run 24:37 11.69% oracle
    9664 oracle 20 30 0 0K 0K run 12:41 10.83% oracle
    15764 oracle 12 21 0 0K 0K run 2:18 10.28% oracle
    9214 oracle 19 21 0 0K 0K run 5:52 8.58% oracle
    13734 oracle 173 21 0 0K 0K cpu/3 311:23 6.11% oracle
    19271 oracle 1 59 0 0K 0K cpu/0 726:20 4.45% oracle
    10436 oracle 1 59 0 0K 0K sleep 81:41 4.39% oracle
    22400 oracle 11 59 0 0K 0K sleep 3:22 4.35% oracle
    9297 oracle 20 59 0 0K 0K cpu/2 7:39 3.66% oracle
    22175 oracle 19 59 0 0K 0K sleep 6:55 3.41% oracle
    9494 oracle 1 30 0 0K 0K run 0:02 2.99% oracle
    10719 oracle 1 59 0 0K 0K sleep 132:48 1.55% oracle
    210 oracle 1 59 0 0K 0K sleep 86:56 1.04% oracle
    22084 oracle 24 59 0 0K 0K sleep 2:50 0.92% oracle
    and sometime load average goes to 25-30 and cpu states is 0% idle in that load so how i can tune my database:
    Regards
    Prakash

    Hi,
    here 0% idle, 0% iowait
    one of the query explain plan i am posting over here:
    Operation     Object Name     Rows     Bytes     Cost     TQ     In/Out     PStart     PStop
    SELECT STATEMENT Hint=CHOOSE          77 K          11800                     
    COUNT STOPKEY                                        
    VIEW          77 K     32 M     11800                     
    SORT UNIQUE STOPKEY          77 K     10 M     8384                     
    HASH JOIN OUTER          77 K     10 M     4968                     
    HASH JOIN          77 K     9 M     4477                     
    HASH JOIN          54 K     2 M     3071                     
    TABLE ACCESS FULL     GA_INSTANCE     10      140      1                     
    HASH JOIN          75 K     2 M     3069                     
    HASH JOIN          75 K     1 M     2351                     
    INDEX FAST FULL SCAN     CUST_ACCT_ADDR_PK     75 K     960 K     282                     
    TABLE ACCESS FULL     ADDRESS     199 K     1 M     1960                     
    TABLE ACCESS FULL     CUST_ACCT     112 K     1 M     593                     
    TABLE ACCESS FULL     IQARA_CNR_ACT_LOG     89 K     6 M     1150                     
    TABLE ACCESS FULL     NI_STATIC_IP_ADDR     21 K     317 K     60                     
    Reagrds
    Prakash

  • What is %IOWAIT of CPU states in TOP command output

    What is "% iowait" in CPU States in Solaris? See below output it shows 11.2 % of CPU was used for IO.
    Is CPU used in IO as well? If yes how?
    last pid: 15598; load averages: 3.66, 3.39, 3.07 18:33:27
    292 processes: 283 sleeping, 1 running, 5 zombie, 3 on cpu
    CPU states: 17.9% idle, 54.8% user, 16.1% kernel, 11.2% iowait, 0.0% swap
    Memory: 16G real, 8029M free, 5425M swap in use, 19G swap free
    PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND

    The value of %iowait is relatively semi-meaningless these days and as a result we removed it from Solaris 10 onwards. The parameter is still displayed in certain commands but it will always be zero.
    System Administration Commands                         iostat(1M)
         wt        the I/O wait time is no  longer  calculated  as  a
                   percentage  of  CPU  time, and this statistic will
                   always return zero.Which means top will also show zero, eg:
    load averages:  0.08,  0.17,  0.16;               up 0+02:04:38                
    88 processes: 87 sleeping, 1 on cpu
    CPU states: 96.1% idle,  2.4% user,  1.5% kernel,  *0.0% iowait*,  0.0% swap
    Kernel: 1181 ctxsw, 21 trap, 1056 intr, 2553 syscall, 13 flt
    Memory: 3327M phys mem, 932M free mem, 1663M total swap, 1663M free swap

  • Cisco m9100 MDS cpu state discrepencies

    Hi.
    I have weird issues with my m9100 MDS's cpu. After CISCOWorks complains that thoses equipement were peaking at 100% every minutes or so, I went on the equipements and try'd a few "show system ressources". Here is the result (remark the cpu states in bold);
    FC-BLAMTL04-1# show system resources
    Load average:   1 minute: 0.02   5 minutes: 0.14   15 minutes: 0.16
    Processes   :   182 total, 1 running
    CPU states  :   25.0% user,   75.0% kernel,   0.0% idle
    Memory usage:    516136K total,    450816K used,     65320K free
                       6340K buffers,  247552K cache
    FC-BLAMTL04-1# show system resources
    Load average:   1 minute: 0.02   5 minutes: 0.13   15 minutes: 0.16
    Processes   :   182 total, 1 running
    CPU states  :   50.0% user,   50.0% kernel,   0.0% idle
    Memory usage:    516136K total,    450816K used,     65320K free
                       6340K buffers,  247552K cache
    FC-BLAMTL04-1# show system resources
    Load average:   1 minute: 0.02   5 minutes: 0.13   15 minutes: 0.16
    Processes   :   182 total, 1 running
    CPU states  :   340282346638528859811704183484516925440.0% user,   340282346638528859811704183484516925440.0% kernel,   340282346638528859811704183484516925440.0% idle
    Memory usage:    516136K total,    450624K used,     65512K free
                       6340K buffers,  247552K cache
    FC-BLAMTL04-1# show system resources
    Load average:   1 minute: 0.02   5 minutes: 0.13   15 minutes: 0.16
    Processes   :   182 total, 1 running
    CPU states  :   340282346638528859811704183484516925440.0% user,   340282346638528859811704183484516925440.0% kernel,   340282346638528859811704183484516925440.0% idle
    Memory usage:    516136K total,    450624K used,     65512K free
                       6340K buffers,  247552K cache
    FC-BLAMTL04-1# show system resources
    Load average:   1 minute: 0.01   5 minutes: 0.12   15 minutes: 0.16
    Processes   :   182 total, 1 running
    CPU states  :   33.3% user,   66.7% kernel,   0.0% idle
    Memory usage:    516136K total,    450816K used,     65320K free
                       6340K buffers,  247552K cache
    It appear, sometime, for an unknown reason, CPU peaks to a weird % number (I thought a % couldn't get higher than 100).
    Also, trying a "show process" (to get the running processes) command dosen't work. I am only able to "show processes"
    Did someone experience same kind of discrepencies? I am running m9100-s2ek9-mz.4.1.1b.bin image.
    Thank you.

    Seen a lot of  incorrect CPU utilization values due to bug CSCte81951. Note the new spelling of the command to see the cpu history etc.
    From bug info:
    "show system resources" shows high cpu usage even when there is not much activity on the switch.
    In the specific case reported the cpu util (user+kernel) was always 100%.
    No workarounds. Use "show processes cpu history" or "show processes cpu" for
    cpu util. Fixed in 4.2(4) and 5.0(1a).

  • Confused about Activity Monitor CPU stats

    I have found at least one case where the CPU summary usage stats seem inconsistent with the per-process stats also posted.
    For example, I had noticed that under certain circumstances, the kernal_task was pegged at ~7.9% (only varying a few tenths of a percent) and yet the average "idle" CPU usage is consistently ~97 to ~98 percent (I would have expected ~92 to ~93 percent given that all but the kernel_task were pretty much idle during the observation period).
    Clearly, the summary averages are being calculated differently (over a different time scale???) than the line item process averages.
    This is not the pressing issue of the century .... still, I'd like to get a better idea of what these metrics mean.

    Let me guess ... if I've got 2 dual proc's it's 400% and 2 quad proc's it's 800% ????
    So the line item CPU stats are per processor, and the overall usage is calculated over 4 processors ?? (That roughly corresponds to seeing one task showing 8% loading ... but overall loading at 2% ... which is what I observed.)

  • How Can I Get The Cpu State With Java?

    are there any method to use??
    what's more,I also wanna to know how can I get
    the current ram that the System is using
    and the threads the System are running?
    Will you please share your knowledge here or
    write to tell me at [email protected]?
    Thanks!!

    if you know how to do this in c++, you can write native methods and use them in java.
    native methods forum:
    http://forum.java.sun.com/forum.jsp?forum=52
    tobias

  • ASR1002 crawls when installing BGP Full Internet table

    hi all,
    I have an ASR1002/ESP10 and I have 2 or 3 peers that are sending me FIRT. When I filter with route-maps the incoming announcements, I'm keeping about 3K routes and everything is fine. But when i try to remove the incoming filters, then the ASR1002 tries to install the FIRT into the FIB and this results in the ASR1002 crawling and becoming unresponsive (while it is installing the FIRT into the FIB).
    Is that normal? Is there a way, to tell the ASR to install the FIB with a slower rate, in order to have CPU power for the rest of the tasks. Do you also know if this influences forwarding performance of the router?
    thanx,
    Sp.

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Tracking your 2911's CPU usage will provide an indication of how hard it's being "worked".
    I've attached a later Cisco document that better documents expected and recommended performance levels for various ISRs.  (NB: in that document, you'll see a 2911 is only recommended for up to 35 Mbps.)
    PS:
    BTW, running full BGP with your two ISPs, hoping to obtain optimal performance, really doesn't.  What actually works much better, if you're licensed for it, is Cisco's PfR technology (which will work fine with just a default to both ISPs).

  • CPU 100%

    Hey, I've got this weird problem of cpu random spikes to 100% and computer barely reacts.
    few facts - opened the laptop clean the fan and make sure it's functional,
    the 100% cpu is not always, but when it is the laptop is not under big pressure,
    computer overheated a few (around 2-4) times the past month (probably because I blocked the heatsink),
    the most interesting one is that, I can't say for sure, but when I unplug the computer from charging it works better, not sure 100% that's the case, didn't leave it for long in that state as the battery drains rather quickly.
    Checked cpu stats.. cpu temp is around 50~70 celcius.(check when plugged in, when plugged out it didnt change right away.. no idea if it did eventually)
    Appreciate any help

    itayu
    Welcome to the HP Community Forum.
    You know, it could be anything -- and there are so many, many posts about this...
    Grab a search word and search a bit for your favorite.
    One of my favorites and one that I have not posted for a while:
    You might be plagued with the Indexing service going nuts in the background.
    If poorly configured, this service can indeed eat up resources and make you think your computer is processed by gremlins.
    Pull open the Task Manager and check to see what is running -- see if the Indexing service is running like crazy in the background. 
    You can change the parameters on the Index to control when it runs, what it checks, how many folders it runs against.
    Change advanced indexing options
    Improve Windows searches using the index: frequently asked questions
    Click the Kudos Thumbs-Up to say Thank You!
    And...Click Accept as Solution when my Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • 100% CPU usage

    Hello Every one,
    Users are complaining CPU is using 100% on the server with some process? How do we check which is using most of the CPU? What made them feel it that way?

    user3636719 wrote:
    I have done that, Could tell me how to read it and see what is the process that is taking too long?
    Here is the result.
    /opt/oracle/work> top
    System: sd2n3v5 Thu Jul 28 11:32:00 2011
    Load averages: 1.10, 1.10, 1.09
    931 processes: 881 sleeping, 50 running
    Cpu states:
    CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
    0 1.25 52.1% 0.0% 7.3% 40.6% 0.0% 0.0% 0.0% 0.0%
    9 0.91 94.9% 0.0% 4.3% 0.8% 0.0% 0.0% 0.0% 0.0%
    10 1.06 95.9% 0.4% 2.8% 1.0% 0.0% 0.0% 0.0% 0.0%
    11 1.17 96.6% 0.0% 2.2% 1.2% 0.0% 0.0% 0.0% 0.0%
    avg 1.10 85.0% 0.0% 4.2% 10.9% 0.0% 0.0% 0.0% 0.0%
    Memory: 24335256K (15950032K) real, 27912724K (18334724K) virtual, 16469292K free Page# 1/31
    CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
    10 ? 12689 oracle 241 20 2905M 20712K run 18717:17 96.24 96.08 oracleZTKLINK
    9 ? 10918 oracle 241 20 2905M 20712K run 18680:47 94.44 94.28 oracleZTKLINK
    11 ? 11598 oracle 241 20 2905M 20776K run 18746:58 90.76 90.60 oracleZTKLINK
    0 ? 6503 oracle 149 20 982M 9780K sleep 0:01 8.47 8.46 oracleZDFRDDSP
    9 ? 16863 root 152 20 41204K 23720K run 3326:03 8.15 8.13 amgrd
    9 ? 55 root 152 20 43632K 38784K run 5820:36 4.84 4.83 vxfsd
    11 ? 13690 oracle 154 20 983M 7044K sleep 720:52 3.54 3.53 ora_s000_DHYPE
    9 ? 7774 oracle 154 20 2931M 9628K sleep 325:34 2.97 2.97 oracleZTKLINK
    9 ? 4842 oracle 154 20 549M 7100K sleep 0:33 2.90 2.89 oracleZDAMCW
    0 ? 13692 oracle 154 20 982M 6852K sleep 680:42 2.23 2.23 ora_s001_DHYPE
    10 ? 13686 oracle 154 20 982M 7880K sleep 826:53 1.44 1.44 ora_d000_DHYPE
    9 ? 24121 oracle 154 20 549M 7484K sleep 0:49 1.19 1.19 oracleZDAMCW
    I have done that,I disagree.
    You need to use tags                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • CPU overloading problem

    Hello everyone.
    I'm running Oracle 10 and Apache on the same machine. Recently the CPU load average became critical and I wonder is there a way to optimize Oracle/Apache performance. I have about 4000 visitors a day on the website and there seems to be no DDOS attacks or visitors' number increases.
    Can anyone please help me with an advice?
    Here are some figures...
    13:36:43 up 297 days, 6 min, 1 user, load average: 5.27, 5.69, 8.09
    346 processes: 339 sleeping, 7 running, 0 zombie, 0 stopped
    CPU states: cpu user nice system irq softirq iowait idle
    total 87.8% 0.0% 7.8% 0.2% 1.3% 1.6% 1.0%
    cpu00 88.6% 0.0% 8.5% 0.0% 0.1% 0.3% 2.1%
    cpu01 85.7% 0.0% 9.5% 0.0% 1.1% 2.7% 0.7%
    cpu02 91.4% 0.0% 4.3% 0.9% 2.3% 0.1% 0.5%
    cpu03 85.5% 0.0% 9.1% 0.0% 1.5% 3.1% 0.5%
    Mem: 2061612k av, 2026372k used, 35240k free, 0k shrd, 6568k buff
    1455500k actv, 179304k in_d, 30584k in_c
    Swap: 2061604k av, 1030800k used, 1030804k free 325272k cached

    Hello, thanks for the reply.
    The top of the list looks like this:
    PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
    7359 mysite 25 0 63604 15M 5784 R 17.9 0.7 0:04 2 httpd
    7364 mysite 23 0 63180 15M 5716 R 11.9 0.7 0:02 3 httpd
    2867 mysite 17 0 63020 12M 4924 R 9.6 0.6 0:07 1 httpd
    7366 oracle 24 0 59320 57M 57136 S 5.1 2.8 0:01 1 oracle
    7358 oracle 20 0 58096 55M 55916 S 4.0 2.7 0:00 2 oracle
    12 root 15 0 0 0 0 SW 0.3 0.0 113:23 1 kscand
    7351 mysite 23 0 63404 15M 5784 S 0.3 0.7 0:02 0 httpd
    7236 mysite 16 0 1488 1488 912 R 0.2 0.0 0:00 0 top
    28 root 15 0 0 0 0 SW 0.1 0.0 58:16 0 kjournald
    1 root 19 0 504 476 452 S 0.0 0.0 28:00 1 init
    2 root RT 0 0 0 0 SW 0.0 0.0 0:00 0 migration/0
    3 root RT 0 0 0 0 SW 0.0 0.0 0:00 1 migration/1
    4 root RT 0 0 0 0 SW 0.0 0.0 0:00 2 migration/2
    5 root RT 0 0 0 0 SW 0.0 0.0 0:00 3 migration/3
    6 root 15 0 0 0 0 SW 0.0 0.0 0:00 3 keventd
    7 root 34 19 0 0 0 SWN 0.0 0.0 0:00 0 ksoftirqd/0
    8 root 34 19 0 0 0 SWN 0.0 0.0 0:00 1 ksoftirqd/1
    9 root 34 19 0 0 0 SWN 0.0 0.0 0:00 2 ksoftirqd/2
    10 root 34 19 0 0 0 SWN 0.0 0.0 0:00 3 ksoftirqd/3

  • Cpu costing is off (consider enabling it)

    Hi,
    I am using Oracle 10.2.0.3.
    Whenever I generate explain plan for any query, the very last line of explain plan is as below.
    cpu costing is off (consider enabling it)_
    It seems that optimizer didn't considerd CPU stats while generating plan for this.
    How to enable CPU statistics here?
    The parameter optimizer_mode value is "CHOOSE", and stats are being gathered at an interval of one week.
    When I use CPU_COSTING hint in the SQL, then this line went away, and the query plan also started giving CPU % in PLAN output. But how can I make this a default behaviour of optimizer ( Any parameter etc to be set in oracle 10g for this)?
    Thanks in advance.
    Best Regards,
    oratest

    oratest wrote:
    Hi,
    I am using Oracle 10.2.0.3.
    Whenever I generate explain plan for any query, the very last line of explain plan is as below.
    cpu costing is off (consider enabling it)_
    It seems that optimizer didn't considerd CPU stats while generating plan for this.
    How to enable CPU statistics here?
    The parameter optimizer_mode value is "CHOOSE", and stats are being gathered at an interval of one week.In your version of the database, the default value of optimizer_mode is ALL_ROWS. Is there any reason why you have changed it? You may want to post the output of following executed in SQL*Plus
    show parameter optimizer

  • OVM3.2.2 Unexpected CPU Pinning for Win2008EntR2

    Hi all,
    I installed OVM 3.2.2 on HP Gen 8 server with 16 cores for testing. Then :
    1. Windows 2008 r2 Enterprise edition is installed.
    2. No CPU pinning was set
    3. When I tried to check the CPU allocation with the "xm vcpu-list" command, the information show that the Windows guest was pinned to core 16-31 while dom0 pinned to core 0-19
    4. The vm.cfg file was checked. No pinning setting found
    5. The information about the OVS and the guest is attached.
    The setup was originally for testing/learning CPU pinning of the Windows guest to 4 cpu cores (8 vCPU) and come across the above scenario.
    Is it normal that the Windows guest pinned to core 16-31 unexpectedly? and why?
    Can I rectify it by adding the clause "cpus=0-31" to the vm.cfg ?
    Any official recommandation for the dom0 CPU allocation? more appropriate the delicate certain number of core for the exclusive use of dom0?
    Thanks!
    [root@ACTOVM3 ~]# xm info
    host                   : ACTOVM3
    release                : 2.6.39-300.29.1.el5uek
    version                : #1 SMP Thu Feb 14 03:32:54 PST 2013
    machine                : x86_64
    nr_cpus                : 32
    nr_nodes               : 2
    cores_per_socket       : 8
    threads_per_core       : 2
    cpu_mhz                : 2893
    hw_caps                : bfebfbff:2c100800:00000000:00003f40:13bee3ff:00000000:00000001:00000000
    virt_caps              : hvm hvm_directio
    total_memory           : 131037
    free_memory            : 27138
    free_cpus              : 0
    xen_major              : 4
    xen_minor              : 1
    xen_extra              : .3OVM
    xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
    xen_scheduler          : credit
    xen_pagesize           : 4096
    platform_params        : virt_start=0xffff800000000000
    xen_changeset          : unavailable
    xen_commandline        : dom0_mem=3112M dom0_vcpus_pin dom0_max_vcpus=20
    cc_compiler            : gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
    cc_compile_by          : mockbuild
    cc_compile_domain      : us.oracle.com
    cc_compile_date        : Mon Feb  4 16:40:15 PST 2013
    xend_config_format     : 4
    [root@ACTOVM3 ~]# xm vcpu-list
    Name                                ID  VCPU   CPU State   Time(s) CPU Affinity
    0004fb0000060000ced304339d443bb2    17     0    21   -b-    2323.9 16-31
    0004fb0000060000ced304339d443bb2    17     1    31   -b-     566.7 16-31
    0004fb0000060000ced304339d443bb2    17     2    17   -b-     522.1 16-31
    0004fb0000060000ced304339d443bb2    17     3    23   -b-     398.1 16-31
    0004fb0000060000ced304339d443bb2    17     4    24   -b-     398.6 16-31
    0004fb0000060000ced304339d443bb2    17     5    30   -b-     397.7 16-31
    0004fb0000060000ced304339d443bb2    17     6    27   -b-     395.2 16-31
    0004fb0000060000ced304339d443bb2    17     7    22   -b-     391.9 16-31
    0004fb0000060000ced304339d443bb2    17     8    20   -b-     896.1 16-31
    0004fb0000060000ced304339d443bb2    17     9    25   -b-     886.5 16-31
    0004fb0000060000ced304339d443bb2    17    10    17   -b-     873.8 16-31
    0004fb0000060000ced304339d443bb2    17    11    26   -b-     858.1 16-31
    0004fb0000060000ced304339d443bb2    17    12    28   -b-     406.5 16-31
    0004fb0000060000ced304339d443bb2    17    13    19   -b-     381.6 16-31
    0004fb0000060000ced304339d443bb2    17    14    29   -b-     379.6 16-31
    0004fb0000060000ced304339d443bb2    17    15    31   -b-     387.6 16-31
    0004fb0000060000ced304339d443bb2    17    16    16   -b-     390.6 16-31
    0004fb0000060000ced304339d443bb2    17    17    23   -b-     404.8 16-31
    0004fb0000060000ced304339d443bb2    17    18    24   -b-     405.5 16-31
    0004fb0000060000ced304339d443bb2    17    19    25   -b-     409.9 16-31
    0004fb0000060000ced304339d443bb2    17    20    20   -b-     450.8 16-31
    0004fb0000060000ced304339d443bb2    17    21    30   -b-     399.3 16-31
    0004fb0000060000ced304339d443bb2    17    22    27   -b-     405.2 16-31
    0004fb0000060000ced304339d443bb2    17    23    22   -b-     404.0 16-31
    0004fb0000060000ced304339d443bb2    17    24    26   -b-     401.5 16-31
    0004fb0000060000ced304339d443bb2    17    25    24   -b-     400.0 16-31
    0004fb0000060000ced304339d443bb2    17    26    19   -b-     396.6 16-31
    0004fb0000060000ced304339d443bb2    17    27    23   -b-     392.8 16-31
    0004fb0000060000ced304339d443bb2    17    28    28   -b-     390.6 16-31
    0004fb0000060000ced304339d443bb2    17    29    29   -b-     385.1 16-31
    0004fb0000060000ced304339d443bb2    17    30    16   -b-     380.8 16-31
    0004fb0000060000ced304339d443bb2    17    31    31   -b-     379.1 16-31
    Domain-0                             0     0     0   r--   49039.0 0
    Domain-0                             0     1     1   -b-    5905.4 1
    Domain-0                             0     2     2   -b-    4027.7 2
    Domain-0                             0     3     3   -b-    3730.0 3
    Domain-0                             0     4     4   -b-    3774.0 4
    Domain-0                             0     5     5   -b-    3670.9 5
    Domain-0                             0     6     6   -b-    4164.2 6
    Domain-0                             0     7     7   -b-    7899.6 7
    Domain-0                             0     8     8   -b-    4327.0 8
    Domain-0                             0     9     9   -b-    4338.5 9
    Domain-0                             0    10    10   -b-    3675.4 10
    Domain-0                             0    11    11   -b-    3955.2 11
    Domain-0                             0    12    12   -b-    3602.0 12
    Domain-0                             0    13    13   -b-    3573.3 13
    Domain-0                             0    14    14   rb-    3527.1 14
    Domain-0                             0    15    15   -b-    3938.3 15
    Domain-0                             0    16    16   -b-    3420.6 16
    Domain-0                             0    17    17   -b-    3811.1 17
    Domain-0                             0    18    18   -b-    3778.1 18
    Domain-0                             0    19    19   -b-    3772.4 19
    [root@ACTOVM3 ~]# xm vcpu-list 17
    [root@ACTOVM3 0004fb0000060000ced304339d443bb2]# cat vm.cfg
    vif = ['mac=00:21:f6:00:00:01,bridge=0a02df00']
    OVM_simple_name = 'ovm3w2008orcl'
    vnclisten = '127.0.0.1'
    serial = 'pty'
    disk = ['file:/OVS/Repositories/0004fb0000030000a380c83c58856e64/ISOs/0004fb000015000074c2fd28f5be2cf6.iso,xvda:cdrom,r', 'file:/OVS/Repositories/0004fb0000030000a380c83c58856e64/VirtualDisks/0004fb0000120000bbc7ce0865ef19c1.img,xvdb,w!']
    vncunused = 1
    uuid = '0004fb00-0006-0000-ced3-04339d443bb2'
    on_reboot = 'restart'
    boot = 'dc'
    name = '0004fb0000060000ced304339d443bb2'
    cpu_weight = 27500
    memory = 98304
    cpu_cap = 0
    maxvcpus = 32
    OVM_high_availability = False
    vnc = 1
    OVM_description = 'Windows 2008 R2 on Oracle VM 3.2.2 with Oracle 11g'
    on_poweroff = 'destroy'
    on_crash = 'restart'
    guest_os_type = 'windows'
    usbdevice = 'tablet'
    builder = 'hvm'
    vcpus = 32
    keymap = 'en-us'
    OVM_os_type = 'Microsoft Windows Server 2008'
    OVM_cpu_compat_group = ''
    OVM_domain_type = 'xen_hvm'
    --- end

    This is a general discussion post that is why I put it over there...
    As for virex it is not universal binary but there is not any non compatibility issues...
    In fact our employer advise on the use of the vesion we use for Intel Macs... Anyway virex is not the subject of the post. Clearly
    macbook+pc   Mac OS X (10.4.7)  

  • Cisco WAAS MIB for CPU AND MEMORY

    Hi,
    I am looking to query Cisco WAAS WAVE and SRE device for basic stuff cpu, memory, interface.
    I managed to get the CPU stats via SNMP using HOST-RESOURCES-MIB, however i cannot use the memory usage utilisation.
    Can you please help.
    Furthermore, I wanted to have some environmental values, temperature. Is there any MIB for that purpose.
    Thanks

    There's a "Show cpu " commmand availabe. Type help or '?' for a list of available commands.

  • CPU usage in top monitor

    I have a V880 machine with 6 CPU a 1200 Mhz.
    I'm running command: top -b -ocpu -s5 d5 5
    %idle is going down from 95 to 70/50/30%
    but I cannot see the processes which are consuming CPU !!!
    What should I do to get my CPU-consumers ?
    Can a get a summary of %user,%kernel for each top-5-process ?
    load averages: 1.61, 1.49, 1.23 12:11:14
    351 processes: 348 sleeping, 3 on cpu
    CPU states: 44.3% idle, 14.2% user, 18.7% kernel, 22.7% iowait, 0.0% swap
    Memory: 12G real, 185M free, 13G swap in use, 30G swap free
    PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
    11524 sybase 41 10 0 195M 174M cpu/0 364.1H 12.99% dataserver
    6877 root 1 60 0 1256K 824K cpu/6 0:09 3.08% cp
    11820 NetCmmnd 125 58 0 39M 34M sleep 63.7H 0.96% ehd
    3781 ugl601 1 0 10 22M 18M sleep 41.9H 0.60% PatrolAgent
    11559 NetCmmnd 1 10 0 11M 9920K sleep 39.7H 0.49% CSCUBS_MsgEnric

    Well, 22% of the "missing" time is io wait. which is really a kind of idle time, just time spent waiting for IO to complete.
    I don't believe that IO wait time is reflected in the per process stats. So its hard to tell which process is waiting. Probably the cp at a guess..
    I think kernel time is supposed to be reflected in the per process stats. But these things are only rough snapshots. So theres a fair bit of fuzz.

  • Suspecting ESP 10 to fail in ASR1002

    ASR1002 Cisco doesnt recognise ESP 10 module. Log is attached. We need to decide wether the chassi is OK or it is also affected.
    We have conducted the following experiment: turned on the ASR1002  without ESP module and assigned 192.168.0.2 adress to an interface.
    After that tried to ping 192.168.0.2 from outside, all pings have been lost.
    Does the ASR1002 have to respond on the interface without ESP module?
    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, IOS-XE Software (PPC_LINUX_IOSD-ADVENTERPRISEK9-M), Version 15.1(3)S1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Sat 08-Oct-11 01:16 by mcpre
    Cisco IOS-XE software, Copyright (c) 2005-2011 by cisco Systems, Inc.
    All rights reserved.  Certain components of Cisco IOS-XE software are
    licensed under the GNU General Public License ("GPL") Version 2.0.  The
    software code licensed under GPL Version 2.0 is free software that comes
    with ABSOLUTELY NO WARRANTY.  You can redistribute and/or modify such
    GPL code under the terms of GPL Version 2.0.  For more details, see the
    documentation or "License Notice" file accompanying the IOS-XE software,
    or the applicable URL provided on the flyer accompanying the IOS-XE
    software.
    % failed to initialize nvram
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco ASR1002 (2RU) processor with 1700171K/6147K bytes of memory.
    4 Gigabit Ethernet interfaces
    32768K bytes of non-volatile configuration memory.
    4194304K bytes of physical memory.
    7798783K bytes of eUSB flash at bootflash:.
             --- System Configuration Dialog ---
    Would you like to enter the initial configuration dialog? [yes/no]: no
    Press RETURN to get started!
    *Dec 12 16:40:24.348: %ASR1000_RP_NV-3-NV_ACCESS_FAIL: Initial read of NVRAM contents failed
    *Dec 12 16:40:31.211: %LINK-3-UPDOWN: Interface Lsmpi0, changed state to up
    *Dec 12 16:40:31.211: %LINK-3-UPDOWN: Interface EOBC0, changed state to up
    *Dec 12 16:40:31.211: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0, changed state to up
    *Dec 12 16:40:31.212: %LINEPROTO-5-UPDOWN: Line protocol on Interface LI-Null0, changed state to up
    *Dec 12 16:40:31.212: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to down
    *Dec 12 16:40:31.212: %LINK-3-UPDOWN: Interface LIIN0, changed state to up
    *Dec 12 16:40:31.350: %NETCLK-5-NETCLK_MODE_CHANGE: Network clock source not available. The network clock has changed to freerun
    *Dec 12 16:40:31.440: %ASR1000_MGMTVRF-6-CREATE_SUCCESS_INFO: Management vrf Mgmt-intf created with ID 1, ipv4 table-id 0x1, ipv6 table-id 0x1E000001
    *Dec 12 16:40:31.715: %DYNCMD-7-PKGINT_INSTALLED: The command package 'platform_trace' has been succesfully installed
    *Dec 12 16:40:33.429: %LINEPROTO-5-UPDOWN: Line protocol on Interface Lsmpi0, changed state to up
    *Dec 12 16:40:33.430: %LINEPROTO-5-UPDOWN: Line protocol on Interface EOBC0, changed state to up
    *Dec 12 16:40:33.430: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to down
    *Dec 12 16:40:33.430: %LINEPROTO-5-UPDOWN: Line protocol on Interface LIIN0, changed state to up
    *Dec 12 16:40:23.540: %IOSXE-5-PLATFORM: R0/0: xinetd[32286]: xinetd Version 2.3.14 started with no options compiled in.
    *Dec 12 16:40:23.554: %IOSXE-5-PLATFORM: R0/0: xinetd[32286]: Started working: 1 available service
    *Dec 12 16:40:34.225: %DYNCMD-7-CMDSET_LOADED: The Dynamic Command set has been loaded from the Shell Manager
    *Dec 12 16:40:58.021: %LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to administratively down
    *Dec 12 16:40:58.022: %LINK-5-CHANGED: Interface GigabitEthernet0/0/1, changed state to administratively down
    *Dec 12 16:40:58.022: %LINK-5-CHANGED: Interface GigabitEthernet0/0/2, changed state to administratively down
    *Dec 12 16:40:58.023: %LINK-5-CHANGED: Interface GigabitEthernet0/0/3, changed state to administratively down
    *Dec 12 16:40:58.023: %LINK-5-CHANGED: Interface GigabitEthernet0, changed state to administratively down
    *Dec 12 16:40:59.021: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
    *Dec 12 16:40:59.022: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/1, changed state to down
    *Dec 12 16:40:59.022: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/2, changed state to down
    *Dec 12 16:40:59.023: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/3, changed state to down
    *Dec 12 16:41:02.525: %ASR1000_OIR-6-REMSPA: SPA removed from subslot 0/0, interfaces disabled
    *Dec 12 16:41:02.527: %SPA_OIR-6-OFFLINECARD: SPA (4XGE-BUILT-IN) offline in subslot 0/0
    *Dec 12 16:41:02.531: %ASR1000_OIR-6-INSCARD: Card (fp) inserted in slot F0
    *Dec 12 16:41:02.532: %ASR1000_OIR-6-INSCARD: Card (cc) inserted in slot 0
    *Dec 12 16:41:02.532: %ASR1000_OIR-6-ONLINECARD: Card (cc) online in slot 0
    *Dec 12 16:41:02.536: %ASR1000_OIR-6-INSSPA: SPA inserted in subslot 0/0
    *Dec 12 16:41:02.743: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, IOS-XE Software (PPC_LINUX_IOSD-ADVENTERPRISEK9-M), Version 15.1(3)S1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Sat 08-Oct-11 01:16 by mcpre
    *Dec 12 16:41:05.577: %SPA_OIR-6-ONLINECARD: SPA (4XGE-BUILT-IN) online in subslot 0/0
    Router>
    Router>en
    Router#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)#in
    Router(config)#int
    Router(config)#interface lo
    Router(config)#interface loo
    Router(config)#interface loopback 0
    Router(config-if)#ip ad
    Router(config-if)#ip address 19
    *Dec 12 16:42:04.778: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up2.1
    Router(config-if)#ip address 192.168.0.1 255.255.255.0
    Router(config-if)#exit
    Router(config)#exit
    Router#sho
    Router#show run
    Router#show running-config int
    Router#show running-config interface 
    *Dec 12 16:42:18.204: %SYS-5-CONFIG_I: Configured from console by consolelo
    Router#show running-config interface lo0
    Router#show running-config interface loo
    Router#show running-config interface loopback 0
    Building configuration...
    Current configuration : 65 bytes
    interface Loopback0
     ip address 192.168.0.1 255.255.255.0
    end
    Router#ping 192.168.0.1
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds:
    Success rate is 0 percent (0/5)
    Router#sho
    Router#show in
    Router#show in
    Router#show inte
    Router#show interfaces lo
    Router#show interfaces loo
    Router#show interfaces loopback 0
    Loopback0 is up, line protocol is up 
      Hardware is Loopback
      Internet address is 192.168.0.1/24
      MTU 1514 bytes, BW 8000000 Kbit/sec, DLY 5000 usec, 
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation LOOPBACK, loopback not set
      Keepalive set (10 sec)
      Last input never, output never, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/0 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         Received 0 broadcasts (0 IP multicasts)
         0 runts, 0 giants, 0 throttles 
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
         0 packets output, 0 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 unknown protocol drops
         0 output buffer failures, 0 output buffers swapped out
    Router# 
    Router#
    *Dec 12 16:43:06.922: %TRANSCEIVER-6-INSERTED: SIP0/0: transceiver module inserted in GigabitEthernet0/0/0
    Router#sho
    Router#show run
    Router#show running-config in
    Router#show running-config interface gi0/0/
    % Incomplete command.
    Router#show running-config interface gi0/0 
    % Incomplete command.
    Router#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)#in
    Router(config)#int
    Router(config)#interface gi0/0
    % Incomplete command.
    Router(config)#interface gi0/0/0
    Router(config-if)#no shu
    Router(config-if)#no shutdown 
    Router(config-if)#ip ad
    Router(config-if)#ip address 192.1
    *Dec 12 16:43:44.764: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/0, changed state to down68.2.
    *Dec 12 16:43:43.813: %LINK-3-UPDOWN: SIP0/0: Interface GigabitEthernet0/0/0, changed state to down1
    *Dec 12 16:43:47.440: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/0, changed state to up
    *Dec 12 16:43:46.437: %LINK-3-UPDOWN: SIP0/0: Interface GigabitEthernet0/0/0, changed state to up 
    *Dec 12 16:43:48.440: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
    Router(config-if)#ip address 192.168.2.1 255.255.255.0
    Router(config-if)#exit
    Router(config)#exit
    Router#sho
    Router#show run
    Router#show running-config int
    Router#show running-config interface 
    *Dec 12 16:43:56.015: %SYS-5-CONFIG_I: Configured from console by consolegi
    Router#show running-config interface gigabitEthernet 0/0/0
    Building configuration...
    Current configuration : 94 bytes
    interface GigabitEthernet0/0/0
     ip address 192.168.2.1 255.255.255.0
     negotiation auto
    end
    Router#ping 192.168.2.2
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
    Success rate is 0 percent (0/5)
    Router#sho
    Router#show in
    Router#show inte
    Router#show interfaces gi
    Router#show interfaces gigabitEthernet 0/0/0
    GigabitEthernet0/0/0 is up, line protocol is up 
      Hardware is 4XGE-BUILT-IN, address is 8843.e100.7300 (bia 8843.e100.7300)
      Internet address is 192.168.2.1/24
      MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, 
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Keepalive not supported 
      Full Duplex, 1000Mbps, link type is auto, media type is LX
      output flow-control is off, input flow-control is off
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input never, output 00:00:27, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         17 packets input, 2015 bytes, 0 no buffer
         Received 0 broadcasts (0 IP multicasts)
         0 runts, 0 giants, 0 throttles 
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog, 17 multicast, 0 pause input
         0 packets output, 0 bytes, 0 underruns
         0 output errors, 0 collisions, 4 interface resets
         0 unknown protocol drops
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 pause output
         0 output buffer failures, 0 output buffers swapped out
    Router#sho
    Router#show pl
    Router#show platform 
    Chassis type: ASR1002             
    Slot      Type                State                 Insert time (ago) 
    0         ASR1002-SIP10       ok                    00:06:40      
     0/0      4XGE-BUILT-IN       ok                    00:03:56      
    R0        ASR1002-RP1         ok, active            00:06:40      
    F0                            unknown               00:06:40      
    P0        ASR1002-PWR-AC      ok                    00:05:28      
    P1        ASR1002-PWR-AC      ps, fail              00:05:28      
    Slot      CPLD Version        Firmware Version                        
    0         07120202            12.2(33r)XNC                        
    R0        08011017            12.2(33r)XNC                        
    F0        N/A                 N/A                                 
    Router#
    System Bootstrap, Version 12.2(33r)XNC, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 2009 by cisco Systems, Inc.
    Current image running: Boot ROM0
    Last reset cause: PowerOn
    Last reset at: Fri Dec 12 16:48:51 UTC 2014
    ASR1002-RP1 platform with 4194303 Kbytes of main memory
    Warning: filesystem is not clean
    Located asr1000rp1-adventerprisek9.03.04.01.S.151-3.S1.bin 
    Image size 312873272 inode num 13, bks cnt 76386 blk size 8*512
    Boot image size = 312873272 (0x12a61138) bytes
    Missing or illegal ip address for variable DEFAULT_GATEWAY
    Using midplane macaddr
    Missing or illegal ip address for variable IP_ADDRESS
    Missing or illegal ip address for variable IP_SUBNET_MASK
    Package header rev 0 structure detected
    Calculating SHA-1 hash...done
    validate_package: SHA-1 hash:
            calculated 61d80af0:032b96a1:6b3b2b5c:667f969a:ad8e4c9f
            expected   61d80af0:032b96a1:6b3b2b5c:667f969a:ad8e4c9f
    Image validated
    %IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (rp/0): bootflash contained errors which were auto-corrected.
                  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, IOS-XE Software (PPC_LINUX_IOSD-ADVENTERPRISEK9-M), Version 15.1(3)S1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Sat 08-Oct-11 01:16 by mcpre
    Cisco IOS-XE software, Copyright (c) 2005-2011 by cisco Systems, Inc.
    All rights reserved.  Certain components of Cisco IOS-XE software are
    licensed under the GNU General Public License ("GPL") Version 2.0.  The
    software code licensed under GPL Version 2.0 is free software that comes
    with ABSOLUTELY NO WARRANTY.  You can redistribute and/or modify such
    GPL code under the terms of GPL Version 2.0.  For more details, see the
    documentation or "License Notice" file accompanying the IOS-XE software,
    or the applicable URL provided on the flyer accompanying the IOS-XE
    software.
    % failed to initialize nvram
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco ASR1002 (2RU) processor with 1700171K/6147K bytes of memory.
    4 Gigabit Ethernet interfaces
    32768K bytes of non-volatile configuration memory.
    4194304K bytes of physical memory.
    7798783K bytes of eUSB flash at bootflash:.
             --- System Configuration Dialog ---
    Would you like to enter the initial configuration dialog? [yes/no]: 
    % Please answer 'yes' or 'no'.
    Would you like to enter the initial configuration dialog? [yes/no]: 
    % Please answer 'yes' or 'no'.
    Would you like to enter the initial configuration dialog? [yes/no]: no
    Press RETURN to get started!
    *Dec 12 16:52:16.032: %ASR1000_RP_NV-3-NV_ACCESS_FAIL: Initial read of NVRAM contents failed
    *Dec 12 16:52:24.113: %LINK-3-UPDOWN: Interface Lsmpi0, changed state to up
    *Dec 12 16:52:24.114: %LINK-3-UPDOWN: Interface EOBC0, changed state to up
    *Dec 12 16:52:24.114: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0, changed state to up
    *Dec 12 16:52:24.115: %LINEPROTO-5-UPDOWN: Line protocol on Interface LI-Null0, changed state to up
    *Dec 12 16:52:24.11
    Router>5: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to down
    *Dec 12 16:52:24.115: %LINK-3-UPDOWN: Interface LIIN0, changed state to up
    *Dec 12 16:52:24.361: %NETCLK-5-NETCLK_MODE_CHANGE: Network clock source not available. The network clock has changed to freerun
    *Dec 12 16:52:24.656: %ASR1000_MGMTVRF-6-CREATE_SUCCESS_INFO: Management vrf Mgmt-intf created with ID 1, ipv4 table-id 0x1, ipv6 table-id 0x1E000001
    *Dec 12 16:52:25.151: %LINEPROTO-5-UPDOWN: Line protocol on Interface Lsmpi0, changed state to up
    *Dec 12 16:52:25.152: %LINEPROTO-5-UPDOWN: Line protocol on Interface EOBC0, changed state to up
    *Dec 12 16:52:25.152: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to down
    *Dec 12 16:52:25.152: %LINEPROTO-5-UPDOWN: Line protocol on Interface LIIN0, changed state to up
    *Dec 12 16:52:25.546: %DYNCMD-7-PKGINT_INSTALLED: The command package 'platform_trace' has been succesfully installed
    *Dec 12 16:52:28.680: %DYNCMD-7-CMDSET_LOADED: The Dynamic Command set has been loaded from the Shell Manager
    *Dec 12 16:52:15.830: %IOSXE-5-PLATFORM: R0/0: xinetd[31943]: xinetd Version 2.3.14 started with no options compiled in.
    *Dec 12 16:52:15.844: %IOSXE-5-PLATFORM: R0/0: xinetd[31943]: Started working: 1 available service
    *Dec 12 16:52:50.090: %LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to administratively down
    *Dec 12 16:52:50.091: %LINK-5-CHANGED: Interface GigabitEthernet0/0/1, changed state to administratively down
    *Dec 12 16:52:50.091: %LINK-5-CHANGED: Interface GigabitEthernet0/0/2, changed state to administratively down
    *Dec 12 16:52:50.091: %LINK-5-CHANGED: Interface GigabitEthernet0/0/3, changed state to administratively down
    *Dec 12 16:52:50.092: %LINK-5-CHANGED: Interface GigabitEthernet0, changed state to administratively down
    *Dec 12 16:52:51.090: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
    *Dec 12 16:52:51.091: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/1, changed state to down
    *Dec 12 16:52:51.092: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/2, changed state to down
    *Dec 12 16:52:51.092: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/3, changed state to down
    *Dec 12 16:52:57.608: %ASR1000_OIR-6-REMSPA: SPA removed from subslot 0/0, interfaces disabled
    *Dec 12 16:52:57.609: %SPA_OIR-6-OFFLINECARD: SPA (4XGE-BUILT-IN) offline in subslot 0/0
    *Dec 12 16:52:57.613: %ASR1000_OIR-6-INSCARD: Card (cc) inserted in slot 0
    *Dec 12 16:52:57.613: %ASR1000_OIR-6-ONLINECARD: Card (cc) online in slot 0
    *Dec 12 16:52:57.615: %ASR1000_OIR-6-INSSPA: SPA inserted in subslot 0/0
    *Dec 12 16:52:57.819: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, IOS-XE Software (PPC_LINUX_IOSD-ADVENTERPRISEK9-M), Version 15.1(3)S1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Sat 08-Oct-11 01:16 by mcpre
    *Dec 12 16:53:00.828: %SPA_OIR-6-ONLINECARD: SPA (4XGE-BUILT-IN) online in subslot 0/0
    Router>en
    Router#sho
    Router#show pla
    Router#show platform 
    Chassis type: ASR1002             
    Slot      Type                State                 Insert time (ago) 
    0         ASR1002-SIP10       ok                    00:02:40      
     0/0    

    Are you able to download and install other applications for your Mac?
    Try following along with this Apple doc -> Troubleshooting iTunes installation on Mac OS X

Maybe you are looking for

  • Errors Installing on Windows Vista

    It looked like Flex Builder 3 installed correctly on my new Windows Vista machine, but then I go to run the program (Adobe Flex Builder 3) as an administrator, see the black splash screen come up, but then receive the following message: FlexBuilder [

  • Using the Pen tool to create a shape with equal sides?

    I am new to working with the Pen tool and started drawing a rounded button (I know I can easily do this with the rounded rectangle, I'm just practicing to learn the Pen), I draw the top horizontal line and start the curve going down the right side. H

  • Using IWEB for .mac homepage/photo gallery

    I have Ilife '08 and am trying to marry the web page created in Iweb ('08) with my (older) .mac account (where my photo gallery resides). How does one connect the beautiful IWEB '08 web page templates with one's separate photo gallery on .mac (which

  • IPhoto 08 crashes when exporting to another volume

    iPhoto continually crashes (closes unexpectedly) on exporting to another volume. Sometimes the photo is exported and then crashes - at others the photo is not saved but crashes. The most photos I have been able to edit and export in a row is 12! I ha

  • GRN OUTPUT

    Hi all How to make message output type default in message of Material document to take print out of GRN in mb90 kindly suggest Thanks Rajesh