|
The correct order is to restore user profiles first, then data, then
run RSTAUT. You restored the user profiles AFTER the data, therefore all
private authority was lost.
The Backup Recovery Guide (SC41-5304-05) list the following steps for
recovering all system and user data:
ENDSBS SBS(*ALL)OPTION(*IMMED)
RSTUSRPRF USRPRF(*ALL)
RSTCFG OBJ(*ALL)
RSTLIB SAVLIB(*NONSYS)
RSTDLO DLO(*ALL)SAVFLR(*ANY)
RST DEV('/QSYS.LIB/media-device-name.DEVD ')OBJ(('/*')
('/QSYS.LIB '*OMIT)('/QDLS '*OMIT))
RSTAUT
STRSBS SBSD(controlling subsystem ) ==================================
MORE INFORMATION ON THIS TOPIC
==================================
The Best Web Links: tips, tutorials and more.
Ask your OS/400 questions--or help out your peers by answering them--in our live OS/400 discussion forums.
|