how to move a user from one SAMFS to another

Pretty simple:

mkdir /samqfs/TARGET/USER
cd /samqfs/SOURCE/USER
samfsdump -PUf - . | /root/bin/mbuffer | ( cd /samqfs/TARGET/USER/; samfsrestore -Tf -)

Wait until done, then rsync once more, change NFS mount point and start rearchiving.

-- CarstenAulbert - 01 Jul 2013

DocumentationForm edit

Title How to move user between two SAM file systems
Description Simple command line to keep online files online after user's move
Tags samfs, solaris, user
Category Admin
Topic revision: r1 - 01 Jul 2013, CarstenAulbert
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback