No Optimisation of MS-OLAP traffic

         I am running  WAAS 4.3.3 and I am seeing MS-OLAP traffic in the classifier, but there is no Optimisation, is this nornal          Connection Details
Source:
172.16.121.11:49460
Destination:
172.16.5.172:2383
Peer WAE:
CHIWAD01
Peer Device ID:
00:14:5e:a4:f1:6c
Duration:
6:3:55
Policy
Applied:
TFO
Configured:
TFO
Negotiated:
TFO
Peer Configured:
TFO
Accelerators:
Classifier
Classifier:
MS-OLAP
Application:
SQL
Map:
basic
Traffic Statistics
Original
Optimized
Read :
42 KB
169 KB
Write :
169 KB
42 KB
Total :
211 KB
211 KB
Percentage Compression:
Effective Capacity:

Hi Tsvyatko,
Have you tried to use the laptop as the client?
Please use the laptop as the client, then try to copy a file from the sharing host to client.
If the network speed is normal, it should be a issue of the handheld devices.
If the network speed is still low, please try to use the command below to disable hardware offload.
netsh int tcp set global chimney=disabled
Besides, wireless network speed depends on a lot of things, such as wireless NIC firmware, wireless interference, transmitted power, signal intensity and so on. Please purchase a AP and use it to share the wireless network.
Best Regards.
Steven Lee
TechNet Community Support

Similar Messages

  • ORA-36836 about cube dimensionality ???

    Hi there,
    I've been trying lately to use AWM to build an OLAP cube based on some sample data I have related to phone communications. Up to now I've been able although painfuly to build four dimensions (date/time, a-number, b-number, exit cause) and a cube with measures "number of calls" and "total call duration". Currently everything seems to load correctly (dimensions and cube), however when I try to view the cube data I get the following message :
    ORA-36836: The dimensionality of object OLAP.TRAFFIC is different than the view token
    This doesn't make any sense to me, and I've not been able to find any explanation on the web, except for those two lines :
    Cause: The dimensionality of the cube does not match the view token
    Action: Check view token for unrelated hierarchies clauses
    Well the remedy looks even worse than the disease, since this is even less understandable than the former.
    Does anyone has a clue about what might be wrong here, or what to do to go forward ?
    I'm using the free Oracle 11g on CentOS, I guess this must be the XE edition, and AWM was part of Oracle Client on Windows XP. This piece of software seems to be riddle with bugs, data not updating properly after changes, objects only partly deleted after a delete command, lots of "uncommitable" and java exceptions of all kinds... I've had several times to totally delete the whole aw and restart from scratch because AWM would not finish deleting some dimension of attribute. A real pain in the neck. Is this related to the fact that I'm using a free version and don't have access to patches ? Well I really wonder how can anyone do some serious development with this tool. Or am I missing something ?
    Thanks for your help,
    Christian

    Hi again Stuart and all,
    I'm back after some patching... :-) I've applied the following patches to my installation :
    On the server side patches 7375639 (Oracle Critical Patch Update October 2008) and 6992921 (OLAP B PATCH FOR 11.1.0.6).
    On the client side I've upgraded to AWM 11.1.0.7.0A
    And ... tadadam ... I still have the same error message after recreating the whole workspace from scratch :-(
    Here is a transcript of the error message I get :
    [edit many similar lines]
    oracle.dss.dataSource.common.OLAPException: BIB-9009 Oracle OLAP could not create cursor.
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-36836: The dimensionality of object OLAP.TRAFFIC is different than the view token
    ORA-06512: at "SYS.GENCURSORMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-36836: The dimensionality of object OLAP.TRAFFIC is different than the view token
    ORA-06512: at "SYS.GENCURSORMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    at oracle.dss.dataSource.common.QueryDataDirector.addDataDirectorListener(QueryDataDirector.java:795)
    at oracle.dss.dataView.ModelAdapter.setDataDirector(ModelAdapter.java:173)
    at oracle.dss.crosstab.CrosstabModelAdapter.setDataSource(CrosstabModelAdapter.java:54)
    at oracle.dss.dataView.Dataview.setDataSource(Dataview.java:396)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.getCrosstab(Unknown Source)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showCrosstab(Unknown Source)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showData(Unknown Source)
    [edit many similar lines]
    I'm able to display the dimension views and the cube view and they "look" ok, but I get this error when I right-click to "View data <MY CUBE>..." or "View data <ONE OF THE MEASURES>..."
    So it looks like there's something in the way my data is wrapped up that really bothers the Oracle OLAP engine. What I'm trying to do is to migrate a cube that works on Mondrian to Oracle OLAP, so it means the problem is probably related to some specific requirement that the Oracle OLAP engine imposes on the way the data is presented.
    In any case the error messages are totally meaningless to me. Does anyone has an idea what the "view token" is ?
    Thanks a lot for your help,
    Christian

  • Slow cube request

    Hi there again,
    well I eventually managed to get my OLAP cube done, I can now play with it in Answers, so things are moving forward. However I now seem to have a performance problem when building views in Answers. A view typically requires about one minute to compute, this seems very much to me, knowing that the initial fact table upon which the cube is built has only 200k rows.
    Here is for instance the text of an SQL query submitted to the Oracle 11g server by Answers, which returns ten rows in about one minute:
    =================================================
    SELECT t1936.sh_long_description AS c5, t1936.cd_long_description AS c6,
    t1936.bl_long_description AS c7
    FROM exitcs_view t1992,
    dttm_view t1968,
    bnumber_view t1936,
    anumber_view t1904,
    traffic_view t2001
    WHERE ( t1936.dim_key = t2001.bnumber
    AND t1904.dim_key = t2001.anumber
    AND t1968.dim_key = t2001.dttm
    AND t1904.level_name = N'SH'
    AND t1936.cd_long_description = N'212'
    AND t1936.level_name = N'BL'
    AND t1936.sh_long_description = N'SHORT'
    AND t1968.level_name = N'ALLDT'
    AND t1992.dim_key = t2001.exitcs
    AND t1992.level_name = N'ALLCS'
    =================================================
    and the resulting autotrace info :
    =================================================
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)|Time |
    | 0 | SELECT STATEMENT | | 1 | 100 | 29 (0)|00:00:01 |
    | 1 | JOINED CUBE SCAN PARTIAL OUTER| | | | | |
    | 2 | CUBE ACCESS | TRAFFIC | | | | |
    | 3 | CUBE ACCESS | ANUMBER | | | | |
    | 4 | CUBE ACCESS | BNUMBER | | | | |
    | 5 | CUBE ACCESS | DTTM | | | | |
    |* 6 | CUBE ACCESS | EXITCS | 1 | 100 | 29 (0)|00:00:01 |
    Predicate Information (identified by operation id):
    6 - filter(SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),31,32,2))=U'SH' AND
    SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),24,25,2))=U'212' AND
    SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),15,16,2))=U'BL' AND
    SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),23,24,2))=U'SHORT' AND
    SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),55,56,2))=U'ALLDT' AND
    SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),5,6,2))=U'ALLCS')
    Statistics
    8176 recursive calls
    1580 db block gets
    5195 consistent gets
    856 physical reads
    258396 redo size
    542 bytes sent via SQL*Net to client
    360 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    79 sorts (memory)
    0 sorts (disk)
    10 rows processed
    =================================================
    and trace :
    =================================================
    call count cpu elapsed disk query current rows
    Parse 1 0.08 0.11 3 766 298 0
    Execute 1 0.00 0.00 2 15 0 0
    Fetch 2 61.84 61.96 1 795 0 10
    total 4 61.93 62.08 6 1576 298 10
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 90
    Rows Row Source Operation
    10 JOINED CUBE SCAN (cr=965 pr=3 pw=0 time=0 us cost=29 size=100 card=1)
    =================================================
    Can somebody spot a problem here ? My understanding is that these kind of requests against the dimensions of a cube should be almost instantaneous, however it feels like here the server is doing a "full table scan" of some sort.
    Thanks again,
    Christian

    Hi there,
    here is a trace of a long query (more than 1 minute):
    BTW The Time column in the execution plan looks wrong, is it ok ?
    SQL> exec dbms_aw.execute('dotf ''MY_DIR/limits.log'' ');
    PL/SQL procedure successfully completed.
    SQL> select T1992.CS_LONG_DESCRIPTION as c1,
      2       T1936.NUMTYP as c2,
      3       sum(T2001.CALLS) as c3
      4  from
      5       EXITCS_VIEW T1992,
      6       DTTM_VIEW T1968,
      7       BNUMBER_VIEW T1936,
      8       ANUMBER_VIEW T1904,
      9       TRAFFIC_VIEW T2001
    10  where  ( T1936.DIM_KEY = T2001.BNUMBER and T1904.DIM_KEY = T2001.ANUMBER
    and T1968.DIM_KEY = T2001.DTTM and T1904.LEVEL_NAME = N'ALLNUM' and
    T1936.LEVEL_NAME = N'BL' and T1968.LEVEL_NAME = N'ALLDT' and
    T1992.ALLCS_LONG_DESCRIPTION = N'ALL' and T1992.DIM_KEY = T2001.EXITCS and
    T1992.LEVEL_NAME = N'CS' )
    11  group by T1936.NUMTYP, T1992.CS_LONG_DESCRIPTION
    12  order by c1, c2;
    Cause01                                                      EMERGENCY                     1                                       
    Cause01                                                      FIXED                       801                                       
    ..........  cut some more result lines  ..........
    CauseTC3                                                     MOBILE                     1503                                       
    CauseTC6                                                     MOBILE                     2634                                       
    63 rows selected.
    Execution Plan
    Plan hash value: 335363548                                                                                                         
    | Id  | Operation                       | Name    | Rows  | Bytes | Cost (%CPU)| Time     |                                        
    |   0 | SELECT STATEMENT                |         |     1 |    29 | 37908 (100)| 00:07:35 |                                        
    |   1 |  SORT GROUP BY                  |         |     1 |    29 | 37908 (100)| 00:07:35 |                                        
    |   2 |   JOINED CUBE SCAN PARTIAL OUTER|         |       |       |            |          |                                        
    |   3 |    CUBE ACCESS                  | TRAFFIC |       |       |            |          |                                        
    |   4 |    CUBE ACCESS                  | ANUMBER |       |       |            |          |                                        
    |   5 |    CUBE ACCESS                  | BNUMBER |       |       |            |          |                                        
    |   6 |    CUBE ACCESS                  | DTTM    |       |       |            |          |                                        
    |*  7 |    CUBE ACCESS                  | EXITCS  |     1 |    29 | 37907 (100)| 00:07:35 |                                        
    Predicate Information (identified by operation id):                                                                                
       7 - filter(SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),16,17,2))=U'ALLNUM' AND                                                          
                  SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),33,34,2))=U'BL' AND                                                              
                  SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),50,51,2))=U'ALLDT' AND                                                           
                  SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),8,9,2))=U'ALL' AND                                                               
                  SYS_OP_C2C(SYS_OP_ATG(VALUE(KOKBF$),5,6,2))=U'CS')                                                                   
    Statistics
           2119  recursive calls                                                                                                       
           1289  db block gets                                                                                                         
           6289  consistent gets                                                                                                       
             12  physical reads                                                                                                        
         286928  redo size                                                                                                             
           1966  bytes sent via SQL*Net to client                                                                                      
            404  bytes received via SQL*Net from client                                                                                
              6  SQL*Net roundtrips to/from client                                                                                     
             20  sorts (memory)                                                                                                        
              0  sorts (disk)                                                                                                          
             63  rows processed                                                                                                        
    SQL> exec dbms_aw.execute('dotf eof');
    PL/SQL procedure successfully completed.
    SQL> quitThe limits.log file doesn't seem to provide a lot of information:
    11/28/08 12:29:44.027 ->AW DETACH MOC
    11/28/08 12:29:44.041 ->push OLAP.MOC!EXITCS, OLAP.MOC!ANUMBER, OLAP.MOC!BNUMBER, OLAP.MOC!DTTM
    11/28/08 12:29:44.045 ->pop OLAP.MOC!EXITCS, OLAP.MOC!ANUMBER, OLAP.MOC!BNUMBER, OLAP.MOC!DTTM
    11/28/08 12:31:07.520 ->AW DETACH MOC
    11/28/08 12:31:07.743 ->AW DETACH MOC
    11/28/08 12:31:07.751 ->AW DETACH MOC
    11/28/08 12:31:21.214 ->dotf eofThe trace file is large, however the timeline might help the trained eye pin-point the culprit. It starts with the following lines intermixed with a lot of other classical tkprof things:
    11/28/2008 12:29:33 OLAP - Constructing 19 modules
    11/28/2008 12:29:33 OLAP -   Constructing xsmemmgr ord=2000
    11/28/2008 12:29:33 OLAP -   Constructing xsexcept ord=3000
    11/28/2008 12:29:33 OLAP -   Constructing xsstack ord=4000
    11/28/2008 12:29:33 OLAP -   Constructing xsics ord=5000
    11/28/2008 12:29:33 OLAP -   Constructing xsiomgr ord=6000
    11/28/2008 12:29:33 OLAP -   Constructing xspgmgr ord=7000
    11/28/2008 12:29:33 OLAP -   Constructing xssqlout ord=7498
    11/28/2008 12:29:33 OLAP -   Constructing xseng ord=8000
    11/28/2008 12:29:33 OLAP -   Constructing xsaggr ord=9000
    11/28/2008 12:29:33 OLAP -   Constructing xstf ord=11000
    11/28/2008 12:29:33 OLAP - Done Constructing
    11/28/2008 12:29:33 OLAP - Constructing 19 workspaces
    11/28/2008 12:29:33 OLAP -   Constructing xscbm ord=1500 ws idx=1 sz=40
    11/28/2008 12:29:33 OLAP -   Constructing xsmemmgr ord=2000 ws idx=7 sz=24
    11/28/2008 12:29:33 OLAP -   Constructing xsexcept ord=3000 ws idx=3 sz=96
    11/28/2008 12:29:33 OLAP -   Constructing xsstack ord=4000 ws idx=11 sz=24
    11/28/2008 12:29:33 OLAP -   Constructing xsics ord=5000 ws idx=4 sz=480
    11/28/2008 12:29:33 OLAP -   Constructing xsiomgr ord=6000 ws idx=5 sz=248
    11/28/2008 12:29:33 OLAP -   Constructing xspgmgr ord=7000 ws idx=8 sz=984
    11/28/2008 12:29:33 OLAP -   Constructing xssqlout ord=7498 ws idx=10 sz=72
    11/28/2008 12:29:33 OLAP -   Constructing xseng ord=8000 ws idx=2 sz=1464
    11/28/2008 12:29:33 Engine - OLAP LMS memory check enabled.
    11/28/2008 12:29:33 OLAP -   Constructing xsaggr ord=9000 ws idx=0 sz=24
    11/28/2008 12:29:33 OLAP -   Constructing xstf ord=11000 ws idx=12 sz=48
    11/28/2008 12:29:33 OLAP -   Constructing xsfin ord=32768 ws idx=17 sz=344
    11/28/2008 12:29:33 OLAP -   Constructing xsdfn ord=32768 ws idx=16 sz=1760
    11/28/08 12:29:33.890 [ DynPagePool] grew by 56KB to 56KB
    11/28/2008 12:29:33 OLAP -   Constructing xslmt ord=32768 ws idx=15 sz=120
    11/28/2008 12:29:33 OLAP -   Constructing xsilp ord=32768 ws idx=14 sz=448
    11/28/2008 12:29:33 OLAP -   Constructing xsix ord=32768 ws idx=13 sz=432
    11/28/2008 12:29:33 OLAP -   Constructing xsdmlcmd ord=32768 ws idx=18 sz=40
    11/28/2008 12:29:33 OLAP -   Constructing xsldolap ord=2147483647 ws idx=6 sz=24
    11/28/2008 12:29:33 OLAP -   Constructing xssnsr ord=2147483647 ws idx=9 sz=48
    11/28/2008 12:29:33 OLAP - Done Constructing workspaces wsArray=0x0x2b506dff3c58
    11/28/2008 12:29:33 OLAP - Initializing OLAP session
    =====================
    11/28/08 12:29:33.930 [ DynPagePool] grew by 56KB to 56KB
    11/28/08 12:29:33.931 [    MD Cache] Beginning cache initialization
    11/28/08 12:29:33.931 [ DynPagePool]   grew by 112KB to 224KB
    11/28/08 12:29:33.932 [    MD Cache]   Cache initialized
    11/28/2008 12:29:33 OLAP - Done initializing
    =====================
    11/28/08 12:29:43.942 [ DynPagePool]   grew by 42KB to 266KB
    11/28/08 12:29:43.944 [ DynPagePool]   grew by 49KB to 315KB
    11/28/08 12:29:43.945 [ DynPagePool]   grew by 63KB to 378KB
    11/28/08 12:29:43.947 [ DynPagePool]   grew by 70KB to 448KB
    11/28/08 12:29:43.949 [ DynPagePool]   grew by 84KB to 532KB
    11/28/08 12:29:44.005 [ DynPagePool]   grew by 42KB to 266KB
    11/28/08 12:29:44.006 [ DynPagePool]   grew by 49KB to 315KB
    11/28/08 12:29:44.006 [ DynPagePool]   grew by 63KB to 378KB
    11/28/08 12:29:44.007 [ DynPagePool]   grew by 70KB to 448KB
    11/28/08 12:29:44.008 [          AW] Done
    11/28/08 12:29:44.011 [ DynPagePool] grew by 105KB to 637KB
    11/28/08 12:29:44.013 [ DynPagePool] grew by 126KB to 763KB
    11/28/08 12:29:44.016 [ DynPagePool] grew by 147KB to 910KB
    11/28/08 12:29:44.019 [ DynPagePool] grew by 182KB to 1092KB
    11/28/08 12:29:44.022 [ DynPagePool] grew by 126KB to 763KB
    11/28/08 12:29:44.024 [ DynPagePool] grew by 217KB to 1309KB
    11/28/08 12:29:44.027 [    xsdimich] create hashtable hash:000000006E6D4DA8, size:0KB
    11/28/2008 12:29:44 XSQERST - xsqerAWPopStats - Statistics for OLAP_TABLE(OLAP.TRAFFIC) call :
               Compiled in 0.099 seconds
               Number of rows : 825037248
               Ave. row length : 29
    11/28/08 12:29:44.027 [          AW] Detaching MOC
    11/28/08 12:29:44.029 [     AgClean]   start aggmap=MOC!TRAFFIC_SOLVE_AGGMAP clean=memory
    11/28/08 12:29:44.029 [     AgClean]   finish clean=memory
    11/28/08 12:29:44.029 [     AgClean]   start aggmap=MOC!___AW_SOLVE_AGGMAP clean=memory
    11/28/08 12:29:44.029 [     AgClean]   finish clean=memory
    11/28/08 12:29:44.030 [          AW] Done
    =====================
    11/28/08 12:29:44.036 [          AW] Done
    11/28/08 12:29:44.036 [  GDILoopOpt] creating LOOP OPTIMIZED loop descriptor
    11/28/08 12:29:44.036 [    AgDangle]   start aggmap=MOC!TRAFFIC_SOLVE_AGGMAP
    11/28/08 12:29:44.036 [     AgClean]     start aggmap=MOC!TRAFFIC_SOLVE_AGGMAP clean=memory
    11/28/08 12:29:44.036 [     AgClean]     finish clean=memory
    11/28/08 12:29:44.036 [ DynPagePool]     grew by 259KB to 1568KB
    =====================
    11/28/08 12:29:44.040 [    AgDangle]   finish
    11/28/08 12:29:44.040 [     AgClean]   start aggmap=MOC!TRAFFIC_SOLVE_AGGMAP clean=session
    11/28/08 12:29:44.040 [     AgClean]   finish clean=session
    11/28/08 12:29:44.040 [  GDILoopOpt]   LOOP OPTIMIZED loop descriptor  constructed
    11/28/2008 12:29:44 XSAWQ - 47429368 xsawqPreprocess - 0 Inhier limits: 0.00000
    11/28/2008 12:29:44 XSAWQ - 47429368 xsawqPreprocess - 0 filter limits: 0.00000   0 f 0 g 0 s
    11/28/2008 12:29:44 XSQER - 47429368 xsqerInitLoopCtx - Loop Engine Init: 0.00362
    11/28/2008 12:29:44 XSAWQ - 47429368 xsawqOpenScan
    11/28/08 12:29:44.046 [    xsdimich] create hashtable hash:000000006E715230, size:0KB
    11/28/08 12:29:44.047 [    xsdimich] create hashtable hash:000000006E7150F8, size:0KB
    11/28/08 12:29:44.047 [    xsdimich] create hashtable hash:000000006E730838, size:0KB
    11/28/08 12:29:44.048 [    xsdimich] create hashtable hash:000000006E72D690, size:0KB
    11/28/08 12:29:44.049 [    xsdimich] create hashtable hash:000000006E72B590, size:0KB
    =====================then I have the following lines all by themselves, the server seems to spend quite some time allocating memory; most of the time is spend here (more than one minute):
    *** 2008-11-28 12:29:44.181
    11/28/08 12:29:44.181 [ DynPagePool] grew by 308KB to 1876KB
    *** 2008-11-28 12:29:49.365
    11/28/08 12:29:49.365 [ DynPagePool] grew by 371KB to 2247KB
    *** 2008-11-28 12:29:57.197
    11/28/08 12:29:57.197 [ DynPagePool] grew by 448KB to 2695KB
    *** 2008-11-28 12:30:07.081
    11/28/08 12:30:07.081 [ DynPagePool] grew by 539KB to 3234KB
    *** 2008-11-28 12:30:18.994
    11/28/08 12:30:18.994 [ DynPagePool] grew by 644KB to 3878KB
    *** 2008-11-28 12:30:33.931
    11/28/08 12:30:33.931 [ DynPagePool] grew by 770KB to 4648KB
    *** 2008-11-28 12:30:56.482
    11/28/08 12:30:56.482 [   Aggregate] start func=1 vars=1
    =====================then I have a lot of lines like these ones, which amount to about 10s :
    11/28/08 12:30:56.488 [   Aggregate] finish childsize=0
    11/28/08 12:30:56.488 [   Aggregate] start func=1 vars=1
    11/28/08 12:30:56.488 [   Aggregate] finish childsize=0
    11/28/08 12:30:56.488 [   Aggregate] start func=1 vars=1
    11/28/08 12:30:56.488 [   Aggregate] finish childsize=0
    11/28/08 12:30:56.488 [   Aggregate] start func=1 vars=1
    11/28/08 12:30:56.488 [   Aggregate] finish childsize=0
      ........ cut lots of similar lines  .........
    11/28/08 12:31:07.241 [   Aggregate] finish childsize=0
    11/28/08 12:31:07.241 [   Aggregate] start func=1 vars=1
    11/28/08 12:31:07.241 [   Aggregate] finish childsize=0
    11/28/08 12:31:07.241 [   Aggregate] start func=1 vars=1
    11/28/08 12:31:07.241 [   Aggregate] finish childsize=0
    11/28/2008 12:31:07 XSAWQ - 47429368 xsawqCloseScan: 83.46450  9.93485 loop  47.16872 fetch  16058020 read  1070 retd
                                                 Paging: 1147604 hits  60137 misses  33922992 pgpoolsz
                                                 Cache.: 0 success  0 failure  0 precompute  0 calcs
    ...  cut some FETCH/WAIT lines .....
    11/28/2008 12:31:07 XSQER - 47429368 xsqerAWFreeResources - AWHT END
                                     Total Partition time: 83.48887  16058020 rows
                                     Lookup time.........: 0.00000  0 rows
                                     Filter time.........: 9.98096
    11/28/08 12:31:07.520 [   CCCovStat] CCITerm vcount=56782
    11/28/08 12:31:07.520 [          AW] Detaching MOC
    11/28/08 12:31:07.522 [     AgClean]   start aggmap=MOC!TRAFFIC_SOLVE_AGGMAP clean=memory
    11/28/08 12:31:07.522 [     AgClean]   finish clean=memory
    11/28/08 12:31:07.522 [     AgClean]   start aggmap=MOC!___AW_SOLVE_AGGMAP clean=memory
    11/28/08 12:31:07.522 [     AgClean]   finish clean=memory
    11/28/08 12:31:07.523 [          AW] Doneafter which I guess the request is finished.
    Well I hope this blob might help someone figuring out what's going wrong here. I'm willing to provide any additional information as needed. Thanks again to all for your support.
    Christian

  • Help! Ent - 06955 "Cube name does not exist in OLAP schema"

    I get this error when I try to view data from a cube or dimension.
    From what I've searched, I have to deploy the objects to catalog, which I have done, but still I get the error. I'm stuck with this for 1 and half days...
    Any ideas?
    Regards,
    M.

    Hi,
    I have found some interseting info for you from this forum:
    This is more of an OWB question rather than OLAP specific. But there are some steps you must perform with OWB before you can view the data.
    1) Design the dimension - create the levels, hierarchies and attributes
    2) Storage mode - decide if you want to create a ROLAP or MOLAP dimension
    3) Deploy the dimension - if you opted for a ROLAP model this will create a table and a dimension object to be used by the optimiser for query rewrite. If you opted for MOLAP this will create an analytic workspace (you should see a table called AW$xxxxxxx in your target schema) and within that AW will be your dimension.
    4) Populate dimension - before you view data you must create a mapping to move data from your source table into the target dimension. Then you must deploy the mapping and finally execute the mapping to load data into the dimension.
    I would check your deployment log as I suspect you have some errors during deployment and the object has not been deployed. Personally, I find the best way to deploy objects is via Control Center rather than using the right mouse click menu options in Design Center.
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html
    Next question - do you have all the required patchsets in place to support OLAP? If you are using 10gR2 (which you really should be when using OLAP) you will need 10..2.0.3 + OLAP A patch or 10.2.0.4.
    Hope this info. will help you.
    Mandi

  • Converting a laptop into a MAME cabinet: Looking for optimisation.

    Hello everyone!
    I recently turned an old laptop into a MAME arcade cabinet.
    So far I only have the laptop working with MAME able to play games. I will build the cabinet from scratch once I have fully optimised the laptop.
    Let me explain all of this in details.
    First of all, I got motivated with this video of someone making a MAME arcade cabinet out of an old computer and something that looks like an empty Neo-Geo arcade cabinet.
    https://www.youtube.com/watch?v=sd9j6nGUCvU
    While the idea seems really nice, using FreeDOS (or any DOS operating system) really bothers me.
    Since, in the video, DOS is used to boot really fast and have nearly nothing between MAME and the operating system, there's no reason not to use GNU/Linux to achieve the same goal.
    Some info about the computer
    cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 15
    model : 2
    model name : Mobile Intel(R) Pentium(R) 4 CPU 2.66GHz
    stepping : 9
    microcode : 0x1a
    cpu MHz : 2660.060
    cache size : 512 KB
    fdiv_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 2
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
    bogomips : 5322.79
    clflush size : 64
    cache_alignment : 128
    address sizes : 36 bits physical, 32 bits virtual
    power management:
    cat /proc/meminfo
    MemTotal: 494284 kB
    MemFree: 60016 kB
    Buffers: 25528 kB
    Cached: 366668 kB
    SwapCached: 0 kB
    Active: 125360 kB
    Inactive: 272224 kB
    Active(anon): 5596 kB
    Inactive(anon): 224 kB
    Active(file): 119764 kB
    Inactive(file): 272000 kB
    Unevictable: 0 kB
    Mlocked: 0 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 494284 kB
    LowFree: 60016 kB
    SwapTotal: 0 kB
    SwapFree: 0 kB
    Dirty: 192 kB
    Writeback: 0 kB
    AnonPages: 5400 kB
    Mapped: 13100 kB
    Shmem: 432 kB
    Slab: 30092 kB
    SReclaimable: 25728 kB
    SUnreclaim: 4364 kB
    KernelStack: 424 kB
    PageTables: 588 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    WritebackTmp: 0 kB
    CommitLimit: 247140 kB
    Committed_AS: 16896 kB
    VmallocTotal: 525048 kB
    VmallocUsed: 9432 kB
    VmallocChunk: 509092 kB
    HardwareCorrupted: 0 kB
    AnonHugePages: 0 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    HugePages_Surp: 0
    Hugepagesize: 4096 kB
    DirectMap4k: 15616 kB
    DirectMap4M: 491520 kB
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.10.10-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Aug 30 12:11:59 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000eedff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000eee00-0x00000000000eefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000000ef000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ef3ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000001ef40000-0x000000001ef4ffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000001ef50000-0x000000001effffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fedbffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffbfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe80000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: TOSHIBA Satellite Pro A40/Portable PC, BIOS Version 1.50 01/26/2004
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x1ef40 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-back
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FEDA0000 mask FFFFE0000 write-back
    [ 0.000000] 1 base 01F000000 mask FFF000000 uncachable
    [ 0.000000] 2 base 0FFF00000 mask FFFF00000 uncachable
    [ 0.000000] 3 base 000000000 mask FE0000000 write-back
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x1f000000-0xfed9ffff] usable ==> reserved
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x1e800000-0x1ebfffff]
    [ 0.000000] [mem 0x1e800000-0x1ebfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x18000000-0x1e7fffff]
    [ 0.000000] [mem 0x18000000-0x1e7fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x17ffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x17ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x1ec00000-0x1ef3ffff]
    [ 0.000000] [mem 0x1ec00000-0x1ef3ffff] page 4k
    [ 0.000000] BRK [0x0084f000, 0x0084ffff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x1ec77000-0x1ef3efff]
    [ 0.000000] ACPI: RSDP 000f0180 00014 (v00 TOSHIB)
    [ 0.000000] ACPI: RSDT 1ef40000 00038 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: FACP 1ef40060 00084 (v02 TOSHIB 750 20030101 TASM 04010000)
    [ 0.000000] ACPI: DSDT 1ef40558 04B72 (v01 TOSHIB A000C 20031216 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 000eee00 00040
    [ 0.000000] ACPI: SSDT 1ef402ca 00082 (v01 TOSHIB A000C 20030917 MSFT 0100000E)
    [ 0.000000] ACPI: DBGP 1ef400e4 00034 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: BOOT 1ef40038 00028 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: APIC 1ef40118 00062 (v01 TOSHIB 750 00970814 TASM 04010000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 0MB HIGHMEM available.
    [ 0.000000] 495MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 1ef40000
    [ 0.000000] low ram: 0 - 1ef40000
    [ 0.000000] BRK [0x00850000, 0x00850fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x1ef3ffff]
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x1ef3ffff]
    [ 0.000000] On node 0 totalpages: 126686
    [ 0.000000] free_area_init_node: node 0, pgdat c06b5340, node_mem_map de897020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 959 pages used for memmap
    [ 0.000000] Normal zone: 122688 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0xd808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
    [ 0.000000] PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
    [ 0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
    [ 0.000000] e820: [mem 0x1f000000-0xfebfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @de877000 s33344 r0 d24000 u57344
    [ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125695
    [ 0.000000] Kernel command line: root=/dev/sda1 rw modprobe.blacklist=vesafb video=SVIDEO-1:d i915.modeset=0 vga=0x31A quiet initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 1014264 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [ 0.000000] Memory: 490840k/507136k available (4169k kernel code, 15904k reserved, 1743k data, 596k init, 0k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xdf740000 - 0xff7fe000 ( 512 MB)
    lowmem : 0xc0000000 - 0xdef40000 ( 495 MB)
    .init : 0xc06c7000 - 0xc075c000 ( 596 kB)
    .data : 0xc051259e - 0xc06c6400 (1743 kB)
    .text : 0xc0100000 - 0xc051259e (4169 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=de008000 soft=de00a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2660.060 MHz processor
    [ 0.006669] Calibrating delay loop (skipped), value calculated using timer frequency.. 5322.79 BogoMIPS (lpj=8866866)
    [ 0.006676] pid_max: default: 32768 minimum: 301
    [ 0.006742] Security Framework initialized
    [ 0.006759] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006781] Mount-cache hash table entries: 512
    [ 0.010170] Initializing cgroup subsys memory
    [ 0.010195] Initializing cgroup subsys devices
    [ 0.010200] Initializing cgroup subsys freezer
    [ 0.010204] Initializing cgroup subsys net_cls
    [ 0.010207] Initializing cgroup subsys blkio
    [ 0.010263] CPU0: Hyper-Threading is disabled
    [ 0.010268] mce: CPU supports 4 MCE banks
    [ 0.010281] CPU0: Thermal monitoring enabled (TM1)
    [ 0.010305] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
    tlb_flushall_shift: 6
    [ 0.018586] ACPI: Core revision 20130328
    [ 0.018597] TOSHIBA Satellite detected - force copy of DSDT to local memory
    [ 0.018750] ACPI: Forced DSDT copy: length 0x04B72 copied locally, original unmapped
    [ 0.021497] ACPI: All ACPI Tables successfully acquired
    [ 0.021619] ftrace: allocating 18675 entries in 37 pages
    [ 0.030259] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.030615] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065622] smpboot: CPU0: Mobile Intel(R) Pentium(R) 4 CPU 2.66GHz (fam: 0f, model: 02, stepping: 09)
    [ 0.066666] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.066666] ... version: 0
    [ 0.066666] ... bit width: 40
    [ 0.066666] ... generic registers: 18
    [ 0.066666] ... value mask: 000000ffffffffff
    [ 0.066666] ... max period: 0000007fffffffff
    [ 0.066666] ... fixed-purpose events: 0
    [ 0.066666] ... event mask: 000000000003ffff
    [ 0.083368] Brought up 1 CPUs
    [ 0.083376] smpboot: Total of 1 processors activated (5322.79 BogoMIPS)
    [ 0.083875] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.084063] devtmpfs: initialized
    [ 0.084460] PM: Registering ACPI NVS region [mem 0x000eee00-0x000eefff] (512 bytes)
    [ 0.086033] RTC time: 13:35:34, date: 09/14/13
    [ 0.086130] NET: Registered protocol family 16
    [ 0.086469] ACPI: bus type PCI registered
    [ 0.086476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.086736] PCI: PCI BIOS revision 2.10 entry at 0xfd2fe, last bus=3
    [ 0.086740] PCI: Using configuration type 1 for base access
    [ 0.087940] bio: create slab <bio-0> at 0
    [ 0.088108] ACPI: Added _OSI(Module Device)
    [ 0.088112] ACPI: Added _OSI(Processor Device)
    [ 0.088117] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.088120] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.089047] ACPI: EC: Look up EC in DSDT
    [ 0.091096] ACPI: Actual Package length (15) is larger than NumElements field (1), truncated
    [ 0.091928] ACPI: Interpreter enabled
    [ 0.091944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
    [ 0.091951] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    [ 0.091973] ACPI: (supports S0 S3 S4 S5)
    [ 0.091978] ACPI: Using IOAPIC for interrupt routing
    [ 0.092027] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.092129] ACPI: No dock devices found.
    [ 0.097361] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.097383] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.099748] ACPI: Power Resource [PFAN] (off)
    [ 0.100228] ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
    [ 0.100340] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *11)
    [ 0.100452] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *11)
    [ 0.100563] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11)
    [ 0.100676] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *11)
    [ 0.100787] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *11)
    [ 0.100898] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *11)
    [ 0.101009] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11)
    [ 0.101192] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.101269] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.101274] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.101279] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.101283] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.101286] acpi PNP0A03:00: host bridge window [mem 0x80100000-0xfebfffff] (ignored)
    [ 0.101290] acpi PNP0A03:00: host bridge window [mem 0xfec01000-0xfec0ffff] (ignored)
    [ 0.101293] acpi PNP0A03:00: host bridge window [mem 0xfec20000-0xfed9ffff] (ignored)
    [ 0.101297] acpi PNP0A03:00: host bridge window [mem 0xfedc0000-0xfedfffff] (ignored)
    [ 0.101300] acpi PNP0A03:00: host bridge window [mem 0xfee01000-0xffafffff] (ignored)
    [ 0.101304] acpi PNP0A03:00: host bridge window [mem 0xffc00000-0xffe7ffff] (ignored)
    [ 0.101307] PCI: root bus 00: using default resources
    [ 0.101313] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    [ 0.101425] PCI host bridge to bus 0000:00
    [ 0.101431] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.101436] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.101439] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.101458] pci 0000:00:00.0: [8086:3580] type 00 class 0x060000
    [ 0.101585] pci 0000:00:00.1: [8086:3584] type 00 class 0x088000
    [ 0.101694] pci 0000:00:00.3: [8086:3585] type 00 class 0x088000
    [ 0.101813] pci 0000:00:02.0: [8086:3582] type 00 class 0x030000
    [ 0.101828] pci 0000:00:02.0: reg 10: [mem 0xd8000000-0xdfffffff pref]
    [ 0.101836] pci 0000:00:02.0: reg 14: [mem 0xd0000000-0xd007ffff]
    [ 0.101845] pci 0000:00:02.0: reg 18: [io 0xeff8-0xefff]
    [ 0.101881] pci 0000:00:02.0: supports D1
    [ 0.101959] pci 0000:00:02.1: [8086:3582] type 00 class 0x038000
    [ 0.101972] pci 0000:00:02.1: reg 10: [mem 0x00000000-0x07ffffff pref]
    [ 0.101981] pci 0000:00:02.1: reg 14: [mem 0x00000000-0x0007ffff]
    [ 0.102021] pci 0000:00:02.1: supports D1
    [ 0.102131] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
    [ 0.102177] pci 0000:00:1d.0: reg 20: [io 0xcfe0-0xcfff]
    [ 0.102261] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.102326] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
    [ 0.102373] pci 0000:00:1d.1: reg 20: [io 0xcf80-0xcf9f]
    [ 0.102455] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.102526] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
    [ 0.102551] pci 0000:00:1d.7: reg 10: [mem 0x00000000-0x000003ff]
    [ 0.102646] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.102711] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.102772] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060400
    [ 0.102899] pci 0000:00:1f.0: [8086:24cc] type 00 class 0x060100
    [ 0.102969] pci 0000:00:1f.0: quirk: [io 0xd800-0xd87f] claimed by ICH4 ACPI/GPIO/TCO
    [ 0.102975] pci 0000:00:1f.0: quirk: [io 0xeec0-0xeeff] claimed by ICH4 GPIO
    [ 0.103057] pci 0000:00:1f.1: [8086:24ca] type 00 class 0x01018a
    [ 0.103073] pci 0000:00:1f.1: reg 10: [io 0xbff8-0xbfff]
    [ 0.103084] pci 0000:00:1f.1: reg 14: [io 0xbff4-0xbff7]
    [ 0.103095] pci 0000:00:1f.1: reg 18: [io 0xbfe8-0xbfef]
    [ 0.103106] pci 0000:00:1f.1: reg 1c: [io 0xbfe4-0xbfe7]
    [ 0.103117] pci 0000:00:1f.1: reg 20: [io 0xbfa0-0xbfaf]
    [ 0.103128] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
    [ 0.103234] pci 0000:00:1f.5: [8086:24c5] type 00 class 0x040100
    [ 0.103252] pci 0000:00:1f.5: reg 10: [io 0x0000-0x00ff]
    [ 0.103262] pci 0000:00:1f.5: reg 14: [io 0x0000-0x003f]
    [ 0.103273] pci 0000:00:1f.5: reg 18: [mem 0x00000000-0x000001ff]
    [ 0.103283] pci 0000:00:1f.5: reg 1c: [mem 0x00000000-0x000000ff]
    [ 0.103347] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
    [ 0.103440] pci 0000:00:1f.6: [8086:24c6] type 00 class 0x070300
    [ 0.103457] pci 0000:00:1f.6: reg 10: [io 0x0000-0x00ff]
    [ 0.103468] pci 0000:00:1f.6: reg 14: [io 0x0000-0x007f]
    [ 0.103528] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
    [ 0.103592] pci 0000:00:1f.6: System wakeup disabled by ACPI
    [ 0.103759] pci 0000:01:08.0: [8086:103d] type 00 class 0x020000
    [ 0.103777] pci 0000:01:08.0: reg 10: [mem 0xcffff000-0xcfffffff]
    [ 0.103788] pci 0000:01:08.0: reg 14: [io 0xcf40-0xcf7f]
    [ 0.103849] pci 0000:01:08.0: supports D1 D2
    [ 0.103852] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.103946] pci 0000:01:0b.0: [1179:0617] type 02 class 0x060700
    [ 0.103967] pci 0000:01:0b.0: reg 10: [mem 0x00000000-0x00000fff]
    [ 0.104051] pci 0000:01:0b.0: System wakeup disabled by ACPI
    [ 0.104126] pci 0000:00:1e.0: PCI bridge to [bus 01-03] (subtractive decode)
    [ 0.104134] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
    [ 0.104139] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xcfffffff]
    [ 0.104146] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.104149] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.104213] pci_bus 0000:02: busn_res: can not insert [bus 02-ff] under [bus 01-03] (conflicts with (null) [bus 01-03])
    [ 0.104220] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
    [ 0.104234] pci_bus 0000:00: on NUMA node 0
    [ 0.104240] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.104244] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.105070] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.105106] Found 1 acpi root devices
    [ 0.105287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.105293] vgaarb: loaded
    [ 0.105295] vgaarb: bridge control possible 0000:00:02.0
    [ 0.105374] PCI: Using ACPI for IRQ routing
    [ 0.105411] PCI: pci_cache_line_size set to 64 bytes
    [ 0.105430] pci 0000:00:1d.0: address space collision: [io 0xcfe0-0xcfff] conflicts with PCI Bus 0000:01 [io 0xc000-0xcfff]
    [ 0.105436] pci 0000:00:1d.1: address space collision: [io 0xcf80-0xcf9f] conflicts with PCI Bus 0000:01 [io 0xc000-0xcfff]
    [ 0.105469] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.105473] e820: reserve RAM buffer [mem 0x1ef40000-0x1fffffff]
    [ 0.105652] NetLabel: Initializing
    [ 0.105655] NetLabel: domain hash size = 128
    [ 0.105657] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.105682] NetLabel: unlabeled traffic allowed by default
    [ 0.105762] Switching to clocksource refined-jiffies
    [ 0.114902] pnp: PnP ACPI init
    [ 0.114937] ACPI: bus type PNP registered
    [ 0.115895] pnp 00:00: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115901] pnp 00:00: disabling [mem 0x000e0000-0x000effff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115905] pnp 00:00: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115910] pnp 00:00: disabling [mem 0x00100000-0x1ef3ffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
    [ 0.115984] system 00:00: [mem 0x1ef40000-0x1ef4ffff] could not be reserved
    [ 0.115989] system 00:00: [mem 0x1ef50000-0x1effffff] has been reserved
    [ 0.115993] system 00:00: [mem 0xfec10000-0xfec1ffff] has been reserved
    [ 0.115996] system 00:00: [mem 0xfeda0000-0xfedbffff] has been reserved
    [ 0.116000] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.116004] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.116008] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.116011] system 00:00: [mem 0xffe80000-0xffffffff] has been reserved
    [ 0.116018] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.116064] pnp 00:01: [dma 4]
    [ 0.116100] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.116159] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.116228] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.118254] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.118254] pnp 00:05: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.118254] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f] because it overlaps 0000:00:1d.0 BAR 4 [io 0x0000-0x001f]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1d.1 BAR 4 [io 0x0000-0x001f]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0062] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0066] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0080] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0084-0x0086] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0088] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x008c-0x008e] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00e0-0x00ef] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0063] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0065] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0090-0x009f] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a4-0x00a5] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a8-0x00a9] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00ac-0x00ad] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b0-0x00b5] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b8-0x00b9] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00bc-0x00bd] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0062 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0066 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0080 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0084-0x0086 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0088 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x008c-0x008e disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00e0-0x00ef disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0063 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0065 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x0090-0x009f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a4-0x00a5 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00a8-0x00a9 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00ac-0x00ad disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b0-0x00b5 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00b8-0x00b9 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x00bc-0x00bd disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
    [ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0062 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0066 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0063 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0065 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
    [ 0.118254] system 00:07: [io 0x01e0-0x01ef] has been reserved
    [ 0.118254] system 00:07: [io 0x0480-0x048f] has been reserved
    [ 0.118254] system 00:07: [io 0x0680-0x06ff] has been reserved
    [ 0.118254] system 00:07: [io 0x0800-0x080f] has been reserved
    [ 0.118254] system 00:07: [io 0xd800-0xd87f] has been reserved
    [ 0.118254] system 00:07: [io 0xd880-0xd89f] has been reserved
    [ 0.118254] system 00:07: [io 0xd8a0-0xd8bf] has been reserved
    [ 0.118254] system 00:07: [io 0xe000-0xe07f] has been reserved
    [ 0.118254] system 00:07: [io 0xe080-0xe0ff] has been reserved
    [ 0.118254] system 00:07: [io 0xe400-0xe47f] has been reserved
    [ 0.118254] system 00:07: [io 0xe480-0xe4ff] has been reserved
    [ 0.118254] system 00:07: [io 0xe800-0xe87f] has been reserved
    [ 0.118254] system 00:07: [io 0xe880-0xe8ff] has been reserved
    [ 0.118254] system 00:07: [io 0xec00-0xec7f] has been reserved
    [ 0.118254] system 00:07: [io 0xec80-0xecff] has been reserved
    [ 0.118254] system 00:07: [io 0xeeac] has been reserved
    [ 0.118254] system 00:07: [io 0xeeb0-0xeebf] has been reserved
    [ 0.118254] system 00:07: [io 0xeec0-0xeeff] has been reserved
    [ 0.118254] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.118254] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.118254] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (disabled)
    [ 0.127072] pnp: PnP ACPI: found 9 devices
    [ 0.127075] ACPI: bus type PNP unregistered
    [ 0.164608] Switching to clocksource acpi_pm
    [ 0.164668] pci 0000:01:0b.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.164674] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 01-03] add_size 4000000
    [ 0.164690] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.164700] pci 0000:00:02.1: BAR 0: assigned [mem 0x20000000-0x27ffffff pref]
    [ 0.164708] pci 0000:00:1e.0: BAR 15: assigned [mem 0x28000000-0x2bffffff pref]
    [ 0.164712] pci 0000:00:02.1: BAR 1: assigned [mem 0x2c000000-0x2c07ffff]
    [ 0.164718] pci 0000:00:1d.7: BAR 0: assigned [mem 0x2c080000-0x2c0803ff]
    [ 0.164725] pci 0000:00:1f.1: BAR 5: assigned [mem 0x2c080400-0x2c0807ff]
    [ 0.164732] pci 0000:00:1f.5: BAR 2: assigned [mem 0x2c080800-0x2c0809ff]
    [ 0.164739] pci 0000:00:1f.5: BAR 0: assigned [io 0x1000-0x10ff]
    [ 0.164745] pci 0000:00:1f.5: BAR 3: assigned [mem 0x2c080a00-0x2c080aff]
    [ 0.164752] pci 0000:00:1f.6: BAR 0: assigned [io 0x1400-0x14ff]
    [ 0.164758] pci 0000:00:1f.6: BAR 1: assigned [io 0x1800-0x187f]
    [ 0.164764] pci 0000:00:1f.5: BAR 1: assigned [io 0x1880-0x18bf]
    [ 0.164771] pci 0000:00:1d.0: BAR 4: assigned [io 0x18c0-0x18df]
    [ 0.164777] pci 0000:00:1d.1: BAR 4: assigned [io 0x18e0-0x18ff]
    [ 0.164788] pci 0000:01:0b.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.164792] pci 0000:01:0b.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.164796] pci 0000:01:0b.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.164800] pci 0000:01:0b.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.164805] pci 0000:01:0b.0: BAR 0: assigned [mem 0x30000000-0x30000fff]
    [ 0.164811] pci 0000:01:0b.0: BAR 15: assigned [mem 0x28000000-0x2bffffff pref]
    [ 0.164816] pci 0000:01:0b.0: BAR 16: assigned [mem 0x34000000-0x37ffffff]
    [ 0.164820] pci 0000:01:0b.0: BAR 13: assigned [io 0xc000-0xc0ff]
    [ 0.164823] pci 0000:01:0b.0: BAR 14: assigned [io 0xc400-0xc4ff]
    [ 0.164828] pci 0000:01:0b.0: CardBus bridge to [bus 02]
    [ 0.164831] pci 0000:01:0b.0: bridge window [io 0xc000-0xc0ff]
    [ 0.164837] pci 0000:01:0b.0: bridge window [io 0xc400-0xc4ff]
    [ 0.164843] pci 0000:01:0b.0: bridge window [mem 0x28000000-0x2bffffff pref]
    [ 0.164849] pci 0000:01:0b.0: bridge window [mem 0x34000000-0x37ffffff]
    [ 0.164854] pci 0000:00:1e.0: PCI bridge to [bus 01-03]
    [ 0.164859] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
    [ 0.164865] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xcfffffff]
    [ 0.164871] pci 0000:00:1e.0: bridge window [mem 0x28000000-0x2bffffff pref]
    [ 0.164892] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.164899] pci 0000:01:0b.0: enabling device (0000 -> 0003)
    [ 0.165020] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.165024] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.165028] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    [ 0.165032] pci_bus 0000:01: resource 1 [mem 0xcff00000-0xcfffffff]
    [ 0.165035] pci_bus 0000:01: resource 2 [mem 0x28000000-0x2bffffff pref]
    [ 0.165038] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    [ 0.165042] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.165046] pci_bus 0000:02: resource 0 [io 0xc000-0xc0ff]
    [ 0.165049] pci_bus 0000:02: resource 1 [io 0xc400-0xc4ff]
    [ 0.165052] pci_bus 0000:02: resource 2 [mem 0x28000000-0x2bffffff pref]
    [ 0.165056] pci_bus 0000:02: resource 3 [mem 0x34000000-0x37ffffff]
    [ 0.165126] NET: Registered protocol family 2
    [ 0.165442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.165475] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.165505] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.165554] TCP: reno registered
    [ 0.165558] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.165566] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.165666] NET: Registered protocol family 1
    [ 0.165695] pci 0000:00:02.0: Boot video device
    [ 0.165960] pci 0000:00:1d.7: enabling device (0000 -> 0002)
    [ 0.166102] pci 0000:01:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.166113] PCI: CLS 32 bytes, default 64
    [ 0.166209] Unpacking initramfs...
    [ 0.253316] Freeing initrd memory: 2848k freed
    [ 0.257651] Simple Boot Flag at 0x7c set to 0x1
    [ 0.257744] apm: BIOS not found.
    [ 0.257828] Scanning for low memory corruption every 60 seconds
    [ 0.258272] audit: initializing netlink socket (disabled)
    [ 0.258299] type=2000 audit(1379165734.256:1): initialized
    [ 0.271552] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.273787] VFS: Disk quotas dquot_6.5.2
    [ 0.273869] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.274211] msgmni has been set to 964
    [ 0.274584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.274634] io scheduler noop registered
    [ 0.274638] io scheduler deadline registered
    [ 0.274691] io scheduler cfq registered (default)
    [ 0.274851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.274944] vesafb: mode is 1280x1024x16, linelength=2560, pages=5
    [ 0.274947] vesafb: scrolling: redraw
    [ 0.274950] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.275463] vesafb: framebuffer at 0xd8000000, mapped to 0xdf780000, using 5120k, total 16192k
    [ 0.321035] Console: switching to colour frame buffer device 160x64
    [ 0.366340] fb0: VESA VGA frame buffer device
    [ 0.366413] GHES: HEST is not enabled!
    [ 0.366436] isapnp: Scanning for PnP cards...
    [ 0.678215] isapnp: No Plug & Play device found
    [ 0.678309] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.678805] serial 0000:00:1f.6: enabling device (0000 -> 0001)
    [ 0.679278] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.692267] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.692322] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.692483] mousedev: PS/2 mouse device common for all mice
    [ 0.692624] rtc_cmos 00:06: RTC can wake from S4
    [ 0.692783] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.692813] rtc_cmos 00:06: alarms up to one year, 114 bytes nvram
    [ 0.692861] cpuidle: using governor ladder
    [ 0.692865] cpuidle: using governor menu
    [ 0.692905] drop_monitor: Initializing network drop monitor service
    [ 0.693109] TCP: cubic registered
    [ 0.693298] NET: Registered protocol family 10
    [ 0.693616] NET: Registered protocol family 17
    [ 0.693638] Key type dns_resolver registered
    [ 0.693871] Using IPI No-Shortcut mode
    [ 0.694008] PM: Hibernation image not present or could not be loaded.
    [ 0.694035] registered taskstats version 1
    [ 0.694393] Magic number: 13:477:584
    [ 0.694501] rtc_cmos 00:06: setting system clock to 2013-09-14 13:35:35 UTC (1379165735)
    [ 0.694683] Freeing unused kernel memory: 596k freed
    [ 0.695504] Write protecting the kernel text: 4172k
    [ 0.695535] Write protecting the kernel read-only data: 1320k
    [ 0.713704] systemd-udevd[37]: starting version 204
    [ 0.727728] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.801165] ACPI: bus type USB registered
    [ 0.801218] usbcore: registered new interface driver usbfs
    [ 0.801237] usbcore: registered new interface driver hub
    [ 0.805540] usbcore: registered new device driver usb
    [ 0.806464] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.806820] ehci-pci: EHCI PCI platform driver
    [ 0.806997] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 0.807011] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.807023] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 0.807045] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.810818] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.817249] SCSI subsystem initialized
    [ 0.821820] ACPI: bus type ATA registered
    [ 0.824530] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.824574] ehci-pci 0000:00:1d.7: irq 23, io mem 0x2c080000
    [ 0.832659] libata version 3.00 loaded.
    [ 0.833425] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.833707] hub 1-0:1.0: USB hub found
    [ 0.833716] hub 1-0:1.0: 6 ports detected
    [ 0.834482] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.834491] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.834503] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.834557] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
    [ 0.834847] hub 2-0:1.0: USB hub found
    [ 0.834857] hub 2-0:1.0: 2 ports detected
    [ 0.835131] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.835137] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.835147] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 0.835198] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018e0
    [ 0.835440] hub 3-0:1.0: USB hub found
    [ 0.835448] hub 3-0:1.0: 2 ports detected
    [ 0.836323] ata_piix 0000:00:1f.1: version 2.13
    [ 0.836508] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 0.840275] scsi0 : ata_piix
    [ 0.843451] scsi1 : ata_piix
    [ 0.843830] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    [ 0.843834] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    [ 1.003767] ata1.00: ATA-5: HITACHI_DK23FA-40, 00M5A0D0, max UDMA/100
    [ 1.003775] ata1.00: 78140160 sectors, multi 0: LBA
    [ 1.016930] ata1.00: configured for UDMA/100
    [ 1.017139] scsi 0:0:0:0: Direct-Access ATA HITACHI_DK23FA-4 00M5 PQ: 0 ANSI: 5
    [ 1.023745] ata2.00: ATAPI: TOSHIBA DVD-ROM SD-R2412, 1431, max UDMA/33
    [ 1.053579] ata2.00: configured for UDMA/33
    [ 1.061275] scsi 1:0:0:0: CD-ROM TOSHIBA DVD-ROM SD-R2412 1431 PQ: 0 ANSI: 5
    [ 1.067179] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [ 1.067270] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.067274] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.067311] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.073525] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    [ 1.073533] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.073874] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.077988] sda: sda1
    [ 1.078490] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.260032] tsc: Refined TSC clocksource calibration: 2659.999 MHz
    [ 1.260044] Switching to clocksource tsc
    [ 1.683289] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.982724] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.002886] systemd[1]: Set hostname to <mame>.
    [ 3.676206] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 3.676751] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.676900] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.676938] systemd[1]: Starting Remote File Systems.
    [ 3.676965] systemd[1]: Reached target Remote File Systems.
    [ 3.676986] systemd[1]: Expecting device sys-subsystem-net-devices-enp1s8.device...
    [ 3.677011] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.677074] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.677094] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.677157] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.677177] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.677228] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.677247] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.677286] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.677307] systemd[1]: Starting Encrypted Volumes.
    [ 3.677326] systemd[1]: Reached target Encrypted Volumes.
    [ 3.677349] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.677413] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.677432] systemd[1]: Starting Paths.
    [ 3.677451] systemd[1]: Reached target Paths.
    [ 3.677481] systemd[1]: Starting Journal Socket.
    [ 3.677577] systemd[1]: Listening on Journal Socket.
    [ 3.677743] systemd[1]: Starting Create static device nodes in /dev...
    [ 3.743552] systemd[1]: Starting Apply Kernel Variables...
    [ 3.744509] systemd[1]: Mounting Debug File System...
    [ 3.778896] systemd[1]: Started Load Kernel Modules.
    [ 3.778949] systemd[1]: Mounted FUSE Control File System.
    [ 3.778981] systemd[1]: Mounting Configuration File System...
    [ 3.779809] systemd[1]: Starting Journal Service...
    [ 3.781689] systemd[1]: Started Journal Service.
    [ 3.781814] systemd[1]: Mounting Huge Pages File System...
    [ 3.782698] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.786290] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.786537] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.821515] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.821562] systemd[1]: Starting Setup Virtual Console...
    [ 3.822649] systemd[1]: Starting udev Kernel Socket.
    [ 3.822749] systemd[1]: Listening on udev Kernel Socket.
    [ 3.822862] systemd[1]: Starting udev Control Socket.
    [ 3.822925] systemd[1]: Listening on udev Control Socket.
    [ 3.823037] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.825066] systemd[1]: Starting Swap.
    [ 3.825102] systemd[1]: Reached target Swap.
    [ 3.825136] systemd[1]: Mounting Temporary Directory...
    [ 3.864853] systemd[1]: Started File System Check on Root Device.
    [ 3.864897] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 4.619718] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 5.061203] systemd-udevd[103]: starting version 204
    [ 8.628447] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 8.628524] ACPI: Lid Switch [LID]
    [ 8.628716] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 8.628726] ACPI: Power Button [PWRB]
    [ 8.628819] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 8.628825] ACPI: Power Button [PWRF]
    [ 8.628939] ACPI: AC Adapter [ADP1] (on-line)
    [ 8.642605] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 8.642971] acpi device:0e: registered as cooling_device0
    [ 8.643033] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    [ 8.643105] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input4
    [ 8.671639] ACPI: Requesting acpi_cpufreq
    [ 8.731862] Linux agpgart interface v0.103
    [ 9.119278] tsc: Marking TSC unstable due to TSC halts in idle
    [ 9.119350] ACPI: acpi_idle registered with cpuidle
    [ 9.123392] Switching to clocksource acpi_pm
    [ 9.148981] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.245543] parport_pc 00:08: [io 0x0378-0x037a]
    [ 9.245561] parport_pc 00:08: [io 0x0778-0x077a]
    [ 9.245617] parport_pc 00:08: [irq 7]
    [ 9.245625] parport_pc 00:08: [dma 1]
    [ 9.257044] parport_pc 00:08: activated
    [ 9.257056] parport_pc 00:08: reported by Plug and Play ACPI
    [ 9.257106] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
    [ 9.259422] intel_rng: FWH not detected
    [ 9.260964] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
    [ 9.260997] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
    [ 9.261101] agpgart-intel 0000:00:00.0: detected 16384K stolen memory
    [ 9.261362] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xd8000000
    [ 9.265901] wmi: Mapper loaded
    [ 9.326943] ACPI: Fan [FAN] (off)
    [ 9.411402] ACPI: Battery Slot [BAT1] (battery absent)
    [ 9.413075] thermal LNXTHERM:00: registered as thermal_zone0
    [ 9.413083] ACPI: Thermal Zone [THRM] (50 C)
    [ 10.320143] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
    [ 10.320398] input: Toshiba input device as /devices/virtual/input/input5
    [ 10.570058] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 10.570065] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 10.597174] e100 0000:01:08.0 eth0: addr 0xcffff000, irq 20, MAC addr 00:08:0d:8e:66:f8
    [ 10.722918] microcode: CPU0 sig=0xf29, pf=0x8, revision=0x1a
    [ 10.734086] ppdev: user-space parallel port driver
    [ 10.768554] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.836015] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 10.840817] systemd-logind[118]: Watching system buttons on /dev/input/event1 (Lid Switch)
    [ 10.842354] systemd-logind[118]: Watching system buttons on /dev/input/event2 (Power Button)
    [ 10.855068] systemd-logind[118]: Watching system buttons on /dev/input/event4 (Video Bus)
    [ 10.855802] systemd-logind[118]: Watching system buttons on /dev/input/event3 (Power Button)
    [ 10.877886] [drm] Initialized drm 1.1.0 20060810
    [ 11.050217] systemd-udevd[124]: renamed network interface eth0 to enp1s8
    [ 11.080292] iTCO_vendor_support: vendor-support=0
    [ 11.154349] IPv6: ADDRCONF(NETDEV_UP): enp1s8: link is not ready
    [ 11.156855] e100 0000:01:08.0 enp1s8: NIC Link is Up 100 Mbps Full Duplex
    [ 11.156961] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s8: link becomes ready
    [ 11.493616] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 11.493665] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0xd860)
    [ 11.494223] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 11.496020] yenta_cardbus 0000:01:0b.0: CardBus bridge found [1179:0001]
    [ 11.609279] [drm] Memory usable by graphics device = 128M
    [ 11.609290] pci 0000:00:02.0: setting latency timer to 64
    [ 11.609806] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 11.609807] [drm] No driver support for vblank timestamp query.
    [ 11.609812] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 11.609822] pci 0000:00:02.1: enabling device (0000 -> 0002)
    [ 11.611951] [drm] Memory usable by graphics device = 128M
    [ 11.611962] pci 0000:00:02.1: setting latency timer to 64
    [ 11.612460] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 11.612461] [drm] No driver support for vblank timestamp query.
    [ 11.612465] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.1 on minor 1
    [ 11.624042] yenta_cardbus 0000:01:0b.0: ISA IRQ mask 0x0c38, PCI irq 18
    [ 11.624045] yenta_cardbus 0000:01:0b.0: Socket status: 30000007
    [ 11.624056] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [io 0xc000-0xcfff]
    [ 11.624065] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc000-0xcfff:
    [ 11.652891] excluding 0xc000-0xc0ff 0xc400-0xc4ff 0xcf40-0xcf7f
    [ 11.652899] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [mem 0xcff00000-0xcfffffff]
    [ 11.652904] pcmcia_socket pcmcia_socket0: cs: memory probe 0xcff00000-0xcfffffff:
    [ 11.652916] excluding 0xcfff0000-0xcfffffff
    [ 11.652919] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [mem 0x28000000-0x2bffffff pref]
    [ 11.652921] pcmcia_socket pcmcia_socket0: cs: memory probe 0x28000000-0x2bffffff:
    [ 11.652935] excluding 0x28000000-0x2bffffff
    [ 11.835424] snd_intel8x0m 0000:00:1f.6: setting latency timer to 64
    [ 12.219136] snd_intel8x0 0000:00:1f.5: enabling device (0000 -> 0003)
    [ 12.219298] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
    [ 12.307970] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    [ 12.308497] excluding 0x170-0x177 0x1e0-0x1f7 0x370-0x37f
    [ 12.308898] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    [ 12.309088] excluding 0x3f0-0x3f7 0x480-0x48f 0x4d0-0x4d7
    [ 12.309285] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
    [ 12.309594] clean.
    [ 12.309621] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    [ 12.309963] clean.
    [ 12.309995] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    [ 12.310060] excluding 0xc0000-0xcffff 0xe0000-0xfffff
    [ 12.310108] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 12.310124] clean.
    [ 12.310153] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    [ 12.310168] clean.
    [ 12.310195] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
    [ 12.310549] clean.
    [ 13.021152] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
    [ 13.064807] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
    [ 13.146709] intel8x0_measure_ac97_clock: measured 52619 usecs (2536 samples)
    [ 13.146716] intel8x0: clocking to 48000
    lspci -vvvnn
    00:00.0 Host bridge [0600]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3580] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Region 0: Memory at <unassigned> (32-bit, prefetchable)
    Capabilities: [40] Vendor Specific Information: Len=05 <?>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel_agp
    00:00.1 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3584] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    00:00.3 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3585] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02) (prog-if 00 [VGA controller])
    Subsystem: Toshiba America Info Systems Device [1179:0002]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
    Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
    Region 2: I/O ports at eff8 [size=8]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [d0] Power Management version 1
    Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Kernel modules: i915
    00:02.1 Display controller [0380]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02)
    Subsystem: Toshiba America Info Systems Device [1179:0002]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Region 0: Memory at 20000000 (32-bit, prefetchable) [size=128M]
    Region 1: Memory at 2c000000 (32-bit, non-prefetchable) [size=512K]
    Capabilities: [d0] Power Management version 1
    Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Kernel modules: i915
    00:1d.0 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 03) (prog-if 00 [UHCI])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 4: I/O ports at 18c0 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci_hcd
    00:1d.1 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 03) (prog-if 00 [UHCI])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 19
    Region 4: I/O ports at 18e0 [size=32]
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci_hcd
    00:1d.7 USB controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 03) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin D routed to IRQ 23
    Region 0: Memory at 2c080000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=0080
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 83) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR+ INTx-
    Latency: 0
    Bus: primary=00, secondary=01, subordinate=03, sec-latency=64
    I/O behind bridge: 0000c000-0000cfff
    Memory behind bridge: cff00000-cfffffff
    Prefetchable memory behind bridge: 28000000-2bffffff
    Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 03)
    Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Kernel driver in use: lpc_ich
    Kernel modules: intel_rng, lpc_ich
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 03) (prog-if 8a [Master SecP PriP])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 18
    Region 0: I/O ports at 01f0 [size=8]
    Region 1: I/O ports at 03f4
    Region 2: I/O ports at 0170 [size=8]
    Region 3: I/O ports at 0374
    Region 4: I/O ports at bfa0 [size=16]
    Region 5: Memory at 2c080400 (32-bit, non-prefetchable) [size=1K]
    Kernel driver in use: ata_piix
    Kernel modules: ata_piix, pata_acpi, ata_generic
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03)
    Subsystem: Toshiba America Info Systems Device [1179:0241]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 17
    Region 0: I/O ports at 1000 [size=256]
    Region 1: I/O ports at 1880 [size=64]
    Region 2: Memory at 2c080800 (32-bit, non-prefetchable) [size=512]
    Region 3: Memory at 2c080a00 (32-bit, non-prefetchable) [size=256]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Kernel driver in use: snd_intel8x0
    Kernel modules: snd_intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 03) (prog-if 00 [Generic])
    Subsystem: Toshiba America Info Systems Device [1179:0001]
    Control: I/O+ Mem- BusMaster+ SpecCycle- Mem

    Hi
    Try this
    import flash.events.KeyboardEvent;
    stage.addEventListener(KeyboardEvent.KEY_DOWN,ff);
    function ff(e:KeyboardEvent){
        trace(e.charCode);

  • ORACLE OLAP metadata 10g vs 11g

    Good morning,
    When we connect to our database AWM 11g, it is possible to choose the type of cube (11g or 10g). What I infer is that the metadata will be type 10g or 11g, correct?
    What are the major differences in metadata for olap between the type 10g and 11g type?
    Thank you in advance,
    David

    Yes, correct.
    The main difference between the 10g and 11g metadata types is that in 10g, the metadata is stored inside the Analytic Workspace, whereras in 11g, the metadata is stored and registered in the RDBMS data dictionary.
    This data dictionary integration is required to support many of the new features relating to the SQL optimisations and, in particular, the cube based MV's.
    You can see a list of the main new features supported in 11g OLAP here:
    http://download.oracle.com/docs/cd/B28359_01/olap.111/b28124/whatsnew.htm#sthref6
    Stuart

  • OLAP CUBES

    Hi I am a little confused.
    I am trying to build a cube with 3 dimensions COUNTRY,ORDER and PVPERIOD.
    I have mapped the dimensions to the tables . The country table is WD_AUTO_ORDER_GEO. The order table is WD_AUTO_ORDERS and PVPERIOD is WD_AUTO_ORDER_DATES. The dimensions did map correctly. Now I added some measures from my fact table and I am trying to map my cube.
    I mapped my measures fine. I still have to map my order dimension in my cube which ORDER is part of my key in the fact table which MAPPED CORRECTLY... Then I mapped country which is part of my key in the fact table. My problem is pvperiod which is not a column or part of my key in the fact table. Pvperiod needs to be a foreign key in my fact table or part of the primary key. Correct??

    Hi Pam,
    I have taken a look at the table definitions you sent. My guess is that these are the raw tables used by your OLTP system to register orders. This guess is based on the fact that all three 'dimension' tables and the 'fact' table share five columns:
    ORDER_NUMBER
    COUNTRY
    RCN
    TYPE
    VFILE
    The meaning of the ORDER_NUMBER and COUNTRY seem clear enough, though I am less clear on the other columns. But it appears that when a new order is entered you update all four tables. Is this correct?
    In a typical data warehouse system the raw transaction data needs to be transformed by a process know as Extract, Transform, and Load (ETL -- http://en.wikipedia.org/wiki/Extract,_transform,_load) to create a Star Schema (http://en.wikipedia.org/wiki/Star_schema). The cube is then loaded directly from the star schema. It may be possible to load the cube directly from your OLTP tables, but that is probably not optimal.
    The correct definition of star schema for your system depends on your requirements, but it could include tables like these
    TABLE "GEOGRAPHY_TABLE"
      "CUSTOMER_ID" NUMBER,  -- is this RCN in your system?
      "COUNTRY"    VARCHAR2(3 BYTE),
      "STATE"      VARCHAR2(5 BYTE),
      "NAME"       VARCHAR2(45 BYTE),
      "ADDRESS"    VARCHAR2(45 BYTE),
      "ZIP"        VARCHAR2(15 BYTE)
    TABLE "DATE_TABLE"
      "DAY"     DATE,
      "MONTH"   NUMBER,
      "YEAR"    NUMBER
    )Note that these are not specific to one order -- they can be shared between orders. Your DATE_TABLE would be pre-populated for the period of interest -- a few years, say. The GEOGRAPHY_TABLE would be updated when a new customer appears or when someone changes address. (Changes of address gets you into the world of 'slowly changing dimensions', so you would need to decide how you want your OLAP system to react to this.) Perhaps you don't need the address detail in the cube at all -- it all depends on what queries you want to run against it.
    The 'order dimension' is more difficult since it is really an OLTP concept that is harder to fit into an OLAP system. Do you really want your cube to go down to the level of individual orders? What kind of analysis do you want to do there? A single order is pinned to one customer and one order date, so there is really not much dimensional analysis you can perform. An alternative, for example, would be to aggregate up to the level of 'warehouse' in your cube so that you could see how much traffic goes through an individual warehouse. This is certainly multi-dimensional. Your remaining star schema tables could then look as follows
    TABLE "WAREHOUSE_TABLE"
    "WAREHOUSE"    NUMBER
    TABLE "ORDER_FACT"
      -- dimension keys
      "ORDER_DAY"        DATE,
      "CUSTOMER_ID"      NUMBER,
      "WAREHOUSE"        NUMBER,
      -- measures, aggregated from the OLTP tables
    )My point in all this is that you need to have a clear idea of what analysis you want to perform on your cube, including which levels (e.g. ORDER) that you need to use. This should be the driver of the cube design, and from here you can work back to the design of the star schema. Perhaps you have already done this analysis, in which case you will be a long way ahead.

  • WAAS 4.1.1c print optimisation

    Print optimisation is turned and the graphs show a optimisation of traffic reduction up to 90%. This great of course, but why are users still complaining about slow print jobs. The print server is located centrally and behind a 4Mbit WAN link.
    Would'nt is be better to use the local WAAS CUPS server anyhow?

    The centralized print option does have performance impacts from WAN bandwidth and latency factors, so it will definitely be slower the LAN printing. Even reducing the bw by 90%, all the packets still have to get to the print server, be processed, and return over the WAN to the printer. I would also have the print server admins double check that the server is running OK and is sized appropriately for extra print queues. Another thing I ALWAYS check is speed/duplex settings on the server/switch, WAE/switch, and printer/switch. I have seen a lot of times where a mismatch there really shows up more with WAAS then without it as optimized traffic may have to back off to wait for a client to catch up.
    If you are starting to explore local options of printing, I always start with the Windows on WAAS option running on a virtual blade. This is great if you have the hardware, however requires the WAVE appliances. This is not an option for everyone, so I would look at the Samaba server last. It is deployed at quite a few of my customers, but can be rather cumbersome to administrate. It definitely works, but it is considered legacy going forward in new code.
    Hope that gives you some ideas...
    Dan

  • WAAS optimisation between different WAAS OS versions

    Hi,
    We are replacing WAAS devices WAVE - 7371 with WAVE - 7541. There are 6 WAAS devices at this location and we have already replaced one of existing 7371 with 7541. The 7541 are running OS 5.0.3 as we are running OS 4.4.7 on WAAS CM and WAAS devices at other locations (200+) we have not yet enabled wccp on the new device and not registered this device in WAAS CM.
      In next few days, we have to upgrade all the 7371 with 7541. I would like to know , if the traffic optimisation will happen between the WAAS devices running 2 different WAAS OS versions.
    I don't want to downgrade the OS on 7571, WAAS devices in other location will be upgraded to OS 5 after few months.
    please advice...

    Hi John,
    Thanks for the info..
       Unfortunately, we cannot hold replacing the WAVE 7371 devices till the upgradation of WAAS CM. As we need to return them to the vendor .
      As a work arround, can I replace them with 7541 and enable optimisation without registering the WAVE 7371 in the WAAS CM,till the we get approvals for upgrading the WAAS OS ver 5 on remaining ( 200 +) devices including the WAAS CM
    It will still optimise the traffic between WAAS devices at other locations right ?

  • Can a query view be broadcast to olap cache??

    Hi, 
    I am trying to pre-calculate a query view to the olap cache.  I do not see this option in drop down.  Is it possible
    Thanks

    Hi,
    Well the few setups of ASA + Ironport that I have seen uses an WCCP ACL on the ASA which already can define which traffic is forwarded to Ironport and which simply bypasses it and goes straight out of the ASA.
    Those that need to bypass Ironport are specified in the top of the ACL with "deny" statements.
    access-list WCCP line 1 deny ip host host
    or
    access-list WCCP line 1 deny ip host any
    I am not sure if this was what you were looking to do.
    - Jouni

  • How to disable nested loop option on a 10gR2 OLAP environment?

    is it possible to disable nested loop option on a 10gR2 OLAP environment? There are some thousands of automatically generated report queries and whenever a join is needed we want to force hash join if possible(equality) or sort merge but never nested loop. optimizer sometimes can go for NL because of broken ETL, last steps as collecting statistics can not be finished successfully before the users start to do their reporting.
    of course looking for a global parameter and do not want to hint each and every possible report query :)
    thank you.

    In general, connections that use a thin (type 4) JDBC driver will bypass the tnsnames.ora and sqlnet.ora files because they don't need those files to exist. One of the primary benefit of the type 4 JDBC drivers is that the Java code's connection string is fully specified in Java and doesn't depend on configuration files outside the JVM. So I wouldn't be surprised that any Java-based application could use the EZConnect syntax.
    It is not obvious to me, though, why EZConnect would bypass any SSL tunnel that you had established. Assuming that you've instructed your client to send all traffic on a particular port going to a particular IP address to use a tunnel, I'm not sure why (or how) EZConnect syntax would bypass that. I would tend to expect that the problem was with the SSL tunnel configuration but perhaps I'm missing something on the network side.
    Justin

  • OLAP Cache filling using Broadcasting

    Hi All,
    We have two BEx queries which take more than 30 minutes to complete. One is an inventory cube query and other one is a query with a lot of exception aggregation.
    In the Statistics, both queries show that around 90% execution time is at OLAP level.
    We created broadcasting settings to fill OLAP cache for both the queries and scheduled in background. In RSRCACHE, we can see entries for both queries.
    But the execution time still have not improved. They both are taking same time to complete execution.
    Now I doubt if OLAP Cache supports non-cumulative key figures and exception aggregation or not. Is this mentioned in any documentations?
    Pls let me know your suggestions.
    Thanks in advance,
    Regards,
    Bijesh

    hi,
      you can carry out following checks:
    1) check parameter of global and local cache, general sense the global cache size should be larger than the local cache size you can configure the cache parameters in RSCUSTV14 or simply ask basis do optimise them acc. to system usage
    2) also since you you have checked RSRCACHE, try changing few option in properties change read to X(for large amt of data) by default its H
    3) try changing cache mode to with swapping instead of default without swapping, in case of several app server choose mode 4
    then click on environment->query mass  maintainence
    see if these works out
    regards
    laksh

  • Monitoring network traffic from large queries to client

    Hi, is there any way to monitor the volume from network traffic from the server to the client, the statistics SQL*net message to client and SQL*net message from client don't show a full picture.
    I have a query that sends several GB of data to a client but the SQL*net statistics done show anything like this, is there any way I can see the volume of traffic from the RDBMS statistics?
    Regards.

    Alan Wilson wrote:
    Hi, is there any way to monitor the volume from network traffic from the server to the client, the statistics SQL*net message to client and SQL*net message from client don't show a full picture.
    I have a query that sends several GB of data to a client but the SQL*net statistics done show anything like this, is there any way I can see the volume of traffic from the RDBMS statistics?
    Sounds like you're looking at the Wait events only - you need to check the instance (or session) activity - v$sysstat/v$sesstat for the following stats:
    NAME
    bytes sent via SQL*Net to client
    bytes received via SQL*Net from client
    SQL*Net roundtrips to/from clientIt's worth pointing out, by the way, that SQL*Net can do "compression" on the fly by comparing columns across rows of data sent, so the volumes you see in these stats may not match the volume you finally see arriing in the client code. ( http://jonathanlewis.wordpress.com/2010/05/07/sqlnet-compression/ )
    If you need to optimise the transfer rate, look at the SQL*Net configuration (at both ends) for the Session Data Unit (SDU) and the o/s transmit and receive buffers.
    Regards
    Jonathan Lewis

  • WCCP and WAN optimisation via Layer 3 connection

    Hi There,
    I need some help with WCCP, however with Riverbeds instead of WAAS.
    The topology of the set up is as follows:
    WAN - R1 - LAN - L3 Switch - Riverbed
    The clients reside on the WAN side and the servers reside on the LAN side.
    My business wishes to enable WCCP on two separate WAN routers to the single Riverbed. One router is fuly managed service, and the other rout the is managed by the business IT team.
    All the articles that I have come across talk about enabling WCCP on the router whereby the WAN optimisation appliance is directly connected to a interface router. I need to configure WCCP to a Riverbed that is connected to a subnet that is a single hop away via a Layer 3 switch.
    My plan is to enable WCCP in the inbound directions on both the LAN and WAN interfaces, however my concern is that this design will mean the traffic passing through the LAN side interface will be optimised twice.
    Can any one confirm if this would happen? If it could happen can it potentially be stopped by placing a "ip wccp redirect exclude out" command on the LAN interface.
    Thanks is advance for your help.

    Hi Andreas,
    "ip wccp redirect exclude out" only makes sense if you have a "ip wccp redirect out"
    on a L3 interface on the router.
    It's purpose is to avoid redirecting an already optimised packet, comming from a L3-interface where the WAAS/Riverbed device is connected, once more.
    A double redirect will, in a WAAS setup, cause the WAAS device to drop the packet, because
    it suspects a routing loop... don't know what Riverbed does.
    Running only with "ip wccp redirect in" on both the WAN and LAN interface will cause :
    1) a packet comming in from the LAN, is supposed to be unoptimised, and will be redirected
    2) a packet comming in from the WAN, is supposed to be optimised, and will also redirected
    3) an IP-interface with only the WAAS/Riverbed connected should NEVER be redirected !
    If you cannot isolate your WAAr/Riverbed in it's own L3 subnet (subinterface/VLAN),
    and therefore have to place it in the "ordinary" LAN subnet, packets from the WAAS/Riverbed will becomes candidates for redirection (even with "ip wccp redirect in"), you'll need to use "WCCP negotiated Return", but don't know whether Riverbed supports this,
    Riverbed normally uses "tunnels" on the WAN side, and this makes the WCCP setup somewhat different.
    You should really consult the Riverbed documentation or their support
    ... or migrate to Cisco WAAS ;-)
    Best regards
    Finn Poulsen

  • WAAS installed without Central Manager. not compressing traffic

    Hi,
    I installed 2 SRE modules in 2 ISR G2 router and configure them without Central Manager, but they are not doing compression, Traffic is going to Branch to Head Office but without compression.
    My configuration is similar to this link
    http://2and2is5.wordpress.com/2011/03/30/configuring-cisco-waas-on-a-sre/
    I want to compress http, exchange and cifs traffic.
    I don't have Central Manager, could WAAS works without Central Manager ?
    Can anyone help me with that.
    Thanks in Advanced.

    Hi Arslan
    WAAS requires a Central Manager however once they are setup it doesn;t technically require one in order to continue to to optimise traffic. If your WAAS environment is setup correctly and is intercepting the traffic http and CIFS should automatically been compressed with LZ compression. WAAS can accelerate Exchange however it depends on how your Exchange environment is setup and whether it is encrypted? If its encrypted via SSL you will need a WAAS Central manager to accelerate it.
    To check if you WAE's are running correctly type in "show cms info" on the WAAS and you will probably see your WAE is status is not online:
    WAE2#sh cms info
    Device registration information :
    Device Id                            = 3107921                            
    Device registered as                 = WAAS Application Engine            
    Current WAAS Central Manager         = ##.##.##.##                       
    Registered with WAAS Central Manager = ##.##.##.## 
    Status                               = Online                             
    Time of last config-sync             = Mon Sep 24 13:18:51 2012           
    CMS services information :
    Service cms_ce is running
    You can check the accelerator status with the below command:
    WAE2#sh accelerator
    Accelerator     Licensed        Config State    Operational State            
    cifs            Yes             Enabled         Running   
    epm             Yes             Enabled         Running   
    http            Yes             Enabled         Running   
    mapi            Yes             Enabled         Running   
    nfs             Yes             Enabled         Running   
    ssl             Yes             Enabled         Running   
    video           No              Disabled        Shutdown  

Maybe you are looking for