DAV...@ecr6.ohio-state.edu (Michael T. Davis) writes:
>In article <12407300.985.1328304774207.JavaMail.geo-discussion-forums@prhq15>,
>Ken Fairfield <
ken.fa...@gmail.com> writes:
>>On Friday, February 3, 2012 12:51:39 PM UTC-8, Michael Moroney wrote:
>>> Before I reinvent the wheel or try to do this manually, does anyone have
>>> a DCL procedure to move users from one UIC to another, updating things
>>> like file ownership, RIGHTSLIST etc. ?
>>>
>>> I couldn't find anything with Google.
>>
>>Did you try the Help for Authorize, UAF> help ???
I know about that, I was just wondering if there was a .com file that was
already done that can move a bunch of users around. Similar to how
SYS$EXAMPLES:
ADDUSER.COM makes a simpler interface to AUTHORIZE for
creating new users, their home directory etc. I guess it's simple enough
I can do things manually.
> Be careful with that SET FILE... command. It will change
>the modification date of the target file(s), which is often not a
>desirable side-effect. You might be able to avoid this if you
>take a BACKUP of the file/folder tree of the user's data, and then
>overwrite the data with a BACKUP restoration with /BY_OWNER=<user>/OVERLAY
>(after the UIC changes in AUTHORIZE) on the destination. (Exclusive
>access to the user's files would be advisable for this.)
I plan to do this just before a full BACKUP/IMAGE/RECORD so everything
doesn't appear on an incremental backup.