HP 3PAR OS 3.1.3 CLI Administrator's Manual

1. Perform Step 1 through Step 4 of the procedure for setting the TPDSOCKSSL environment
variable in Windows as described in “Using SSL” (page 47).
2. In the Environment Variable dialog box, enter TPDSTARTFILE in the Variable box.
3. Enter the startup file name in the Value box.
4. Click OK.
Comma Separated Values
HP 3PAR CLI output can be configured to display comma separated values so that data can be
easily input into spreadsheets. To set the output display, use:
The -csvtable global option.
The TPDCSVTABLE environment variable.
The setclienv csvtable command (if changing within the Tcl shell; see the HP 3PAR
Command Line Interface Reference for details about this command).
Once set, data is displayed as shown in the following example:
cli% showvv -csvtable
,,,,,,,,---Rsvd(MB)---,,,-(MB)-
Id,Name,Prov,Type,CopyOf,BsId,Rd,-Detailed_State-,Adm,Snp,Usr,VSize
0,admin,full,base,---,0,RW,normal,0,0,10240,10240
1,par,full,base,VV_01,1,RW,normal,128,512,16384,256
2,copy,cpvv,vcopy,VV_02,2,RW,normal,0,0,16384,5120
3,vvcp.1.2,tpvv,base,par,1,RO,normal,--,--,16384,10240
4,tpvv,full,base,VV_03,4,RW,normal,128,512,65536,10240
---------------------------------------------------------------------------------
5,total,,,,,,,256,1024,43008,36096
Setting the TPDCSVTABLE Environment Variable on Solaris, Linux, HP-UX, AIX
To set the TPDCSVTABLE environment variable in Solaris, Linux, HP-UX, and AIX see the following
system output example:
$ TPDCSVTABLE=1
$ export TPDCSVTABLE
$ cli
Setting the TPDCSVTABLE Environment Variable on Windows
To set the TPDCSVTABLE environment variable in Windows:
1. Perform Step 1 through Step 4 of the procedure for setting the TPDSOCKSSL environment
variable in Windows as described in “Using SSL” (page 47).
2. In the Environment Variable dialog box, enter TPDCSVTABLE in the Variable box.
3. Enter 1 in the Value box.
4. Click OK.
Using the -csvtable Option
To set the -csvtable global option, see the following example:
$ cli -csvtable
Global Options and Environment Variables 55