Steps to move ASM orapw ASM on filesystem storage

Hello

Due to a problem found trying to even an EPS Data Guard from a RAC database, I need to move the password file of the instance of the ASM to the file system, $ORACLE_HOME/dbs.

I did these steps.

1. connect the user to network

2 asmcmd > pwcopy + DATA/orapwasm /u01/app/12.1.0/grid/dbs/orapwasm

3 srvctl change asm - pwfile /u01/app/12.1.0/grid/dbs/orapwasm

srvctl config asm

ASM home: < CRS Home >

Password file: /u01/app/12.1.0/grid/dbs/orapwasm

ASM listener: LISTENER

ASM instance count: 3

ASM cluster listener: ASMNET1LSNR_ASM

I reboot the node and the ASM instance does not start.

I ha dto to return to the old configuration:

srvctl change asm - pwfile + DATA/orapwasm

And at the back of the system until.

someone knows I have done wrong?

Thank you

Arturo

I do not understand why you are looking to "ASM file password" since Dataguard do not need. I think you need "Database password file" on the destination.

If the target database password file is on ASM, then make a copy (and not move) on filesystem where Dataguard will be deployed and try again.

See note MoS post previous post. It will help you manage this issue.

Tags: Database

Similar Questions

  • cannot use ASM for database storage.

    Hi all

    I use oracle linux 5.4
    and 11g R2 grid

    But while using DBCA to configure the database
    but when I select the type of Storage Management (ASM) of automatic storage

    while I can remember disk group has been given
    When I use data then he gave me the following error.
    cannot use ASM for storage of the database for the following reason
    No found DISKGROUP.

    Please help me thanks in advance.

    See the link: -.
    DBCA could not detect diskgroup
    Thread: DBCA could not detect diskgroup

  • 890124. how to move a virtual machine from one storage to another?

    Hello

    I decided to increase the RAM of a virtual machine and storage space in which stood the machine is less than 1 GB, it says that it is impossible to start the virtual machine. So I decided to move the virtual machine to secondary storage which had enough free space.

    How can I make vSphere Client aware of this change? How can I know what's happened? what I need is to boot the machine which is now moved to secondary storage. is this possible?

    THX

    After again moving data store, you must register this virtual machine to be visible in the list at left.

    1 browse the data store and open the corresponding VM folder

    2. Select the .vmx file and right-click.

    3. Select the option "Add to the inventory" and keep clicking Next until you have finished.

    4. now switch on the machine. He will ask a question that you copied or moved.

    5. Select I moved it.

    6. your machine is running.

    And you can see the virtual machine in the list after step 3 itself.

  • How can I move files between folders to cloud storage?

    How can I move files between folders to cloud storage?

    Hello

    1. navigate to the folder that contains the files you want to move.

    2. click on the 'Batch' icon in the upper-left.

    3. Select the file that you want to move.

    4. click on the icon 'Move' at the top.

    5. This should list the files and allow you to move the files.

    I hope this helps.

  • How to move ASM spfile to a different disk group


    Hello

    Because of less storage, we plan to move the ASMPARAMETER DATABASE file to the disk of data.2 group and delete the DATA disk group so that we can allocate these free disks to other disk groups.

    This isn't a RAC Setup.

    But I noticed the file ASMPARAMETER in the DataSet and disc of data2. Could you please some help me in this.

    Oracle version is 11.2.0

    OS - Aix server.

    The Type redundancy ASM disk group: NORMAL redundancy

    I searched in Oracle Metalink and found this document -

    Kind regards

    Stephen

    Hello

    For example, please check step bey:

    sqlplus / as sysasm

    SQL * more: Production version 11.2.0.1.0 on

    Copyright (c) 1982, 2009, Oracle. All rights reserved.

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

    With the option of Automatic Storage Management

    SQL > show the spfile parameter

    VALUE OF TYPE NAME

    ------- ------- --------------------------------------------------

    +DATA/ASM/asmparameterfile/registry.253.715881237 string SPFile

    SQL > create pfile='/tmp/pfile+ASM.ora' of spfile;

    Created file.

    2. create spfile in a new disk of the pfile intermediary group

    SQL > create spfile ='+ PLAY "of pfile='/tmp/pfile+ASM.ora."

    Created file.

    SQL > exit

    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - Production

    With the option of Automatic Storage Management

    3. restart battery HA to check ASM starts fine with moved spfile

    crsctl stop $

    CRS-2791: from closing resources managed by Oracle high availability Services on "".

    ...

    CRS-4133: Oracle high availability Services was arrested.

    crsctl start $ has

    CRS-4123: Oracle high availability Services started.

    Verify that the new spfile is used

    $ sqlplus / as sysasm

    SQL * more: Production version 11.2.0.1.0 on

    Copyright (c) 1982, 2009, Oracle. All rights reserved.

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

    With the option of Automatic Storage Management

    SQL > show the spfile parameter

    VALUE OF TYPE NAME

    ------- ------- --------------------------------------------------

    +PLAY/ASM/asmparameterfile/registry.253.715963539 string SPFile

    SQL > select name, status from v$ asm_diskgroup;

    NAME STATE

    ----- -----------

    DATA CLIMBS

    ROOM RISE

    SQL > exit

    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - Production

    With the option of Automatic Storage Management

    The use of the new spfile can also be verified with asmcmd as follows:

    $ asmcmd spget

    +Play/ASM/asmparameterfile/registry.253.715963539

    4. remove the original spfile

    $ rm +DATA/asm/asmparameterfile/registry.253.715881237 asmcmd

    And this is an example of moving ASM spfile with 'spcopy asmcmd ".

    1 copy the spfile with the-u option - Update the profile of negotiators in RAC environment

    $ asmcmd spget

    +Data/ASM/asmparameterfile/registry.253.722601213

    $ asmcmd lsdg

    G_files of Type Rebal sector block to Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks votin' state name

    EXTERN MOUNTED N 512 4096 1048576 14658 9814 0 9814 0 N DATA.

    EXTERN MOUNTED N 512 4096 1048576 9772 8507 0 8507 0 'N PLAY.

    EXTERN MOUNTED N 512 4096 1048576 9772 9212 0 9212 0 N RECO.

    $ asmcmd spcopy u +DATA/asm/asmparameterfile/registry.253.722601213 + PLAY/spfileASM.ora

    2. restart battery HA to check ASM starts with copiedspfile

    crsctl stop $

    CRS-2791: from closing resources managed by Oracle high availability Services on "".

    ...

    CRS-4133: Oracle high availability Services was arrested.

    crsctl start $ has

    CRS-4123: Oracle high availability Services started.

    $ asmcmd spget

    + Play/spfileASM.ora

    3. remove the original spfile

    $ ls-l asmcmd + DATA/asm/asmparameterfile

    Name of type Redund time scratched Sys

    REGISTRY.253.722601213 OF Y ASMPARAMETERFILE UNPROT COARSE 25 JUNE AT 10:00

    $ rm +DATA/asm/asmparameterfile/registry.253.722601213 asmcmd

    Other information plays please this link: http://blog.csdn.net/tianlesoftware/article/details/6347461

    Thank you

  • Moving Cluster to new data center and move ASM Lun

    Hello

    My question is for an upcoming project. We want to grow our three existing node on our other data Center cluster. Servers will be moved and would re - ip, but Oracle, CRS and ASM houses remain intact.

    We have our ASM on EMC Clariion disks. The idea is to use EMC Replication Manager to replicate the LUNS on EMC Clarion in the other data center and to present them to the cluster.

    My question is if it looks like a valid plan, or I think to simplistic?

    Will keep it even replicated LUN the ASM disk identity and data in order to be recognized and available in start?

    In addition, in order to minimize downtime, we want to move a single node of the cluster first, then others do appear later.

    Thanks for your opinions.

    Linux-RAC-Admin wrote:
    My question is for an upcoming project. We want to grow our three existing node on our other data Center cluster. Servers will be moved and would re - ip, but Oracle, CRS and ASM houses remain intact.

    We have our ASM on EMC Clariion disks. The idea is to use EMC Replication Manager to replicate the LUNS on EMC Clarion in the other data center and to present them to the cluster.

    My question is if it looks like a valid plan, or I think to simplistic?

    Will keep it even replicated LUN the ASM disk identity and data in order to be recognized and available in start?

    Hello

    To replicate ASMDISK success, all databases in the Diskgroup must be down or in backup mode.
    Replication starts with the online database (IE database in backup mode hot) needs attention, because all data/redo/controlfile files will be copied in use (i.e. corrupt), be necessary will perform database recovery.

    I think that you already have this doc, but I write anyway.
    http://www.EMC.com/collateral/hardware/white-papers/h2104-EMC-CLARiiON-DB-Stor-Sol-Oracle-10G-Oracle-11g-CLARiiON-Stor-repltn-WP.PDF
    >

    In addition, in order to minimize downtime, we want to move a single node of the cluster first, then others do appear later.

    The plan seems good.
    Build a step by step mapping all changes and good luck.

    Kind regards
    Levi Pereira

  • Fewer steps to move has already imported pictures to the desktop folder in the LR catalog.

    I'm sure this has been asked and I just use a terminology inappropriate then forgive me.  I'm trying to get a group of imported pictures that currently link to a folder on the desktop in my LR catalog instead.

    I use a Mac.

    Thank you for your help.

    Dan

    Sure.  Yes, I imported the photos in lightroom, but they were not copied to the LR making catalog. I can not use the term 'catalogue' correctly. I am referring to the designated folder system where LR stores all of my original images.  I have used inadvertently the function 'Add' during their import?

    Photos imported into Lightroom are indeed in the Lightroom Catalog. There's no other way.

    If you used the option Add instead of the COPY option, you would have to do one of the following values (only one, not both of them or all three):

    1. Move photos to the desired inside Lightroom (select all the pictures, then drag them to the desired folder, everything is done entirely in Lightroom). OR
    2. Move the pictures in your operating system to the folder desired; Then, you will find that each photo in Lightroom has an exclamation point icon; Click on the exclamation point icon, and then select the new folder (see these instructions: How to find missing pictures in Photoshop Lightroom ). OR
    3. remove photos from Lightroom (this will remove also publishes, metadata, collections, etc.) and then import them using COPY

    I prefer option 2, but option 3 is actually easiest if you have not yet completed all the work on photos.

  • step 1: rotate text, step: 2 movie edition = empty swf

    Hi all
    and thanks for the attenction.

    An easy to descipt, but hard to solve the problem:

    (Flash CS4).
    I type text in a flash document.
    Then I turn the scale/rotate tool.

    Publish my movie, I have an empty swf file.

    To fix this I had to separate (command-B) my text two times, until I lost the editability of the text.

    Is there a way to escape from it?

    Thank you very much.
    Direct them best.

    Stefano Bianchi text

    Problem soved.

    You know what?
    You must go to the decorum of text panel, select the menu 'Anti Alias' and - to maintain the visibility of the text in the swf movie - you must select one of the other voices rather than device fonts 'use' a.

    The best things.
    SB

  • move the project to a rcloud storage calculation &gt; on another computer

    Hi all

    I am very new to AE but very excited about the prospects. Have created a project on my laptop, I need to move my cloud storage, then my stupid office for a fast rendering etc. How is that possible? I looked for the option "collect files" under the file menu, but not here.

    Thanks for your help in a very basic question.

    See you soon

    DCMaton

    File > addictions > collect files

  • move VMs from the local shared storage

    We are running ESXi 4.1 with local storage that we did experiments with VMware. Close have 2 new purchased hosts with a SAN for the shared storage, hopefully, they will arrive at the end of January. I need to build a couple of virtual machines to take care of a few issues until our new VM environment is set up. If I create a new virtual machine on my host with local storage and that you want to move to new hosts and the shared storage the arrival of our new purchase, I guess I can do it with vMotion? Other methods too? Also, is there anything I need to worry as move us VMS local shared storage storage and a new host of ramifications?

    Thanks for helping a newbie, Tom

    You will need Enterprise or Enterprise Plus access to Storage vMotion. vMotion moves a virtual machine from one host to the host running but no storage.

  • Move the virtual machines to new storage device

    I recently added a storage IBM DS3200 SAS device to my VMware ESX 3.5 server.  I am running 6 VMs locally on the server and I would like to move the virtual machines to the new storage device.  I have formatted disks and the ESX Server sees.  What is the best way to move the virtual machines that currently reside locally on the external storage device?

    Thanking you in advance,

    Al

    I guess you could also try using converter

  • Best way to move a virtual machine from local storage to iSCSI

    Migrate? Clone? Export? Other options?  No, we didn't have any iSCSI storage when we started.

    What about sVMotion?  in this way, you can perform a live migration.  If this is not the case, stop the comments and make a cold migration.  Two of these suggestions are assuming your vCenter running.

  • Copy the RAC ASM RMAN backups

    Hi, I have a database (RHEL 5.8) RAC 2 nodes with shared ASM storage. RMAN makes daily backups on this ASM storage too. How could copy backups of the ASM to another place? I use version 10 gr 2 db, and there is no 'cp' command in asmcmd.

    How could copy backups of the ASM to another place? I use version 10 gr 2 db, and there is no 'cp' command in asmcmd.

    You can use RMAN to do it.

    Use the command

    RMAN>  backup backupset from ... format '' ;
    

    Example here:
    Re: Move ASM backups to disks

    Using the tag:
    Re: RMAN to the ASM and network file system

    Published by: Levi Pereira on April 4, 2013 11:39

  • Records re: ASM

    Hello world!!

    I want to just migrate data from 2003 to 2008 server(11gR2) windows server(10gR2) and the Server 2003 has no ASM and Server 2008 ASM has. I've got five records in 2003 for example: C, D, E, F, G and each disc contains the specific task for example car C contains ORALCE_HOME, D containd datafiles, H contains Backup etc...

    My question is: is it possible to set up similar kind ASM disks in 2008 (of course with the same size) and import the data as it is (I mean the data of the c drive in a single disc, given d ' training in a different disk in the Server 2008 etc...)

    I think that it is not possible as ASM manages the storage, but I just want to confirm that.

    Thanks in advance...

    Why would you store the ORACLE_HOME in ASM?

    The use of ASM in this way means defining a system of ASM files that can be used via a file system driver (as a NTFS or FAT32 file system). This is usually done in ASM on clusters for the creation of a cluster filesystem (called ACFS), where each server in the cluster can see the same file system and the same files - access and use the file system at the same time.

    Regarding backups - if you use ASM then there is no need a file system. RMAN can back up directly to an ASM diskgroup.

    There are also performance factors. ASM automatically stripes data of a diskgroup on all disks in the group. If you set a diskgroup by physical disk, you will not earn any show interleaving. If you have 2 physical disks in a diskgroup, there are now 2 sets of disk controllers for reading and writing, through interlacing. If there are 3 drives in the diskgroup, then 3 sets of disk controllers. This approach scales i/o performance.

    ASM support also the 2 and 3 way mirroring (or any mirroring if no redundancy in ASM must be configured).

    So if you expect to see improved IO performance and better management and more flexible storage layer, you must look at what ASM provides and how this can be exploited in your environment. Don't look at how you can force your ASM storage, to look exactly like storage using ASM.

    If your goal is to make storage in ASM exactly look the same as your current layout - why then bother using ASM?

  • Slowness of the ASM

    Dear team,
    I made a new installation of Oracle RAC using Oracle Grid Infrastructure 11.2.0.3, included with the DSO, on 7 of IBM power servers. the installation was successful.

    While creating storage on the database instance, I noticed that this process takes too long and the flow of the DSO is 0.07 Mbps (response time 450 ms), then a tablespace with 40 GB took more than an hour to create.

    In addition, I also noticed a slow when opening enterprise manager, as if the e/s of the DSO is too low, noting that the storage is configured in RAID 10 and the ASM SGA_MAX = 272 M

    I did a test of mounted file system on a LUN and copy a file with size 40 GB; I noticed that it goes too fast.

    could you please help me to solve the problem.
    Thanks in advance for your cooperation
    Concerning
    Elijah

    Hi Elijah;

    "" I suggest you close your question here as has answered your question move Home Forum ' Grid Computing ' Automatic Storage Management who is aware of ASM seeds forum site.

    See also:
    Size of the LUN and impact on performance with Asm [ID 373242.1]
    SLOW RESPONSE ASMCMD AND V$ ASM % QUERIES [ID 567392.1]

    Respect of
    HELIOS

Maybe you are looking for

  • Find does not work in 40.0.3

    Quick search does not, at all, and while Ctrl-F or Edition > search will open a narrower search bar as usual, a cursor can not be placed in or he finds any text I type. The search bar includes no switches highlight all and match case, but neither wor

  • Will be locked notes are removed during the signature of account

    What I was asking is will my locked notes get deleted out of my phone, when I connect to my apple account?

  • Satellite Pro M40 - no WLan connection - driver missing?

    I recently reinstalled Windows XP on my Satellite Pro M40, which eliminated all drivers for WIFI etc. I tried write the drivers on the toshiba site on drive on this PC and then install on the other PC, but still have no connectivity... Any ideas?

  • Video (SVHS) connector: signals nonnorm - pines?

    Hello there the Germany can someone let me know what type of signal out the 3 extra pins to the SVHS (MiniDIN) connector? Maybe the left and right signal (with Earth)? THX for your attention SincerelyMicha

  • Tecra 9100: Dying mother/HARD drive card

    I had intermittent problems with my 9100 during about two weeks. The most recent symptoms are: 1. message from IO channels when you turn on. 2. If I get in the boot sequence the PC crashes, 3. If I managed to boot Windows (2 k) he quickly spit them (