restore user managed with RMAN backup hot

Is it possible to restore hot backup with RMAN user managed and recover the database?

What is use of command RMAN CATALOG?

Oracle doc said: [http://docs.oracle.com/cd/B14117_01/server.101/b10770/rcmsynta11.htm#79814]

(1) order catalog added a copy of the data file information, archived redo log or copy of control in the repository files.
(2) add metadata to a copy of the data file managed by users, copy of control files, archived log or backup piece to the RMAN Repository.

After using the 'CATALOGUE' to add metadata to managed backup in the catalog of recovery and after having made "RESYNC CATALOG", I still don't see my backup listed in the output of

RMAN > list backup

Published by: Gaurav Mhatre on April 23, 2013 10:35

Gaurav Mhatre says:
After using the 'CATALOGUE' to add metadata to managed backup in the catalog of recovery and after having made "RESYNC CATALOG", I still don't see my backup listed in the output of

RMAN > list backup

backup of the list won't show you the results.your not done backup with rman directly taken by data copy.so file

RMAN > list copy;

above cmd will show that you have desired results check it out.

Tags: Database

Similar Questions

  • Backup with rman backup sets

    Hi experts. I know about backup of backup without rman example sets but I want to know is there a way to backup with rman backup sets.

    Perhaps it works for your condition.

    RMAN > backupset backup is complete before ' sysdate-1';

    Kind regards

    Shivananda

  • I had CS5 on a computer that has crashed with WIndows 7. How to restore my CS5 with the backup files?

    I had CS5 on a computer that has crashed with WIndows 7. How to restore my CS5 with the backup files?

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

  • Waiting for redo log file missing when restore main database using RMAN backup that was taken on the database physical standby

    Here's my question after tons of research and test without have the right solutions.

    Target:

    (1) I have a 12.1.0.2 database unique main enterprise 'testdb' as database instance running on the server "node1".

    (2) I created physical standby database "stbydb" on the server "node2".

    (3) DataGuard running on the mode of MaxAvailability (SYNC) with roll forward in real time 12 default c apply.

    (4) primary database has 3 groups of one-man redo. (/oraredo/testdb/redo01.log redo02.log redo03.log)

    (5) I've created 4 standby redo logfiles (/oraredo/testdb/stby01.log stby02.log stby03.log stby04.log)

    (6) I do RMAN backup (database and archivelog) on the site of relief only.

    (7) I want to use this backup for full restore of the database on the primary database.

    He is a DR test to simulate the scenario that has lost every primary & Eve total servers.

    Here is how to save, on the database pending:

    (1) performance 'alter database recover managed standby database Cancel' to ensure that compatible data files

    (2) RMAN > backup database;

    (3) RMAN > backup archivelog all;

    I got elements of backup and copied to primary db Server something like:

    /Home/Oracle/backupset/o1_mf_nnndf_TAG20151002T133329_c0xq099p_.BKP (data files)

    /Home/Oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.BKP (spfile & controlfile)

    /Home/Oracle/backupset/o1_mf_annnn_TAG20151002T133357_c0xq15xf_.BKP (archivelogs)

    So here's how to restore, on the main site:

    I clean all the files (data files, controlfiles oder all gone).

    (1) restore spfile from pfile

    RMAN > startup nomount

    RMAN > restore spfile from pfile ' / home/oracle/pfile.txt' to ' / home/oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.bkp';

    (2) modify pfile to convert to db primary content. pFile shows below

    *.audit_file_dest='/opt/Oracle/DB/admin/testdb/adump '

    * .audit_trail = "db".

    * full = '12.1.0.2.0'

    *.control_files='/oradata/testdb/control01.ctl','/orafra/testdb/control02.ctl'

    * .db_block_size = 8192

    * .db_domain = "

    *.db_file_name_convert='/testdb/','/testdb /'

    * .db_name = "testdb".

    * .db_recovery_file_dest ='/ orafra'

    * .db_recovery_file_dest_size = 10737418240

    * .db_unique_name = "testdb".

    *.diagnostic_dest='/opt/Oracle/DB '

    * .fal_server = "stbydb".

    * .log_archive_config = 'dg_config = (testdb, stbydb)'

    * .log_archive_dest_2 = "service = stbydb SYNC valid_for = (ONLINE_LOGFILE, PRIMARY_ROLE) db_unique_name = stbydb'"

    * .log_archive_dest_state_2 = 'ENABLE '.

    *.log_file_name_convert='/testdb/','/testdb /'

    * .memory_target = 1800 m

    * .open_cursors = 300

    * runoff = 300

    * .remote_login_passwordfile = "EXCLUSIVE."

    * .standby_file_management = "AUTO".

    * .undo_tablespace = "UNDOTBS1.

    (3) restart db with updated file pfile

    SQLPLUS > create spfile from pfile='/home/oracle/pfile.txt'

    SQLPLUS > the judgment

    SQLPLUS > startup nomount

    (4) restore controlfile

    RMAN > restore primary controlfile to ' / home/oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.bkp';

    RMAN > change the editing of the database

    (5) all elements of backup catalog

    RMAN > catalog starts by ' / home/oracle/backupset / '.

    (6) restore and recover the database

    RMAN > restore database;

    RMAN > recover database until the SNA XXXXXX; (this YVERT is the maximum in archivelog backups that extends beyond the scn of the backup of the data file)

    (7) open resetlogs

    RMAN > alter database open resetlogs;

    Everything seems perfect, except one of the file log roll forward pending is not generated

    SQL > select * from v$ standby_log;

    ERROR:

    ORA-00308: cannot open archived log ' / oraredo/testdb/stby01.log'

    ORA-27037: unable to get file status

    Linux-x86_64 error: 2: no such file or directory

    Additional information: 3

    no selected line

    I intended to use the same backup to restore primary basic & helps record traffic and the downtime between them in the world of real output.

    So I have exactly the same steps (except STANDBY restore CONTROLFILE and not recover after database restore) to restore the database pending.

    And I got the same missing log file.

    The problem is:

    (1) complete alert.log filled with this error, not the concern here

    (2) now repeat it in real time apply won't work since the Party shall LGWR shows always "WAITING_FOR_LOG."

    (3) I can't delete and re-create this log file

    Then I tried several and found:

    The missing standby logfile was still 'ACTIVE' at present RMAN backup was made.

    For example, on db standby, under Group #4 (stby01.log) would be lost after the restoration.

    SQL > select GROUP #, SEQUENCE #, USE (s), the STATUS from v$ standby_log;

    GROUP # SEQUENCE # USED STATUS

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

    4 19 ACTIVE 133632

    5 0 0 UNASSIGNED

    6 0 0 not ASSIGNED

    7 0 0 UNASSIGNED

    So until I take the backup, I tried on the primary database:

    SQL > alter system set log_archive_dest_state_2 = delay;

    This was the Group of standby_log side Eve #4 was released:

    SQL > select GROUP #, SEQUENCE #, USE (s), the STATUS from v$ standby_log;

    GROUP # SEQUENCE # USED STATUS

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

    4 0 0 UNASSIGNED

    5 0 0 UNASSIGNED

    6 0 0 not ASSIGNED

    7 0 0 UNASSIGNED

    Then, the backup has been restored correctly without missing standby logfile.

    However, to change this primary database means break DataGuard protection when you perform the backup. It's not accept on the production environment.

    Finally, my real questions come:

    (1) what I do may not do on parameter change?

    (2) I know I can re-create the control file to redo before delete and then recreate after. Is there any simple/fast to avoid the standby logfile lost or recreate the lost one?

    I understand that there are a number of ways to circumvent this. Something to keep a copy of the log file waiting restoration progress and copy up one missing, etc, etc...

    And yes I always have done no real-time applies "to the aid of archived logfile" but is also not accept mode of protection of production.

    I just want proof that the design (which is displayed in a few oracle doc Doc ID 602299.1 is one of those) that backs up data backup works effectively and can be used to restore the two site. And it may be without spending more time to resume backups or put the load on the primary database to create the database before.

    Your idea is very much appreciated.

    Thank you!

    Hello

    1--> when I take via RMAN backup, RMAN does not redo log (ORL or SRL) file, so we cannot expect ORLs or SRL would be restored.

    2nd--> when we opened the ORL database should be deleted and created

    3rd--> Expecting, SRL should not be an issue.we should be able to do away with the fall.

    DR sys@cdb01 SQL > select THREAD #, SEQUENCE #, GROUP #, STATUS from v$ standby_log;

    THREAD # SEQUENCE # GROUP # STATUS

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

    1 233 4 ACTIVE

    1 238 5 ACTIVE

    DR sys@cdb01 SQL > select * from v$ logfile;

    GROUP # STATUS TYPE MEMBER IS_ CON_ID

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

    3 /u03/cdb01/cdb01/redo03.log no. 0 online

    /U03/cdb01/cdb01/redo02.log no. 0 2 online

    1 /u03/cdb01/cdb01/redo01.log no. 0 online

    4 /u03/cdb01/cdb01/stdredo01.log WATCH No. 0

    /U03/cdb01/cdb01/stdredo02.log EVE 5 No. 0

    DR sys@cdb01 SQL > ! ls - ltr /u03/cdb01/cdb01/stdredo01.log

    method: cannot access the /u03/cdb01/cdb01/stdredo01.log: no such file or directory

    DR sys@cdb01 SQL >! ls - ltr /u03/cdb01/cdb01/stdredo02.log

    -rw - r-. 1 oracle oinstall 52429312 17 Oct 15:32 /u03/cdb01/cdb01/stdredo02.log

    DR sys@cdb01 SQL > alter database force claire logfile 4;

    change the database group claire logfile 4

    *

    ERROR on line 1:

    ORA-01156: recovery or current flashback may need access to files

    DR sys@cdb01 SQL > alter database recover managed standby database cancel;

    Database altered.

    DR sys@cdb01 SQL > change the database group claire logfile 4;

    Database altered.

    DR sys@cdb01 SQL > ! ls - ltr /u03/cdb01/cdb01/stdredo01.log

    -rw - r-. 1 oracle oinstall 52429312 17 Oct 15:33 /u03/cdb01/cdb01/stdredo01.log

    DR sys@cdb01 SQL >

    If you do, you can recreate the controlfile without waiting for redo log entry...

    If you still think it's something is not acceptable, you must have SR with support to analyze why he does not abandon SRL when controlfile_type is "underway".

    Thank you

  • Cloning time-consuming RMAN backup & hot

    Dear administrators,

    We do both RMAN & Hot backup cloning enemy that takes more time to restore the TEST instance data files. SCP taking too long to copy the server target due to its volume of data (1.5 to) and mounting of the drive of RMAN backups on test server and restore this drive taking more than 8 hours.

    I heard that some companies are using a device to change the copy backup hot high volume of source dest faster for clone instance easily with in a few minutes. What is the name of device to take copies of source hot backup and restore to the server target.

    Test server specifications
    Processor cores 8 with 32 GB of memory.

    Thank you
    S/N

    We have about 2.5 TB of data. It takes about 10 hours to synchronize the data.
    But everything depends on the EMC technology.
    in my previous company, synchronization takes about 1 hour to 900G of data.

  • Creating a new controlfile with RMAN backup data files

    Hello

    I use oracle 10g (10.2.0.1) in RHEL5 server. I am trying to restore a RMAN backup from one server to another server again with the new name of the comic. I took on the RMAN backup spfile and created her pfile and edited the file pfile with new dbname and directory structure and launched the db in nomount with new pfile. Today I restored the backup controfile RMAN has tried to put the database in State of Mount. But it failed due to the error below

    RMAN-03002: failure of alter db command at 21:44:56 05/11/2012
    ORA-01103: name "ORADB" in the control of the database file is not 'DEVDB '.

    So I stop the database and started the db in nomount with new pfile and tried to create the controlfile with new db name, but he didn't like it is looking for the data files.

    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in file identification
    ' / u01/app/oracle/oradata/DEVDB/datafile/o1_mf_system_80jq0kfw_.dbf'
    ORA-27037: unable to get file status
    Linux error: 2: no such file or directory
    Additional information: 3

    All my data files in my RMAN backup. How to get the data files of RMAN backup in the above scenario?

    Kind regards
    007

    restaurer restore as ORADB, then rename the database with DBNEWID
    http://docs.Oracle.com/CD/B19306_01/server.102/b14215/dbnewid.htm

    or use duplicate instead of restore

  • Cold with RMAN backup

    Dear all,

    db_version: 10.2.0.4
    OS_Version:window 2003 Server
    Environment: Test

    I want to perform cold backup with RMAN for the same thing I want to know the following:

    1. What is the script / command?

    2. how to completely restore a cold backup (ex:-if I lost all my data, redo and archive)

    3. is it compulsory to open the database in mode RESETLOG after recovery (since I was a backup to cold)?

    Thanks in advance

    A backup 'Cold' is called a 'Cohérent' backup
    See http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkup003.htm#sthref297

    Backup:
    From the RMAN command line:

    SHUTDOWN IMMEDIATE
    STARTUP MOUNT
    BACKUP DATABASE
    BACKUP CURRENT CONTROLFILE  -- to get the controlfile in a separate backupset
    

    Restoration:

    STARTUP MOUNT
    RESTORE DATABASE
    ALTER DATABASE OPEN
    

    If you use a SPFILE, you can have a backup SPFILE included automatically with the backupset controlfile with CONFIGURE CONTROLFILE AUTOBACKUP on and CONFIGURE CONTROLFILE AUTOBACKUP FORMAT...

    Read the documentation.

    Hemant K Collette

  • How do I recover my database with the backup hot?

    Expensive of DBA,.

    I take the backup of my database as below. Please guide me how to recover the database at the time of the failure with my backup.

    Step 1: Begin backup Mode

    connect sysdba virtue
    alter tablespace SYSTEM begin backup;
    alter tablespace UNDOTBS1 begin backup;
    alter tablespace SYSAUX begin backup;
    alter tablespace USERS begin backup;
    alter tablespace EXAMPLE begin backup;
    alter system switch logfile;
    ALTER database backup controlfile to trace as 'C:\backup\ctrl.bak ';
    output

    Step 2: Database of Coping files

    Copy C:\oracle\product\10.2.0\oradata\db1\SYSTEM01. DBF C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\UNDOTBS01. DBF C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\SYSAUX01. DBF C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\TEMP01. DBF C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\USERS01. DBF C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\EXAMPLE01. DBF C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\CONTROL01. CTL C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\CONTROL02. CTL C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\CONTROL03. CTL C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\REDO01. JOURNAL C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\REDO02. JOURNAL C:\backup\
    Copy C:\oracle\product\10.2.0\oradata\db1\REDO03. JOURNAL C:\backup\

    Step 3: End to high mode

    sqlplus/nolog
    connect sysdba virtue
    alter tablespace backup end of SYSTEM;
    alter tablespace UNDOTBS1 backup end;
    change the tablespace SYSAUX end backup;
    alter tablespace USERS end backup;
    change the EXAMPLE tablespace backup;
    output


    Best regards
    SG

    PGO

    All recovery scenarios are discussed in the following documents.

    Oracle® backup and recovery of bases 10 g Release 2 (10.2)
    http://download.Oracle.com/docs/CD/B19306_01/backup.102/b14192/TOC.htm

    Oracle® database 10 g Release 2 User Guide Advanced Backup and restore (10.2)
    http://download.Oracle.com/docs/CD/B19306_01/backup.102/b14191/TOC.htm

    Note: 94114.1 - backup and recovery scenarios
    https://MetaLink.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=94114.1

    Kind regards
    Hussein

  • Why my pictures didn't backup when I restored my phone with my backup

    I got a new phone, but before that I erased all my data on it, I backed up in iCloud. So when I went to restore my phone with the iCloud backup, everything went back on my phone expect my photos. So how can I get my pictures on my phone from the backup?

    Hey there Meg.

    Welcome to Apple Support communities.

    If I understand correctly, photos are missing in your iPhone after restoring a backup to iCloud. The article below provides a lot of information and troubleshooting tips that should help you to solve the problem of missing photos.

    Help find missing information in iCloud after restoring to an iOS - Apple Support device

    Your photos

    In iOS 8.1 or later with iCloud than on photo library, your photos and videos are stored in iCloud. They are not included in your backup to iCloud. After you restore your device, connect to the Wi - Fi and turn on iCloud photo library by going to settings > iCloud > Photos. Your photos and videos starts to download.

    If you use iOS 8.1 or later and have not turned on iCloud photo library, or if you use the iOS 7, iCloud backup includes photos and videos in your film or photo library. They will download on your iOS device when restoring.

    • Photos in my photo stream is already stored in iCloud, so that they are not part of your backup. iCloud stores the photos that you have uploaded to my stream of photos for 30 days. To keep these pictures on your device and to be part of your backups, save these photos in your library, film or another album.
    • To view an album My Photo Stream, make sure that my photo stream is enabled in the settings (if use you iCloud photo library, the photo stream my folder is removed).
    • To retrieve the photos synchronized to the origin of your device from your computer, synchronize your device via iTunes on a computer.
    • To restore an iPhone or an iPod touch photo library (or film), iCloud backup must be from an iPhone or iPod touch. To restore photos photo library (or film) to an iPad, iCloud backup must be from an iPad.

    Take care.

  • Restore from different database Rman backup RMAN

    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    flanged wrote:
    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    If you want to restore the database from one node to the node of dfiferent, you can follow below url

    http://mohamedazar.WordPress.com/2011/03/13/disaster-recoveryrestore-database-from-one-server-to-another-server-when-different-location/

    but you couldnot able to restore the database backup entire rman in another database instance struture.

  • Two questions relating to the archive redo logs with RMAN backup

    DB version: 11g

    I am new to RMAN.

    My database is in ARCHIVELOG mode. I intend to make a weekly backup for my db (02:00 every Monday). There will be all the incremental backups between these windows(Monday-to-Monday) of backup that I have would function for retrieving archived redo logs.


    Question1.
    I want to save the archived logs every day (for example at 23:00). How can I configure that?

    These are the configuration setting, that I intend to implement. I don't know how to set up the archive log backup
    configure default device type to disk;
    configure retention policy to redundancy;
    configure device type disk parallelism 1;
    configure channel 1 device type disk clear;
    configure channel 2 device type disk clear;
    configure channel 1 device type disk format '/u05/rman1/datafiles/rmnabackup1_%U';
    configure channel 2 device type disk format '/u05/rman2/datafiles/rmnabackup2_%U';
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to '/u05/rman1/control_files/rmnabackup1_%U';
    Question2.
    After that a new full backup is taken at 02:00 on Mondays, the archived redo logs accumulated since the last 7 days become unnecessary. How can I automate the removal of the archive redo logs with RMAN?

    Archive the log delete them all input command will take the destination of the log archiving log backup archive and delete this destination.

    In the log archive destination he has archived log in the sequence 1 to 100 then will he take the backup and delete any of the destination (Monday 23:00).

    In the log archive destination he has archived sequence journal 101 to 150 then will he take the backup and remove those in the destination (Tuesday 23:00).

    In the log archive destination he has archived log in the sequence from 151 to 180 so will he take the backup and delete any of the destination (Wednesday 10:00).

    It will continue like that.

    Concerning
    Asif Kabir

    -If you help brand the response as correct/useful.

  • How to create the new database with rman backup

    Hello
    I took an rman backup with nocatelog. can I make a new database with the rman backup.
    If so, how? I m using oracle 9i.


    thxs

    If it is useful, see the following:

    http://www.shutdownabort.com/QuickGuides/clone_rman.php

  • archivelogs with RMAN backup

    Hello.

    Version of the database is 11.2.0.4

    I implement RMAN. I'm setting up FRA and I have a general question.

    I understand that the DB_RECOVERY_FILE_DEST is necessary for FRA - this is where the logs archive saved will be stored?

    The location of archive records however (which must be separated from the FRA) - this still can be set according to the LOG_ARCHIVE_DEST parameter?

    Thank you

    DA.

    What I managed to do runs than incremental backups with block change tracking.

    It was surprising speed backups then connected - 25 minutes to a little more than 1 minute!

  • I can't access the folder of "OWNER" in a "MY BACKUP" folder after restoring the system with a backup.

    I did a restore of the system a couple of weeks.  I have an emachines with AMD 64.  I chose the backup option which programs, files, etc., placed in a folder "my backup".

    I tried to find photos and music in the folder, but I could only access the music folder.  When I try to go further in the folder, I get in the 'owner' folder but a message box appears and says that I don't have access to this folder.

    I am sure that my photos are of him, but I need to be able to access the folder.  How can I change the settings so I can access?

    Try "taking possession" of this file...

    "How appropriate a file or a folder in Windows XP"
      <>http://support.Microsoft.com/kb/308421 >

    HTH,
    JW

  • Restore a tablespace with RMAN

    Hi all

    Please help me solve the problem below,

    It is a test case.

    I took a backup of L0 and L1 a backup.
    Then I created a table "TEST_TABLE" as well as certain values in tablespace 'USERS '.
    Yet once, I took an another backup L1.

    Now accidentally (for testing) I dropped the table 'Table_test '.

    Can we get back to the table.

    I tried the following:
    1 take the USERS tablespace offline
    2 manually deleted data files.
    3. restore the tablespace
    4 recover the tablespace
    5. the USERS tablespace online.

    Now when I asked at the 'Table_test' table, I couldn't have the transom.

    Is it possible to go back to my table.

    Kind regards
    Bikram

    Hello

    If you use 10g or 11g

    just

    Flashback table test_table before drop;

    hope this helps,
    Daniele

Maybe you are looking for

  • How can I selectively sharing apple?

    I share an Apple ID with my boyfriend and my sister. I like to have collective playlists on Apple music with my boyfriend that we can add and subtract to, but to do that I have to share. The only problem with that is that when I turn on sharing, I ge

  • Qosmio G30-126 - how to hide/show the top bar?

    How active hide/show the top bar on the upper side desk, but disappeared how can I return it again?

  • is a decoder a free download or upgrade for my Media Player?

    I can't look like dvd on my computer laptop get error saying I have need a decoder is a free download or upgrade for my Media Player?

  • Update blackBerry 5.0 Smartphones

    I tried to install the new 5.0 update several times and happens to 291 on 297 or 349 on 353 and then an error message appears and I can retry or cancel, hit try again several times, without success.  my connection is good, Suggestions?  Thank you!

  • VPN does not bind

    Something strange. It's on a 6.3 (1) PIX Config: flamer 90 ipsec-isakmp crypto map card crypto flamer 90 match address h3 card crypto flamer 90 set counterpart x.x.x.x card crypto flamer 90 transform-set esp-3des-sha 3600 seconds, duration of life ca