Is it possible to rotate log of iplanet server once a month ?

Instead of changing log file each day or each week, I would like to know if is possible to rotate log of iplanet server once a month.

Yes, you may use the internal daemon log rotation (available in iPlanet Web Server 4.x and 6).
Using this new feature introduced in iWS 4, you may set up the rotation start time and the interval for the next rotation to happen (in minutes).
For every hour the interval is 60, every day 1440.
To config internal daemon to perform log rotation every 30 days the interval would be 43200 minutes.

Similar Messages

  • How to set the FileHandler to daily rotate logs?

    Is it possible to make the JDK Logging API rotate logs daily, instead of rotating when it reaches a size limit? And append the date to the log file?

    The really easy way is to make a new FileHandler for
    every log call. However, this is slow(er), so there
    are better ways for performance. For example, keep
    track of the date or filename currently in use. For
    each log call (or every 10, or every call that
    happens at least one hour after the last one, or
    whatever) make a new date and check it against the
    old one. If it's different, remove the handler and
    attach a new one. Voila, now it logs to a different
    file.With Log4J instead of java's built-in logging, this can be done way easier than that, by simply configuring Log4J to use its built-in DailyRollingFileAppender (or whatever it's called) which automatically creates a new log file each day. I don't know why java's built-in logging would be so much more difficult - one would think it could map better like Log4J does it. Are you sure there's no built-in "appender" (whatever java logging calls an appender) to do this? Doesn't java logging use some kind of config file - does everything in java logging have to be done programatically rather than thru config files?

  • I do have wifi connection but no internet, how is this possible? I logged in to the internet at my friends place and when I got home my own internet was not working anymore

    I do have wifi connection but no internet, how is this possible? I logged in to the internet at my friends place and when I got home my own internet was not working anymore

    This is possible to be connected to WiFi but not internet.
    You connect to your modem/router via WiFi and whether it is connected to the internet or configured properly to route the internet to WiFi devices is a different story.
    Now if you've already reset your WiFi (try disabling and enabling) and perhaps even restarting your MBP
    Then make sure that your modem/router is connected to the internet.
    You can try any other device, lights on the modem/router or use Eth cable to test.
    Report back your findings.

  • Is it possible to rotate a video clip in iphoto?  Thanks.

    I recorded a video clip with the camera on it's side and once uploaded to iphoto it found that it was still on it's side and the 'rotate' button at the bottom is not lit up.  Is it possible to rotate?  Thanks, I would appreciate your help!
    Jan

    No.  You'll need to use Quicktime Player to rotate and export as a new file. It's explained my léonie in this topic: Movie clip rotation

  • Java.io.IOException: Failed to rename log file on attempt to rotate logs

    Hello.
    I'm currently using Weblogic 5.1 SP6 on WinNT Server 4.0 SP6.
    I set the weblogic.properties file like this so that the "access.log" will
    be rotated every day at midnight.
    -- weblogic.properties --
    weblogic.httpd.enableLogFile=true
    weblogic.httpd.logFileName=D:/WLSlog/access.log
    weblogic.httpd.logFileFlushSecs=60
    weblogic.httpd.logRotationType=date
    weblogic.httpd.logRotationPeriodMins=1440
    weblogic.httpd.logRotationBeginTime=11-01-2000-00:00:00
    -- weblogic.properties <end>--
    The rotation has been working well, but one day when I checked my
    weblogic.log, I was getting some errors.
    I found out that my "access.log" wasn't being rotated (nor being written,
    flushed) after this error came out.
    After rebooting WebLogic, this problem went away.
    Has anyone clues about why WebLogic failed to "rename log file?"
    -- weblogic.log --
    ? 2 04 00:00:00 JST 2001:<E> <HTTP> Exception flushing HTTP log file
    java.io.IOException: Failed to rename log file on attempt to rotate logs
    at weblogic.t3.srvr.httplog.LogManagerHttp.rotateLog(LogManagerHttp.java,
    Compiled Code)
    at java.lang.Exception.<init>(Exception.java, Compiled Code)
    at java.io.IOException.<init>(IOException.java, Compiled Code)
    at weblogic.t3.srvr.httplog.LogManagerHttp.rotateLog(LogManagerHttp.java,
    Compiled Code)
    at
    weblogic.t3.srvr.httplog.LogManagerHttp.access$2(LogManagerHttp.java:271)
    at
    weblogic.t3.srvr.httplog.LogManagerHttp$RotateLogTrigger.trigger(LogManagerH
    ttp.java:539)
    at
    weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigg
    er.java, Compiled Code)
    at
    weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java
    , Compiled Code)
    at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    ? 2 04 00:00:25 JST 2001:<E> <HTTP> Exception flushing HTTP log file
    java.io.IOException: Bad file descriptor
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java, Compiled Code)
    at
    weblogic.utils.io.DoubleBufferedOutputStream.flushBuffer(DoubleBufferedOutpu
    tStream.java, Compiled Code)
    at
    weblogic.utils.io.DoubleBufferedOutputStream.flush(DoubleBufferedOutputStrea
    m.java, Compiled Code)
    at
    weblogic.t3.srvr.httplog.LogManagerHttp$FlushLogStreamTrigger.trigger(LogMan
    agerHttp.java, Compiled Code)
    at
    weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigg
    er.java, Compiled Code)
    at
    weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java
    , Compiled Code)
    at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    -- weblogic.log <end> --
    note:
    ? 2 04 00:00:25 JST 2001:<E> <HTTP> Exception flushing HTTP log file
    java.io.IOException: Bad file descriptor
    keeps coming out every minute after on.
    I suppose this is because I have set the HTTP log to be flushed every one
    minute.
    Thanks in advance.
    Ryotaro

    I'm also getting this error on Weblogic 6.1.1.
    It only occurs if you set the format to "extended".
    Is there any fix or workaround for this?

  • 903 management of app / out / err logs to rotating log files??

    I'm deploying BC4J apps under OC4J.
    One of my complaints about the production environment is that the noisy logging from
    BC4J is directed to a static file name by the shell startup script. This not enterprise nor
    manageable in a 24x7 environment since the log file grows boundlessly.
    It was mentioned that 903 OC4J would fix log mangement. I've not seen anymention in doc's.
    Might someone offer how -out and -err logs can be better managed in 903?
    Thanks curt

    To be 24/7 an appserver needs to at least support managing the System.out traffic
    that apps, frameworks (BC4J) spew.
    It was suggested that 903 OC4J will support rotating log files?
    Is this true and any help or doc pointers would be great.
    BTW, I'm moving to 903 enterprise with OEM.
    Thanks, curt Curt - there is no way in 903 to rotate log files for a specific OC4J instance.
    There is a feature request in place for this functionality but I am not sure which version it will be delivered with.
    -steve-

  • CS6 - Is it possible to rotate multiple objects independent of one another?

    CS6 - Is it possible to rotate multiple objects independent of one another? In other words selecting say 9 object in a grid then rotating the all 30 degrees on their own axis.

    I forgot Transform > Again won't rotate each layer about its own centre.
    It can be done, though. Record an Action of a layer being rotated and followed by Opt+] or Alt+] to target next layer. It should look like the screenshot below. Use it by first running it on the lowest target layer in the stack then running however many more times is required.

  • Is it possible to rotate images?

    I'd like to rotate some images slightly, like cards scattered on a table -- that is, not all neatly squared up.
    I can't find a way to do it in IBA. Is it possible to rotate images a few degrees?
    tks
    jgoshawk

    Sure...select an image, open the Inspector, hit the 'Metrics' tab, then use the 'rotate' wheel at the lower part of that window.

  • Is it possible to rotate Guides?

    Hi all, I'm pretty sure the answer is no, but is it possible to rotate guides to say a 45 degree angle?

    Indeed the answer is no... You might however be able to get what you want by creating a sub-document as a smart obhject and rotatte that in its entirety in the main document, if it's an option...
    Mylenium

  • Is it possible to rotate iSight image 180°

    Is it possible to rotate the iSight camera 180° (upside down) and have the image flop 180° (right side up)? I would like to use the magnetic camera mount underneath a metal shelf and need the image to flop right side up...this would greatly extend the iSight camera's usability...
    Hopefully a third party developer is working on this one.

    I've been using this iGlasses software the past few days. It's worked perfectly. Well, worth the money if you have an iSight camera (regardless of whether or not you need to flop it 180°). The brightness controls and macro focus controls work perfectly. Great product.

  • IPlanet 6.0 SP2 restart on Windows NT when a user logs off the server.

    UPDATE: We have found that the iWS 6.0 only restart with JDK 1.3.1 installed for JSP pages. What is the best JDK to use?
    iPlanet 6.0 SP2 restart on Windows NT when a user logs off the server. If a admin or joe developer logs into the server (C+A+D) and does what ever... When the
    person logs off the NT 4.0 box ... ALL the httpd process restart. We have 80 & 443 & Admin. The processes are running under a user account. Any one have an idea why the process are restarting?"

    Hi,
    You can use following JDK version for Windows NT.
    And please check it out whether WinNT-SP6 as been installed in winNT box.
    Window NT:
    SDK and JRE 1.4 http://java.sun.com/j2se/1.4/
    SDK and JRE 1.3.1_02 http://java.sun.com/j2se/1.3/
    SDK and JRE 1.2.2_011 http://java.sun.com/products/jdk/1.2/
    JDK and JRE 1.1.8_009
    http://java.sun.com/products/jdk/1.1/download-jdk-windows.html
    I hope this helps.
    Regards,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • Is it possible to rotate and scale an image?

    Is it possible to rotate and scale an image with Grapchis2D at the same time?
    One method call to do it all?
    lets say the original image size is 200x200
    I can scale the image with
    Graphics.drawImage(image, 0,0, 500,500,this);
    But now i need to rotate it as well and keep the new size which is 500x500
    how do i do that ?

    Have you already tried the scale(double sx, double
    sy) and rotate(double theta) methods of Graphics2D?no.

  • Rotating logs and rdate don't work together

    Hi people,
    Recently I've noticed a problem with rotating logs and rdate. Since the server runs as a cronjob a 'rdate' command, web server logs are not rotated correctly.
    Archived log files only keep messages from the last hour (23-24), when they should keep the messages of the whole day.
    Servers without the 'rdate' cronjob keep archived messages properly.
    The magnus.conf line that configures the archives logs is:
    Init fn="flex-rotate-init" rotate-start="0000" rotate-interval="1440"
    and the crontab that runs rdate:
    10 20 * * * rdate mytimeserver
    What is the problem with archiving logs and running rdate??
    Thanks in advance,
    Juan Fuentes.

    This is a major screw-up on Apple’s part. Interesting that I just realized courtesy of MacIntouch that TM was NOT backing up my FileVaulted home folder. I use my MacBook Pro probably like most people. When I’m at home I’m behind a firewall. I leave the computer connected to my home network and I leave it open and on. I don’t log out ever! For security I do use the FileVault feature and I don’t use distant connections to my home network.
    There should be an option for TM to back up the open file vault directory just as if, frankly, someone would have access to it if they picked up my open computer and walked off with it. The owner has to have physical control of the computer. FileVault works if the computer is asleep and the wake log-on is enabled or if the computer is restarted. However, if my filevault is open and being used by me it should be available for a TM back-up.
    Interesting that Retrospect, with all its faults and promises of vaporware to come, WILL back up my MacBook FileVault.
    Apple should provide some type of option for this situation. On the fly decoding of the open FileVault directory so as to avoid a repeated total backup of the whole thing is the answer. It is the owner’s responsibility to keep the TM volume secure.

  • Has 903 oc4j fixed / added rotating log files; -out and -err ?

    To be 24/7 an appserver needs to at least support managing the System.out traffic
    that apps, frameworks (BC4J) spew.
    It was suggested that 903 OC4J will support rotating log files?
    Is this true and any help or doc pointers would be great.
    BTW, I'm moving to 903 enterprise with OEM.
    Thanks, curt

    To be 24/7 an appserver needs to at least support managing the System.out traffic
    that apps, frameworks (BC4J) spew.
    It was suggested that 903 OC4J will support rotating log files?
    Is this true and any help or doc pointers would be great.
    BTW, I'm moving to 903 enterprise with OEM.
    Thanks, curt Curt - there is no way in 903 to rotate log files for a specific OC4J instance.
    There is a feature request in place for this functionality but I am not sure which version it will be delivered with.
    -steve-

  • Is it possible to rotate individual pages with Adobe read X?

    Is it possible to rotate individual pages with Adobe read X, it would be really great to do this and save it especially when the document contains both landscape and portrait pages.

    Can you advise me what I need to do this with.

Maybe you are looking for

  • Import templates from older iPages

    I would like to import my old templates from an older version of iPages (06) now that I have just installed 08. I can't find anything in the documentation that indicates how to achieve this. Is there a quick way of doing this?

  • Query for number of cases in a Warehouse

    Hi Everyone, Please could someone help me ? - We are looking for a query to bring back the number of cases held in a particular warehouse. The stock in warehouse report - does not total the number of cases. Any help would be greatly appreciated. Than

  • Hotmail is at a snails pace since last upgrade

    Ever since an upgrade my Hotmail is slow to open and everything is almost moving backwards. Lot of time outs and hesitation. I have contacted Hotmail but they never ever respond. Is it Hotmail or a new upgrade from FireFox that is causing the problem

  • Find/Change Keyboard Shortcut

    Hello!  Pages like this (  http://www.nobledesktop.com/shortcuts/indesigncs5/pc/  ) seem to imply that various functions of the "Find/Change" Dialogue box can be assigned keyboard shortcuts, such as "Replace selected text with Change To text and Find

  • "Create New System Entry" screen

    Hello, I would like to make pre-configured connection settings available to users in my company. When the New button is clicked in SAP Logon the first screen that comes up is "Create New System Entry" with a text of: "Select one of the available syst