[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
|
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
1881.0. "Housekeeping and CM" by VELI::KORKKO (Used to be VMS mangler, now ALL-IN-1...) Tue Dec 01 1992 09:46
I had to customize START_BATCH.COM to include some code to kill all processes
running OA$MAIN even after ALL-IN-1 is shutdown. No problem there, the code is
straightforward using f$context, f$pid and f$getjpi lexicals functions.
Now, doing these things properly meant of course using CM. I.e. after MLA etc.
$ dir/sec oa$lib:start_batch.com
Directory USER3:[ALLIN1.SITE.LIB_FINNISH]
START_BATCH.COM;1 OA$MANAPP (RWED,RWED,RE,RE)
(IDENTIFIER=OA$MANAPP,ACCESS=READ+WRITE+EXECUTE+DELETE)
Total of 1 file.
Directory SYS$SYSDEVICE:[ALLIN1.LIB_FINNISH]
START_BATCH.COM;5 [ALLIN1] (RWED,RWED,RE,RE)
Total of 1 file.
Therefore RSF failed next night because file START_BATCH.COM is not owned by
ALLIN1 any more.
So, file should be owned by ALLIN1 in order to HKs to work. On the other hand
file should be owned by OA$MANAPP in order to things being CM way.
Did I miss something?
Veli
T.R | Title | User | Personal Name | Date | Lines |
---|
1881.1 | Known, working, logged, and here's how to resolve | VITARA::REDMOND | Thoughts of an Idle Mind | Tue Dec 01 1992 10:58 | 8 |
| No, it's a known issue that we are working on for a PFR. Basically any
changes that you make to a file that's used by OA$SUBMIT can be handled
by CM except setting the required file protection. You have to do this
manually after the element has been made live. Make sure that the
element has the same file protection and ownership as the base element
and all will be well.
Tony
|