Table of Contents

Hardware

HPE 3PAR CLI Commands



About

TermNote
SPOCK SPOCK (HP Single Point of Connectivity Knowledge)
SPOCK is the home of interoperability information for HPE Storage products.
HPE Storage compatibility testing is performed within array/operating system boundaries on a variety of HBAs, switches, and other types of components in an HPE Storage environment. Use SPOCK to help you find your environment details and confirm support.

Preparation

Create Password File

# setpassword -saveonly -file /home/3par/script/conf/passwd_test.dat

Configuration of the Connecting 3PAR

# TPDSYSNAME=192.168.0.10
# export  TPDSYSNAME
# TPDPWFILE=/home/3par/script/conf/passwd_test.dat
# export  TPDPWFILE


Commands

Check

showsys -d Check the using 3PAR
showvv Check Virtual Volume
showcpg Check CPG


Physical Copy

Backup

Create Physical Copy
createvvcopy –p < parent_volume> -s –b –pri <high | mid | low> < destination_volume>
Resync
createvvcopy –r –b -pri <high | mid | low> <destination_volume>
Check Phyasical Copy
showvv -showcols Id,Name,VSize_MB,CreationTime

Restore