Problems with cloning a database using copies of the image

I use Oracle 10.2.0.4 on a 64-bit RHEL 4 Linux configuration.

The problem that I am trying to solve is to copy the database to production on a local machine for development and quality assurance. I tried to include as much detail as possible.

The environment:

I have a production system that replicates physical expectations.
We take incremental backups on the database of relief, which are applied to copies of the image, every night. We use a recovery catalog.
Archive logs and a backup control files are stored in the same directory as the copies of the image.

The process:

We copied all files in this directory of backup on the local computer.
At this point, I tried several methods to recover the database:

1 clone:
-J' copied the initialization file of the main machine to the local computer. I modified the creation of paths and memory settings.
-J' did a trace of the control file and copied to the local computer.
-After making the necessary adjustments to creative writing, I created the new control file
-J' I then issued:
recover database using backup controlfile until cancel;
-After receiving the following:
ORA-00279: change 313748229 generated at 09/14/2008 00:30:55 needed for thread 1
ORA-00289: suggestion :
/u02/app/oracle/flash_recovery_area/SWD1ORACLE1/archivelog/2008_09_18/o1_mf_1_22304_%u_.arc
ORA-00280: change 313748229 for thread 1 is in sequence #22304
Specify log: {=suggested | filename | AUTO | CANCEL} 
-I then entered CANCEL
-A my next message: {codeORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error}
ORA-01194: file 4 recovery needs more match
ORA-01110: data file 4:
' / u02/app/oracle/oradata/datatrak/ora_df664390338_s1145_s1.
ORA-01112: media recovery not started {code}
-Out of pure hope and prayer, I have published:
alter database open resetlogs;
-Made me the following error:
ERROR at line 1:
ORA-01194: file 4 needs more recovery to be consistent
ORA-01110: data file 4:
'/u02/app/oracle/oradata/datatrak/ora_df664390338_s1145_s1'
Then, I moved to the possibility 2: RMAN

2 RMAN restore:
-J' first tried
run { allocate channel ch1 device type disk; restore database; }
-He gave me the following:
allocated channel: ch1
channel ch1: sid=1643 devtype=DISK
Starting restore at 18-SEP-08
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 09/18/2008 13:24:27
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 7 found to restore
RMAN-06023: no backup or copy of datafile 6 found to restore
RMAN-06023: no backup or copy of datafile 5 found to restore
RMAN-06023: no backup or copy of datafile 4 found to restore
RMAN-06023: no backup or copy of datafile 3 found to restore
RMAN-06023: no backup or copy of datafile 2 found to restore
RMAN-06023: no backup or copy of datafile 1 found to restore
- Then I started cross-checking files:
-datafile 1:
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=1643 devtype=DISK
-datafile 2 on:
using channel ORA_DISK_1
-J' I then issued:
list incarnation of database;
-Which gave me:
List of Database Incarnations
DB Key  Inc Key DB Name  DB ID            STATUS  Reset SCN  Reset Time
------- ------- -------- ---------------- --- ---------- ----------
1       1       DATATRAK 3742967129       CURRENT 18136361   26-NOV-07
-J' tried these two
restore datafile 1;
restore datafile '/u02/app/oracle/oradata/datatrak/ora_df664390339_s1151_s 1'
which gave me the same results:
Starting restore at 18-SEP-08
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=1643 devtype=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 09/18/2008 13:49:08
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 1 found to restore
-J' then went back at the beginning and tried to restore the controlfile instead of using the newly created controlfile
-J' wrote:
restore controlfile from '/u02/app/oracle/oradata/datatrak/cf_D-DATATRAK_i d-3742967129_i6jqcmaq';
-Which gave me:
Starting restore at 18-SEP-08
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 09/18/2008 14:02:26
RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
-After learning that we use autobackup to save our controlfile, now, I am faced with the proverbial wall.

Excerpt from data pump and duplicate RMAN are possibilities, but we really want to do those.

Any help on this issue would be greatly appreciated.

For completeness, the initialization
aq_tm_processes = 0
audit_file_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/adump
background_dump_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/bdump
core_dump_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/cdump
db_file_multiblock_read_count = 16
db_unique_name = SWD1ORACLE1
disk_asynch_io = TRUE
dispatchers = '(PROTOCOL=TCP) (SERVICE=datatrakXDB)'
event = '10235 trace name context forever, level 2'
filesystemio_options = ASYNCH
job_queue_processes = 10
nls_length_semantics = BYTE
plsql_code_type = INTERPRETED
plsql_native_library_dir = /u01/app/oracle/ncomplibs/
plsql_native_library_subdir_count = 150
recyclebin = OFF
resource_manager_plan = ''
service_names = SWD1ORACLE1
session_cached_cursors = 400
session_max_open_files = 20
sga_max_size = 4000M
smtp_out_server = swd1oracle1
standby_file_management = AUTO
streams_pool_size = 50M
undo_retention = 900
user_dump_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/udump
compatible = 10.2.0.1.0
control_files = ('/u02/app/oracle/product/10.2.0/db_1/dbs/cf_D-DATATRAK_id-3742967129_i6jqcmaq')
db_block_size = 8192
db_create_file_dest = '/u02/app/oracle/oradata/datatrak'
db_domain = ''
db_name = datatrak
db_recovery_file_dest = '/u02/app/oracle/flash_recovery_area'
db_recovery_file_dest_size = 150G
log_archive_dest_1 = 'LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=DATATRAK'
log_archive_dest_state_1 = ENABLE
open_cursors = 6000
pga_aggregate_target = 250M
processes = 1500
remote_login_passwordfile = EXCLUSIVE
sessions = 1655
sga_target = 4000M
undo_management = AUTO
undo_tablespace = UNDOTBS1
And the creation of control file:
CREATE CONTROLFILE REUSE DATABASE "DATATRAK" RESETLOGS NOARCHIVELOG MAXLOGFILES 16 MAXLOGMEMBERS 3 MAXDATAFILES 100 MAXINSTANCES 8 MAXLOGHISTORY 2336 LOGFILE GROUP 1 ( '/u02/app/oracle/oradata/datatrak/redo01.log' ) SIZE 50M, GROUP 2 ( '/u02/app/oracle/oradata/datatrak/redo02.log' ) SIZE 50M DATAFILE '/u02/app/oracle/oradata/datatrak/ora_df664390339_s1151_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1149_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390339_s1150_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1145_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1146_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1147_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1148_s1' CHARACTER SET WE8ISO8859P1;
Sincerely,
Derek

Hello

Now try:

recover database using backup controlfile until cancel and when the message asking an archive appears, enter the good patch and name and press on enter, repeat it until the last archive you have, then enter Cancel.

See you soon,.

Francisco Munoz Alvarez
http://www.oraclenz.com

Tags: Database

Similar Questions

  • I had a problem with slow, so I used "reset". The popup ran forever so I stopped it. Now I can not remove or add the program.

    I had a problem with slow, so I used "reset". The popup ran forever so I stopped it. Now I can not use, remove or add the program. How should I proceed?

    TIA,
    BWSwede

    Try to create a new profile.

    See "create a profile":

    If the new profile works then you can transfer files from a profile in the new profile, but make sure not to copy corrupted files.

    What problems do you have that you want to reset Firefox?

    Firefox creates a new folder of old data of Firefox on the desktop?

    If reset you Firefox and a new profile is created and some of your data (bookmarks, passwords, cookies, form data) is automatically imported and your current profile will be moved on the desktop (old data of Firefox).

  • Problems with Windows 7 backup error "set up the image of the backup task is corrupted or tampered with (0 X 80041321)

    * Original title: trouble with Windows 7 backup

    I upgraded to win 10 and found out, that it was inappropriate of me, came back to Win 7. Tried to run backup after returning and received this message.

    "set up backup".

    The task image is damaged or tampered with

    (0 X 80041321)"

    Hello Michael,

    Thanks for posting your question on the Microsoft community.

    Thank you for details on the issue.

    This problem may occur because of corrupted backup settings.

    Please refer to the suggestions of Hamidou K replied 27 December 2010 and check if that helps.
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-performance/Windows-backup-error-0x80041321/d0ed6e45-76a5-4B50-a094-02eb12d26c8b

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • Problem with pole-zero analysis using multisim

    Problem with pole-zero analysis using multisim

    Party a pole / zero analysis is linearizing circuit using an operational RODC analysis, in which a driver acts as a short circuit. The problem is that in your circuit, the inductor in parallel with a source of internal tension unit.

    Use a small resistor (1mOhm will do in your case) in series with the generator output functions to break the loop short-circuit.

  • I have a problem with corruption.  How can I change the timeline on an existing project.  Each image is moved about 2.5 min.;  My preferences are for 180 frames.  It does not seem to consider one after the fact.  Is it possible to copy the entire thing on

    I am new to use the forums.  How to start a discussion?  The ICO next which is grayed out.

    I have a problem with corruption.  How can I change the timeline on an existing project.  Each image is moved about 2.5 min.;  My preferences are for 180 frames.  It does not seem to consider one after the fact.  Is it possible to copy the whole thing and put it in a new, m not corrupted project?

    Hello and welcome.

    I feel for you after reading your story, however, it that are supposed to do? It is a forum for Dreamweaver and to my knowledge, Dreamweaver has no functionality called the chronology.

    Could you please explain the problem so that we can understand?

  • Problem "there could be a problem with one or more network adapter on the computer?

    Hi, I just changed my modem, I can't connect to the internet. I can connect to wireless network but not to the internet. When I diagnose, he said, "there could be a problem with one or more network adapter on the computer. I searched the internet but I can't find anything. When I diagnose, I have also seen something on the 'hot spots', but I can't remember it clearly? Any help please?

    Also, when I go to Device Manager network adapters, each of them has WARNING signs except two of them.

    Hello:

    If your laptop is an Atheros AR5007 wireless card, see if installing this driver solves the problem, you have to be able to connect to wireless but no internet network.

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-108905-1&cc=us&DLC=en&LC=en&JumpID=reg_r1002_usen_c-001_title_r0004

  • I have a problem with my laptop does not connect to the internet. It connects to our wireless very well, but it doesn't have an internet connection.

    I have a problem with my laptop does not connect to the internet. It connects to our wireless very well, but it doesn't have an internet connection. It connects to other networks wifi very well with Internet access, is that the wireless in my house what it connects to. When I diagnose the problem, it says "Cannot communicate with DNS server (208.67.222.222)", and then under that it says: "languished network diagnostics remote hosts, but had not received a response." It connects to the Internet through an ethernet cable, but it is rather annoying pulling the cable autour. I currently have Windows Vista Home Premium. Thank you!

    original title: Internet connectivity problem

    Hello

    Now, you may need to contact the support of Panda Internet Security centre to change the settings so that wireless is enabled through it.

    Support link: http://www.pandasecurity.com/homeusers/support/

  • Hello out there! I am trying to understand the relationship between the products. I am a current user of 13 items and sought to CC Photoshop with Lightroom. Always use elements like the storage tool to catalog my photos or it get replaced?

    Hello out there! I am trying to understand the relationship between the products. I am a current user of 13 items and sought to CC Photoshop with Lightroom. Always use elements like the storage tool to catalog my photos or it get replaced?

    It's kind of ridiculous. All I want to do is ask a question and there is no place to connect with anyone. Sucks!

    Hi charlesf,

    If you choose to go to CC Photoshop with Lightroom, Photoshop Elements would not be replaced.

    CC of Photoshop and Photoshop Elements are different programs, so the two will remain separate on your machine and catalogue items would not hit at all.

    Let us know if you have any other questions.

    Kind regards

    Claes

  • AI CS5 keyboard shortcuts do not work. I restarted and have no other problem with my MacBook Pro. What is the problem?

    AI CS5 keyboard shortcuts do not work. I restarted and have no other problem with my MacBook Pro. What is the problem?

    Bill,

    The following is a general list of things, try when the question is not in a specific file, and when it is not caused by problems with opening a file from external media. You tried/made some of them already; 1 and 2) are easier for temporary strangenesses and 3) and 4) specifically preferences might be corrupt); ((5) is a list in itself and 6) is the last resort.

    If possible / there is, you must record a current work first, of course.

    (1) close Illy and open again.

    (2) restart the computer (you can make up at least 5 times);

    (3) close Illy and press Ctrl + Alt + Shift / Cmd + Option + shift during startup (easy, but irreversible);

    4) move the folder (follow the link with this name) with closed Illy (more tedious but also more thorough and reversible), for CS3 - CC you can find the file here:

    https://helpx.Adobe.com/Illustrator/KB/preference-file-location-Illustrator.html

    5 look through and try the relevant among the other options (click on the link with that name, item 7) is a list of the usual suspects among other applications which can disturb and confuse Illy, point 15) applies to the maybe CS5, CS6 and CC);

    Even worse, you can:

    (6) (check the box to delete the preferences), run the cleanup tool (if you have CS3/CS4/CS5/CS6/CC) to uninstall and reinstall.

    http://www.Adobe.com/support/contact/cscleanertool.html

  • Have a problem with Lightroom 5.4.  Given that the program crashed yesterday, will not start, it comes up with the message "Lightroom has encountered an error when reading the preview cache and need to quit."  "Lightroom will attempt to fix this ti net pr

    Have a problem with Lightroom 5.4.  Given that the program crashed yesterday, will not start, it comes up with the message "Lightroom has encountered an error when reading the preview cache and need to quit."  "Lightroom will attempt to solve this problem, the next time he throws."  Except that it isn't, I get the same message and the program closes.  Anyone know what I can do to fix it?  Can not backup, can't do anything.

    There are dozens of discussions in this forum that describe the fix

  • Problem with BBUI / Web database / asychronous timing: untreated by BBUI.js query in HTML format

    I think I solved most of my problems with getting my data to be used in various functions, etc... but the problem now (which may have been the problem basic all along) is related to the asynchronous nature of the treatment of Web database.

    I get my markup returned as a

    with all the 'data-bb-type' attributes etc, but based on the statements of 'alert' I sprinkled throughout my code, database results are processed after the 'onscreenready' event is over and "ondomready" began.

    I know that if you generate markup for use with BBUI.js, he must enter the screen "" before the screen "" is passed to BBUI.js BBUI can do everything it's the stuff of fantasy for her.

    I tried to make sense, but it escapes me. Maybe someone could point me in the right direction for a good tutorial that explains clearly what is happening behind the scenes, and then I guess I'll have to rip my code share and put back... or at least call functions in a different way or from a different location or use the callbacks more liberally (I'm not exactly clear on the use of reminders either).

    The approach you describe would be necessary in the sense that an asynchronous call in the onscreenready function will allow this function to progress / probably finish and BBUI continue on treatment until you can completely change the elements with the data returned by the database.

    Content, while not ideal, front-loading is a valid route.

    The other option, depending on which time of control you're filling, would wait for ondomready and then use the JavaScript APIs for the control (if any) to be completed after the fact. For example, the ImageList controls have JavaScript APIs to refresh their content with an array of elements, once the element has been created / BBUI-means.

  • Calc problem with fact table measure used in the bridge table model

    Hi all

    I have problems with the calculation of a measure of table done since I used it as part of a calculation in a bridge table relation.

    A table of facts, PROJECT_FACT, I had a column (PROJECT_COST) whose default aggregate is SUM. Whenever PROJECT_COST was used with any dimension, the appropriate aggregation was made at appropriate levels. But, no more. One of the relationships that project_fact is a dimension, called PROJECT.

    PROJECT_FACT contains details of employees, and every day they worked on a project. So for one day, employee, Joe, could have a PROJECT_COST $ 80 to 123 project, the next day, Joe might have $40 PROJECT_COST for the same project.

    Dimension table, PROJECT, contains details of the project.

    A new feature has been added to the software - several customers can now be charged to a PROJECT, where as before, that a single client has been charged.
    This fresh percentage collapse is in a new table - PROJECT_BRIDGE. PROJECT_BRIDGE has the project, CUSTOMER_ID, will BILL_PCT. BILL_PCT always add up to 1.

    Thus, the bridge table might look like...
    CUSTOMER_ID BILL_PCT PROJECT
    123 100.20
    123 200.30
    123 300.50
    456 400 1.00
    678 400 1.00

    Where to project 123, is a breakdown for multiple clients (. 20,.30.50.)

    Let's say in PROJECT_FACT, if you had to sum up all the PROJECT_COST for project = 123, you get $1000.


    Here are the steps I followed:

    -In the physical layer, PROJECT_FACT has a 1:M with PROJECT_BRIDGE and PROJECT_BRIDGE (a 1:M) PROJECT.
    PROJECT_FACT = > PROJECT_BRIDGE < = PROJECT

    -In the logical layer, PROJECT has a 1:M with PROJECT_FACT.
    PROJECT = > PROJECT_FACT

    -Logical fact table source is mapped to the bridge table, PROJECT_BRIDGE, so now he has several tables, it is mapped (PROJECT_FACT & PROJECT_BRIDGE). They are defined for an INTERNAL join.
    -J' created a measure of calculation, MULT_CUST_COST, using physical columns, which calculates the sum of the PROJECT_COST X the amount of the percentage in the bridge table. It looks like: $ (PROJECT_FACT. PROJECT_COST * PROJECT_BRIDGE. BILL_PCT)
    -J' put MULT_CUST_COST in the presentation layer.

    We still want the old PROJECT_COST autour until it happened gradually, it is therefore in the presentation layer as well.


    Well, I had a request with only project, MULT_CUST_COST (the new calculation) and PROJECT_COST (the original). I expect:

    PROJECT_COST MULT_CUST_COST PROJECT
    123. $1000 $1000

    I'm getting this for MULT_CUST_COST, however, for PROJECT_COST, it's triple the value (perhaps because there are quantities of 3 percent?)...

    PROJECT_COST MULT_CUST_COST PROJECT
    123 $1000 (correct) $3000 (incorrect, it's been tripled)

    If I had to watch the SQL, you should:
    SELECT SUM (PROJECT_COST),
    SUM (PROJECT_FACT. PROJECT_COST * PROJECT_BRIDGE. BILL_PCT),
    PROJECT
    Of...
    PROJECT GROUP


    PROJECT_COST used to work properly at a table of bridge of modeling.
    Any ideas on what I got wrong?

    Thank you!

    Hello

    Phew, what a long question!

    If I understand correctly, I think the problem is with your old measure of cost, or rather that combines with you a new one in the same request. If you think about it, your request as explained above will bring back 3 rows from the database, that's why your old measure of cost is multiplied. I think that if you took it out of the query, your bridge table would work properly for the only new measure?

    I would consider the migration of your historical data in the bridge table model so that you have one type of query. For historical data, each would have a single row in the bridge with a 1.0 BILL_PCT.

    Good luck

    Paul
    http://total-bi.com

  • Qosmio G30 (PQG31) - problem with cloned hard drives

    Hi all!

    * Qosmio G30-154 * (* PQG31 *).

    Demo of the Qosmio has 2 hard drives with XP MCE (32 bit) installed on the primary.
    The RAID parameters are JBOD.
    BIOS is "newer" 3.90

    I would try to upgrade the drives (without installing any OS) and... have a problem!
    BSOD "Stop 0x0000007B" after 'clone with resizing' for the main HARD disk.

    I read on [drivers Toshiba RAID | http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=48489] also [how to integrate the AHCI driver when installing Windows XP | http://aps2.toshiba-tro.de/kb0/HTD9401AN0000R01.htm] and (or)
    [SATA and AHCI Intel Matrix Storage Management Software: "the installation program found no hard disk units installed in your computer" Error Message during Manual Installations | http://aps2.toshiba-tro.de/kb0/TSB7B020R0000R01.htm], but I don't want to install OS, I want to keep intact my OS work.
    F6 (for all usb drivers) is not available to boot OS, sorry.

    "cloned" drive is in line with the correct name of made in the BIOS. "Cloned" secondary drive works (with old primary school). How to get access to the new primary OS and loading cloned? Please, any ideas?

    Thank you.

    Hello

    I think that the system cannot boot to the new HARD disk as the partition where the system is installed, was not marked as bootable system partition.

    I recommend to insert the previous HARD drive and to start the laptop.
    HARD drive new, cloned could be connected as an external HARD drive to a USB port.

    Then you should go to disk management (right click my computer - manage-> management-> disk management computer)
    Here you can see the HARD internal disk and the 2nd HARD drive connected to the USB port
    Right-click on the partition (2nd HARD drive) where the Win XP has been installed and choose the partition as the system partition and mark it as active.

    Then you could change the HARD drive again and could power the device in place. Usually, the system should boot to the top of the new marked system partition.

  • Re: Problems with Microphone when I use Skype

    Could anyone help with the problems I am experiencing with the microphone when using Skype?
    I also tried to use an external, but still problems with the other person can't hear me, y at - it a setting I can adjust its been to Toshiba and they said that there is no fault.

    Any help would be appreciated.

    In fact internal mic works well with Skype.
    All you need to do is enter the sound options of Skype and check the settings there especially if you use the headset.
    Play around with these settings.

  • Some problems with cloning Tecra M10

    Hello

    I created an Image of the Tecra M10 and cloned it with Ghost8.2.

    Then I tried to clone it to other M10 who has worked the most but mashine 2 or 3, I get an error "unable to read from the HARD drive please restart."
    Does anyone have an idea what?

    Greetz

    Hello

    I think the problem is the HARD drive where the image is stored because the GET error Impossible to * reading * from the HARD drive please restart.
    Then you should check the HARD disk where is the image is stored. I looked, and a good program for it's Drive Fitness Test.

    Good luck and post your result.

    Welcome them

Maybe you are looking for

  • music missing from the iphone

    All my music seems to have disappeared from my iphone. I tried the sync from my mac, and it does not either.  As long as I am connected to Wifi, it is here.  But if I click on the "only to music offline"button, there is only 1 song.»

  • No sound with the Radeon HD 4350

    I have a Compaq Presario sr1717cl he came with integrated ATI Radeon Xpress 200, I bought and installed the ATI Radeon HD 4350 512 MB DDR2 Premium Grafphics card and now I have no sound, I goto sounds and audio designs properties and it says: No Audi

  • Toshiba satellite, no noise all the indicators don't show n no problem?

    I have a toshiba satellite A 135 S4407, there is no sound, ive downloaded drivers etc all indicators say everything is ok?

  • power-supply re-use

    Hello I'm trying to give a new life to my good old Compaq Presario Windows 95 computer. Is to use the wardrobe and the power (+ 12V, + 5V, both very interesting) for a project which I was buy a power supply anyway. So I thought, let's give a new life

  • Cisco NAC does support Wireless LAN?

    Hello I know that Cisco NAC support LAN wireless. I sent myself with various brands of autonomous APs. These work very well using the in-band, out-of-band mode. However, Cisco has been mentioned for Cisco AP, with Cisco switches and Cisco NAC, out-of