Installation guide
Table Of Contents
- Command Line Interface
- Reference Guide
- Introduction
- General Control Commands
- container Commands
- container add_level
- container create mirror
- container create mmirror
- container create mstripe
- container create mvolume
- container create raid5
- container create stripe
- container create volume
- container delete
- container extend file_system
- container extend mvolume
- container extend volume
- container list
- container lock
- container move
- container promote
- container readonly
- container readwrite
- container reconfigure
- container release_cache
- container remove drive_letter
- container remove failover
- container remove file_system
- container remove global_failover
- container restore RAID5
- container scrub
- container set cache
- container set failover
- container set global_failover
- container set io_delay
- container set label
- container show cache
- container show failover
- container split
- container unlock
- container unmirror
- controller Commands
- controller details
- controller firmware compare
- controller firmware save
- controller firmware update
- controller list
- controller pause_io
- controller rescan
- controller reset_scsi_channel
- controller resume_io
- controller set automatic_failover
- controller set array_verify
- controller show automatic_failover
- controller show channels
- controller show array_verify
- disk Commands
- diagnostic Commands
- diagnostic clear boot_parameters
- diagnostic dump structures
- diagnostic dump text
- diagnostic load_arrays
- diagnostic moderation set count
- diagnostic moderation set timer
- diagnostic moderation show count
- diagnostic moderation show timer
- diagnostic set boot_parameter
- diagnostic show boot_parameter
- diagnostic show history
- logfile Commands
- task Commands
- enclosure Commands
- enclosure activate slot
- enclosure identify slot
- enclosure list
- enclosure prepare slot
- enclosure set alarm
- enclosure set door
- enclosure set fan
- enclosure set interval
- enclosure set power
- enclosure set scsiid
- enclosure set temperature
- enclosure show fan
- enclosure show power
- enclosure show slot
- enclosure show status
- enclosure show temperature
- Automated Scripts
- Reference Guide

3-109
container Commands
container split
To split a mirror set or a multilevel array of mirror sets into two
separate single-partition volume sets or two multilevel arrays of
single-partition volume sets, use the container split
command. Once this command completes execution, the two
volume sets cannot be merged.
Before using this command to split an array, shut down system
applications (such as, databases) in order to flush application data
to the controller.
When you split a mirror set or a multilevel array of mirror sets, the
system creates a new (referred to as the split) array. The split array
contains half of the storage data from the original (referred to as the
master) array (mirror set). In addition, the split array has an
identical copy of the data from the old disk at the time of the split
operation.
In Windows, the split array’s file system may be inconsistent and
you should verify and repair it as follows:
■ Assign a drive letter to the split array using the container
assign drive_letter
command.
■ Run the DOS CHKDSK command with the /F switch. For
details, refer to your Windows documentation.
On UnixWare, before splitting a mirror set that contains a volume
table of contents, run the edvtoc command and change the
volume label to a series of twelve spaces. You can then use the
container split
command to split the mirror set.
Syntax
container split {container}
Parameters
{container}
Specifies the ID number (0 to 63) of the array (mirror set or
multilevel array of mirror sets) to split into two separate arrays.










