How to check the space on the asm and raw device?

Hi all

I want to know how to check the space on the device of the DSO.
We use a feature of the asm, which is on a raw partition.
Our archive is full. I need to check the space on asm archve partiotion.
How can I check the destination space archive?
We are using partition raw device for crs and voting system.
How can we check the space on the raw device and how do know us which device is currently in use and are not in service

Thanks in advance

4 - 5 raw partitions...
What version of oracle?
Install the OCR + VOTE in gross unit better than OCFS2. If you use 10g to 11 GR 1 material.

If use 11 GR 2, take the OCR + VOTE in ASM disk group.

You can check what raw OCR device:
$ ocrcheck

VOTEDISK:
$ crsctl query css votedisk

On 10g if using the raw device for OCR + votedisk: recommend 1 file = 250M
11g recommend 1 file = 512M

Good luck

Tags: Database

Similar Questions

  • How to check the links and buttons of enamel are traceable? If I send the email through Eloqua?

    I sent you an email through Eloqua. I don't know how to check the links and buttons are traceable?

    Hi Lucie,.

    There are 3 ways to check your links and buttons are traceable or not:

    1. When you mouse pass the link or button it will not display the actual URL. It will show you a few encrypted URL which will redirect you to the actual URL.

    2. connect to the eloqua account and search your email. When your email open ups click setting ICON and then click on manage links. All the links and URL of the button should be checked.

    3. If you want to check at the level of the code make sure after all the links and buttons URL "elqtrack = true" must be written.

    Hope this will help...

    Thank you

  • How to check the plan and statistics of queries written in block PLSQL

    Hi all

    I have a production database (11.2.0.3.0) on which I will only select access on the tables and sign in plsql from another schema. I do not have access to the file system, I can connect only with sqlplus.

    I have a procedure which is having 2-3 requests each have the array of objects used in type from clause. I want to check the plan and the stats of these queries. Can you help me please?

    Thanks and greetings

    Alexander gelin

    Alexandre Gelin says:

    Thanks Karthick_Arp. I use the same method until now, but it's tricky. I don't know how to get the query statistics.

    You can define STATISTICS_LEVEL = ALL at the level of the session

    ALTER session set statistics_level = all;

    You can then run your package

    And then

    Select * from table (dbms_xplan.display_cursor (SQL_ID, null, 'ALLSTATS LAST'));

    This you will get estimated and actual statistics with buffer and reading.

  • OCFS2, ASM and Raw Device for the voting disk and OCR

    Hi all


    My manager me assigned to establish a 11gRAC, node 3 on OEL. He likes to locate ASM with data files, at the same time, 2 flight OCR on OCFS2 and RawDevice respectively, 2 drives on OCFS2 and voting respectively RawDevice also.

    It really bothers me.

    Oh all the experts, could someone give me some advice? These things can be existed?

    If you have an acct Metalink, read this note - OCR / Vote of Maintenance of disk operations: (ADD/REMOVE/REPLACE/MOVE) [428681.1 ID].

    This can help u a lot.

  • How to check the value of the space of the tablespaces and tables when errors occur?

    Hi Experts,

    For example, lets say we get ORA-01653: unable to extend table of error. How to check the size of the table and a tablespace? And how understanding is full?

    Thanks for your help

    Hello

    Select df.tablespace_name "Tablespace"

    totalusedspace 'Used MB',

    (df.totalspace - tu.totalusedspace) "MB free.

    DF. TotalSpace 'Total MB. "

    round (100 * ((df.totalspace-tu.totalusedspace) / df.totalspace))

    "PCT free."

    Of

    (select nom_tablespace,

    Round (Sum (bytes) / 1048576) TotalSpace

    from dba_data_files

    Group by tablespace_name) df,.

    (select round (sum (bytes) /(1024*1024)) totalusedspace, nom_tablespace)

    from dba_segments

    you group by tablespace_name)

    where df.tablespace_name = tu.tablespace_name

    and df.tablespace_name = "";

    For example, lets say we get ORA-01653: unable to extend table of error. How to check the size of the table and a tablespace? And how understanding is full?

    Is to say clearly to the question (you can let us know what you have understood so we can fix)

    [oracle@machine1 ~] $01653 oerr ora

    01653, 00000, "impossible to extend %s.%s table by %s in %s tablespace»

    * Cause: Failed to allocate a certain measure the required number of blocks for

    a segment of the table in the specified tablespace.

    * Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more

    storage of files indicate.

    -Thank you

    Pavan Kumar N

  • How to check the size of/var/tmp local partition in esxi5

    Hello

    I'm trying to run command vm-support with / tmp to empty the log in / tmp, but unable to do so because of the issue of space in /tmp/...when I run the df-h command, I can see that the local data store is to have 10 GB of free space but I can't see/tmp/var partition size seperatety. Please see attached wink. Could u pl I want to know how to check the size/var/tmp.

    Thank you.TMP.jpg

    How can we check that ESXi is running for RAMDISK and all their disadvantage of this.

    There is no way to 'check', he always does. Hard drive actually leave data partitions vfat see you with df - h.

    It takes that data and creates a virtual disk it uses for execution.

  • How to check the size of the tablespace by query?

    How to check the size of the tablespace by query?

    Run this query...

    SELECT
    A.tablespace_name 'space ',.
    A.bytes / (1024 * 1024) "Total_Size (MB).
    Sum (B.bytes) / (1024 * 1024) "free_space (MB).
    NVL (Round (Sum (B.bytes) * 100 / A.bytes), 1) "%Free."
    Round ((A.bytes - SUM (B.bytes)) * 100/A.bytes) '% Used_Space '.
    FROM dba_free_space B,.
    (SELECT tablespace_name, SUM (bytes) bytes
    FROM dba_data_files
    A GROUP BY nom_tablespace)
    WHERE B.tablespace_name (+) = A.tablespace_name
    GROUP OF A.tablespace_name, A.bytes
    UNION ALL
    SELECT
    A.tablespace_name 'space ',.
    B.bytes / (1024 * 1024) "Total_Size (MB).
    Sum (A.bytes_free) / (1024 * 1024) "free_space (MB).
    NVL (Round ((Sum (B.bytes) - A.bytes_used) * 100 / B.bytes), 1) "%Free."
    Round ((Sum (B.bytes) - A.bytes_free) * 100 / B.bytes) '% Used_Space '.
    FROM dba_temp_files B,.
    (SELECT tablespace_name, bytes_free, bytes_used
    V $ temp_space_header
    GROUP BY tablespace_name, bytes_free, bytes_used) has
    WHERE B.tablespace_name (+) = A.tablespace_name
    GROUP OF A.tablespace_name, B.bytes, A.bytes_free, A.bytes_used
    ORDER BY DESC 4;

  • How to check the status of the import in Windows?

    Hello

    Import runs in my box of Wndows. The log file is not updated since long. How to check the status of the import job? FYI its oracle 10g.

    And I checked the database which.

    FYI
    ===
    Select * from DBA_DATAPUMP_SESSIONS;

    no selected line.

    Select * from DBA_JOBS_RUNNING;

    no selected line


    Select the username, machine, module, sid, State, event, seq #, session seconds_in_wait $ v where type <>'IMPORT' and username = "AUTOTIME";

    no selected line



    Please let me know.

    You actually look at the session of $ v and check the status of the session that is created by the import job.

    Sometimes the underlying tablespace is full, so import session just hangs, it must increase the size of the storage space.

    You should also look at alert.log file and see if there is any error message like "cannot extend table space '.

  • Anyone know how to check the date of warranty until when?

    Anyone know how to check the date of warranty until when?

    https://checkcoverage.Apple.com/Jo/en/;JSESSIONID=9pJ0X9pFPJtNg3c44yDGCvk9pVpt5l QSgn4B60y4Skv1WfmnqMkF!-1840326800

  • How to check the balance on the gift card itunes

    How to check the balance on the gift card itunes

    Redeem it

  • Satellite A200 - how to check the temperature of the processor fan?

    Hi all

    I have a Satellite A200 that my teenagers use a little, or abuse a little! Recently, it would not start up. I suspect the fan and pulled out the fan cleaned and tested the fan on a PSU, worked out well. He put it back together, ran startup repair and now the computer is operating normally. The fan is however not appear to come at all. In the Device Manager it tells me it works very well. I'm all good with the mechanical side of the House, but I'm a quamby operating system! How to check the temp CPU or fan?

    Thought that replace the fan but don't want to go that far just to get no results. Currently using the vacuum on low like an external fan and didn't want to just run the laptop with no cooling for fear of permanent damage. Although children watch movies with her on their doona may have already reached this!

    Any advice would be appreciated.

    Hey mate,

    How to clean the fan exactly? It s advisable to use the jet of compressed air. This could blow the dust of fans cooling and, therefore, it of not necessary to disassemble the laptop.

    In addition if the fan doesn't work anymore it of necessary to replace. You can order spare parts at an authorized service provider.

  • How to check the print queue in Windows 8

    Difficulty controlling the queue with your new Windows 8? Here's a great video on how to do it:

    Hope this helps to understand how to check the print queue in Windows 8. If you have problems, let me know, I'll see what I can do to help.

  • HP Photosmart 7525: How to check the version of the firmware of the HP PhotoSmart 7525 is up-to-date?

    How to check the version of the firmware of the HP Photosmart 7525 is up-to-date? And where can I go to download the latest firmware?

    Hello

    Follow these steps to check the update of firmware for your printer:

    http://support.HP.com/us-en/product/HP-Photosmart-7520-e-all-in-one-printer-series/5199461/model/5286642/document/c03312867/

    Note: the printer must be connected to your network to check the updates, if it is connected with a USB key follow the steps in the tehse to connect the * beep * to your wireless network:

    1. In the wireless menu, tap Settings.

  • How to check the size of the file to a text file.

    How to check the size of the file to a text file.

    Please explain to me.

    I'm new in LabVIEW. and have no idea about that...;

    Hi prashant,

    go to the file e/s palette and then the advanced palette which is a search palletteand sub getfilesize.vi... but this function gives the result in bytes...

    Thank you and best regards,

    srikrishnaNF

  • HP G42 notebook: how to check the heat sensor

    my laptop fire but there is no system message...

    and performance down... could be heat sensor not properly detect...

    How to check the heat sensor...

    my laptop G-42-355tu

Maybe you are looking for

  • Tecra A2: Touchpad utility and Fn + F9 does not work

    Hello I use a Tecra A2. I downloaded the touchpad utility power of http://support.toshiba-tro.de/tools/Tecra/ta2/win-xp/tpad-on-off-util/. It was not clear where he himself had installed initially (there was nothing on the start menu and no applicati

  • slow sign gel, alteration, crashing virus protection. __

    I have another question.  Something turns off or disabling my scrip analysis on computer and files, Protection maintains have turned off on my buffer overflow for e-mail and instant messaging, security for MS (KB946648) Windows Update cannot be insta

  • Cannot install Windows update, error: 80070490

    Original title: error 80070490 Windows will not run updates.  Get error 80070490.  I've done all the troubleshooting that was proposed and nothing works.  Has anyone else got this specific error?

  • I have the following erroes... 80070652__ 80070002__ 80070026

    Hello I had to format my PC because I had MYWebSearch on my browser and it has completely monopolized my laptop... all my passwords have been compromised and PC operations have been currupted. I reinstalled the drive and the system had to get updates

  • GROUP/Home Network STOPPED WORKING ONE WAY

    My HOME network/group has stopped working SINCE MY MOBILE to MY PC. It works fine from PC to laptop, it started unexpectedly a few weeks ago, to my knowledge nothing in computers but something must be blocking him. When you look at the map of the net