On 10/24/07, Steven Jenkins <[EMAIL PROTECTED]> wrote: > > On 10/24/07, Steve Devine <[EMAIL PROTECTED]> wrote: > > Jacob Volstrup wrote: > ...run vos listvol 'servername vicepX' > > >somefile and then grep out the RW vols and use a perl script to move > > em. If you have RO vols then you need to make sure you deal with them. > > But its pretty straight forward. > > > Assuming your new location does not already have the ROs on it: > > 1 vos listvol to get the list of volumes to move; if the old location > is not empty, then, in this order: > > 2 For RO volumes: vos addsite to the new location, vos release, vos > remove old ROs > 3 For RW volumes: vos move > 4 For .backup volumes: vos backup (or backupsys, depending on how you > made them in the first place) once the RW volumes are moved > 5 Goto 1
perl scripts exist to do it and I think have been posted here in the past; they may even deal with the "RO already exists" case. the interesting case is where the RW has unreleased changes and you want to recreate the ROs as they are now. i don't know of distributed tools to do this.
