
Table 10-3 Converting a FlashCopy task to DS CLI
ESS CS CLI | Saved task | DS CLI coversion | Explanation |
parameter | parameter |
|
|
|
|
|
|
Tasktype | FCEstablish | mkflash | An FCEstablish becomes a |
|
|
| mkflash. |
|
|
|
|
Options | NoBackgroundCopy | To do a FlashCopy | |
|
|
| we use the |
|
|
|
|
SourceServer | 2105.23953 |
| The format of the serial |
|
|
| number changes. you must |
|
|
| use the exact syntax. |
|
|
|
|
TargetServer | 2105.23953 | N/A | We only need to use the |
|
|
| |
|
|
| redundant. |
|
|
|
|
Source and Target vols | 1004 1005 | 1004:1005 | The volume numbers don’t |
|
|
| change. We simply separate |
|
|
| them with a full colon. |
|
|
|
|
So to create the DS CLI command, simply read down the third column:
mkflash -nocp -dev IBM.2105-23953 1004:1005
Important: On the ESS 800, open systems volume IDs are given in an 8 digit format,
0000 to 0FFF | CKD z/Series volumes (4096 possible addresses) |
1000 to 1FFF | Open systems fixed block LUNs (4096 possible addresses) |
If we intend to use FlashCopy to copy ESS LUN
The ESS CLI command, show task, will show the correct value for the volume ID
In Example
Example 10-14 Using interactive dscli mode without profiles
sharon@aixsrv:/opt/ibm/dscli | > dscli | ||
dscli> mkflash | |||
CMUC00137I mkflash: FlashCopy pair | 1004:1005 successfully created. | ||
dscli> lsflash | 1004:1005 | ||
ID | SrcLSS SequenceNum | Timeout ActiveCopy Recoding Persistent Revertible |
===============================================================================
1004:1005 10 | 0 | 120 | Disabled | Disabled Disabled | Disabled |
dscli> |
|
|
|
|
|
|
|
|
|
|
|
212DS6000 Series: Concepts and Architecture