How to add ASM Disk to Disk Group that is shown as MEMBER?

HI,
We have a Production Oracle RAC on HP-UX. We have Two Disk Groups one for Arcive (ARC_DISK) and other for Database(DATA_DISK).
Today I wanted to add another 200 GB of Disk Space to the DATA_DISK Group.
I opened DBCA and could not find the new disk in the 'Show Candidates' option. But after the Unix admin changed the ownership and permission of the Disk, it was shown in 'Show Candidates' option. I selected this Disk and continued but got an error later as we didnt change the ownership and permission from the 2nd Unix server. After doing this, , when I open DBCA to add disk, nothing is shown in 'Show Candidates' option but when we click on 'Show All', the new disk is listed as MEMBER (header status) but not allocated to any Disk Group.
I would like to know how to allocate this Disk (which is already shown as MEMBER) to the DATA_DISK - ASM diskgroup. This is a production database system.
Rgds,
Thiru

user1983888 wrote:
Hi,
Due to huge difference in Disk Size which I am trying to add to the existing Disk Group which has 1024 GB of Disk, would it be a better idea to create a new Disk Group with 200g GB Disk? Will this command work as the header_status is already MEMBER?
SQL>CREATE DISKGROUP DATA_DISK1
EXTERNAL REDUNDANCY
DISK 'disk path';
Thanks.Yes, you can create new diskgroup (DATA_DISK1). Just make sure all datafile in DATA_DISK autoextend off, then create all your new datafile to the new diskgroup DATA_DISK1. The command will not work as the header_status is MEMBER. You'll receive ORA-15018 & ORA-15033 error. As I mentioned before, you need to use FORCE option or format the disk using dd* command before perform above command.
1st Option : (Format the raw disk using dd command creating new diskgroup. Header_status MEMBER -> CANDIDATE). E.g.
1. dd if=/dev/zero of=/dev/rdsk/c2t1d0 bs=8192 count=1000 //any rac nodes
2. # chown oracle:oinstall /dev/rdsk/c2t1d0 //perform on both node. This apply if using LVM or direct access to raw
3. SQL> create diskgroup data_disk1 external redundancy disk '/dev/rdsk/c2t1d0'; //any RAC node in ASM instance
4. SQL> alter diskgroup data_disk1 mount; //try to mount on the other node
2nd Option : (Using FORCE option when creating the new diskgroup. Header_Status = MEMBER)
1. # chown oracle:oinstall /dev/rdsk/c2t1d0 //perform on both node. This apply if using LVM or direct access to raw
2. SQL> create diskgroup data_disk1 external redundancy disk '/dev/rdsk/c2t1d0' force; //any RAC node in ASM instance
3. SQL> alter diskgroup data_disk1 mount; //try to mount on the other node
Just be careful when using FORCE option or DD command. If you perform this operation on existing ASM disk groups disk, it may destroy existing disk groups.

Similar Messages

  • How to ADD Materialized Views to Refresh Group

    Hi,
    My requirement is, i want to refresh MVs(fast refresh only) by using DBMS_SCHEDULER. For this i have created one DBMS_SCHEDULER job like below.
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    JOB_NAME      => 'REFRESH_MV_UPLOAD',
    JOB_TYPE           => 'PLSQL_BLOCK',
    JOB_ACTION      => 'DBMS_REFRESH.REFRESH('MV_UPLOAD_GRP');',
    REPEAT_INTERVAL      => 'FREQ=MINUTELY; INTERVAL=30',
    ENABLED      => TRUE
    END;
    In the above script, i created one refresh group 'MV_UPLOAD_GRP'. So what my requirement is i want to ADD my MVs refresh scripts to this group. Scripts as below...
    Refresh MV Scripts:
    1) Exec dbms_mview.refresh('emp.entity', 'f');
    2) Exec dbms_mview.refresh('emp.identifier', 'f');
    3) Exec dbms_mview.refresh('emp.rating_hist', 'f');
    . so on.
    Can anyboy help me how to add these scripts to refresh group 'MV_UPLOAD_GRP'.
    Regards
    Raj

    ALL_REFRESH and ALL_REFRESH_CHILDREN
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rarsnapviews.htm#REPMA027
    Nicolas.

  • How to Add multiple entry to the group policy security filtering

    How to Add multiple entry to the group policy security filtering
    Is there any way we can add multiple entry to the Domain group policy Security filtering tab.Currently its not allowing to add more then one entry at a time.
    Getting Error like "only one name can be entered,and the name cannot contain a semicolon.Enter a valid name"

    Hi
    Are you trying to add more users or groups through Group Policy Management Security Filtering tab?
    Try right clicking on the policy and then edit
    Then in Editor Right click on the name of the policy and Properties
    Security tab and add user or group from this tab. Just make sure if you are adding user or groups "Select this object type" has
    the correct option also "From this Location" is set to your entire directory not the local server.
    Update us with the above.
    Thanks

  • How to add a button to the grouped data in an AdvancedDataGrid?

    Hi,
    Can anyone please suggest how to add a button to the grouped data in the AdvancedDataGrid?
    I have tried extending the AdvancedDataGridGroupItemRenderer and using it as the groupItemRenderer but its not reflecting.
    For the leaf node the itemRenderer property works just fine.
    Please help!

    HI ,
    I want to add a push button on the ALV list out put which is comming as a pop up and I want this using classes and methods.
    I have got a method IF_SREL_BROWSER_COMMANDS~ADD_BUTTONS from class cl_gos_attachment_list  but still I am unable to get any additional button on the output ALV popup.
    Please help.
    Regards,
    Kavya.

  • Regarding : How to add a user to portal group with the help of webdynpro .

    Hii ,
    I am working on an application in which with the help of an action( Button)  we r adding a user in Ztable in R/3 , as well as  group in portal.
    The user r successfully creating in Ztable but from portal side No user is assigned to Portal group.
    I need coding solution for " How to add a user to portal group with help of webdynpro"
    Any usefull link will also do.
    Pls anyone have any solution ??
    Thnks in advance.
    Rewards r waiting for u .

    Hi,
    Use UME api to add user to portal group.
    Using UME API:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40d562b7-1405-2a10-dfa3-b03148a9bd19
    Regards,
    Naga

  • How to add keyboard control key to menu bar as shown

    how to add keyboard control key to menu bar as shown bellow
    Please help

    why, nobody can give me any suggestion?!
    I want to know how to get the specific Control from the Line which does not has this kind of Control. Currently, I met this problem -- the line does not support EnumControl.Type.REVERB, however, I want to exert the reverb control to the line.
    please. thank you very much!

  • How to Add/Instal​l 16Gb Disk Caching SSD?

    Hello everyone,
    I just bought the HP Envy 700QE desktop from Costco.  I did find the guide about this desktop/tower (www.nhangraphic.com/HP-Envy-700QE-Upgrade.pdf) but nothing is mention about how to install/config the additional 16Gb Disk Caching SSD.  I really want to have this to improve the performance of the desktop.   Could someone please help me how to add/install and full config 16Gb Disk Caching SSD for this HP Envy 700QE Desktop step by step? Thanks in advance.
    Frank
    This question was solved.
    View Solution.

    Hi Frank,
    mSATA is just a mini-onboard SATA connector where a small circuit board (msata device) can be inserted.  Typically it's used as a way with small form factor devices to add SSD like performance.
    You can change the SATA controller mode from the default AHCI setting to RAID in the bios.  Use Computer Setup to enter the bios. Tapping the ESC key right after power on the PC should bring up a menu selection.
    If you run into problems then let us know.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • How to add users from person or group field in a sharepoint list to sharepoint group

    Hi,
    How to add users(single or multiple) from person or group field in a sharepoint list to sharepoint group programmatically?
    Any suggestions would be appreciated.
    Thank you,
    AA.

    Hello,
    Use SPGroup.AddUser() method to add user in group. I have just written sample code in notepad so it is not tested:
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using(SPSite Site = new SPSite(SPContext.Current.Site.Url))
    Using(SPWeb Web = Site.OpenWeb())
    SPList list = web.Lists["ListName"];
    SPQuery query=new SPQuery ();
    query.Query = "<Where><Eq><FieldRef Name='Title' /><Value Type='Text'>Test</Value></Eq></Where>";
    SPListItemCollection items = list.GetItems(query);
    if(items.Count > 0)
    foreach(SPListItem item in items)
    //Get USers from person or group column
    SPFieldUser userField = (SPFieldUser)item.Fields.GetField("Users");
    SPFieldUserValueCollection userFieldValueCollection = (SPFieldUserValueCollection)userField.GetFieldValue(item["Users"].ToString());
    SPGroup spGroup = spSite.RootWeb.Groups[groupName];//group name
    if (users.Count != 0)
    bool isUserInGroup = false;
    foreach (SPFieldUserValue user in users)
    foreach (SPUser item in spGroup.Users)
    string itemUserName = item.LoginName;
    string UserName = user.User.LoginName;
    if (itemUserName == UserName)
    isUserInGroup = true;
    break;
    if (!isUserInGroup)
    spGroup.AddUser(user.User);
    The above code will query list item and then get users from "Users" column. Now it will check whetehr user is already in group not, if not then add user in group.
    http://rajanijilla.blogspot.sg/2012/09/add-users-to-group-programmatically.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How  to add a new option for group by in a excel report

    Hi,
    there is a enhancement in a excel report
    I need to add a new option for group by
    help me
    Regards,
    Raghu

    k

  • How to add the Social Network share buttons (that work!) to share INDIVIDUAL post from the same page

    How to add the Social Network share buttons like Facebook and Twitter (that work!) to share INDIVIDUAL post on the same web address in Dreamweaver? I have searched on google and youtube tutorials, but most of them are "Blogger" and  "Wordpress" users.. The only Dreamweaver tutorial is the one that share THE WHOLE page (not individual post on a page). There is Facebook Integration on Dreamweaver (29 Dollar download from Adobe) but so far no review about it so  I don't want to spend money for something I don't know.  There is also Sharrre but they say there is a bug. It seems like everyone out there use these buttons but I start to get crazy since it seems easy but it's actually complicated to get the html or js script to paste on! Any help would be very much appreciated. Thanks.

    Cool,
    Here is my test site. I have made at least 3 articles (Fashion, Sport, and Art) with thumbnail images on it.
    http://andiratih.free.fr/
    On each article I add the share buttons from "AddThis".
    However, if I want to ONLY share the "Sport article" on Facebook by clicking share-->Facebook, then the feed is scrambling my images on other articles too and it eventually just share the whole page instead of one particular article.
    It is now fine since I only build 3 articles, but as you see when the page is getting long with at least 20 articles it will not be ok.
    I don't want to make individual page for each article either, since they are just short article each, and I intend to use this page as a welcome page to update the latest activity every half year.
    I have seen many bloggers or pages where even if they have many article on ONE page, they are able to share one particular article to Facebook, and when we click (via Facebook) it will redirect us to exactly that particular article even if the article is on the bottom of the page, and not just bring me to the top of the page only and have to search by myself by scrolling to the bottom of the page to see the article.
    Infact, Bloggers and Wordpress seems to have the tool for that so that we can just click and add. I am not a Blogger or Wordpress users but I saw youtube tutorials on that.
    I have heard about Dreamweaver behavior, and does this will help to achieve what I want (sorry I'm a beginner)? I also heard about meta tags but I don't know how and where to get them to paste to my html source code.
    I have found several sites where the person show how to do this, but when I tried it didn't work, and in fact some other discussions about this are never solved.
    Thanks for your input.

  • How to add directory in linux disk quotas?

    HiUnder Linux centos there is a disk quotas and i want to use this under this directory/var/www/html because i want to implement capacity restriction on a specific user account.here is my fstab content:/dev/mapper/vg_http-lv_root / ext4 usrquota,grpquota 0 1UUID=674e7df7-0fd8-4fd9-bbb2-a55d4f83b962 /boot ext4 defaults 1 2/dev/mapper/vg_http-lv_home /home ext4 usrquota,grpquota 0 2/dev/mapper/vg_http-lv_swap swap swap defaults 0 0tmpfs /dev/shm tmpfs defaults 0 0devpts /dev/pts devpts gid=5,mode=620 0 0sysfs /sys sysfs defaults 0 0proc /proc proc defaults 0 0Im not sure if this is correct to just add only.
    /dev/mapper/vg_http-lv_html /var/www/html ext4 usrquota,grpquota 0 2thanks and more power spiceworks
    This topic first appeared in the Spiceworks Community

    You can't just go grab a car from the dealer and drive it until they notice you didn't pay for it. I'm pretty sure that's called theft and, according to Google, you'd be spending at least a year in jail.Software piracy happens a lot more than you think, and not just with small start ups.The most widely used excuse I hear is, "We need this software but we didn't have the budget or management wouldn't approve it." Every time I hear this I want to grab the person by their shoulders and shake them violently while screaming, "YOU HAVE TO BUY IT IF YOU WANT TO USE IT!"No matter how many pats on the back you get for "acquiring" that expensive piece of software for your users, it's not worth it. Eventually, someone will notice. And when they do, it's your ass on the line. After all, management told youno.If they ask for it, but won't buy it,...

  • How to add event files on disk to imovie

    I recently upgraded my hard disk on my  Mac Pro and transferred all my media files.
    Now when I open iMovie10 apart from two event files, I cannot see in the event pane all the iMovie events on the hard disk.
    These files are present in Finder.

    Thanks AppleMan.
    I had relocated my Movies to a Movies folder in secondary internal drive. The iMovie/Events folder resides in the Movies folder in the secondary internal drive.
    When I checked the properties of the Movies folder alias under User, I realised it was pointing to a non-existing drive. I corrected it to point to the correct location.
    Now when I launch iMovie, I can see iMovie optimizing my media files, but still nothing shows up under Even Library neither do the Projects under the Project Library, except the list of drives.

  • How to add the User in customized Group.

    Hi All,
         If we create any User in SAP Portal then that user is assigned to
    everyone group by default.Now i have one custom group,say 'ABC'.what i
    want is, which ever user is being created through SAP Portal should be
    added to this group.
    one way i think, is to create a webDynpro application which will add
    all the portal users to the customized group but the problem is how to
    run this appl.Continuously.
    regards,
    Mithileshwar

    Hi!
    I do the test here, try this:
    In group ABC, add Everyone role in Assigned Roles.
    In my case I’m using a role XXX in group Everyone and I configured all iViews for this role.
    Regards,
    Edson Thomaz

  • SSRS 2008 R2: How to add Border to Parent Column group only in Tablix?

    Hi there,
    I have a report where there is a Parent and Child group on columns.  I want to add a left/right border to just the Parent Group (Fiscal Period) with no border between the Child grouping (Fiscal Weeks).  How can I do this?  I have found expressions
    using the Previous function but that doesn't appear to be supported in a Tablix?  Am I missing something?

    Hi Debn,
    From your description, you want to use expression to display or hide the textbox border on the column base on it's scope, right? In Reporting Services, the color of the textbox border is support expression, however we cannot use the expression to display
    or hide the textbox border dynamically. So I am afraid your requirement cannot be done.
    Thank you for your understanding.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How To Add New Contact To a Group Using iPhone

    I use a Business and Personal Group. When I add a new contact using my iPhone, there is no way I can assign it to a Group. Then when I sync, the new contact shows only in Group "All". Further, in Address Book you cannot tell which contacts are not in a Group. I can see the total number of contacts in Group All, and the total in Group Personal, and the total in Group Business, so I can tell the sum of Personal and Business is less than the number in All. But I cannot tell which contacts are in All and not assigned to either Business or Personal. This makes it difficult to then locate the contact on my iPhone (I tend to always look in the appropriate Group).
    So how can I either a) assign a new contact to a Group using my iPhone or b) identify in Address Book which contacts are not assigned to any Group?

    RJOBoston wrote:
    So how can I either a) assign a new contact to a Group using my iPhone or b) identify in Address Book which contacts are not assigned to any Group?
    a) In Phone, Contacts, enter the group you want, THEN add the new contact (you can't add a new contact to a group from Recents, but you can add a number to an existing contact, which will remain in its original group).
    b) In Address Book, select group All, then click File, Export Group vCard... and view the exported file with your favorite text file viewing method (TextEdit, cat | more, vi, etc.); look for entries without a CATEGORIES: line.
    Unchecking Hide Extension and changing it from .vcf to .txt might allow you to open it easier in TextEdit; I opened Terminal and used "cat Documents/vCards.vcf | grep : | more" to view them ("grep :" filters out the photos).
    (Note to others: The above procedure is for Mac OS; Windows users could probably export their Outlook Address Book and use Notepad to view it.)

Maybe you are looking for

  • HTTP Compression causes HTTP2228: Response content length mismatch

    Dear All, My application use iPlanet 6.1, recently we have enabled HTTP compression for the webserver. Which inturn does not picking up style sheet and results with bad look and feel on front end. On the back iPlanet logs we see some errors like warn

  • How to link to online 9iR2 database documentation on OTN

    I'd like to link to online 9iR2 database documentation on OTN. Just by browsing OTN I got, for example, http://www.oracle.com/pls/db92/db92.to_toc?pathname=datamine.920%2Fa95961%2Ftoc.htm&remark=docindex which, in turn, redirects to to http://downloa

  • Photoshop flames. Can this be made into vectors.

    The flame effect is what  I'm trying to create.  I know it's a common thing to do, but I would like this design on my van. measurements for the panel on the van are  83" long x heigh 26" ...Around 30 characters are going to be used for the wording I

  • Hundreds of "On iPhone" playlists...

    They appeared after I joined iTunes Match.  They're all empty.  How do I get rid of them?

  • Please help to get old version or old conversation...

    Hi All, Please help, me, I don't like the new view version of conversations with the interlocutor BIG picture (which can't be hide) and also his picture in front of every message instead his name. Please help How can I disable/change it? I have tried