Merger of two existing groups

Hello

We would like to migrate a R50 PS6100 1 GB for an R6 PS6210 10 GB volumes both have currently existing volumes. Is it possible for two existing groups to join, migrate PS6100 to PS6210 volumes and continue to use the volume PS6100 group.

Robert

Hello

I'm sorry but there is no option 'group fusion.  Mixing 10GbE and members GbE in the same group is very hard to do safely.  According to the amount of free space you have on the table of 10GbE you can replicate from one to the other. (Assuming that the levels compatible firmware), can promote the replica and connect.

Otherwise, you would have to migrate data at the level of the host.

Kind regards

Don

Tags: Dell Products

Similar Questions

  • Creation of an existing group PS4000 and PS6010 - just checked.

    Hello

    We have two existing EQL units that have never actually placed in a group. Successfully completed their thing during the last five years or so, but now it's time for an upgrade. I have a couple PS6510Es ready to get into the data center. The first will be for production, the second will be for replication and snapshots only (subsequently headed off site).

    I have a simple plan for all migrated to the EQLs old data to the new: I'll join the existing EQLs (PS4000 and PS6010 V7.0.9 running) in a group, and then join the new EQLs once they have been built. Since it seems too easy, I am concerned about the process of construction group. I just can't locate a case or writing where someone fired two production EQLs in a brand-new group (where they are the only members).

    I probably missing something, so if there are traps or witch hunt that miss me.

    Thanks in advance,

    Mark

    Hi Mark,

    If the two existing unts are in individual groups, impossible to merge them and keep the data.  It is also a mixture of GbE and 10GbE?   This makes it a little trickier.   You can add a new unit of unconfigurated to an existing group, assuming that the firmware of the systems are compatible.

    So for at least one of the former members, you will need to either replicate data on the 6510 or based on host to best use, for example Storage vMotion for ESXi, or robocopy, for Windows, for Linux rsync richcopy, etc...

    Kind regards

  • fill a field from the sum and the other two table group

    I have a table named dgpercentagedatachart that has a field
    called totalcecrating which must be completed

    dgpercentagedatachart is my target table

    To fill in this field, I will use two existing tables

    Table 1 = rental service

    Table 2 = meter

    I need the SUM of the KW of field in table 2 GROUPBY feederid in table 1

    Table 1 and table 2 common field is the objectid tbl1 and servicelocationid
    for tbl 2, so this is will be the join I will use

    It of what I have so far in my query, but are unable to complete
    correctly. I need help!

    Insert into dgpercentagedatachart (totalcecrating)

    using servicelocation (objectid)

    Sum (kW)

    innerjoin servicelocation meter

    on meter.servicelocationid = servicelocaid.objectid

    GROUP BY servicelocation.feederid;

    Here is my table DG % (target)

    name of the field type Nullable

    TOTALCECRATING NUMBER (38.0) Yes

    FEEDERID NVARCHAR2 (255 CHAR) Yes

    NUMBER (38.8) PERCENTAGE Yes

    LOWESTFEEDERRATING NUMBER (38.0) Yes

    OBJECTID NUMBER (38.0) No.

    DG % DATACHART

    DATA

    FEEDERID TOTALCECRATING

    X 33

    X 33

    X 121

    X 122

    ServiceLocation table (table 1)

    fieldName nullable datatype

    OBJECTID NUMBER (38.0) No.

    Yes FEEDERID VARCHAR2 (20 BYTES)

    Data

    OBJECTID FEEDERID

    61897 X 33

    61898 X 33

    61899 X 33

    61900 X 33

    B521 141287

    Counter table (table2)

    fieldName Nullable Datatype

    Yes NUMBER (38.8) KW

    OBJECTID NUMBER (38.0) No.

    ID ServiceLocation source KW

    PV 0 162756

    194720 PV 1.01

    106697 PV 1.2

    195975 PV 1.2

    133967 PV 1.5

    105461 PV 1.6

    365278 PV 1.62

    Hello

    2685870 wrote:

    That's what I received your reply:

    Select sum (m.kw), servicelocation.feederid

    of servicelocation sl, meter m

    where to meter servicelocation inner join

    on meter.servicelocationid = servicelocation.objectid

    Servicelocation.feederid group;

    ...

    You are mixing up in two different ways to do joins.

    ANSI join syntax uses the keyword JOIN between table names and the join conditions, after the keyword, all in the FROM clause, like this:

    OF sevicelocation sl

    JOIN meter m ON m.servicelocattionid = sl.objectid

    The old Oracle syntax has commas between the names of tables in the FROM clause and the join conditions go in a WHERE clause.  JOIN keywords and THEY are not used.  For example:

    OF serviceloation sl

    meter m

    WHERE m.servicelocattionid = sl.objectid

    Do not use both in the same query.  Use one or the other consistently.  (I recommend the ANSI rating.)

  • Can I create a fusion help out of two existing projects?

    I have a project RH11 existing (project A) located on the control of Source of RoboHelp.  It is called within the software, it is written for.  My company has developed a software add-on to the original software.  I have about 30% of the aid for the add-on (project B) completed, but is not in Source code control.  The developer's of informs me that the help file must be a help. (I asked this question at the beginning).  Is it possible for me to create a merged project help on two existing projects and it controls Source code?  I created merged help before so I have some familiarity with it. I have RoboHelp of Peter Grainge, creation of site bookmarked.

    Thanks in advance for any direction you can provide.

    We need to know what the developer means by "assistance". Merged help is two or more projects, each with their own production which can be called independently, but can also be made to appear as on the output.

    If that satisfied the stipulation of the developer, then Yes you can configure your existing projects to do. Such parent described on my site would be empty and your two projects would be the child projects. Each of them would be in source code control.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • How to modify a Virtual Machine DRS existing group?

    Hello

    I use DRS-rules to place virtual machines to a host selected in a Cluster group.

    The poblem is that I did not find methods to change (add new virtual machines) to an existing group of DRS 'Virtual Machine '.

    As far as I know, the configuration is stored in $ClusterView.ConfigurationEx.Group

    Any ideas?

    Thank you!

    Hi Willibald,

    I did some research in the VMware vSphere SDK and made two functions Get-DrsGroup and VmToDrsGroup Add to add one or more virtual machines to a ClusterVmGroup. Some examples of how to use these function exists in the code. If you have added these features to your PowerCLI session, you can use Get-Help to get information about these functions. And also for the examples. For example Get-Help add-VmToDrsGroup-full.

    Function Get-DrsGroup {
    <#
    .SYNOPSIS
    Retrieves DRS groups from a cluster.
    
    .DESCRIPTION
    Retrieves DRS groups from a cluster.
    
    .PARAMETER Cluster
    Specify the cluster for which you want to retrieve the DRS groups
    
    .PARAMETER Name
    Specify the name of the DRS group you want to retrieve.
    
    .EXAMPLE
    Get-DrsGroup -Cluster $Cluster -Name "VMs DRS Group"
    Retrieves the DRS group "Vms DRS Group" from cluster $Cluster.
    
    .EXAMPLE
    Get-Cluster | Get-DrsGroup
    Retrieves all the DRS groups for all clusters.
    
    .INPUTS
    ClusterImpl
    
    .OUTPUTS
    ClusterVmGroup
    ClusterHostGroup
    
    .COMPONENT
    VMware vSphere PowerCLI
    #>
    
      param([parameter(Mandatory=$true, ValueFromPipeline=$true)]$Cluster,
            [string] $Name="*")
    
      process {
        $Cluster = Get-Cluster -Name $Cluster
        if($Cluster) {
          $Cluster.ExtensionData.ConfigurationEx.Group | `
          Where-Object {$_.Name -like $Name}
        }
      }
    }
    
    Function Add-VMToDrsGroup {
    <#
    .SYNOPSIS
    Adds a virtual machine to a cluster VM DRS group.
    
    .DESCRIPTION
    Adds a virtual machine to a cluster VM DRS group.
    
    .PARAMETER Cluster
    Specify the cluster for which you want to retrieve the DRS groups
    
    .PARAMETER DrsGroup
    Specify the DRS group you want to retrieve.
    
    .PARAMETER VM
    Specify the virtual machine you want to add to the DRS Group.
    
    .EXAMPLE
    Add-VMToDrsGroup -Cluster $Cluster -DrsGroup "VM DRS Group" -VM $VM
    Adds virtual machine $VM to the DRS group "VM DRS Group" of cluster $Cluster.
    
    .EXAMPLE
    Get-Cluster MyCluster | Get-VM "A*" | Add-VMToDrsGroup -Cluster MyCluster -DrsGroup $DrsGroup
    Adds all virtual machines with a name starting with "A" in cluster MyCluster to the DRS group $DrsGroup of cluster MyCluster.
    
    .INPUTS
    VirtualMachineImpl
    
    .OUTPUTS
    Task
    
    .COMPONENT
    VMware vSphere PowerCLI
    #>
    
      param([parameter(Mandatory=$true)] $Cluster,
            [parameter(Mandatory=$true)] $DrsGroup,
            [parameter(Mandatory=$true, ValueFromPipeline=$true)] $VM)
    
      begin {
        $Cluster = Get-Cluster -Name $Cluster
      }
    
      process {
        if ($Cluster) {
          if ($DrsGroup.GetType().Name -eq "string") {
            $DrsGroupName = $DrsGroup
            $DrsGroup = Get-DrsGroup -Cluster $Cluster -Name $DrsGroup
          }
          if (-not $DrsGroup) {
            Write-Error "The DrsGroup $DrsGroupName was not found on cluster $($Cluster.name)."
          }
          else {
            if ($DrsGroup.GetType().Name -ne "ClusterVmGroup") {
              Write-Error "The DrsGroup $DrsGroupName on cluster $($Cluster.Name) doesn't have the required type ClusterVmGroup."
            }
            else {
              $VM = $Cluster | Get-VM -Name $VM
              If ($VM) {
                $spec = New-Object VMware.Vim.ClusterConfigSpecEx
                $spec.groupSpec = New-Object VMware.Vim.ClusterGroupSpec[] (1)
                $spec.groupSpec[0] = New-Object VMware.Vim.ClusterGroupSpec
                $spec.groupSpec[0].operation = "edit"
                $spec.groupSpec[0].info = $DrsGroup
                $spec.groupSpec[0].info.vm += $VM.ExtensionData.MoRef
    
                $Cluster.ExtensionData.ReconfigureComputeResource_Task($spec, $true)
              }
            }
          }
        }
      }
    }
    

    Best regards, Robert

    I changed the error handling logic in the Add-VMToDrsGroup function.

    Post edited by: RvdNieuwendijk

  • How to add contacts to your existing groups or how to manage your groups?

    Anyone know how to add contacts to your existing groups or how you manage your existing groups. How do you even add new groups I can't find a way to do this in the ocntacts.

    Hello

    1. what version of Windows is installed on the computer?

    2 are. what groups you referring?

    3. What mail client do you use?

    If you use Hotmail, you can post your request in the Windows Live Forum.

     

    http://answers.Microsoft.com/en-us/windowslive/Forum/Hotmail

    You can check the link:

    http://Windows.Microsoft.com/en-us/Windows-Live/Mail-import-backup-restore

     

    Please get back to us with the above information so that we can help you accordingly.

  • Adding table to an existing group

    I am trying to remote installation wizard allows you to add a PS6210x to an existing PS6000 with a PS6210xs group. I have successfully added tables the same group with RSW in the past, but I get an error this time on a bad group password. I logged in with this password manager, so I know that it is correct.

    The new table has firmware 8.1 and tables in the existing group always run 7.1.x. Is it possible that in fact is the problem and I just need to update the old firmware to table first?

    Thank you.

    1. you use the user 'grpadmin' to connect to the GroupMgr, but this password may be another. Especially over a long period a customer may change the password for grpadmin but forget to change the GroupPW.

    Within GrpMgmr klick on group-> Member-> Set Password to set a new GroupPW. You don't need to know the old man!

    2. Yes, at the end of the day all members must be at the same level of FW, but this should not be your problem right now.

    We upgade existing members first of all for the course prior to FW, adding new members. We are also new members in a 'maintenance' pool to be sure that no data migration starts automatically.

    Kind regards
    Joerg

  • Add the new PS4100 to an existing group

    Hello

    anyone would be able to explain the process of adding a new table to an existing group, please?

    We have a new PS4100 which was delivered with the 7.0.15 Firmware but the Group has a range of PS4000 on Firmware 8.0.5.

    How can I upgrade the firmware on the new PS4100 before running the Setup utility?

    Thank you very much

    Tom

    Let the new Member to join an EMPTY pool as the "default" (its still a void in our environments) or create an and name the program installation or maintenance.

    If the table has joined this pool complete the configuration as Ports IP/network, RAID level and so on. I prefer a complete reconstruction and not a fast initialization, but it's your choice. Updated the FW and also check the FW drive.

    Try to ping the new IP addresses of existing hosts and if everything is OK, move member in your production area.

    Kind regards

    Joerg

  • Re-create a virtual disk (RAID 1) of two existing drives

    After several power outages, my server Dell PowerEdge T110 ii starts plu. The virtual disk (RAID 1) has disappeared, but the two physical disks are still visible and a State of readiness.

    Is it possible to create a virtual disk Raid1 of two existing disk which was composed the original virtual disk without losing any data?

    If this is not possible, is there a way to recover the data (image) and re - create a new virtual disk?

    I hope someone can help me.

    I don't think, because the process would have initialized the disc, which formats.

  • Two residential groups on one computer? How to remove a?

    I am trying to connect two laptops to the office after replacing the hard drive in Windows 7. I get a message sayiing there are two residential groups on my compluter. How can I find the info for a second HG, so it can be deleted?

    Hello

    I suggest you to consult the following link:

    Leave a homegroup

    http://Windows.Microsoft.com/en-in/Windows7/leave-a-HomeGroup

    See also:

    http://Windows.Microsoft.com/en-in/Windows/HomeGroup-help#HomeGroup-start-to-finish=Windows-7&V1H=win8tab1&V2H=win7tab1

    http://Windows.Microsoft.com/en-in/Windows7/add-computers-to-a-HomeGroup

    http://Windows.Microsoft.com/en-in/Windows7/change-HomeGroup-settings

    http://Windows.Microsoft.com/en-in/Windows7/join-a-HomeGroup

    http://Windows.Microsoft.com/en-in/Windows7/HomeGroup-frequently-asked-questions

    http://Windows.Microsoft.com/en-in/Windows7/HomeGroup-recommended-links

    It will be useful.

  • CS-MARS: connecting custom to existing groups-events events

    Hello

    I created a custom event in the framework to work with custom parsers (which works very well in most of the cases).

    I want to add this event customized to an existing group of events. This would be important because every time the custom event produced the existing rules (were the event group is used) would be returned and would create an incident.

    If the custom event will not be added to the existing event groups, I'll never get an incident because no rule will match (no existing

    rule uses my new event).

    is it possible to add my event customized to an existing group?

    Thanks so much I have an idea to solve my request.

    Kind regards

    Bernhard

    Sorry, you cannot change the event groups. This is why it is so important when creating analyzers to use existing events when possible. If there is an existing event that even approaches which means the same thing, you might be better to use it. Otherwise, you must create a custom control rule to process the custom event.

  • How to merge these two files?

    Hello Adobe Dreamweaver Forums.

    My Question:

    How to merge the two following documents of smaller.js in a document unique largest .js?


    I took action:

    Copy and paste.

    Problem:
    Scripts is no longer loading in the larger document, still charge when connected separately.

    DOWNLOAD:

    Dropbox - merge help (05/16/15) .zip

    Includes:

    "Main.js" - 51 lines, 30KB

    'Fusion-in-hand-1 Jquery.nav' - 2 lines, 1 KB

    "Fusion-in-hand-2 settings" - 2 lines, 1 KB

    Note:

    If the necessary script files can be unpacked using: Unminify JS, CSS and HTML Code

    Thanks for reading and I appreciate the help.

    Not sure what you mean "files are not can-do. In the example, I have even included the jQuery library in goldenrolls.js.

    The only problem you will have is the time it takes to load the page. Take a look at the size of the header image which is ko 5 769,21 with the dimensions of 3, 072px × 2, 304px (scaling 1, 180px × 885px).

    Once the page is loaded, everything works perfectly.

  • panels with tabs (vertical) - addition of new tabs at the top and between the two existing

    I use a panel vertical tabs which often have to be added to.  It seems that you can add a new tab at the bottom? Is it possible to add new top? and between two existing tabs?

    Yes.

    You can add just down as usual and then select the new tab and drag it to the location between the tabs you want to place it between.

  • Service Division of Hyperion - assign the existing group to the new group

    Hi all

    In my planning application, I tried to create the new group "G3" through the sharing service and assigned existing groups ("G1", "G2") to the new group "G3". So that all existing group access will be transferred to the new group.

    But when I logged with the user of the G3, I found has insufficient access forms data giving the message.
    "You try to open the data form, but can not because all the required dimensions are not present." Possible causes may be that you do have at least one member of a required dimension, or the selection of members resulted in no Member present. Contact your administrator. "

    I can able to connect and see the dataform with user group G1 and G2.

    What that should I need to change in the settings to avoid this problem?

    Thanks in advance

    When you add a G1, G2 to G3 provisioning of g1 and g2 doesn't apply to the g3. Instead, it's the other way around. G1 and G2 will have some G3 has commissioned.

  • Is there an easy way to merge the two databases?

    I would like to know if there is an easy way to merge two data from a single database?

    The two databases are generated on different machines with different data (no duplicates).


    Thank you!



    Mark

    It is possible that the db_dump and db_load utilities can be used here.   They are documented in the BDB C API reference manual.      Basic process would be to empty the database on a system, move the files to the other system can use db_load and load it into the existing db.    Since there is no duplicate, this process should work for you.

    Thank you

    Mike

Maybe you are looking for