Looking to automatic to run updatevv from a Windows DOS

Post Reply
jayliu
Posts: 12
Joined: Tue Jan 03, 2017 8:02 am

Looking to automatic to run updatevv from a Windows DOS

Post by jayliu »

Hi Guys, Brand new to the HP 3Par storage array. Coming from HDS VSP.
Got a pair 3Par 20800 running 3.2.2 MU4.
At our DR site we have snapshot taken on our Remote copy volumes.
I am looking for a way to run updatevv daily on a schedule via a DOS prompt. (sorry old school)
Can someone share some insight on how I can accomplish that?

Currently I would putty into the DR 3Par and run the updatevv from an excel spreadsheet, i.e copy the updatevv group commands and paste them into the CLI prompt.

Thank you very much.
3Par 20800 x2 AFA
RCFC Async Streaming
nsnidanko
Posts: 116
Joined: Mon Feb 03, 2014 9:40 am

Re: Looking to automatic to run updatevv from a Windows DOS

Post by nsnidanko »

You can call 3PAR CLI in your BAT scripts. Just take a look at my example here http://blog.gptnet.net/?p=203
Basically, you set environment variables TPDSYSNAME and TPDPWFILE and then call 3par command via cmd /c updatevv
Post Reply