Hey momentun, are you sure about this?!?!?!
What version are you running?
The GO SAVE, OPT 21 ENTIRE SYSTEM, saves the entire system but doesn't do any clean ups. Or am I mistaken? Anyone?
If you press F1 on OPTION 21 it will tell you exactly what your saving. Also, I'm not 100% sure but there might be an option to print a report of what is been save.
Hopefully this will help.
Last Wiki Answer Submitted: February 15, 2009 9:28 pm by WM460 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Also beware the *PRINT function on the OPT 21 save.
I’ve ran that once…. and it’s a bad idea to test this on you production machine.
It added over 8 hours to my save and made a lot of users angry.
The joblog will get generated for the save.
I’d use that to go from if you want to see what’s going on in the process.
There is no cleanup associated with the save of IFS.
It could be that your save runs at a time that is just before the scheduled cleanup.
This is a separate system task that kicks off automatically and does system type clean up of message queues, history logs, system tyep spooled files, system journals, etc.
There’s no cleanup going in in an OPT 21 save.
Also beware the *PRINT function on the OPT 21 save.
I’ve ran that once…. and it’s a bad idea to test this on you production machine.
It added over 8 hours to my save and made a lot of users angry.
The joblog will get generated for the save.
I’d use that to go from if you want to see what’s going on in the process.
I’m not quite sure but I think his taking about 3 different things.
1. Save Option 21
2. Saving the IFS
3. A clean up procedure
I wonder if he is taking about the cleanup tasks menu?
The original poster did not mention anything about SAVE option 21.
However – Opt 21 does the following:
ENDSBS SBS(*ALL) OPTION(*IMMED) SAVSYS SAVLIB LIB(*NONSYS) ACCPTH(*YES) SAVDLO DLO(*ALL) FLR(*ANY) SAV DEV('/QSYS.LIB/media-device-name.DEVD') + OBJ(('/*') ('/QSYS.LIB' *OMIT) + ('/QDLS' *OMIT)) + UPDHST(*YES) STRSBS SBSD(controlling-subsystem)And there is no cleanup.
I could be wrong, but I don’t think that “SAVIFS” is an IBM command.
Best bet is to check the job log after running the procedure and see what is going on.
Regards
Mike
That’s right Mike! My bad!!!
I think his talking about saving the IFS.
Thanks for the correction.
When you save the IFS you use the following command or something similar
SAV DEV(‘/QSYS.LIB/media-device-name.DEVD’) +
OBJ((‘/*’) (‘/QSYS.LIB’ *OMIT) +
(‘/QDLS’ *OMIT)) +
UPDHST(*YES)
There is no cleanup associated with the save of IFS.
It could be that your save runs at a time that is just before the scheduled cleanup.
This is a separate system task that kicks off automatically and does system type clean up of message queues, history logs, system tyep spooled files, system journals, etc.
Use the GO CLEANUP to view the settings.