First log in to the cent1 machine.
Now type rlogin mathssun4 or mathssun5. It will ask for your password - it should be the same as on cent1.
Now it is necessary to set up some files and things in your account.
Dont do this if you have set up your cent1 account to use an alternative window manager, or have any other special things in your login!
Type the following on the sun login:
~maa017/XSetup/DOSETUPThis will change several things in your account.
Now log out of the maths sun, (type logout) and then exit from cent1 (usually by logging out of the Session Control window).
Now log in again.
You may notice some changes.
Splus will then start - you will get some messages followed by a prompt:
>To quit from Splus, use q(). It seems a strange way to exit, but all will become clear soon!
Working data will be in .DataSplus uses a directory called .Data to store things in. It first looks for a directory called .Data as a subdirectory of the directory you started Splus in. If it doesn't find one there, it will try and use a .Data directory in your home directory. If it still doesn't find one there then it will create one there.
So, if you want to organise your Splus work into different areas, you need to make a subdirectory, and then make a .Data directory in that. For example:
mathssun45% mkdir Project mathssun45% cd Project mathssun45% mkdir .DataNow if you run Splus it will store all its data in the .Data directory in the Project subdirectory.