Home | Site Map | Facilities | User Guide | Schedule | Forms | Research | News | Staff | Links
[Up]
Computing Environment
Account Request
Change Password
DVD Backup
Remote Desktop

Computing Environment

Table of Contents

Back to Facilities index

Computers at the beam lines

The naming convention of computers described below are for BL9-2. The pattern is the same for all crystallography beam lines. Replace '92' with '15', '71', '91', '111', '122' and '141' for beam lines 1-5, 7-1, 9-1, 11-1, 12-2 and 14-1 respectively.

Data collection:

  • bl92[a,b,c]: data collection, backup and graphics (Linux Workstation)
  • bl92hutch: A terminal located inside the hutch for running the beamline control software.

Data processing and file transfer:

  • blcpu1L: Itanium 2-based sever with 16 CPUs and 64 GB of memory, running Linux.
  • blcpu[6,7,etc.]: Intel Xeon (x86) running Linux x84_64 with 8 cores each and 16GB of memory.
  • smbcopy: dedicated host for file transfers. Use this host to avoid having file transfers interfere data processing.

Remote access servers:

  • smbnxs[1,2]: These are used for remote access with the NX client software. Please do not use these for data processing or data transfer.

Back to TOC


Accounts

A personal Unix account is required to log in to the beamline computers, data processing computers and web applications. Follow the instructions to request and maintain a computer account. Contact Thomas Eriksson for additional questions about accounts.

Back to TOC


Disk management and directories

Home directories are mounted as /home/accountname.

This directory is used for files that need to be stored indefinitely. All other directories are deleted on a regular basis. Users are responsible for backing up all data before leaving SSRL.

Data images should be saved in the directory /data/accountname. Diffraction images must not be stored in the /home area.

At login the following directories are created unless they already exist:

/home/accountname/www
/data/accountname
/data/accountname/templates

The 'www' subdirectory can be used to make information available through HTTP (web browser). It can be accessed via the URL:

http://smb.slac.stanford.edu/~accountname/

Copies of the default data processing template files are stored in the 'templates' subdirectory.

Back to TOC


File Permissions

The default file permission restricts anyone else from listing, reading and writing files in your home and data directories. Files located in your 'www' directory are readable by everyone.

Back to TOC


Remote Connections

Only secure connections to SSRL are allowed, telnet and ftp are disabled.

To connect between SSRL computers use:

ssh hostname

(Passwords are not required for internal connections)

To connect to a remote computer use the following command:

ssh username@host.homelab.edu

See the Remote File Transfer section in the backup documentation for further information.

Back to TOC


Printing

A printer is available at each beam line. The beamline computers will print to the local printer by default.

Beamline Printer name Location
BL1-5 hpbl15 Table near bl15b
BL7-1 hpbl71 Table near bl71b
BL9-1 and BL9-2 hpbl9 Desk next to pressure cell equipment
BL11-1 hpbl11 Table near hutch door
BL12-2 hpbl122 On desk next to bl122a
BL14-1 bl13-hp3525 Rolling table between BL14-1 and BL13

The blcpu computers prints to a printer in Building 120, mailroom (just behind the user administration offices) by default. To set a private default printer, find the name of your preferred printer in table above, then use the command:

lpoptions -d printername

Alternatively, you can set the environment variable LPDEST to one of the printer names, and the lp command will use that as the default printer destination.

Print to default printer:

lp filename

Print to a named printer:

lp -dprintername filename


Back to TOC


Connecting a laptop to the local network

The SLAC visitor network is available at all SSRL macromolecular crystallography beamlines. The SLAC visitor network is a SLAC owned network which is outside the SLAC network firewall. Access to SSRL computers through the SLAC visitor network are treated as external connections.

Access to the SLAC visitor network at the beamlines is available via a wireless LAN and a standard wired network. Red network cables at the beamlines indicate that they are configured for the visitor network. Both wireless and cable connections require configuring the network interface on laptop computers to use DHCP (Dynamic Host Configuration Protocol) to obtain a valid network address. DHCP is the only way that laptops and computers can connect to the visitor network. Users are responsible for all network configuration and other equipment required for access (i.e. network card or wireless network card). SLAC's website provides information about how to configure your laptop for DHCP and wireless networking and the wireless PC card.

Back to TOC