Changing pair information, Creating pairs that belong to a group, Changing pair information on – Hitachi MK-97DF8018-00 User Manual

Page 66

Advertising
background image

A–8

Operations Using CLI

Hitachi Simple Modular Storage Copy-on-Write SnapShot User’s Guide

Changing Pair Information

You can change the pair name, group name, and/or copy pace.
1. From the command prompt, register the subsystem to which you want

to change the SnapShot pair information, then connect to the

subsystem.

2. Execute the aureplicationlocal command change the pair

information. This is an example of changing a copy pace.

The Snapshot pair information is changed.

Creating Pairs that Belong to a Group

To create multiple SnapShot pairs that belong to a group:
1. Create the first pair that belongs to a group specifying an unused group

number for the new group with the –gno option. The new group has

been created and in this group, the new pair has been created too. Refer

to the following example.

2. Add the name to the group if necessary using command to change the

pair information. Refer to the following example.

3. Create the next pair that belongs to the created group specifying the

number of the created group with –gno option.
SnapShot pairs that share the same P-VOL must use same Data Pool.

4. By repeating the step 3, the multiple pairs that belong to the same group

can be created.

% aureplicationlocal –unit subsystem-name –ss –chg –pace slow
–pvol 200 –svol 1001
Are you sure you want to change pair information?
(y/n[n]): y
The pair information has been changed successfully.
%

% aureplicationlocal –unit subsystem-name –ss –create –pvol 200
–svol 1001 –gno 20
Are you sure you want to create pair “SS_LU0200_LU1001”?
(y/n[n]): y
The pair has been created successfully.
%

% aureplicationlocal –unit subsystem-name –ss –chg –gno 20 –pvol
200 –svol 1001
-newgname group-name
Are you sure you want to change pair information?
(y/n[n]): y
The pair information has been changed successfully.
%

Advertising