Changes between Version 11 and Version 12 of CORNET/HowToUseCORNET

Show
Ignore:
Timestamp:
11/17/11 12:53:59 (13 years ago)
Author:
drdepoy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORNET/HowToUseCORNET

    v11 v12  
    104104'''When ending your session, select "End" instead of "Disconnect" to close all running programs.  Users who leave waveforms running after logging off risk losing access privileges.''' 
    105105 
     106=== NX-Server "Address Already in Use" Error === 
     107When attempting to access multiple nodes from the same remote machine, the NX server will fail to negotiate a unique X11 display connection on the client machine, and will return an error stating that the display address is already in use.  To fix this problem, SSH into the problem node from a local shell: 
     108 
     109{{{ 
     110# ssh [user]@cornet.wireless.vt.edu -p [port] 
     111}}} 
     112 
     113In the /tools/ directory, execute the script called "NX_offset" as root 
     114 
     115{{{ 
     116#cd /tools/ 
     117# sudo ./NX_offset 
     118}}} 
     119 
     120If the /tools/ directory is not already mounted, you can mount it manually: 
     121 
     122{{{ 
     123# sudo mount 192.168.1.102:/tools /tools 
     124}}} 
    106125 
    107126=== Obtaining Remote Access Login Information ===