Re: Copying SFS filespaces from one pool to another

2010-10-20 Thread Schuh, Richard
: IBMVM@LISTSERV.UARK.EDU Subject: Re: Copying SFS filespaces from one pool to another Bad presumption until a minute ago. http://www.vm.ibm.com/download/packages/descript.cgi?SFSKTOOL I digged somewhat more and collected various tools in a package. 2010/10/20 Schuh, Richard mailto:rsc

Re: Copying SFS filespaces from one pool to another

2010-10-20 Thread Kris Buelens
ichard Schuh > > > > > -Original Message- > > From: The IBM z/VM Operating System > > [mailto:ib...@listserv.uark.edu] On Behalf Of David Boyes > > Sent: Tuesday, October 19, 2010 1:12 PM > > To: IBMVM@LISTSERV.UARK.EDU > > Subject: Re: Copying SFS filespaces f

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread Schuh, Richard
U > Subject: Re: Copying SFS filespaces from one pool to another > > And of course, Kris pulls something out of his magic hat > right after I spend the afternoon writing one of my own > > Thanks, Kris. Your tool worked perfectly (after I found > somewhere to store a > 2.1

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread David Boyes
And of course, Kris pulls something out of his magic hat right after I spend the afternoon writing one of my own Thanks, Kris. Your tool worked perfectly (after I found somewhere to store a 2.1 million record PACKLIB...) and has the extra bonus NJE sauce. ++good, Citizen! -- db On 10/19/10

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread O'Brien, Dennis L
k.edu] On Behalf Of David Boyes Sent: Tuesday, October 19, 2010 10:52 To: IBMVM@LISTSERV.UARK.EDU Subject: Re: [IBMVM] Copying SFS filespaces from one pool to another On 10/19/10 11:15 AM, "Kris Buelens" wrote: > Wasn't there a sample EXEC to rename a filespace?  Then you cou

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread David Boyes
On 10/19/10 11:15 AM, "Kris Buelens" wrote: > Wasn't there a sample EXEC to rename a filespace?  Then you could do the > rename before the FILEPOOL UNLOAD/RELOAD. Yes (there's actually a command to do it now: FILEPOOL RENAME), but then you lose all the authorizations and aliases, and apparently

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread Schuh, Richard
STSERV.UARK.EDU > Subject: Re: Copying SFS filespaces from one pool to another > > Did you look at FILEPOOL UNLOAD FILESPACE followed by > FILEPOOL RELOAD? That's what that command is supposed to be > able to do - move filespaces from one filepool to another. > Or are

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread Kris Buelens
Wasn't there a sample EXEC to rename a filespace? Then you could do the rename before the FILEPOOL UNLOAD/RELOAD. 2010/10/19 David Boyes > On 10/19/10 10:14 AM, "Bruce Hayden" wrote: > > > Did you look at FILEPOOL UNLOAD FILESPACE followed by FILEPOOL > > RELOAD? That's what that command

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread David Boyes
On 10/19/10 10:14 AM, "Bruce Hayden" wrote: > Did you look at FILEPOOL UNLOAD FILESPACE followed by FILEPOOL > RELOAD? That's what that command is supposed to be able to do - move > filespaces from one filepool to another. Or are you looking for a way > to move a batch of users? That shou

Re: Copying SFS filespaces from one pool to another

2010-10-19 Thread Bruce Hayden
Did you look at FILEPOOL UNLOAD FILESPACE followed by FILEPOOL RELOAD? That's what that command is supposed to be able to do - move filespaces from one filepool to another. Or are you looking for a way to move a batch of users? That shouldn't be too hard to do with a small exec, since the F

Copying SFS filespaces from one pool to another

2010-10-19 Thread David Boyes
Before I go off and write something, does anyone have a favorite method to do this? I’ve checked out Scott Nettleship’s SFSTOOLS package, and it has some handy bits for writing such a thing, but not the whole process. Something like rsync for SFS? (context: I need to consolidate several filepoo