How to increase storage capacity for STAT logs

Hi all ,
        We are taking logs using the command STAT for observing users activities.(Here we can find the users activities only for 3 days).
1. I want to store one month period STAT logs ? how can and where can I change the memory settings to change the storage capacity?
(like to increase system log size we can edit rslg/store----- parameter. Like this way where can I change the settings to store one month period STAT logs)
Please kindly help on this.
Regards,
nani

I don´t think it´s possible.
Storing everything for one month will, depending on user activity, produce a HUGE amount of data you won´t be able to evaluate, just because of its size.
What do you want to achieve with that?
Markus

Similar Messages

  • How to calculate storage space for archive log files and database backups?

    Hi all,
    I have a 1.8 terabyte Oracle 9i database and need to plan for how much additional disk space I will need to perform nightly backups and for archivelog files. Is there a script or formula available that can help me estimate how much required disk space I will need to hold a days worth of archived logs as well as a nightly export dump file and a full hot RMAN backup on disk?
    Thanks!

    I'm not sure how to estimate the size of your backups, especially if you use incrementals. However, the space required for archive logs will be equal to the amount of REDO your DB generates. I would count the number of log switches per day with a query like the following:
    select trunc(first_time), count(*)
    from v$log_history
    group by trunc(first_time)
    I would then take the average and multiply this count by the size of your redo log files (assuming they are all the same size).

  • HT201401 How do i reduce the size of my Other file to increase storage capacity?

    How do i reduce the size of my Other file to increase storage capacity? I have almost 4.5g taken up of storage in Other on my 8g phone.

    Use search or check out the "More Like This" section to the right to find answers to the question.

  • My friend signed into gmail on my iPad safari browser and it kept asking him if he wanted to increase storage capacity size.

    My friend signed into their gmail account on my iPad and asked if he would like to increase storage capacity. He clicked no but then it signed him out.
    I know this happened once before but he was still able to sign into gmail. He tried again but it still did the same thing.
    Is there a way to get around this?

    You need to return it to the seller and get your money back.  You cannot reset or use the device with another AppleID installed unless you know the password for that ID.
    If the device has been jailbroken, no one on here can give you any further help...the Terms of Use prohibit us from doing so.

  • How to increase page size for balance file upload in Workspace.

    Hi All,
    Please suggest how to increase page size for balance file upload in shared Workspace pages.
    Thanks,

    A word of caution is in order regarding changing from facing to non-facing and back again. If you have overridden master page items, you'll get a second, non-overridden copy on all the even-number pages when that half of the master page is re-applied. This applies to master text frames which override automatically when text flows into them as well as to objects you manually override. I think you'll find this particular technique also only works for master text frames, whereas the Layout Adjustment should work in all situations where frames snap to guides.

  • How to increase the capacity of messages in the "Messages" apps

    How to increase the capacity of the messages display in the "Messages" apps?  How to display more messages in the "Messages" apps?
    When iphone delete messages in the "Messages" app?

    You can't change the Messages app capacity or the number of messages it displays.  All Messages options can be found under Settings > Messages.
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • How is the storage type for a component picked automatically in PO staging

    Hi
    The Process cycle is :
    Sales Order created MRP-Planned Order ---Production Order
    Problem : Transfer Requirement not created for Picking
    Now if I go to Co03--GOTOWM Pick list , For the component the storage type is notr updated automatically
    I compared with Materials for a TR was created & found that Storage type 100 was updated automatically
    Q:How is the storage type for a component picked automatically in PO staging (WM activated )

    Hi Rajesh
    Thanks for your inputs . Actually I forgot to mention that the client is not using Storage type in any of the material master data
    The problem was because the control cycle was not maintained for the combination of material /Plant & Supply Area
    Anyway thanks for your info .Appreciate your cooperation
    Arindam

  • How to change bucket capacity for a certain date range (duration)?

    Hi,
    I need to update the bucket capacities of Resource at Vendor location in APO live cache for a particular period using BAPI_RSSRVAPS_CHANGEMULTI.
    Here I am executing BAPI by passing -
    Import Parameters:
    LOGICAL_SYSTEM
    COMMIT_CONTROL
    PLANNING_VERSION
    Tables:
    RESOURCE_HEAD
    (RESOURCE = Resource  " Test123
    LOCATION = Vendor Number/Loctaion
    CAPACITY_A = 5000.000
    NUM_OF_PERIODS = 001
    PERIOD = 02    " Day Wise
    UTIL_BUCKET = 100.000 )
    RESOURCE_HEAD_X
    (All corresponding fields X)
    RESOURCE_QUANMODEL
    (RESOURCE = Resource  " Test123
    VERSION = 01
    ENDDA = 02/25/2011
    BEGDA = 02/21/2011
    QUANMODEL = 8000 )
    RESOURCE_QUANMODEL_X
    (All corresponding fields X)
    [ I have a capacity variance:
    Resource = Test123; Capacity Varient = 01; Valid From = 02/21/2011
    Valid To = 02/25/2011; Bucket Util Rate = 100.000; Qty/Rate definition = 8000 ]
    Now, while I execute /SAPAPO/RES01 to display Capacity for that resource-Location-PlanningVersion, Its showing that 'Bucket Capacity' and 'SNP Bucket Capacity' get changed into 5000. But this change happend for all the days and not only for the duration I passed into Bapi (From BEGDA to ENDDA).
    How to change bucket capacity for a certain date range (duration)? Any help please.
    Thanks
    Roy

    I did it myself. Hence closing the thread.
    Solution:
    1. Get RESUID from /SAPAPO/RESKEY table by passing Resource as NAME.
    2. Call Function Module /SAPAPO/CRES_QUANPROF_UPDATE
    3. Call Function Module /SAPAPO/CRES_SAVE_FROM_BT
    For further help, change manually a single record in the 'capacity profile' in TXN /SAPAPO/RES01 and debug both the FM mentioned above.
    BR
    Roy

  • Can any one please tell me how to write labview program for data logging in electric motor bike.

    Can any one please tell me how to write labview program for data logging in electric motor bike. I am going to use CompactRIO for getting wide range of data from various sensors in bike. I need to write labview program for data logging of temperature, voltage and speed of the bike. Can any one help me?

    Yes, we can.   
    I think the best place for you to start for this is the NI Developer Zone.  I recommend beginning with these tutorials I found by searching on "data log rio".  There were more than just these few that might be relevant to your project but I'll leave that for you to decide.
    NI Compact RIO Setup and Services ->  http://zone.ni.com/devzone/cda/tut/p/id/11394
    Getting Started with CompactRIO - Logging Data to Disk  ->  http://zone.ni.com/devzone/cda/tut/p/id/11198
    Getting Started with CompactRIO - Performing Basic Control ->  http://zone.ni.com/devzone/cda/tut/p/id/11197
    These will probably give you links to more topics/tutorials/examples that can help you design and implement your target system.
    Jason
    Wire Warrior
    Behold the power of LabVIEW as my army of Roomba minions streaks across the floor!

  • How to increase the time for detect a device down on Prime 2.0

    Hi,
    I would like to know how to increase the time for detect when a device has lost connection, currently I monitor several stand alone Access Points that are paleced on differents locations connected to prime through 256 Mbps Links, so when the location has very high bandwith utilization, an e-mail notification about the unreachable Access Point is sent, but if we check te reachability, the Access Point is reachable, and we don´t want to receive to many of this notificatios,
    thanks for your help

    Go to the Console,   Select the server --> configuration --> tuning tab, 
                        Stuck Thread Max Time and Stuck Thread Timer Interval  (give your required time)
    This will definitely increase the Stuck Thread time interval.
    or
    by using work manager also you can define Stuck Thread Max Time interval by editing deployment descriptor file
    <work-manager>
    <name>wm_name</name>
      <max-stuck-thread-time>30</max-stuck-thread-time>
    <stuck-thread-count>5</stuck-thread-count>
    </work-manager>

  • I have a 1 TB Time Capsule on a wireless network with my iMac and my wife's MacBook Pro.  The TC is almost full. What is the best way/device to increase storage capacity?

    I have a 1 TB Time Capsule on a wireless network with my iMac and my wife's MacBook Pro.  The TC is almost full. What is the best way/device to increase storage capacity?

    Replace the Time Capsule with one that has a larger hard drive. Or erase the one you have and start a new set of backups or backup one of the computers to a different backup drive.

  • HT201318 I upgraded my iCloud storage capacity for a higher tier and the device does not actually reflects said upgrade. How can this be resolved since my credit card was charged

    I upgraded my Icloud storage capacity to a higher tier and my Iphone does not reflect the change although my credit card was charged and the device is nor properly backup. How can this be resolved?

    It seems to take up to a couple of days for the upgrade to take hold, at least that's the experience of some users.  Give it 24 hours before contacting apple.
    For customer service issues, go here...
    https://expresslane.apple.com/Issues.action

  • How to INCREASE Battery Capacity

    Just drop the advertising - I know that battery capacity  varies, and that the capacity of the phone battery - regardless of models, will degrade as the phone is used.
    I contest the "specialists" to provide some straight simple guidelines to how one can treat a battery to increase the capacity.
    That the layers gets closer and short-curcuits is a known reason. So, exposure to heat will make the substance that keep the layers apart into gas that escapes the battery. Now how can such a battery be fixed? In old days with NiCd we could freeze the battery to -36C, that would make the iodine to solid. if iodine is still used, this will still work. Other semiconductors needed more than -100C to regain state - but with access to liquid Nitrogen, that was fully possible. Maybe Ni is not so common, but freon is, and LPG (Butane/Propane liquified). A home freezer can at times go as low as -38C. 
    So, can charging in heat / cold change the capacity of the battery?
    Other: If I completely drain the battery between every charge - will that improve it?
    If I start to recharge it when it is 80% of capacity, and disconnect immediately and use everything, Bluetooth, WLAN - to drain it to 80% and the recharge - can I restore the good old capacity? 
    if the battery degrades to 10% of capacity, is it possible to restore it? How? 
    Don't change anything that works.

    That, and I've been reading to not constantly charge it, or leave it in at 100%. It can be charged too much from what I've seen. I've had mine since 2006 almost 2 years, and till recently left it charging all the time. Not sure that's been a good idea. This is Battery University website information...
    gure 1: Permanent capacity loss of lithium-ion as a function of temperature and charge level.
    High charge levels and elevated temperatures hasten permanent capacity loss. Improvements in chemistry have increased the storage performance of lithium-ion batteries.
    The mentioning of limited service life on lithium-ion has caused concern in the battery industry and I will need to add some clarifications. Let me explain:
    If someone asks how long we humans live, we would soon find out that the longevity varies according to life style and living conditions that exist in different countries. Similar conditions exist with the batteries, lithium-ion in particular. Since BatteryUniversity bases its information on the feedback from users as opposed to scientific information derived from a research lab, longevity results may differ from manufacturer' specifications. Let's briefly look at the various living conditions of the lithium-ion battery.
    The worst condition is keeping a fully charged battery at elevated temperatures, which is the case with running laptop batteries. If used on main power, the battery inside a laptop will only last for 12-18 months. I must hasten to explain that the pack does not die suddenly but begins with reduced run-times.
    The voltage level to which the cells are charged also plays an important role to longevity. For safety reasons, most lithium-ion cannot exceed 4.20 volts per cell. While a higher voltage boosts capacity, the disadvantage is lower cycle life. Figure 2 shows the cycle life as a function of charge voltage.

  • On iPad 2 can files be compressed on HD to increase storage capacity?

    I bought my daughter an iPad 2 3rd generation.  I know the HD capacity is 16 Gb and iOS 7.01 takes up about
    1 Gb of het capacity, giving her about 15 Gb to use for apps and data storage. I have three questions about that.
    Q1.  Can She use a flash drive to download apps and files to the flash drive, then access the flash drive as an
    external data storage to view/listen to photos, video and music and; most important; can she download apps
    and run them from the drive on the system itself if she does so?
    Q2.  Can she compress the files on the HD to increase the storage capacity of the HD, and still have the ability
    run the downloaded apps, view videos, etc.  Can she still access the compressed files, if she can do so?
    Q3.  iPad 2 has no paper guide or owner's manual, but. Apple has an ipad Guide (140pp) that can be down-
    loaded and viewed. Can she download iPad User/Owners "Guide for iPad Using OS 7.01 ondto her iPad and
    put an icon for it on her iPad desktop for easy reference?
    Thank you for your help.

    Q1. There are compatible flashdrives tha allwo you to do this through their own Apps such as the Sandisk Wireless Flash Drive among others.   http://www.sandisk.com/products/wireless/flash-drive/  It cannot eb done with regular flash drives though.
    Q2.  No. No compression is available on the iPad.
    Q3. She can bookmark the iPad's manual website and place an icon on the home screen for the url, or download the Book version to iBooks for free.
    Just tap on Arrow coming out of a box icionin Safari, and then tap on Place on Home Screen.

  • How to increase max thread for SOAP adapter ?

    Hi PI Expert,
    I have problem with Synchronous SOAP transaction in PI 7.0 EHP1 SPS2. The interface actually using ccBPM.
    IDOC ---> ccBPM -
    > synchronous call to SOAP adapter.
    The problem is there are always timeout call from Integration server to SOAP adapter after several transaction success.
    it seems like the soap adapter is doesn't has enough thread to receive call from IS.
    the pattern is like   success, success, failed, success, success, failed.  it always 1 errror within 1 minutes for 4-5 transaction in the same minutes.
    is that any log in adapter that i can check or how to increase soap adapter thread ?
    Please advise ?
    Best Regards
    Fernand

    Hi Fernand,
    please check this blog:
    Adapter Specific Queues in PI
    /people/sunil.singh13/blog/2009/03/30/adapter-specific-queues-in-pi
    Regards,
    Gábor

Maybe you are looking for