Regarding space of ocfs

hello guys
actually i am facing an unexpected problem
i have a folder /archivelog which is mounted on ocfs.daily i used to store my export file here.But yesterday i started taking exp from one terminal with file=28june.dmp and after starting it removed previous day export from other terminal with file=27june.dmp.
But i have seen something different.
i fired rm -rf 27june.dmp it returned the root prompt immediately though daily to remove a 60 gb file it taken 30-40 seconds.
also it didn't released the spcae from /archivelog and also removed the file
means its not listing the file and also the space is not released ...i also fired command updatedb..but still the space is not released.
how could this be possible..anyone has any idea so kindly tell

its not listing the file and also the space is not releasedMaybe something similar to Re: Missing Redologs ?

Similar Messages

  • Regarding space issue

    There is an space issue in datatop.Could you please help me out in deleting any logs and unnecessary data in that location.As the mount which own datatop is completely filled.

    Hi,
    Do you have any archivelog files on this disk? If so, consider moving/deleting obsolete files. For datafiles/tablespaces, if it is possible to shrink it, please do so. Otherwise, you need to move it to some other disk.
    Also, if AUTOEXTEND is enabled, you need to disable it (at least for now) until you have more space on this disk.
    You may also refer to the following document, it should be helpful.
    Note: 274666.1 - Cleaning An 11i Apps Instance Of Redundant Files
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=274666.1
    Regards,
    Hussein

  • Regarding space removal for a numeric value

    Hello ALL,
    I have declared a vairable in my program as
    LV_amount type wrbtr.
    in that filed i m passing a value as 250
    hence it is taking as 250.00
    but the problem is it is having some space in the front,
    like '        250.00'.
    I want to remove that space, how can i do that ..
    Thanks,
    Suresh

    When you write the Amount field it will be written as the Right Justified and put the space in front of it. You can move it to some character field and remove the space.
    Check this code:
    data: l_amt  type wrbtr,
          l_char type char20,
          l_cha1 type char20.
    l_amt = '123.00'.
    write: / l_amt.
    write: l_amt to l_char.
    write: / l_char.
    l_cha1 = l_amt.
    condense l_cha1.
    write: / l_cha1.
    Regards,
    Naimesh Patel

  • Regarding space not released after rm commend on root

    hello guys
    actually i am facing an unexpected problem
    i have a folder /archivelog which is mounted on ocfs.daily i used to store my export file here.But yesterday i started taking exp from one terminal with file=28june.dmp and after starting it removed previous day export from other terminal with file=27june.dmp.
    But i have seen something different.
    i fired rm -rf 27june.dmp it returned the root prompt immediately though daily to remove a 60 gb file it taken 30-40 seconds.
    also it didn't released the spcae from /archivelog and also removed the file
    means its not listing the file and also the space is not released ...i also fired command updatedb..but still the space is not released.
    hoe could this be possible..anyone has any idea so kindly tell

    There is a bug with ocfs2 if you delete archive logs manually some time will not freee the space which is used. So for future to avoid this case use rman to delete archive logs.
    now to free space need ocfs2 partition to delete and create again with ocfs2. becarefull with this.
    Thanks,

  • Regarding space in grid dsiplay

    Hi frnds,
                    I have one field involved in my alv grid display
                      but my problem is after display the one field its
                      displaying spaces which i dont want.
    like
    <code>
    output list in grid
    matnr--space--
    10----
    20----
    30----
    40----
    </code>
    the above space i want to delete , i only need matnr to be displayed.
    regards,
    sanjay

    Hi Sanjay,
       First you check the length of the data element of MATNR through se11 and then you define the same length into the fieldcatalog declaration....
    fieldcatalog-fieldname   = 'MATNR'.
      fieldcatalog-seltext_m   = 'Material No.'.
      fieldcatalog-col_pos     = 1.
      fieldcatalog-outputlen   = 19.
    fieldcatalog-emphasize   = 'X'.
    fieldcatalog-key         = 'X'.
      fieldcatalog-do_sum      = 'X'.
    fieldcatalog-no_zero     = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    i hope this will help you..
    Thanks & Regards
    Ashu Singh

  • Archiving Statistics regarding space saved

    I'm doing some IDOC archiving and want to know what the column headings are under the 'Display Statistics' option.
    Currently I see columns for Disk Space, Disk Space Write, DB Space Delete etc.
    Which one is a fairly accurate display of what I have saved in terms of space within the table?
    Is it the (Write) columns or the (Delete) columns?

    Hi,
    It's the DB space (Deleted) which tells you that this much amount of space have been freed up after you have archived the IDOCs or R/3 data.
    DB space (written) will tell you the number of objects written for archiving but not yet removed from the SAP R/3 database. The delete program tells you the accurate information as it compares the written objects wtih the saved objects on the storage system and the sap database.
    Thanks,
    Shamim

  • Regarding spaces in the last in of TXT file in the outbound interface

    Hi ,
        I am doing one outbound file, which will have 100 characters length, But last 25 characted i have to fill spaces. When i m trying to fill those 25 chatacters with spaces its not working, i tryed by creating a variabnle of 25 chracted space, still it is not working. Here below i gave the example program....
    data: wa_detailed(100) type c.
      wa_detailed+0(1) = 'suresh'.
      wa_detailed+70(5) = 'welcom'.
      wa_detailed+75(25) = '                        ',.
      append wa_detailed into ist_download.
      This is my program, i m unable to fill those spaces.
    can any one respond asap.
    Thanks,
    Suresh

    It may not be possible to append spaces in any of the variable. E.g. if you look at write statement, it does not allow us to write spaces. Instead, you can have an end of file character like '$' which is placed at 101st position. Look at the below code:
    wa_detailed+0(1) = 'suresh'.
    wa_detailed+70(5) = 'welcom'.
    wa_detailed+100(1) = '$'.
    This way you can transfer first 100 characters to the outbound file.
    Let me know if you have any further queries.
    Don't forget to mark helpful answers!
    Gaurav Parmar.

  • Need help regarding space in the table . . .

    Hi Everyone,
    I am applying 'list' in text in a html page. Every thing is
    fine, however,
    when I am applying 'list' to the text in a table, line looks
    double spaced,
    please see the link below.
    http://www.ansgw.com/test/tvag-860-60if.htm
    Please advise.
    I appreciate your support.
    Regards,
    Khurram

    Well, uhh, that's invalid.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jeremyluby" <[email protected]> wrote in
    message
    news:e7rqh2$ac8$[email protected]..
    > Your problem is that each LI is within a TD tag and the
    td is providing
    > the
    > padding to each of the elements. You can take care of
    this by creating a
    > style
    > and applying that to the which will suppress the
    padding.
    >

  • Can I use the available space on Time Capsule to store media files?

    I recently bought Time Capsule and set it up to do backups of my iMac (Snow Leopard).
    Since, the Time Capsule has a 1TB HDD, I decided to use the Time capsule to store media files. However, when trying to resolve a Time Capsule issue with the Apple Care technician, he informed me that storing media files on Time Capsule is not recommended. He suggested buying an additional portable disk to store the media files. Wanted to confirm if this is truly the recommendation for Time Capsule.

    The Time Capsule was designed for Time Machine backups and that is the recommended use for the device.
    If you have plenty of space on the drive, there is probably no harm in using the drive for other data, but as space becomes tight, there is going to be struggle between Time Machine and other files regarding space allocation.
    But if you are storing your media files on the Time Capsule disk.....how are you backing up these files?
    The advantage in having a separate drive for your media files is that Time Machine will back up both your computer and the separate hard drive. Then you have backups for everything when....not if....a drive fails.

  • Should I have spaces between paragraphs or paragraph indents?

       I am creating a pdf interactive document/ebook, and am wondering whether to use a space between paragraphs or use indents. Is there a standard?

    dopfel wrote:
    Scott Falkner wrote:
    It is entirely up to you. Use one or the other, but not both. If you are using paragraph Styles it is easy to make a global change and see which reads better. Generally, I prefer spaces to indents. The space should be either one line of lead (i.e. equal to the paragraph’s leading value) or half a line of lead if one full line looks to large.
    My reply is in reference to the above quote regarding how to make a
    global change so that all of the paragraphs in the document have spaces between them w/o having to select each and every paragraph and applying the 'paragraphspacing' style.
    How do I go about this ?
    Format a paragraph as you want all similar paragraphs  to look. Now go to the Paragraph Styles panel and create a new Style. Right-click on the new style to edit the style and give it an intuitive name. Now you can format any text the same way by first selecting the text, then clicking on the style in the Paragraph Styles panel. If you later want to change all of the paragraphs using that style, just right-click on the style and change any attributes to globally change all paragraphs in the document using that style.
    secondary:  not certain the below applies to my question regarding spaces between paragraphs and changing them globally.
    i have also found and wondered about using the setting for the 'align to grid' where default is none and options are
    'all lines'  or 'first line only'.  Does this apply in any way to a regular layout of a 'novel'  ?
    i do not know what this refers to.
    The space should be either one line of lead (i.e. equal to the paragraph’s leading value) or half a line of lead if one full line looks to large.
    thanks again.
    Leading is the term for the space from the baseline of one line of text to the baseline of the next line within a paragraph. The default is “Auto”, which is 120% of the point size. For 12 point text, Auto equals 14.4 point leading. First: Don’t use Auto leading. Change the leading of your style to a number. About 120% is as good a place to start as any, but it depends on the typeface. You may decide to use 11 point text on 14 point leading.
    Because you will have columnd of text next to each other on the page, or pages of text neext to each other on a two-page spread, you want to make sure your text lines up neatly in columns or pages (although for pages it is less critical). The easiest way to do this is to use paragraph spacing equal to your leading, i.e. 14 points. This way, no matter how many paragraphs (and thus, blank lines between paragraphs) you have, the text will always have a heigh that is multiples of 14 points, so bottom baselines will always line up.
    You may decide that looks like too much space, and want to use a lower value. The next best value is half the leading, or 7 points. That way, about half of the time your columns or pages will line up and the bottom baselines will sync.
    Once again, it is ultimately up to you how you want the text to look and how you want your pages or column to look next to each other. If 14 (or whatever your leading is) looks too small or 7 (or whatever half the leading is) looks too big, then go with what looks best. Always try to keep an eye on the big picture, though. Don’t just look at one line of text, look at the entire paragraph. Don’t just look at one paragraph, look at the column. Don’t just look at one column, look at the page. Don’t just look at one page, look at the spread. And always keep the reader in mind. You are designing the document for the reader, not for yourself.

  • Problems installing Bootcamp on my Macbook Pro i7

    Hi,
    I ran the Bootcamp installation program, and then restarted my Macbook Pro Core i7, and was presented with three choices - 1. Mac OS X, 2. Windows, 3. EFI Bios. Choice 2 crashes, choice 3 runs the Windows installer, shows the progress bar, goes up to 100%, then freezes. Choice 1 also freezes. I then did a PRAM reset, and then choice 1 worked correctly. I repeated this procedure three times, but was unable to actually reach the main windows setup menu. Then finally I booted back into Mac OS X, went into Disk Utility and removed the windows partition. Unfortunately the Windows option (choice 2) still shows up if I press option and reboot the machine. So I have two problems, 1. How do I remove the Windows choice (2) while pressing option during bootup, and secondly, how I do get bootcamp to install correctly?

    hi,
    regarding the external drive question
    i would ask the question in the boot camp forum.
    regarding space issues on a mbp:
    i solved my space problems using the "printer repair utility" and the additional delete of some files/apps like garageband including the sounds files.
    maybe "Disk Inventory X" will help you getting an overview about your disk-usage.
    i hope this hints offer a small first help for you.
    best regards
    fidel

  • 10g Grid (RAC) on Linux with ASM and OCR?

    I was trying to install 10g on Linux with ASM. The docs are not terribly clear on this, but I'd like to have the Oracle Cluster Registry (OCR) on one of my four ASM disks, rather than dedicate space to OCFS. I have 4 18.2 GB drives setup with ASM now. Is there a way to do this?
    I guess the other thing I could do is to cut the ASM disks into two partitions. One, say 200MB and the other the rest. I'd put OCFS for OCR on the 200MB partition on one of the disks. The large partition on each of the rest of the disks would be dedicated to ASM.
    What am I missing? I feel it must be something obvious. I'd rather have the OCR on the ASM, so that I don't have to deal with it...
    Thanks!
    Jeff

    Hi.
    There shouldn't be a problem with this provided you use a 32-bit OS on the 64 bit machine. RAC doesn't care about the chipset, so long as the same OS is used, but I don't thinkit will support one node on 32 bit and one on 64 bit, since they are actually separate distributions.
    Of course, I've never tried it so I can't be sure :)
    Cheers
    Tim...

  • Red Box - Unsupported File Type - Large Tiff - Large Scans - 10,000 pixels

    Hello All,
    I am a user of Aperture 2.1, and I have grown to love the program except for one major issue. Large files that are imported into the program are simply unsupported.
    I scan 6x7 medium format negatives (8649x10712 @ 530.2 megs) and 4x5 negatives (very large drum scans) into my system (new 8 core, 12 gig ram, 512 meg vidcard, 10.5.2) and the issues begin. A thumbnail is properly built. Once the thumbnail is selected, and a preview is built, the image appears briefly and is replaced by a red box soon with the text "Unsupported File Type". If I change views to full screen all I see is a red box with the same text. Ie. I can't work the image.
    The files are perfectly fine. I work them in photoshop cs3 no problem, and I can view them with quick look preview no problem.
    This is highly frustrating as I work primarily in larger formats and create large prints!
    It seems like the bug occurs in files that have a side larger than 10,000 pixels. This is a massive issue to large format/panoramic workflow!
    I have called Apple tech support and the techs claim ignorance. That could mean they do not know of the issue which does not bode well for a solution. I'm in the dark. Please shed some light!
    Three questions:
    Is anyone else experiencing these issues?
    Is there a workaround that doesn't involve cutting file size?
    Has there been any acknowledgment from Apple support regarding this issue?
    I am most frustrated as Aperture is billed as a professional product, but it is unable to keep up with the demands of a working fine art photographer.
    Awesome product but needs some adjustments!
    photofl0w

    William, thanks for your input, but I feel that your position avoids the primary issue. Aperture is a Digital Asset Manager, and as such, should be able to manage digital image assets.
    From Aperture's Webpage: "See how Aperture lets you import, manage, and enhance your photos in one simple, integrated workflow." It says photos, not Raw photos. In fact, I'll take it one step further, in the tutorial CD that came with 1.5, the narrator mentions the 16-bit workflow in Aperture with Tiffs, more than once.
    I purchased Aperture for management and integrated workflow. Apple states: "Now it’s even easier to cull through shoots, enhance images, manage massive libraries, and deliver stunning photos." No where does it say that the functionality of the program is limited to RAW files. Ie. Apple never mentions that Large .tif files are not supported.
    I have 6x7 and 4x5 Scans, Masters, Working Images, Print files and Web images that I would like to organize, stack, label, rate, view versions simultaneously on my second screen, sort, arrange, and keyword. The program's basic functionality is thwarted by an issue that Apple has not owned up to.
    If Apple had mentioned in its literature that large .tif's weren't supported I would not be posting this, as I would not have purchased the software. But nowhere, not in phone conversations with Apple Techs (3), not on their own Forums where other end users have hit a massive workflow brick wall, and not even after I mentioned to a One on One guru, has Apple said, oh, yeah, we are aware of it and working on it. There is no transparency here.
    Now, I have purchased Aperture, learned it, and imported thousands of files into it. I like the program as I have seen it function with smaller files perfectly, but this large file issue needs to be overcome.
    Regarding editing images, yes I use photoshop for the majority of my post-production. I then use a finely tuned Colorburst Rip on a nice Epson for my Fine Prints. Those are the functions of the respective programs. Aperture is a DAM, a program that among other things allows the end use to manage their files effectively and maintain a strong workflow.
    Regarding space - esata is a beautiful thing.
    photofl0w

  • DVD-RAM drive from G4 AGP in the MacPro?

    Just bought a new MacPro. I would like to move my DVD-RAM drive from my trusty old Sawtooth to the MacPro. I have a lot of old Type I cartridges with archived data on them that I would like to keep using, but on the new machine, since my husband is wanting me to give him the G4. The DVD_RAM Type1 cartridges are like "monster" ZIP disks and really convenient and dependable for backups.
    An Apple Tech Support rep said it would "probably" work on the MacPro, but that I should post the question on the Forums as well, to see what others had to say. Any takers?
    Also, if there is a new drive I could purchase that would accommodate the Type I cartridges and technology, I'd be interested in that information. I did research on these kinds of drives for my G4 some months ago, but found it hard to determine if there was a new "Superdrive" style drive with this capability.

    I had to look up PATA and found info at http://www.directron.com/patasata.html to be very informative.
    I know that my hard drives use a connector that looks like the parallel connectors in these photos. I'm not sure about the optical drives, because I've never had a reason to take them out or change them until now. I'll have to look inside and see.
    They do talk in this article about the bulk of PATA connectors being more significant than the new serial ATA connectors. Considering the comments shared by "the hatter" that could be a problem. I'll check this out in the next couple of days and see is any hindrances regarding space come to light.
    I'd still like to know if there is a new optical drive out there somewhere that could provide a DVD-RAM (Type I cartridge and newer formats) option for the MacPro. I hope someone can share some knowledge about that.
    Thanks for your comments Ned and hatter.

  • TS1503 how do i take off other updates in itunes

    I have alot of ppl who update on my mac and i think its taking up space , does anyone know how to take them off?

    You came from a support document regarding space on the iPhone. If that is what you are having trouble with, the only space people will take up on the computer is a backup, if they did one. You can go into iTunes and delete their backups if you want to. If you have space problems on the iPhone, you will need to delete content form the iPhone. What you delete is up to you.

Maybe you are looking for

  • File Sender adapter: scenario logic?

    Hi all, I have one requirement, if some one can suggest me how to achieve this requirement with sender file adapter: 1) files are in remote client location on FTP server. 2) we have to read all new generated files. 3) once we read the file then in ne

  • IPod touch won't sync, backup or upgrade.

    I'm reasonably peeved off! Basically a few days before iOS 4 came out my windows computer carked it and wouldn't boot so I had to restore it. I copied my songs and iTunes system files off the drive before restoring the operating system. I got it to a

  • Excel 2011 Will Not Link to MacMail in Mountian Lion From a Hyperlinked Cell

    Unlike Excel 2004, my shiny new Excel 2011 will not link to MacMail in Mountian Lion from a hyperlinked cell email address entry. When I click on the button "Launch E-mail Application" I get the message, "An error occurred trying to find or launch yo

  • In Dreamweaver 2014.1 how do I get the vertical settings for split view?

    In split view, I want the code window to appear left of the design window as I had it set up in the previous version. I cannot find a place in preferences to do that. Help. I like the code window to the left and properties below the design window.

  • Where can i find auto complete on ipad

    where on the ipad are autofill emails stored