For NFS (network) access to the application and data housed by the RSI, your system administrator will need to setup a 'automount' entry.
All of the applications are located in /local/rsi, which is a share from the RSI server, orbit.ice.mtu.edu:/export/rsi.
The entry might look something like this:
rsi: -rw,intr,noquota orbit.ice.mtu.edu:/export/rsior for cachefs...
rsi: -fstype=cachefs,cachedir=/cache/fs,backfstype=nfs,bg,intr,noquota,nosuid orbit.ice.mtu.edu:/export/rsi
rsi: -rw,intr,noquota orbit.ice.mtu.edu:/export/rsidata/homesIt is not recommended to mount the rsidata cachefs because of the read/write nature of home directories.
rsidata: -rw,intr,noquota orbit.ice.mtu.edu:/export/rsidataIt is not recommended to mount the rsidata cachefs, because the files are SO large....
set path = ( /local/rsi/bin $path )or, a better approach might be:
Some departments have required info in your ~/.login, so its best to place this line near the bottom, or ask you system administrator for assistance. There are unique startup scripts in /local/rsi/bin for all the applications available to the RSI. These scripts set up any environments specific to the applications.