AMM question

Hi,
I have read this article: http://oracle-online-help.blogspot.ro/2008/03/memory-parameters-in-11g-memorytarget.html
And i see:
>
If MEMORY_TARGET is set to non zero value:
SGA_TARGET, SGA_MAX_SIZE and PGA_AGGREGATE_TARGET are set to 0, 60% of memory mentioned in MEMORY_TARGET is allocated to SGA and rest 40% is kept for PGA.
>
So, I have set:
alter system set sga_target=0 scope=spfile;
alter system set pga_aggregate_target=0 scope=spfile;
alter system set sga_max_size=0 scope=spfile;
alter system set memory_max_target=512M scope=spfile;
alter system set memory_target=300M scope=spfile;
, and then bounced the instance.
After startup, I see:
SQL> startup
ORACLE instance started.
Total System Global Area  272027648 bytes
Fixed Size                  1384012 bytes
Variable Size             100663732 bytes
Database Buffers          163577856 bytes
Redo Buffers                6402048 bytes
Database mounted.
Database opened.
SQL>But Total System Global Area should't be in that case 60% of memory mentioned in MEMORY_TARGET? Memory mentioned in MEMORY_TARGET was 300M, and 60% of 300M is 180M, which is not 272027648 bytes.
I just want to use automatic memory management, so I've set the other parameters above to 0.
My instance is only on my local machine, so for my own personal use.
Please clarify.
Thanks.

What platform and RDBMS version are you using?
The SGA_MAX_SIZE is the upper boundary limit on your SGA. One one of my test systems, I see that it is the same value as my AMM settings:
memory_max_target               big integer 600M
memory_target                      big integer 600M
sga_max_size                         big integer 600MLet's see what happens when I set SGA_MAX_SIZE to zero:
SQL> alter system set sga_max_size=0 scope=spfile;
System altered.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area  409251840 bytes
Fixed Size                  2228744 bytes
Variable Size             251661816 bytes
Database Buffers          146800640 bytes
Redo Buffers                8560640 bytes
Database mounted.
Database opened.
SQL> show parameter sga_max;
NAME                                 TYPE        VALUE
sga_max_size                         big integer 392MSo, you can see it took about 60%, as expected. What you're seeing is likely the absolute minimum SGA that Oracle requires. If you're able to allocate more memory, you're likely to see the 60/40 percent behavior you're expecting.

Similar Messages

  • ASM AMM questions

    Hi,
    I now have the strangest behaviour here. That is, it puzzles me.
    I have an Oracle 11.1.0.7 ASM single instance on an IBM AIX 5.3 TL 06 server
    There is no database configured yet to use this ASM instance as storage.
    What I see here is that any setting of SGA_MAX_SIZE less than 90M results in an error. SGA_MAX_SIZE of 90M is the absolute minimum on this server.
    Now the "problem":
    On normal - i.e. non-ASM - instances as far as I know sga_max_size is the absolute maximum whereas sga_target can be tuned up to this size
    On my ASM instance whenever I only set sga_max_size=90M the instance starts up as expected:
    SQL> startup nomount
    ASM instance started
    Total System Global Area *96026624* bytes
    Fixed Size 2151248 bytes
    Variable Size 68709552 bytes
    ASM Cache 25165824 bytes
    SQL>
    Now when I set SGA_TARGET also to the same value something strange happens.
    First only in memory:
    SQL> alter system set sga_target=90M scope=memory;
    System altered.
    SQL> show sga
    Total System Global Area *96026624* bytes
    Fixed Size 2151248 bytes
    Variable Size 68709552 bytes
    ASM Cache 25165824 bytes
    SQL>
    Seems OK, doesn't it ?
    Now in the SPFILE:
    SQL> alter system set sga_target=90M scope=spfile;
    System altered.
    SQL> shutdown immediate
    ORA-15100: invalid or missing diskgroup name
    ASM instance shutdown
    SQL> startup nomount;
    ASM instance started
    Total System Global Area 162856960 bytes
    Fixed Size 2151848 bytes
    Variable Size 135539288 bytes
    ASM Cache 25165824 bytes
    Now why has the total SGA size increased to 156M.
    It's even more strange when I remove the SGA_MAX_SIZE from the spfile and only set SGA_TARGET=90M. Then
    SQL> startup nomount;
    ASM instance started
    Total System Global Area 283930624 bytes
    Fixed Size 2153056 bytes
    Variable Size 256611744 bytes
    ASM Cache 25165824 bytes
    SQL>
    Please note: Removing sga_max_size from the spfile is done by recreating it from an pfile
    Anyone a suggestion in how to set the AMM parameters for an ASM instance so it behaves like expected, or at least like a "normal" database?
    Thanks

    The answer is quite simple - ASM currently does not employ the Oracle Database 10g Automatic Memory Management feature. There was significant optimizations done in 11gR1 with respect to memory management, thus there is no
    need to set the SGA parameters in 11gR1. ASM now leverages the MEMORY_TARGET parameter and
    the default of 256MB is more than enough for the ASM instance. The management of (ASM) processes
    was also optimized, therefore the processes parameter also does not need to be set in 11gR1.
    You can reffer to metalink note 265633.1 - there is a pdf document and that describes what should be set and what is not supported.
    ASM is not a "normal" database.
    Edited by: Laura Gaigala on May 6, 2009 4:27 PM

  • AMM Shrink and grow question

    Hi,
    i've 11.2 Database.
    I know that using AMM, Oracle manages sga and pga together.
    But why shink and grow (sga pools) operation impact only shared and buffer and not also the pga?
    An example, I've 5Gb of AMM, looking AWR, Oracle set shared pool to about 1,9Gb, buffer to 1,1Gb (sga target around 3,3Gb) and the results to PGA.
    Looking Memory Dynamic Components in AWR, i see that shrink/grow operation uses only shared and buffer pool and not the PGA that is not used.
    Why this?
    Thanks.

    Mr.D. wrote:
    Hi,
    i've 11.2 Database.
    I know that using AMM, Oracle manages sga and pga together.
    But why shink and grow (sga pools) operation impact only shared and buffer and not also the pga?
    An example, I've 5Gb of AMM, looking AWR, Oracle set shared pool to about 1,9Gb, buffer to 1,1Gb (sga target around 3,3Gb) and the results to PGA.
    Looking Memory Dynamic Components in AWR, i see that shrink/grow operation uses only shared and buffer pool and not the PGA that is not used.
    Why this?
    Thanks.What I understood from your question is that you dont see reallocation of PGA as you see in SGA resizable components.
    [url http://docs.oracle.com/cd/B28359_01/server.111/b28310/memory003.htm] this  describes how the PGA is allocated.
    Unless there is pressure on oracle to release the memory from PGA to allocate to SGA or vice versa you will not see the change in memory allocation for PGA

  • 11g AMM Affection to DB Performance

    Hi All,
    We had just migrated from Oracle 10g to 11g without changing the Oracle 11g default settings.
    OLD 10g Settings:
    PGA_AGGREGATE_TARGET: 32MB
    WORKAREA_SIZE_POLICY: AUTO
    SORT_AREA_SIZE: 65536
    HASH_AREA_SIZE: 131072
    New Oracle 11g setting.
    sql> show parameter memory
    NAME | TYPE |VALUE
    hi_shared_memory_address | integer | 0
    memory_max_target | big integer |3280M
    memory_target | big integer |3280M
    shared_memory_address | integer |0
    PGA_AGGREGATE_TARGET: 0
    WORKAREA_SIZE_POLICY: AUTO
    SORT_AREA_SIZE: 65536
    HASH_AREA_SIZE: 131072
    I understand that because memory_target and memory_max_target are set, so the AMM in 11g is enabled. Therefore PAT is 0 and WASP is set to AUTO.
    Our Problem is that every Thursday/ Friday morning, the database is working on memory_intensive operations: create index, analyze, select distinct, group by, order by, union, intersect, minus and sort-merge joins. We had problem of ORA-01652. Unable to extend temp tablespace by 128 in tablespace TEMP.
    In old DB with 10g, this wasn't a problem.
    My question is how this new setting affected the DB performance? How to adjust the settings?
    Thank you!

    Thanks!
    So again why do you think this problem is related to PGA & other memory configuration?
    I suggest you increase the size of TEMP tablespace.SELECT * FROM dba_temp_files WHERE TABLESPACE_NAME='TEMP'
    1 /DATAFILES/signet/temp01.dbf 1 TEMP 17179869184 2097152 AVAILABLE 1 YES 17179869184 2097152 131072 17178820608 2097024
    2 /DATAFILES/signet/temp02.dbf 2 TEMP 17179869184 2097152 AVAILABLE 2 YES 17179869184 2097152 131072 17178820608 2097024
    17179869184 bytes each for temp files.
    SELECT property_value
    FROM database_properties
    WHERE property_name = 'DEFAULT_TEMP_TABLESPACE'
    TEMP
    I don't think the TEMP tablespace is not big enough. Because we just upgrated to 11g. I guess this issue is because of the difference of memory setttings.
    Can also see another thread in this forum:
    ORA-01652 Unable to extend temp segment by 128 in tablespace TEMP
    Thanks!
    Edited by: Amethyst Qin on 10/06/2010 18:57

  • AMM and ASMM

    Oracle 11gR2 question:
    spfile.ora AMM, ASMM configuration
    Goal: only use AMM
    Issue: both AMM and ASMM are ENABLED !
    memory_target 1.5G
    memory_max_target 1.28G
    sga_target 0
    sga_max_size 768M
    1. Are AMM and ASMM mutually exclusive.
    2. What is expected outcome if both AMM and ASMM are ENABLED

    oracletune wrote:
    Aman,
    Our production system has run since December 2012, with above AMM settings.
    The PGA hit ratio was between 98-100 during this period.
    The transaction load have been constant and consistent.
    Only change: Yesterday re-organized 10million row table [21G] -> to Interval Partitioned Table.
    Result a: Fast-Fast query response from Partitioned Table
    Result b: New Problem PGA hit ratio 63.52That sounds pretty good as far as problems go. You should look at the plans for your Result a. It could very well be that you've done something like convert a PGA thrashing query to a non-thrashing query, or perhaps even a direct read, leaving only other random queries to hit the PGA. Is anything else slower? Rather than result b being a problem, it could be you just demonstrated the back-asswardness of hit ratios - things may be "better" with a "worse" ratio.
    And what sb said.

  • Database Performence tuning Interview question

    Hello All,
    I had a bad interview yesterday for Oracle Database Administration job and was a developer who ask me a question about performance tuning that I couldn't answer him; the question was like
    A developer come to you with a query that he issue to a database and he complain that it is too slow and the system is hang how can you solve the problem?
    describe the steps that you have to follow to take care of this issue
    Can some one give me an Idea on how to solve these type of problem, the steps
    I assume it has to do with AWR, ASM, ADDM, AMM
    I am a very new oracle DBA just certify with no experience that is why i found it difficult
    Need help
    Thanks
    Nounou

    user9362044 wrote:
    Hello All,
    I had a bad interview yesterday for Oracle Database Administration job and was a developer who ask me a question about performance tuning that I couldn't answer him; the question was likeThat's OK, I probably couldn't answer to his liking either.
    >
    A developer come to you with a query that he issue to a database and he complain that it is too slow and the system is hang how can you solve the problem?
    describe the steps that you have to follow to take care of this issue
    Can some one give me an Idea on how to solve these type of problem, the steps
    I assume it has to do with AWR, ASM, ADDM, AMM
    I am a very new oracle DBA just certify with no experience that is why i found it difficultWell, of course you would. As the "what to do when your query is slow" thread shows, there are a number of tools you would be expected to know, and yet, does that really answer the question? Someone depending on certification to get a job may be sorely disappointed, as the expectations of people offering the jobs don't often match up with the certification process. In this case, it sounds like they were expecting someone to have been a developer with experience in these issues moving up to a performance analyst.
    Look at the performance tuning manual - it has quite a different process than the "what to do thread." That's because the system hang may not be due to the developers query at all, it may just be the trigger for another problem, or even be entirely coincidental. It might not even be a "system hang," it could be just some stupid app locking goof (or design feature), that makes users think the system is hung. I had one of those yesterday, looked just like http://download.oracle.com/docs/cd/E11882_01/server.112/e10822/tdppt_sqlid.htm#BABFJJCJ But the thing is, that is extremely misleading. What actually happened was another user walked away from her terminal with a row locked for update, causing everything else that needed to get to that row to go nuts trying to get to it. So, every methodology was wrong, it was not a performance problem at all, all I needed to do was look at the "all instance locks" screen and tell the complaining user (and have my boss tell the other users complaining to him) to drag the user away from her lunch and castigate her, as everyone is trained not to leave in the middle of an update screen.
    So I probably wouldn't pass the interview either, as my view is a DBA is expected to know his system, know the apps, and know the tools available to solve problems, and a company shouldn't expect someone new to know much of that. The developer probably had a very different answer in mind, and who knows if it was the "what to do" thread, the Oracle party line, some other methodology like Method-R, ODM, Performance Firefighting, Silver Bullet, ratio tuning, the idea that he can know how you work from divining your thought processes or some strange ideas that make less sense. Or maybe none of those, he was just evaluating how you would fit in with the group.
    An example of the range of expectations: http://www.freelists.org/post/oracle-l/Questions-for-a-Jr-DBA

  • AMM in oracle11g

    Hello, question about AMM(MEMORY_TARGET) feature in oracle11g. Do we have any scenario where we should not use AMM in oracle11g? Do we have any scenario where should use this feature? Any advantages or any disadvantages? Any update is highly appreciated.

    Hello there......It's not just as easy as he says here.....
    Not everything is like the Ronco Jet-Stream Cooker...... "SET IT.....AND FORGET IT!!!!"
    yeah...right......
    In the case of AMM or even ASMM.....you can't just assume Oracle will handle everything. It does for the most part, but not in all cases.
    The possible issues: ORA-4031, ORA-4030 along with ORA-27300's
    If you just "unset" your pool sizes, you'll be succuming yourself to the MMAN background process knowing when to increase a pool. MMAN is on a 10-minute cycle so it might miss a hard hitting application or job. Depending on how well sql is shared and how your pools are configured, you may see KGH NO ACCESS memory growing very large. This occurs if you set your pools too low (or to zero) and assume Oracle will do it all.
    A note to help you configure your ASMM/AMM:
    How to configure ASMM (Auto Memory) on 10g and 11g - Best Practices [ID 781630.1]
    So in short, it's not just as easy as turning it on. You need to configure it AND follow up with v$sgastat to ensure you'll be good in the future.
    ~dallas

  • Stream Pool Sizing and SGA AMM

    Hi DBAs,
    Just a very general question. I have enabled the SGA AMM. So the Stream Pool Size is not defined. Sometime I am getting the warning for messages are spilling over. Should I increase the SGA or Disable the Automatic Memory Managent and define the Stream Pool Size explicitly. I am using Oracle 10.2.0.4 (single instance). I have heard from some experts that SGA AMM feature doesn't scale well some time but not sure how it manage the streams pool. If SGA AMM is not enabled then SGA only allocate 10% for Stream Pool. Total System RAM is 16GB and SGA Max and Target is 8 GB.
    Should I increase the SGA AMM enabled or explicitly define the Stream Pool Size? Any suggestion please ..
    Regards
    -Samar-

    When you set SGA_TARGET, normally the value of STREAMS_POOL_SIZE is 0 and AMM allocate memory as needed by the system.
    Nevertheless, if you set it, then it means you request the minimum value for streams_pool_size not to shrink below this value.
    You did not precise if the spilling occurred on Source or on Target.
    -On source, it means that the messages are not propagated fast enough (usually this is paired with flow control in effect) and the excess messages are spilled to disk queue table.
    -On Target, it means the apply process is not fast enough, and messages received in the buffered queue table are spilled onto the disk queue table (your aq$_<queue_name>_P)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Questions on Print Quote report

    Hi,
    I'm fairly new to Oracle Quoting and trying to get familiar with it. I have a few questions and would appreciate if anyone answers them
    1) We have a requirement to customize the Print Quote report. I searched these forums and found that this report can be defined either as a XML Publisher report or an Oracle Reports report depending on a profile option. Can you please let me know what the name of the profile option is?
    2) When I select the 'Print Quote' option from the Actions drop down in the quoting page and click Submit I get the report printed and see the following URL in my browser.
    http://<host>:<port>/dev60cgi/rwcgi60?PROJ03_APPS+report=/proj3/app/appltop/aso/11.5.0/reports/US/ASOPQTEL.rdf+DESTYPE=CACHE+P_TCK_ID=23731428+P_EXECUTABLE=N+P_SHOW_CHARGES=N+P_SHOW_CATG_TOT=N+P_SHOW_PRICE_ADJ=Y+P_SESSION_ID=c-RAuP8LOvdnv30grRzKqUQs:S+P_SHOW_HDR_ATTACH=N+P_SHOW_LINE_ATTACH=N+P_SHOW_HDR_SALESUPP=N+P_SHOW_LN_SALESUPP=N+TOLERANCE=0+DESFORMAT=RTF+DESNAME=Quote.rtf
    Does it mean that the profile in our case is set to call the rdf since it has reference to ASOPQTEL.rdf in the above url?
    3) When you click on submit button do we have something like this in the jsp code: On click call ASOPQTEL.rdf. Is the report called using a concurrent program? I want to know how the report is getting invoked?
    4) If we want to customize the jsp pages can you please let me know the steps involved in making the customizations and testing them.
    Thanks and Appreciate your patience
    -PC

    1) We have a requirement to customize the Print Quote report. I searched these forums and found that this report can be defined either as a XML Publisher report or an Oracle Reports report depending on a profile option. Can you please let me know what the name of the profile option is?
    I think I posted it in one of the threads2) When I select the 'Print Quote' option from the Actions drop down in the quoting page and click Submit I get the report printed and see the following URL in my browser.
    http://<host>:<port>/dev60cgi/rwcgi60?PROJ03_APPS+report=/proj3/app/appltop/aso/11.5.0/reports/US/ASOPQTEL.rdf+DESTYPE=CACHE+P_TCK_ID=23731428+P_EXECUTABLE=N+P_SHOW_CHARGES=N+P_SHOW_CATG_TOT=N+P_SHOW_PRICE_ADJ=Y+P_SESSION_ID=c-RAuP8LOvdnv30grRzKqUQs:S+P_SHOW_HDR_ATTACH=N+P_SHOW_LINE_ATTACH=N+P_SHOW_HDR_SALESUPP=N+P_SHOW_LN_SALESUPP=N+TOLERANCE=0+DESFORMAT=RTF+DESNAME=Quote.rtf
    Does it mean that the profile in our case is set to call the rdf since it has reference to ASOPQTEL.rdf in the above url?
    Yes, your understanding is correct.3) When you click on submit button do we have something like this in the jsp code: On click call ASOPQTEL.rdf. Is the report called using a concurrent program? I want to know how the report is getting invoked?
    No, there is no conc program getting called, you can directly call a report in a browser window, Oracle reports server will execute the report and send the HTTP response to the browser.4) If we want to customize the jsp pages can you please let me know the steps involved in making the customizations and testing them.
    This is detailed in many threads.Thanks
    Tapash

  • Satellite P300D-10v - Question about warranty

    HI EVERYBODY
    I have these overheating problems with my laptop Satellite P300D-10v.
    I did everything I could do to fix it without any success..
    I get the latest update of the bios from Toshiba. I cleaned my lap with compressed air first and then disassembled it all and cleaned it better.(it was really clean insight though...)
    BUT unfortunately the problem still exists...
    So i made a research on the internet and I found out that most of Toshiba owners have the same exactly problem with their laptop.
    Well i guess this is a Toshiba bug for many years now.
    Its a really nice lap, cool sound (the best in laptop ever) BUT......
    So I wanted to make a question. As i am still under warranty, can i return this laptop and get my money back or change it with a different one????
    If any body knows PLS let me know.
    chears
    Thanks in advance

    Hi
    I have already found you other threads.
    Regarding the warranty question;
    If there is something wrong with the hardware then the ASP in your country should be able to help you.
    The warranty should cover every reparation or replacement.
    But I read that you have disasembled the laptop at your own hand... hmmm if you have disasembled the notebook then your warrany is not valid anymore :(
    I think this should be clear for you that you can lose the warrany if you disasemble the laptop!
    By the way: you have to speak with the notebook dealer where you have purchased this notebook if you want to return the notebook
    The Toshiba ASP can repair and fix the notebook but you will not get money from ASP.
    Greets

  • Question regarding NULL and forms

    Hi all, i have a survey that im working on that will be sent via email.
    I'm having an issue though. if i have a multiple choice question, and the user only selects one of the choices, all the unselected choices return as NULL. is there a way i can filter out anytihng that says "NULL" so it only shows the selected options?
    thanks.
    here is the page that retrieves all the data. thanks
    <body>
    <p>1) Is this your first visit to xxxxxxx? <b><%=request.getParameter("stepone") %></b>
    </p>
    <p> </p>
    <p>2) How did You Learn About xxxxxxx?</p>
    <p><b><%=request.getParameter("steptwoOne") %></b>
      <br>
        <b><%=request.getParameter("steptwoTwo") %></b>
      <br>
        <b><%=request.getParameter("steptwoThree") %></b>
      <br>
        <b><%=request.getParameter("steptwoFour") %></b>
      <br>
        <b><%=request.getParameter("steptwoOther") %></b>
    </p>
    <p> </p>
    <p>3) What was your main reason for visiting xxxxx?</p>
    <p><b><%=request.getParameter("stepthreeOne") %></b>
        <br>
          <b><%=request.getParameter("stepthreeTwo") %></b>
        <br>
          <b><%=request.getParameter("stepthreeThree") %></b>
        <br>
          <b><%=request.getParameter("stepthreeFour") %></b>
        <br>
          <b><%=request.getParameter("stepthreeOther") %></b>
    </p>
    <p>4) did you find the information you were looking for on this site?</p>
    <p><b><%=request.getParameter("stepfour") %>
    <br>
    <b><%=request.getParameter("stepfourOther") %></b>
    </b></p>
    <p>5) Do you plan on using this website in the future?</p>
    <p><b><%=request.getParameter("stepfive") %></b></p>
    <p>6) What is your gender</p>
    <p><b><%=request.getParameter("stepsix") %></b></p>
    <p>7) What is your age group</p>
    <p><b><%=request.getParameter("stepseven") %></b></p>
    8) Would you like to take a moment and tell us how we can improve your experience on xxxxxxxxxx?
    <p><b><%=request.getParameter("stepeightFeedback") %></b></p>

    i was messing around and came up with this. it doesnt remove the null, but if it is null it adds ABC beside it. so i think i might be getting close. i just need to figure out how to replace the null.
    code]
    <b><%=request.getParameter("steptwoFour") %></b>
         <% if (request.getParameter("steptwoFour") == null ) {
         %>
         <% out.print("abc"); %>
         <% }
         %>

  • Anyone know how to remove Overdrive books from my iphone that have been transferred from my computer? They do not show up on itunes. I see a lot of answers to this question but they all are based on being able to see the books in iTunes.

    How do I remove Overdrive books from the library that were downloaded onto my computer then transferred to my iphone? The problem is that they do not show up in iTunes.
    I see this question asked a lot when I google, but they always give answers that assumes you can find the books in iTunes either under the books tab, or the audio books tab or in the music. They do not show up anywhere for me. They do not remove from the app like the ones I downloaded directly onto my iphone.the related archived article does not answer it either.  I even asked a guy working at an apple store and he could not help either.   Anybody...?
    Thanks!

    there is an app called daisydisk on mac app store which will help you see exactly where the memory is focused and consumed try using that app and see which folders are using more memory

  • Basic question

    Hello, i have a basic question. if i have defined 2 fields in a cube or a dso:
    Name Quantity
    and from the external flat file i get some characters for my quantity field. would my load fail?  for standard dso and for write optimized?
    NOTE: quantity field is a keyfigure defined as numeric.
    and the load coming in has "VIKPATEL" for Quantity field and not numbers.
    thanks

    Hi Vik,
    Yes, the load will fail.
    May be you coud first load this data into BW (into PSA) and set both fields as characters fields. Then you can create DSO, do transformation from this PSA to the DSO, and put your logic as to what do you want to do with those Quantity that is not number (e.g. convert to 0, or 'Not assgined', etc).
    You can use transfer rule, or a clean up ABAP code in the start routine.
    Hope this helps.

  • Mid 2010 15" i5 Battery Calibration Questions

    Hi, I have a mid 2010 15" MacBook Pro 2.4GHz i5.
    Question 1: I didn't calibrate my battery when I first got my MacBook Pro (it didn't say in the manual that I had to). I've had it for about a month and am doing a calibration today, is that okay? I hope I haven't damaged my battery? The calibration is only to help the battery meter provide an accurate reading of how much life it has remaining, right?
    Question 2: After reading Apple's calibration guide, I decided to set the MacBook Pro to never go to sleep (in Energy Saver System Preference) and leave it on overnight so it would run out of power and go to sleep, then I'd leave it in that state for at least 5 hours before charging it. When I woke up, the light on the front wasn't illuminated. It usually pulsates when in Sleep. Expectedly, it wouldn't wake when pressing buttons on the keyboard. So, what's happened? Is this Safe Sleep? I didn't see any "Your Mac is on reserve battery and will shut down" dialogues or anything similar, as I was asleep! I've left it in this state while I'm at work and will charge it this afternoon. Was my described method okay for calibration or should I have done something different?
    Question 3: Does it matter how quickly you drain your battery when doing a calibration? i.e is it okay to drain it quickly (by running HD video, Photo Booth with effects etc) or slowly (by leaving it idle or running light apps)?
    Thanks.
    Message was edited by: Fresh J

    Fresh J:
    A1. You're fine calibrating the battery now. You might have gotten more accurate readings during the first month if you'd done it sooner, but no harm has been done.
    A2. Your machine has NOT shut down; it has done exactly what it was supposed to do. When the power became critically low, it first wrote the contents of RAM to the hard drive, then went to sleep. When the battery was completely drained some time later, the MBP went into hibernation and the slepp light stopped pulsing and turned off. In that state the machine was using no power at all, but the contents of your RAM were still saved. Once the AC adapter was connected, a press of the power button would cause those contents to be reloaded, and the machine would pick up again exactly where you left off. It is not necessary to wait for the battery to be fully charged before using the machine on AC power, but do leave the AC adapter connected for at least two hours after the battery is fully charged. Nothing that you say you've done was wrong, and nothing that you say has happened was wrong.
    A3. No, it does not matter.

  • Jabber/WebEx Connect SSO Questions

    I've got a few questions around exactly what needs to be done to get SAML working for our Connect accounts to successfully authenticate from Jabber for Windows, Mac, iPhone, and Android.
    We have both a Meeting Center and Connect account under WebEx using Loose Coupled Integration. Just this past week I enabled SAML for our Meeting Center accounts which went off without a hitch with the exception of Meeting Center integration with Jabber, which is now broken with a message about SSO enabled Meeting Sites not being supported (I think this would maybe be fixed if we had Tight Coupled Integration with our two account?).
    Anyway, my questions are...
    For Windows, I understand all clients will need to be reinstalled with the MSI argument for the SSO_ORG_DOMAIN switch I've read about, is that correct? Are there any other switches needed for the reinstall? 
    How will this work with the Mac and mobile clients? There's obviously no command line options to specify for the installations here, will they just know to kick over to my IdP for authentication once they see an email address that falls under an org with SSO enabled? If so, why does the Windows client need to be completely reinstalled and not just know to find the IdP from the Cloud Connect service like Meeting Center does with the Productivity Tools?
    We're just doing this for our Connect Web IM accounts, not attempting any sort of SSO with the phone accounts/UC integration yet.
    Any ideas on getting the Meeting Center integration into Jabber working again?

    I'd suggest posting your question over on the Jabber Pilot forum, as this forum is specific to Jabber Guest questions:
    https://supportforums.cisco.com/community/4551/jabber-pilot-support
    -jim

Maybe you are looking for

  • How do i make it so iTunes plays the music files from where i have chosen to store them?

    how do i make it so iTunes plays the music files from where i have chosen to store them as opposed to it scattering copies of my files into a myriad different folders based on the albums they came from when i'm not even interested in keeping whole al

  • AIFF metadata problem

    Hello, When editing metadata for my ALAC/AIFF files, I use the Album Artist Sort Order field (i.e., Sort Album Artist in iTunes) so that artists like 10,000 Maniacs will alphabetize to "T" (i.e., Ten Thousand Maniacs). While I have had no problem wit

  • ThinkPad Button A31 Download AIBM.EXE

    I'm rebuiding my A31 and want to get the ThinkPad Button working. I have all the OSD, WebKey Agent and Zoom drivers installed. The key calls c:\IBMTools\AIBM.exe. Does anyone know where/how to find this file and download it? I don't have the file on

  • New tabelspace for standby DB

    Hi, i have created new tabelspace in the primary DB and i want sea it with it's object in standby DB when i open it on read only. What is the steps to follow for this, without reset the standby DB form scrash. my severs are 9i Standard edition on lin

  • Can't connect to a certain wireless network

    I canconnect to my home network, I can connect to the grocery store wifi, but when I try to connect to the school's wireless using the 13 character password that the tech guy typed in, I get a a screen and no matter what I clcik, the screen just pops