School of Electrical & Electronic Engineering - The University of Adelaide School of Electrical and Electronic Engineering logo The University of Adelaide logo

Using the network

 

 

Overview (Top of page)

The School has a wide range of computing equipment which will probably always be in a state of flux due to upgrades of hardware and software. The following information is to allow you to begin using the computing facilities within the School, however you may need to seek help on occasions. The Computing Services Group is available to provide additional computing systems support and advice when required.

 

In the document, we will list a number of commands which you issue to the computers. In the descriptions we include some variable parameters in italics. When you use the commands, replace the parameters with what you need.

If you find any problems with using this document, please contact the webmaster to have changes inserted. As this document must evolve with the computing system, this is important.


The School network is integrated with a single authentication system for the entire Engineering network, meaning users need only remember and maintain a single username and password to access any resource in the School.  The authentication scheme is also tied into the undergraduate CATS, enabling access to resources to in the School to be able to be granted undergraduate students without the requirement to establish and maintain separate accounts for them.

All full time staff and post graduate students in the School will have a networked workstation on their desk.   This may be a machine running either Solaris, Linux, Windows XP or Windows 2000, depending on the user's need and available resources.   There are also a number of general access PCs available for use in the Norman Blockley Computer laboratory (EM211) for fourth year project students as well being available for  School staff and postgraduates  should they need to make use of them.  In addition there are a number of PCs available for fourth year project students which may end up running various operating systems.

 

The workstations fall into two main categories:

 

Windows PCs. (Top of page)

There are around Windows 180 PCs attached to the School network.  Most of these have been installed with a standard Windows XP or Windows 2000 desktop including installation of Novell client software enabling access to shared resources such as files and printing, while also allowing automatic updating of software from a server.

 

Applications:

 

Microsoft Office:

As part of the standard base desktop, most PCs in the School will have Microsoft Office 2003 installed.

 

Web Browser:

Mozilla Firefox is also installed and is the recommended web browser and email client for use in the School. You should read the "Rules and Guidelines for Internet Use" document.

 

E-mail Client:

Mozilla Thunderbird is the preferred e-mail client in the School. Other programs should not be used without first discussing your needs with the computer support group.

 

Antivirus:

Under the Start Menu is the E-Trust / InoculateIT anti-virus program. Any time you bring a disk in from outside the university or download an application over the internet, you should run this program to ensure we remain virus free.

 

Other applications:

A couple of other programs which you will find under "Applications" from the "Start Menu" are the "ws_ftp" program for transferring files between different systems and "putty" which is an ssh client which provides a secure login to unix systems with with similar functionality to telnet which is insecure and being phased out.

 

There is also an X-Windows emulator called Xwin32 available on all School PCs which enables users to run X-windows graphical applications and have them displayed on their PC as though it were an Xterminal or Unix/Linux workstation.  Apart from providing access to applications available only on Unix/Linux systems, it also enables large jobs to be run remotely on more powerful servers which can be especially useful for PCs with limited resources.

 

Matlab is another program which is used by many people within the School and it is now installed on most computers in the School.

 

 

There are  a number of other software packages, some of which are installed only on certain PCs, others are available via the network.

 

In addition the Computer Support Group can install additional software should you require it.

 

Note that no software should be installed on any general access computer without prior consent of a member of the Computer Services Group. If you have legitimate access to any other School PC you may install any software for which you have the legal permission to do so, however it is normally recommended that software be installed by a member of the Computer Services Group, who should be advised of any installations of software performed by users. They may not provide support for any software which is not part of the School standard desktop, in particular where the functionality is available from the standard applications.

Note the installation of illegal software is a serious offence carrying penalties of up to $50,000 fines and 6 months jail for individuals with higher fines applying to organisations. To protect the School from such liability, anyone caught installing illegal software in the School can expect to be reported to the appropriate authorities.

Network drives:

When you login to a PC, a number of network drives are automatically mapped for you. Some of these are used by the system and should not normally need to be explicity accessed by the user, but others are there for your specific use. The list below shows the ones you should need to access.

Note that different users may have differing security permissions to see different sub-directories, and you may not see all of the drives listed here:

  • F: and J:
    • These are historical home directories. You may use them but it is preferred that you use the U: drive (see below).
  • K:
    • The K: directory is by default mapped to the network applications directory. While you should not normally need to access this explicitly, if you cannot find an application or an icon pointing to it on your PC it may be worth a look on the K: drive.
  • O:
    • This is the install directory. If you have permission to install software, you may find installation packages in this folder.
  • P:
    • This is a public drive accessible to everyone in the School. This is the ideal place to store files which will need to be accessed by other people.
  • S: and W:
    • These are the two web directory drives, S: being for the secure website (all sites starting with https://) and W: being for the non-secure website (all sites starting with http://)
  • U:
    • By default the U: drive is your personal directory. It is where your personal files should be stored if you wish to ensure they are backed up. Also, by storing your files on the network drive, they will appear in the same place no matter which computer you are working on. The U: drive is superior to F: and J: in that files are shown from your Unix home directory, providing an easy way of accessing files across different operating systems and environments.

      Currently the default network storage disk quota for new users is 50GB, but this can be increased if required. Files saved to the local drives on general access computers are liable to be deleted without notice unless prior arrangements have been made. There are some files in your personal directory which you will not have consciously created yourself but which are necessary for storing information such as roaming profiles and your mail. Be careful when cleaning up your directory that you do not accidentally delete any of these files.

 

Unix/Linux systems: (Top of page)

There are a number of Solaris Servers/Workstations, and Linux boxes scattered throughout the School. Data and application disks attached to various servers are cross mounted across the network using the Network Files System (NFS) protocol. This means that disks such as the one containing your home directory appear the same no matter which system you are logged into.

 

Unix/Linux applications:

There are many applications available on the Unix/Linux systems, but probably the two most common are Matlab and Firefox.  Matlab can be run by just entering the command "matlab" for the current version of Matlab. Firefox is started with the command "firefox" the command prompt.  For further information on setting up Firefox see the E-mail and Internet Settings page.

 

Another useful application which is now available on Unix/Linux systems is Open Office.  This provides functionality similar to Microsoft Office and can read and exchange word, excel and powerpoint documents.   It can be started by entering "ooffice" at the command prompt.

 

For those who require additional access to Microsoft Windows, we have a terminal server which will let you run a virtual Windows session in a window of your X session.  You will need to contact the members of the computer support group to get access to this facility.

When logged into a remote system during an X-Windows session, if you want to run any X (gui) applications, you need to set a display variable which tells that machine to direct all output to the machine you are using. If the computer you are physically working on is called sylvester for example, use:

setenv DISPLAY sylvester:0.0

You may also need to allow the remote permission to display on your screen by typing:

"xhost +remotemachine" in a local terminal session.

 

General Access Servers:

There are a number of general access servers in use in the School. While you are free to use any of them, each their specific roles and configurations is described below.

access - Provides direct access to the internet (ie can be used to ssh, sftp or ftp direct to any internet site).  As the gateway, it is should only be used for running applications which require direct access to the internet.

mawson - An Ultra 250 running Solaris 9.  The main general access Solaris machine in the Schools.

arego - An Athlon Thunderbird  running Linux

abda - An Opteron. Model 275 (2.2GHz) dual core processor running Red Hat Enterprise Linux WS 3. It is intended for running of larger jobs and so should not be used for routine tasks such as reading mail or browsing the internet.

 

 

There are many other workstations/servers scattered around the School, intended primarily for research groups of individuals who are working in a particular area. Some of these are quite powerful will run your applications faster than the main servers depending on the loads on the various machines. 

You should check with the owner or research group before using any of these machines and in particular avoid running jobs which cause significant swapping to occur on machines which other users have as their desktop system as this can have a significant detrimental effect on their ability to use the computer.