HP Tru64 UNIX Technical Updates for the Version 5.1B and Higher Operating System and Patches (February 2010)
For example, assume the AdvFS domain uses disk dsk25c, which is a single hardware
RAID volume. To extend the capacity of the disk, create a concatset from it and another
single hardware RAID volume, as shown in the following example:
HSG80> show disks
1
Name Type Port Targ Lun Used by
------------------------------------------------------------------------------
DISK10000 disk 1 0 0 DELI-5.1A
DISK10100 disk 1 1 0 SPARESET
DISK10200 disk 1 2 0 D8
2
DISK20000 disk 2 0 0 DELI-5.1A
DISK20100 disk 2 1 0 SPARESET
DISK20200 disk 2 2 0
3
DISK30000 disk 3 0 0 GALLO-M1
DISK30200 disk 3 2 0
DISK40000 disk 4 0 0 GALLO-M1
DISK40200 disk 4 2 0
DISK50000 disk 5 0 0 GALLO-M2
DISK50200 disk 5 2 0
DISK60000 disk 6 0 0 GALLO-M2
DISK60200 disk 6 2 0
HSG80> add concatsets C1 DISK10200
4
HSG80> set C1 add=DISK20200
5
HSG80> show C1
6
Name Storageset Uses Used by
------------------------------------------------------------------------------
C1 concatset DISK10200 D8
DISK20200
State:
NORMAL
DISK10200 (member 0) is NORMAL
DISK20200 (member 1) is NORMAL
Size: 71112778 blocks
7
The following list explains each step:
6
Display the size of the
concatset C1.
4
Create a concatset
called C1 from
DISK10200.
1
Find unused disks —
those with an empty
(blank) Used by
field.
7
Note the size, as you
will need to modify
5
Add DISK20200 to
concatset C1 to create
a larger disk.
the disk label for
dsk25 on Tru64 UNIX
to match it.
2
DISK10200 (also
called D8) is used by
the AdvFS domain
that will be extended.
This storage volume
is recognized as
dsk25 on Tru64
UNIX.
3
DISK20200 is
unused.
2. Return to the Tru64 UNIX prompt.
3. Save a copy of the old disk label information for the volume:
# disklabel -r dskN > /tmp/label
For example:
# disklabel -r dsk25 > /tmp/dsk25MOD
4. Edit the saved label and increase the size of the partition used by AdvFS:
# vi /tmp/label
For example:
# vi /tmp/dsk25MOD
Documentation Corrections 45