How to copy SELEX Webpages

How to copy SELEX Webpages

please be aware that fn781a is off maintanance, and will not be repaired should something break. We are doing backups on a very unregular basis. The main point is that you should not put any new information on fn781a. This is most important for the web pages, where we have a lot of information, also personal.

You can move all your information to fsgi01 or fsui01 (remember fsgi03 will be switch off end of this month) in afs space. It is (nearly) trivial:

  1. logon to fsgi01
  2. create a config file in your .ssh subdirectory, with the following contents:
    host fn781a
      KerberosAuthentication no
      KerberosTgtPassing no
    host fn781a.fnal.gov
      KerberosAuthentication no
      KerberosTgtPassing no
    
  3. go back to your main directory (cd)
  4. type scp -pr fn781a:www public_html
  5. cd public_html, and type ln -s Welcome.html index.html
  6. Look for all files with name .htaccess (you have to do ls -a), in your public_html directory and all subdirectories. Remove each of them, and replace each of them with ln -s /afs/fnal.gov/files/home/room3/jurgen/public_html/selex/.htacess

Now you are ready. Your page is now accessible as http://home.fnal.gov/~yourname

The "official" SELEX page will also be moved, and we hope to conserve the fn781a.fnal.gov entry point.

Jurgen, January 13, 2003.