[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference humane::scheduler

Title:SCHEDULER
Notice:Welcome to the Scheduler Conference on node HUMANEril
Moderator:RUMOR::FALEK
Created:Sat Mar 20 1993
Last Modified:Tue Jun 03 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1240
Total number of notes:5017

836.0. "CLOSE LOG/SUMM not working II" by WIZZER::FRAWLEYJ () Wed Jul 26 1995 08:51

T.RTitleUserPersonal
Name
DateLines
836.1MUZICK::FLYNNWed Jul 26 1995 10:0019
836.2thanksCOMICS::FRAWLEYJThu Jul 27 1995 13:0610
836.3Same Problem different site???CSC32::G_BURTTThu Aug 10 1995 13:0414
836.4The answers!COMICS::FRAWLEYJTue Aug 15 1995 12:1453
836.5any news?COMICS::FRAWLEYJMon Aug 21 1995 09:4813
836.6MUZICK::FLYNNFri Sep 08 1995 16:0114
836.7More close log problemsAYOU03::UISG_132144Flutie is taller than I amFri Jun 28 1996 04:3537
	Can anybody help with this problem?
	5 node cluster running VMS V5.5-2,Scheduler v2.1b-7,

Node   Version  Started              Jobs  Jmax   Log  Pri Rating
AYOV02 v2.1b-7  28-JUN-1996 07:26:25    1    20     5    4  13012 <-- Default
AYOV14 v2.1b-7   7-MAY-1996 17:37:10   13    20     5    4   3692
AYOV01 v2.1b-7  27-JUN-1996 15:20:36    1    20     5    4   1347
AYOV17 v2.1b-7   7-MAY-1996 17:38:16    4    20     5    4   5921
AYOV25 v2.1b-7   1-JUN-1996 16:56:48    4    20     5    4   1909.

	Each node has its own log file. The logical was set up as
"NSCHED$LOGFILE" = "DISK_AS1:[NSCHED.AYOV02]VERMONT_CREAMERY.LOG"
	but after seeing the error below when trying to do a 
	sched close log/summ we modified the logical on the default node
	ayov02 to be
"NSCHED$LOGFILE" = "DISK_AS1:[NSCHED.AYOV02]VC.LOG"
	however, the error remained the same.
	When trying to close the log file on any node other than the default
	node the log file has a Closing log file entered in it but there
	is no sign of a spawned process or new log file.

LOAD_BALANCE.COM: defining node_to_use as AYOV14
Current log file name: DISK_AS1:[NSCHED.AYOV02]VC.LOG
Renaming to: DISK_AS1:[NSCHED.OLD
NSCHED_LOG: Error on rename:  1736724
Closing log file.
... spawning SCHED_SUMMARIZE_LOG.EXE...

Return status  ==>  1  for spawning Process # 585361013
Calling vss$get_history to summmarize success records.....done, status=211190380
Calling get_history to summmarize failure records.....done, status=211190380
$ set noverify                          ! NSCHED$:LOAD_BALANCE.COM
LOAD_BALANCE.COM: node list defined by GROUP to be: AYOV14 AYOV17 AYOV25
LOAD_BALANCE.COM: defining node_to_use as AYOV14

		regards,
			Martin Read
836.8Is the . the trouble?AYOU03::UISG_132144Flutie is taller than I amFri Jun 28 1996 10:037
    After further investigation it appears that scheduler is treating the 
    first . it finds as the file delimiter. We changed the NSCHED$LOGFILE
    to be DISK_AS1:[NSCHED]AYOV02_VC.LOG and this then appeared to work
    after a fashion. Because of the number of jobs running we only managed
    to change the NSCHED$LOGFILE on nodes AYOV01 and AYOV02. After this was
    done the close log/summ only created a new logfile on the default
    node.