Difference between revisions of "Broadband Server"

From SCECpedia
Jump to navigationJump to search
Line 41: Line 41:
 
</pre>
 
</pre>
  
At this point you are ready to use the Broadband Platform. Please see [[Broadband Platform]] for additional documentation.
+
All checksums should agree. At this point you are ready to use the Broadband Platform. Please see [[Broadband Platform]] for additional documentation.
  
  

Revision as of 21:28, 25 October 2011

Overview

The SCEC Broadband server is a computing resource with the Broadband Platform platform pre-installed and configured. Access to this server is by request, and requires a login which is provided once your account has been activated.

If you encounter any problems with the SCEC Broadband Server, or to request access, please contact software@scec.org.


Checks During First Login

Your account has already been configured, but what follows are some checks to perform to verify that everything is properly configured. First, ssh login to the system using the hostname and login that we provided to you. At the shell prompt, verify that your PYTHONPATH environment variable is set with the command:

$ env | grep PYTHONPATH

You should see the following line displayed:

PYTHONPATH=/home/broadband-01/your_userid/11.2.2/bbp_2g/comps


Verify that your PATH environment variable includes the correct python interpreter with the command:

$ which python

You should see the following line displayed:

/usr/bin/python


Finally, verify that the checksums match in your copy of the Broadband platform with these commands (replace "your_userid" with the userid we assigned to you):

$ cd /home/broadband-01/your_userid/11.2.2/bbp_2g/checksums
$ ./md5sum_check.py

All checksums should agree. At this point you are ready to use the Broadband Platform. Please see Broadband Platform for additional documentation.


Support

If you encounter problems with the SCEC Broadband Server, please contact software@scec.org.