MIS Systems Thread, SIMS and CC3 needs change in Technical; I've had a look at a Solus3 guide, it looks like you can deploy the agent which then acts on ...
-
24th February 2010, 06:13 PM #31 I've had a look at a Solus3 guide, it looks like you can deploy the agent which then acts on it's own to install the infrastructure and sims components in the background. It doesn't appear to be very intelligent though, if someone is using the PC at the time it will reboot with no warning to complete the process. That's my understanding anyway. Hopefully the agent is lively enough so that it actually completes the installation before anyone tries to use the PC, it implements it's own load balancing with the SIMS server though so I feel there is potential for this to fail spectacularly. I still want to sit down and have another go at the batch file or an AutoIT installer but i'm really struggling for time at the moment.
Something similar to this:
http://www.autoitscript.com/autoit3/docs/tutorials/winzip/winzip.htm
-
-
IDG Tech News
-
24th February 2010, 09:51 PM #32 SOLUS3 - phase 1 the agent checks every, default is 5 mins, for updates (checks setups directory). If for example, the user logins in and trys SIMS within that 5 min period. SIMSLOAD (as normal) will pick it up. Having said that, it'll fail if you don't have enough rights, but at least this should have killed the 5mins the agent needs.
Should, and I mean should, be all fixed in phase 2. So, what are the odds on my bet?
-
-
31st July 2010, 04:21 PM #33 The Visual Basic 6 runtime is now gone from the infratructure installer so scripting this now seems to work. I've just finished mine although not tried it on a large scale.
Code:
@echo off
cls
setlocal
TITLE SIMS.net and FMS Installer
REM Set these for your environment
set SETUPS=\\DeploymentServer\Applications\SIMS\Setups
set CONFIGFILE=\\DeploymentServer\Applications\SIMS\SIMS.ini
set CONNECTFILE=\\DeploymentServer\Applications\SIMS\Connect.ini
set FMSCONNECTFILE=\\DeploymentServer\Applications\SIMS\FMSConnect.ini
REM These should probably be left as default
set SIMSDIRECTORY=s:\SIMS\
set SIMSDOTNETDIRECTORY=C:\Program Files\SIMS\SIMS .net
set FMSDIRECTORY=C:\Program Files\SIMS\FMSSQL
echo Installing SIMS and FMS infrastructure...
start /wait %SETUPS%\SIMSInfrastructureSetup.EXE -a /S {QuietMode} {SIMSWorkstation} {FMSWorkstation}
echo.
echo Installing SIMS.net Applications...
start /wait %SETUPS%\SIMSApplicationSetup.exe /S {QuietMode} [SIMSDirectory]="%SIMSDIRECTORY%" [SIMSDotNetDirectory]="%SIMSDOTNETDIRECTORY%"
echo.
echo Installing SIMS manuals...
start /wait %SETUPS%\SIMSManualSetup.exe /S {QuietMode} [SIMSDirectory]="%SIMSDIRECTORY%" [SIMSDotNetDirectory]="%SIMSDOTNETDIRECTORY%"
echo.
echo Installing SIMS AMPARK...
start /wait %SETUPS%\SIMSAMPARKSetup.exe /S {QuietMode} [SIMSDirectory]="%SIMSDIRECTORY%" [SIMSDotNetDirectory]="%SIMSDOTNETDIRECTORY%"
echo.
echo Installing Nova-T Satellite...
start /wait %SETUPS%\NovaSatelliteSetup.exe /S {QuietMode} [SIMSDirectory]="%SIMSDIRECTORY%" [SIMSDotNetDirectory]="%SIMSDOTNETDIRECTORY%"
echo.
echo Installing FMS Applications...
start /wait %SETUPS%\FMS\FMSApplicationSetup.exe /S {QuietMode] [FMSDirectory]="%FMSDIRECTORY%" [SIMSDirectory]="%SIMSDIRECTORY%"
echo.
if exist %CONFIGFILE% (
echo Copying configuration file into Windows directory...
start /wait xcopy "%CONFIGFILE%" "%WINDIR%" /y
) else (
echo Configuration file could not be found.
)
if exist %CONNECTFILE% (
echo Copying Connect.ini file into SIMS .net directory...
start /wait xcopy "%CONNECTFILE%" "%SIMSDOTNETDIRECTORY%" /y
) else (
echo Connect.ini file could not be found.
)
if exist %FMSCONNECTFILE% (
echo Copying FMSConnect,ini into FMSSQL directory...
start /wait xcopy "%FMSCONNECTFILE%" "%FMSDIRECTORY%" /y
) else (
echo FMSConnect.ini file could not be found.
)
echo.
echo Installation is complete
-
2 Thanks to morganw:
jinnantonnix (27th August 2010), mb2k01 (31st August 2011)
-
2nd August 2010, 07:51 AM #34 Is there much point installed Nova Satellite? Only 1 or 2 people in the school will be using it, equally the same with FMS, I'm sure the finance team will be happier knowing it's not installed on all the machines.
Also on the FMS note, it might be worth copying the IDAPI32.CFG so PDOXUSRS.NET goes into the C:\program files\sims\fmssql.
-
-
17th August 2010, 12:27 PM #35 
Originally Posted by
matt40k
SOLUS3 - phase 1 the agent checks every, default is 5 mins, for updates (checks setups directory). If for example, the user logins in and trys SIMS within that 5 min period. SIMSLOAD (as normal) will pick it up. Having said that, it'll fail if you don't have enough rights, but at least this should have killed the 5mins the agent needs.
Should, and I mean should, be all fixed in phase 2. So, what are the odds on my bet?
The Update will be controlled by SOLUS 3b - i.e. the client does not need to keep checking if upgrades are available.
-
-
17th August 2010, 12:34 PM #36 Sounds like you were listening to Jon yesterday.
Yes, client will tell server its online when the service starts (at boot up for example), then the server will push out any updates. Roll on next week when I can rip it apart.
-
-
17th August 2010, 12:46 PM #37 Most folk know I ain't technically minded - hence my question late on in the Conference!
As I have noted in another thread - we probably can't attack it until Wednesday so you will have a 2 day start on us.
.... and I ain't around after that! (Don't all celebrate at once!)
Last edited by Sivadam; 17th August 2010 at 12:49 PM.
-
-
17th August 2010, 12:52 PM #38 We'll make sure you have a nice list of Q&A's to read through when you return.
-
-
17th August 2010, 12:56 PM #39 I am hoping that my colleague has all the As and that the Qs are zero! (Though he may find some extra ones!
He was the one that first discovered that the Migration to SQL Server 2005 was wrong in the Capita Guide! (or so capita said at the time!)
He is also the one that worked out the tweaks needed for SQL Server 2008 R2 to run successfully! (Oops I said it again! - then again I didn't actually say we were using it, did I?)
-
-
20th August 2010, 11:45 AM #40 Hi Deano did you solve this problem ?
-
SHARE: 
Similar Threads
-
By Stuart_C in forum MIS Systems
Replies: 1
Last Post: 15th September 2009, 10:42 AM
-
By CadlaM in forum MIS Systems
Replies: 12
Last Post: 13th January 2009, 02:20 PM
-
By park_bench in forum MIS Systems
Replies: 4
Last Post: 30th October 2008, 11:58 AM
-
By reggiep in forum Network and Classroom Management
Replies: 8
Last Post: 14th July 2008, 11:36 AM
-
By docboggle in forum Network and Classroom Management
Replies: 4
Last Post: 7th July 2008, 11:16 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