ICT KS3 SATS Tests Thread, OK. Who's responsible? in United Kingdom (UK) Specific Forums; I've reached a point where I've successfully imported pupil data into the APS, which is about two thirds of the ...
-
22nd March 2006, 12:10 PM #1 OK. Who's responsible?
I've reached a point where I've successfully imported pupil data into the APS, which is about two thirds of the way thru chapter 3 in the Pupil & Test Management Guide. From there on in the waters get a little murky. Chapter 4 has Allocating Pupils to Registration Groups & Teaching Sets, chapter 5 Setting an ILA for an Individual Pupil and so on. Some of it's clearly a teacher's duty, and some, such as importing pupil data, is my job. I'm not sure I want to be involved in the details of individual pupils.
anyone any thoughts or guidance on this?
beeswax
-
-
IDG Tech News
-
22nd March 2006, 12:32 PM #2 Re: OK. Who's responsible?
What i've done is got the deputy head of ICT to make a csv file with all the reg groups teaching sets etc and pass it around the ICT teachers to get the ILA's for the pupils and i'm going to import that in now i've done the plasc import. The details for the csv file are on page 17 of the pupil and test management guide. That was all i'm doing is importing the data. But because it's a new system and i think it's just a tad ropey i'm on stand-by with any problems they have.
-
-
22nd March 2006, 12:38 PM #3 Re: OK. Who's responsible?
Data entry & stuff like that has been left to our Exams & Data Admin manager to sort out. I help out when she gets stuck with the software.
Brian
-
-
22nd March 2006, 12:58 PM #4 Re: OK. Who's responsible?
I do almost everything and the ICT teacher buys me beer and curry!!!!
-
-
22nd March 2006, 01:20 PM #5 Re: OK. Who's responsible?
that must be a lot of beer
-
-
22nd March 2006, 02:09 PM #6 Re: OK. Who's responsible?
I installed it, configured it and will (try to) make sure it keeps running.
The rest is non-technical, teachers or other admin staff can do it.
-
-
22nd March 2006, 03:09 PM #7 Re: OK. Who's responsible?
I installed it and then gave back to the ICT teacher to do the rest
-
-
22nd March 2006, 03:12 PM #8 Re: OK. Who's responsible?
Just remember you must be able to restart postmaster & tomcat services on the APS at the drop of a hat... :P
-
-
22nd March 2006, 05:01 PM #9 Re: OK. Who's responsible?
Just remember you must be able to restart postmaster & tomcat services on the APS at the drop of a hat...
Its been ok so far (Centos), anyone point me to a postgresql/tomcat keepalive script?
-
-
22nd March 2006, 06:02 PM #10
- Rep Power
- 0
Re: OK. Who's responsible?
need to install on 2 seperate servers split site school
RM getting back to me some time this year
Any ideas????????????????
-
-
22nd March 2006, 06:09 PM #11 Re: OK. Who's responsible?

Originally Posted by
SteveT I do almost everything and the
ICT teacher buys me beer and curry!!!!

Same as me but without the beer and curry!
-
-
25th April 2006, 06:22 PM #12 Re: OK. Who's responsible?

Originally Posted by
CyberNerd
Just remember you must be able to restart postmaster & tomcat services on the APS at the drop of a hat...
Its been ok so far (Centos), anyone point me to a postgresql/tomcat keepalive script?
I set mine up to stop and start Postgres and Tomcat each night on either side of the backup as it mentions (briefly) in the docs. I suspect this might also improve the reliability of the APS unless you are hammering it heavily on a single day.
The scripts for stopping and starting are just:
Code:
@REM Stop the APS services
net stop tomcat
net stop postmaster
and
Code:
@REM Start the APS services
net start tomcat
net start postmaster
If you want to do that remotely rather than scheduled, take a look at the sc command.
-
-
25th April 2006, 06:42 PM #13 Re: OK. Who's responsible?
thanks for that - I was looking for a way of having it restart itself if it fails - without my intervention. Seems to have been pretty stable so far (42 day uptime without problems)
Maybe Apache/Tomact was made for unix
-
-
25th April 2006, 07:20 PM #14 Re: OK. Who's responsible?
I have set the server up allocated the software and tests to the clients setting the tests up and running is the ict coordinators job.
You could use a batch file such as:
@echo off
NET START | FIND "DHCP Client" > nul
IF errorlevel 1 GOTO s_not_running
@echo Service allready Running
goto end
:s_not_running
net start dhcp
@echo Service Started
:end
Schedule this every hour or whatever and replace DHCP Client with the ones you want to check. It checks to see if they are started and if they aren't it starts them.
Or just running net start "service name" will restart a service that isn't running and do nothing to one that is running.
Ben
-
-
25th April 2006, 07:29 PM #15 Re: OK. Who's responsible?
somehow I think that won't work on Centos, thanks though, I will pass this info onto our datamanager who has untold problems with tomcat CMIS service on windows. (why didn't they use JBOSS??)
ATM I'm hedging my bets that tomcat was actually built for unix and is likely to be more stable !?
-
SHARE: 
Similar Threads
-
By richard in forum School ICT Policies
Replies: 6
Last Post: 14th March 2006, 06:37 PM
-
By DRogers in forum School ICT Policies
Replies: 0
Last Post: 15th February 2006, 09:07 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules