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

Tags: Database

Similar Questions

  • How can I find out who created a new data center or virtual?

    Is there a specific log file?  I'm trying to find out who created a new data center and some VM.

    The events are not stored in a file, but are stored in the database of vCenter in the VPX_EVENT table. The creation of a data center is a vim.event.DatacenterCreatedEvent in the EVENT_TYPE column. The user who has created are in the USERNAME column. The name of the data center is in the DATACENTER_NAME column. Time of creation is in the CREATE_TIME column.

    I tried to create and delete a data center and after removing it, I could always find events in the database.

  • PowerCLI Script required to identify all clusters in a data center and all hosts within each cluster and calculate it using cpu and ram, avg, min, and max.

    Hi all

    I'm new to powercli and try to create a script to list all clusters in a data center and all hosts in a cluster and calculate min, max and avg cpu usage and ram by the host and cluster. So far, I have tried the below but I can't publish the results of my script.

    $Function = @)
    ForEach ($DataCenter Get-Data Center)
    {
    ForEach ($cluster in ($DataCenter |)) Get - Cluster)) - need help to post the information here and confirm if this is correct or not.
    {
    ForEach ($hosts in ($cluster |)) Get - VMHost))
    {
    ForEach ($vms to ($hosts |)) Get - VM)) - do not know if I called you here functions properly
    {
    $allvms = @)
    $allhosts = @)
    $hosts = get-VMHost
    $vms = get - Vm

    {foreach ($vms in $hosts)
    $hoststat = "" | Select the host name, MemMax, MemAvg, MemMin, CPUMax, CPUAvg, CPUMin
    $hoststat. Host name = $vmHost.name

    $statcpu = get-Stat-entity ($vmHost) - start (get-date). AddDays(-30)-Finish (Get-Date) - MaxSamples 10000 - stat cpu.usage.average
    $statmem = get-Stat-entity ($vmHost) - start (get-date). AddDays(-30)-Finish (Get-Date) - MaxSamples 10000 - stat mem.usage.average

    $cpu = $statcpu | Measure-object-property value - average - Maximum - Minimum
    $mem = $statmem | Measure-object-property value - average - Maximum - Minimum

    $hoststat. CPUMax = $cpu. Maximum
    $hoststat. CPUAvg = $cpu. Average
    $hoststat. CPUMin = $cpu. Minimum
    $hoststat. MemMax = $mem. Maximum
    $hoststat. MemAvg = $mem. Average
    $hoststat. MemMin = $mem. Minimum
    $allhosts += $hoststat
    }
    }
    }
    }
    }

    $Function | Select the host name, MemMax, MemAvg, MemMin, CPUMax, CPUAvg, CPUMin | Export-Csv "c:\Function.csv" - noTypeInformation

    Any help on this is much appreciated.

    [Ordered] casting was introduced in v3 PowerShell.

    For PowerShell v2, you can use

    $vms = get - VM

    $stat = 'cpu.usage.average ','mem.usage.average '.

    $start = (get-Date). AddDays(-31)

    $report = get-Stat-entity $vms - start $start - Stat $stat - ErrorAction SilentlyContinue |

    Group-object - property {$_.} @entity.name} | %{

    $cpu = $_. Group | where {$_.} MetricId - eq "cpu.usage.average"} | Measure-object-property value - average - Maximum - Minimum

    $mem = $_. Group | where {$_.} MetricId - eq "mem.usage.average"} | Measure-object-property value - average - Maximum - Minimum

    New-object PSObject-property @ {}

    Datacenter = Get-Datacenter - VM $_. Group [0]. Entity | Select the name of ExpandProperty-

    Cluster Cluster Get - VM = $_. Group [0]. Entity | Select the name of ExpandProperty-

    VMHost = $_. Group [0]. Entity.Host.Name

    Name = $_. Group [0]. @entity.name

    CpuMin = $cpu. Minimum

    CpuAvg = $cpu. Average

    CpuMax = $cpu. Maximum

    MemMin = $mem. Minimum

    MemAvg = $mem. Average

    MemMax = $mem. Maximum

    }

    }

    $report | Sort-Object-property Datacenter, Cluster, VMHost name |

    Export Csv report.csv - NoTypeInformation - UseCulture

  • Migration Oracle RAC to the new data center

    Hi all

    We are 'legacy' Oracle 11 G RAC cluster from another company and I am looking for a way to migrate with the minimum of downtime. Our team has no CARS, nor database administrator Oracle also experience.

    We intend to test the migration by cloning the environment a few weeks before and just see if everything is OK.

    Question is, what is the best way to migrate this RAC cluster and it's data to a new data center? Reinstallation of the operating system (Linux) and recreate the RAC cluster are not an option I want to examine.

    For example, in the land of SQL Server, we can use sending newspapers or replication to keep a copy of the database in the new data center as close as possible direct database (data-wise). Date of commissioning, we stop the direct instance, run last restore log or something else, then set up the databases on the new data center.

    Thanks in advance.

    Data Guard. It is the name of "log shipping" feature Oracle. It's probably closer to always on SQL Server availability groups, except that the Oracle database is a large group.

    I speak not Active Data Guard which is an extra cost that gives options on top of Data Guard.

    HTH,

    Brian

  • Migrate to the new data center

    Hi all

    I want to migrate to a display of a new data center environment in a different physical location.

    I like to keep the original ip addresses and FQDNs.

    Is it best practice for this type of migration methods?

    I have two drivers, composer, brokers security server, 160 related clones with persistent records.

    We do not have a connection in fiber between the sites, so cannot perform a rebalancing.

    There will be a cut-over on the last weekend.

    Concerning

    John

    You can use something like veeam vSphere replication to copy virtual machines to the other site and then just turn the 'old' off the coast and the new ones on. Your biggest problem will be changing hosts. Only other option might be to physically move the old hardware to the new site. Persistent drives will be a pain. I would like to have more useful for you answers.

  • Comment fails to power after moving to a new data store.

    I had this problem a lot where migrate machines. I navigate to the data store appropriate and right click on the folder of the guest, and I select "move". I choose the new data store and sit back and watch the progress bar. Once its migration adds the guest to the inventory and try to power on. Sometimes it works, sometimes I have to repeat the steps above twice. Why missing files when trying to turn on when I move the files this way?

    Right-click on the virtual machine, click on migrate.  Follow the prompts for destination until you reach the Select data store.  Click the radio button "Move virtual machine and virtual disks configuration files" and select the new data store.

    -KjB

  • Moving cluster in the new data center in virtual Center.

    Hi all

    I want to store my virtual Center layout. To do this, I want to move an existing cluster that exists on another physical site in a newly created in the virtual data center. When I try to move the existing cluster object, I get an error saying "the operation is not supported on the object.

    This does mean that I have to create a cluster and move the hosts one at a time, or is there a way to move the real cluster?

    Thanks in advance.

    You have to re-create the cluster indeed. Logout of the host, and then add the host to the new cluster.

    Duncan

    VMware communities user moderator

    -

  • move VMS to production site in new data center

    What would be the best way to move virtual machines on our production site to a data center located at some distance from there?   I thought about how to connect to a new host in the data center at our production site and then use converter to import into the host.  The distance would be a problem?   It is about 50 miles away.

    With vmx and vmdk files, you should be fine. But just copy the entire VM folder.

    Oh, and FastSCP is a free tool.

  • Orchestrator 5.1 REPORT-all the virtual machines in the data center and create a CSV file

    Hello

    What I basically want to do is create a report CSV of all virtual machines in the data center with various information (VMname, domain name FULL, IPaddress, status, data warehouses, tools etc...).  The export list in the client feature is insufficient (especially for any KPI report).

    Problem: (workflow is still under construction so real email send does not not and need to clean the code)

    I am stuck at the part of the creation of a table that can be parsed correctly in the CSV file.  2 ways I've tried will produce a report of single object or combine all of the table into a single string (where I am now).  I think the main problem I have is that I have to create a 2D within my service to push toward the final table that is written to the CSV format.  Basically, I do not understand how to push my variables in a loop of a table.

    Any help or assistance?

    Thank you

    B

    BOOM!

    Added some comments, removed the hardcoded in the csv temp file, deleted path the hardcoded port 25 for SMTP - mail settings should come from the configuration of the MAIL plug-in. And fixed / confirmed that the workflow now includes the attachment for e-mail and ends with success!

  • PowerCLI, vm of moving to the new data store

    Hello

    I have to move vm to a new data store

    What are the good commands powercli

    my version of my CV is 5.0xxxx

    Thanks for your help


    You can use the Move-VM cmdlet to move a virtual machine to another data store: for example:

    Move-VM - VM "MyVM1" - data store "MyDatastore1".

  • should we empty loading data ODI and move to "Load rules" of Essbase?

    Hello
    We use to load data in planning 11.1.1.3's ODI Essbase cubes.
    Should move us data loading ODI on "Load rules" of Essbase?
    We see no advantage to ODI over aid maxl Essbase calls script loading rules and calc scripts.
    One thing he has the advantage on Essbase, is that it can refresh planning. Can you load supporting details and the text in the cell?

    You have data from multiple sources, say some data sets are file bases, some are stored in warehouses or books of accounts, you want to collect these data, transform and apply the mapping, to load that data into essbase, you can add Automation around her then that is an example to use ODI to load data into essbase There are many others.
    Yes you can do it with maxl, but must eventually bring about more strive to add automation, mappings, error handling etc. as you would if you have walked the path of ODI.
    I do not say that you must use it, if you don't see any profit is meaningless.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Site to Site VPN between ISR4331(Data Center) and 25 branches with RV042 and dynamic public IP address

    Hi, we just got router ISR4331. We will use this router to our datacenter as pummel hub. Not to mention that it will be the static IP address. Our goal is to connect 30 small offices to the Datacenter by VPN site-to-site. All of our offices a RV042 router and DSL connection, so dynamic public IP. How to accomplish this task. Before the VPN connection is stable and the need not to configure tunnels frequently.

    Thank you

    GM

    Hello

    Please check the config below:

    HUBS:

    crypto ISAKMP policy 1

     BA 3des
    md5 hash
    preshared authentication
    Group 2
    life 86400
    crypto isakmp secretkey key address 0.0.0.0 0.0.0.0 (Having said that the dynamic router HUB remote routers have public ip address)
    Describe your valuable traffic. Note that I have sepcified for both tunnels, but basically, it will be the same for the rest out for the destination. For example, I used 192.168.1.0/24 and 192.168.2.0/24. You will need to replace it with your existing installation.
    TUN1 extended IP access list
    ip permit 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
    TUN2 extended IP access list
    ip permit 192.168.1.0 0.0.0.255 192.168.3.0 0.0.0.255
    Create your strategy to Phase 2
    Crypto ipsec transform-set esp-3des esp-md5-hmac TS
    card crypto S2STUN 1-isakmp dynamic ipsec HUB_TUN
    crypto dynamic-map HUB_TUN 10

    86400 seconds, life of security association set
    game of transformation-TS
    match address TUN1
    !
    crypto dynamic-map HUB_TUN 11
    86400 seconds, life of security association set
    game of transformation-TS
    match address TUN2
    Now apply the card encryption to your WAN interface
    gi0/1 interface
    card crypto S2STUN
    Now configure on your remote routers
    Remote router 1
    crypto ISAKMP policy 1
    BA 3des

    md5 hash
    preshared authentication
    Group 2
    life 86400
    !
    ISAKMP crypto secretkey key address x.x.x.x (replace with your public ip address of the HUB)
    !
    TUNNEL TRAFFIC extended IP access list
    permit ip 192.168.2.0 0.0.0.255 192.168.1.0 0.0.0.255
    !
    Crypto ipsec transform-set esp-3des esp-md5-hmac TS
    !
    crypto card TUN_TO_HUB 10 ipsec-isakmp
    defined peer x.x.x.x (replace with your public ip address of the hub)
    game of transformation-TS
    match address TRAFFIC TUNNEL
    !
    gi0/1 interface
    card crypto TUN_TO_HUB
    Remote router 2
    crypto ISAKMP policy 1

    BA 3des

    md5 hash
    preshared authentication
    Group 2
    life 86400
    !
    ISAKMP crypto secretkey key address x.x.x.x (replace with your public ip address of the HUB)
    !
    TUNNEL TRAFFIC extended IP access list
    ip licensing 192.168.3.0 0.0.0.255 192.168.1.0 0.0.0.255
    !
    Crypto ipsec transform-set esp-3des esp-md5-hmac TS
    !
    crypto card TUN_TO_HUB 10 ipsec-isakmp
    defined peer x.x.x.x (replace with your public ip address of the hub)
    game of transformation-TS
    match address TRAFFIC TUNNEL
    !
    gi0/1 interface
    card crypto TUN_TO_HUB

    HTH.
    Evaluate the useful ticket.
    Kind regards
    Terence
  • Mix the virtual switch different type in a Cluster and a data center.

    Can I mix standard virtual switch and a virtual switch distributed in different hosts to a Cluster/DataCenter? Can I vMotion virtual machine to a host of switch distributed to a host of standard switch and vice versa? Let's assume that the hosts have the same port group name (but have virtual swaitch different type), in the same data center, and have the same subnet IP vMotion.

    You can mix standard switches and distributed, that's what we call hybrid architecture... but to be able to migrate virtual machines between virtual switches, you must the vSphere 6 and again there are some limitations, like not be able to migrate from VDS vs.

    Have a look here for more details on the cross switch vMotion: http://www.vladan.fr/vmotion-enhancements-vsphere-6-0/

  • Move VM vcenter to the new data store

    Hello

    I have a cluster with 2 data warehouses and I must "empy"one for then reassign the disks on the SAN. " However I seem to be in a situation of catch-22 virtual machines, I need to move/migrate is the VM vCenter. I need to have propelled him down to move the data store, but then I have no way related to migration. I presume that this requires a manual move/copy of the vCenter VM file to a data to another store, but not sure of the consequences etc..

    THX

    Gerry

    Since you are using a business license you can Storage vMotion, VM of for the new store of data without any stop.

    Select VM-> click on migrate-> select change Datastore Option

  • How to get the ID of a single data centre and the Cluster

    Hello

    We have a product we need get the detail of data centers, Clusters, the Esx host and all Virtual Machines of a Virtual Center. And keep it in sync with the VCenter. I use a thread that queries the VCenter every 5 minutes and retrieves the data.

    We use Java VI SDK 4.0 for this.

    At the present time I am able to read all the details using PropertyCollector. But once a data center is renowned for my application, it is similar to a fact that a data center with the old name has been deleted and a data center with the new name has been added. For this reason, when data center is renamed, I remove entities for the former my application Esx host and adding new features to the ESX hosts in new data center. It causes a lot of unwanted things.

    So, I want to go get some unique Id of the dataCenter and Cluster, so that when a cluster/datacenter is renamed, uniqueId is always the same and my app will be able to know that it is just a change of name. And entities for ESX/VirtualMachine will be kept.

    Please, help me to know the unique id of the cluster/datacenter.

    Thank you

    Deepak

    Yes, there are supposed to be unique UUID generated by vCenter or ESX (i) and if you have not manually mux with values. The UUID is guaranteed to be unique within a given instance of vCenter.

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    150 VMware developer

    If you find this information useful, please give points to "correct" or "useful".

Maybe you are looking for