Add new disk(space) into exist ASM

Hi Experts,
We have a oracle 11.1 4 nodes RAC at red hat 5 kinux. we database build as 10.2.04 at ASM with two disk group.
the original DBA put all space into two diskgroup data+ 300G and FSDISK 1500G.
Now my boss ask to create second database in this server. But I found there are no canada disk is availuable to build two new diskgroup to support new second database.
Existing database is running over 2 years. How can we release 500G diskspace as canada disk for ASM from FSDISK group?
or
How can we add new disk into ASM?
We do not have special storage person in small sys/dba team.
I am looking for help!!
JIm

Hi nvengurl ,
It is nice to get your advice. some sr.DBA told me as" Two instances in the same database can share the disk-group"
other DBA told me as
Two different DATABASES cannot (remember, RAC uses a database with multiple instances). So technically you can share a diskgroup between instances, as long as they're in the same database."
some DBA said as Two separate instances cannot share a diskgroup"
I am not sure. please oracle expert and oracle company staff to confirm this point.
If I create two database with exist diskgroup. any performance or maintenance issue
I am looking for your help!!!
JIm

Similar Messages

  • How to add more disk space into /   root file system

    Hi All,
    Linux  2.6.18-128
    can anyone please let us know how to add more disk space into "/" root file system.
    i have added new hard disk with space of 20GB, 
    [root@rac2 shm]# df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/hda1             965M  767M  149M  84% /
    /dev/hda7             1.9G  234M  1.6G  13% /var
    /dev/hda6             2.9G   69M  2.7G   3% /tmp
    /dev/hda3             7.6G  4.2G  3.0G  59% /usr
    /dev/hda2              18G   12G  4.8G  71% /u01
    LABLE=/               2.0G     0  2.0G   0% /dev/shm
    /dev/hdb2             8.9G  149M  8.3G   2% /vm
    [root@rac2 shm]#

    Dude! wrote:
    I would actually question whether or not more disks increase the risk of a disk failure. One disk can break as likely as one of two of more disks.
    Simple stats.  Buying 2 lottery tickets instead of one, gives you 2 chances to win the lottery prize. Not 1. Even though the odds of winning per ticket remains unchanged.
    2 disks buy you 2 tickets in The-Drive-Failure lottery.
    Back in the 90's, BT (British Telecom) had a 80+ node OPS cluster build with Pyramid MPP hardware. They had a dedicated store of scsi disks for replacing failed disks - as there were disk failure fairly often due to the number of disks. (a Pryamid MPP chassis looked like a Xmas tree with all the scsi drive LEDs, and BT had several)
    In my experience - one should rather expect a drive failure sooner, than later. And have some kind of contingency plan in place to recover from the failure.
    The use of symbolic links instead of striping the filesystem protects from the complete loss of the enchilada if a volume member fails, but it does not reduce the risk of loosing data.
    I would rather buy a single ticket for the drive failure lottery for a root drive, than 2 tickets in this case. And using symbolic links to "offload" non-critical files to the 2nd drive means that its lottery ticket prize is not a non-bootable server due to a toasted root drive.

  • How can I add new row/column into existing jTable?

    Hi add!
    Can you help me how can I add new row/column into existing jTable?
    Tnx in adv!

    e.g
    Create two buttons inside the Table ( "Add New Row" ) and ("Add new Column")
    their handlers are:
    add new row:
    //i supose u already have
    DefaultTabelModel tablemodel = new DefaultTableModel(rowdata, columnNames);
    //and   
       JTabel jtable = new JTable(tablemodel);
    // Handler (row)
    jbtAddRow.addActionListener(new ActionListener(){
       public void actionPerformed(ActionEvent e) {
          if(jtable.getSelectedRow() >= 0 )
              tablemodel.insertRow(jtable.getSelectedRow(), new java.util.Vector());  
           else  
                tablemodel.addRow(new java.util.Vector());
        });to add new columns its the same but inside actionPerformed method:
    ask for e.g "Whats the name for the new column"
    then,
       tablemodel.addColumn(nameOfColumn, new java.util.Vector());   Joao
    Message was edited by:
    Java__Estudante

  • How to add new row and update existing rows at a time form the upload file

    hi
    How to add new row and update existing rows at a time form the upload file
    example:ztable(existing table)
    bcent                      smh            nsmh         valid date
    0001112465      7.4                       26.06.2007
    0001112466      7.5                       26.06.2007
    000111801                      7.6                       26.06.2007
    1982                      7.8                       26.06.2007
    Flat file structure
    bcent                       nsmh         valid date
    0001112465     7.8     26.06.2007  ( update into above table in nsmh)
    0001112466     7.9     26.06.2007  ( update into above table in nsmh) 
    000111801                     7.6      26.06.2007 ( update into above table in nsmh
    1985                      11              26.06.2007   new row it should insert in table
    thanks,
    Sivagopal R

    Hi,
    First upload the file into an internal table. If you are using a file that is on application server. Use open dataset and close dataset.
    Then :
    Loop at it.
    *insert or modify as per your requirement.
    Endloop.
    Regards,
    Srilatha.

  • Inserting new line item into existing delivery using BAPI

    Hi
    can you send me the code for inserting new line item into existing delivery either using BAPI or
    Function module.
    We are using SAP 4.7 version

    Hi Sreekanth,
    Refer to this links
    New item for outbound delivery via FM/BAPI?
    /message/3976349#3976349 [original link is broken]
    BAPI_OUTB_DELIVERY_CHANGE Help - Add new line item
    hope it is useful to you.
    Regards!

  • Add new product to already existing PPR ID through BAPI_PPR_MAINTAIN_40

    Hi,
    My requirement is to add new product to already existing PPR ID through the BAPI BAPI_PPR_MAINTAIN_40 but it is not working.
    Normally at the time of creation we pass HANDLE and REF_HANDLE.
    As in this case PPR ID already exist but adding new product, I am passing HANDLE and REF_GUID in place of REF_HANDLE.
    INPUT_FIELDS also I am passing REF_GUID but it is not working.
    Can anybody throw a light how this can be achieved to add new product through this BAPI?
    It really helps.
    Thanks in advance

    Hi Joao,
    Were you able to succeed in creating PPR programatically?
    Please share your solution. Even I am unable to maintain input fields tab.

  • Add new line item in existing outbound delivery

    Hi,
    I am trying to add new line item in existing outbound delivery with material number and quantity.
    for this i tried BAPI_OUTB_DELIVERY_CHANGE and LE_MOB_DELIVERY_UPDATE.
    but both fm doesn't work and this will not add new line in that delivery.
    please help me how can i add new line item in delivery.
    I hope someone will help me........plz
    Thanks

    This kind of question is about to become a FAQ, I think....search the forum for similar questions.

  • Can I add new job in the existing Job

    Hi Gurus,
    There is a job which loads data from 4 ODS to respective Infocubes. Now we are adding new infocube and new ODS to the existing layout so can we add 1 more job which loads data from that ODS to corresponding Infocube. If so how??? Can u give me detailed steps to add new job in the existing job...
    Thanks in advance

    is the previous loads done through a job or a process chains???
    Go to RSPC > check what process chains are there and in case if you find one > log you will see when it was last run and stuff.
    But if it is a job in SM37, it is a different story, u might have to create a variant of that job and create events to trigger the job in sequence depending on ur scenario..
    give more details. like when is that job triggered, if any events used.

  • Since the last software update, I am unable to add new contacts or change existing contacts - neither if I use the green Phone app nor using the brown Contacts app. Any suggestions?

    since the last software update, I am unable to add new contacts or change existing contacts - neither if I use the green Phone app nor using the brown Contacts app. Any suggestions?

    *Update*
    I thought I had found the offending 'app' namely "Songpop."
    I regularly use "Songpop" on my phone late at night via my wifi connection.
    All enteries on my phonebill are at midnight (even though I have a data allowance it was excluded from allowance). I switched 3G off on Friday, played "Songpop" at midnight and at the exact time I got a "Server Error" message.
    I posted a message on the "Songpop" support forum.At first they said this was a problem relating to my ISP.
    I have spoken to my ISP and asked if there are connection drops at the time I have been billed (ie to establish if my wifi dropped and 3G kicked in without my knowledge) and have been advised that there aren't any connection drops at that time.
    "Songpop" have now responded that "This is an issue to take up with Apple Support"  see: http://support.songpop.fm/songpop/topics/playing_songpop_on_phone_via_wifi_but_i ncurring_download_data_charges_for_3g_useage?utm_content=topic_link&utm_medium=e mail&utm_source=reply_notification
    Hopefully someone at Apple can respond ....

  • Cannot add new contact or edit existing one

    Cannot add new contact or edit existing one. TH GSM, curve 8900, OS v5.0.01067, file free none ,battery pull didn't fix the problem, applications Google maps 3.0.2, whatsapp 2.6.2177. Device even freezes when trying to add or edit . Thanks

    I am having the exact same problem!!  I hope we get an answer.

  • Disks not avialable and cannot add new disks to existing pools

    I have a few disks that are RAW and I want to add them to existing pools.  However, only 1 disk shows up as a Primordial disk and the others do not.   I cannot add these drives to a new volume and when I try to add any drive to an existing
    pool, the add disk option is greyed out.  I have search everywhere to resolve this but no luck.
    What is interesting is one of the drives that shows available for a volume is the drive I have associated to backing up the OS on the server itself and is initialized, i.e. not RAW.

    Hi,
    Please try to run the following commands in PowerShell to obtain the information about disks:
    Get-physicaldisk
    Get-disk
    In additional, the physical disk added to a storage pool must be 4GB or larger. If the space is less 4GB, the disk will not appear in the storage pool window.
    For more information, please refer to the thread below:
    Storage Pool in WS2012
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/d230ef80-8791-4eaf-84b5-a41b8f7fef10/storage-pool-in-ws2012?forum=winserver8gen
    Best Regards,
    Mandy 
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Data Protection Manager 2010 Lost disks, trying to add new disks.

    Have some problems with DPM 2010. I run it with a HP server with  HP disk shelf and a HP tape-robot. Had some problems and the RAID on the disk shelf, and the raid got corrupted. Had to  delete it and create a new raid. When starting DPM now I
    get missing disks on all protection groups. I deleted some of the protection groups, and created new ones, and that works well. But it is kind of a lot of protection groups. And DPM is extremely slow. Deleting a protection group takes somewhere between 15-45
    minutes. Adding them back even longer. The screen where I expand computers in the domain to view shares or SQL-servers might have some timeout issues. It takes about 10-15 minutes just to list the content of one computer.Made a protection group from a SQL-server
    and it uses about 10 minutes just formatting for each database.
    I ran DpmSync -ReallocateReplica last night and it was done this morning. Now all protection groups states they will need to be manually backuped. Not really sure what that is about. Installed the latest hotfixes for DPM now, and restarted.
    During the next restart it started running chkdsk automatically. And it is finding incorrect segments and corrupted data basically everywhere. Read somewhere that you should´t use Chkdsk with DPM volumes. But at the time it can`t really break anymore.
    But what I`m really wondering is, what to do when you lose your replicastore drives. And add new ones without having to delete and create new protection groups?
    Ps: I´m Norwegian, so my sentences might be a bit strange.
    Edit: the chkdsk took forever, aborted it and deleted the raid volumes again. created new volumes, removed the old volumes from dpm-pool and added the new one. Ran dpmsync -reallocatereplica then dmpsync -sync. When this was done I openend the DPM 2010 Admin
    Console. All protectiongroups was marked as inconsistent, started consistencycheck on all protectiongroups. Which probably will take the rest of the weekend. I removed the protectiongroup for exchange and fileserver since it would take forever to complete
    a consistencycheck. Kind of stupid that I have to run the consistencycheck and not take a backup, since the disks are empty. Should have been a way to scrap the replica and take a new replica backup.

    Hi,
    After fixing the faulty raid-array and adding the newly created disk into the DPM Storage pool, running DPMSYNC -REALLOCATEREPLICA is the correct thing to do.  That will remake all the volumes required for each of the protected data sources and
    then require a consistency check (CC).
    Since the new volumes are all blank, the CC is basically just performing a new Initial replication by copying the protected data back to the new replica volume.  Don't get hung up on the job type (CC, initial Replication, Recovery Point) as the bottom
    line is DPM is fixing the problem so new synchronizations and recovery points can be made.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • How can i add or create Layers into existing PDF File

    How can i create or add new Layers into new or existing PDF file using DLE JAVA API (Datalogics API)

    sandyrock,
    The PDFL, as Adobe distributes it, only has a C/C++ interface.
    The JNI APIs are developed and supported by Datalogics, the company you licensed your copy of the PDFL from. Have you contacted them? Support for their API extensions to the PDFL should be included with your licensing fee and they have many tips and ready-made examples specific to their API extensions they could give you.

  • Add new disk

    HI Expert
    oracle 11.2.2 ASM RAC running on OEL 5.6
    we have a storage 5.6 TB but allocated to Database is 500GB and now we have a plan to increase it to 1 TB for a DB
    all disk that we have under this path
    [root@medi01 disks]# ls
    DIAK00  DIAK01  DIAK02  DIAK03  DIAK04  DIAK05  DIAK06
    [root@medi01 disks]# pwd
    /dev/oracleasm/disksfrom the storage side i create new fdisk and do a represantive in both node but what i do now ?
    shill i need to mount it or not ? or without mount and create new disk by ASM ?
    so please guide me how can i do that , by ASM ?

    please help me the disk01 is disappear
    [root@medi01 disks]# ls
    DIAK00  DIAK02  DIAK03  DIAK04  DIAK05  DIAK06
    [root@medi01 disks]#
    {code
    but from OEM it exist how can i added again ?Errors in file /home/app/oracle/diag/rdbms/medi/MEDI1/trace/MEDI1_ora_8086.trc:
    ORA-15025: could not open disk "/dev/oracleasm/disks/DIAK01"
    ORA-27041: unable to open file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /home/app/oracle/diag/rdbms/medi/MEDI1/trace/MEDI1_ora_9290.trc:
    ORA-15025: could not open disk "/dev/oracleasm/disks/DIAK01"
    ORA-27041: unable to open file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /home/app/oracle/diag/rdbms/medi/MEDI1/trace/MEDI1_ora_7996.trc:
    ORA-15025: could not open disk "/dev/oracleasm/disks/DIAK01"
    ORA-27041: unable to open file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    [oracle@medi01 trace]$

  • IDOC - add new field in in existing segment definition

    Hi,
    For segement type say Z1MARA1 if we need to add a new field in segement definition say Z2MARA1 SAP is not allowing to add new field if we tried to cancelled the realsed 30E it not allowing since the SAP realease which we are working is 640 so only we can create new segement defination with version Z2MARA1001 with new field added but issues is that the partner Profile for outbound parameters the Segment release in IDOc Type is 31I so if we change this segment release in IDOC type to new version ie., 640 then it will pick all the new segement associated with it due to which the the format in which we pass the segements to third party will change so is there any way to use the existing segment definition which is release 30E & add addition field to it. Only one way I found is that when i try to cancel the released message is trigger so in the debug if I make it success it allows to add new field in existing segment definition but which is wrong way of doing is there any way we can used same segment definition & add new field without adding new version & new released.
    Thanks in advance.
    Rajeev

    Varma,
    I know that we can add new segement with new version my question is existing segement definition can we add a new filed because in partner profile we specified release 31i so even we create new segement type then version will be 640 so it will not pick the latest version.
    Thanks
    Rajeev

Maybe you are looking for

  • Why my power adapter for 15" retina display is so hot?

    Can someone explain and help that why the power adapter with extention always runs really really hot after charge for few minutes? is that normal???it's hot like you ecen cannot hold it.

  • HT1657 Can i get a refund for a rental i didn't view before the expiration date?

    Can i get a refund for a rental i didn't view before the expiration date? I wasn't able to tranfer the movie to the ipad, and couldn't view it on my pc.

  • Burn Speed for DVD mastering - fast or slow

    Please help! I am getting conflicting advice regarding the best speed to burn a DVD Video (in DVDSP, iDVD, Disk Utility etc) that will be used as a duplication master. I have read online that you should avoid slowing down the burn too much (I think b

  • Adobe programs will not run.

    We keep having a recurring problem were adobe products fail to run. The issue is occurring to frequently continue reinstalling the Adobe suite whenever it happens. As an example, when you run illustrator the illustrator.exe and pdapp.exe processes st

  • CANNOT SET BLOCK SIZE TO 16K IN ORACLE 10.2

    Has anyone tried to configure the block size to 16k in oracle 10.2? I installed 10.2 with the datawarehouse option and it set the block size to 8k. Any ideas?