Difference between revisions of "HPRC:Access:MacOSX"
m (J-perdue moved page TAMUSC:Access:MacOSX to HPRC:Access:MacOSX) |
|||
Line 1: | Line 1: | ||
− | == | + | == Access from MacOS == |
− | + | === Using the Terminal Program === | |
− | + | Find the Terminal program under Applications->Utilities. | |
On your Mac click the Finder [[Image:finder.png|32px]] icon to start finder: | On your Mac click the Finder [[Image:finder.png|32px]] icon to start finder: | ||
Line 8: | Line 8: | ||
# Double click the Utilities folder | # Double click the Utilities folder | ||
# Double click the Terminal utility [[Image:term-icon.jpg|32px]] | # Double click the Terminal utility [[Image:term-icon.jpg|32px]] | ||
− | # A Terminal window will now appear | + | # A Terminal window will now appear. |
− | + | # Connect to the cluster using [[#SSH | SSH]]. | |
− | |||
− | |||
− | == Remote Display of Programs with Graphical Interfaces == | + | === Remote Display of Programs with Graphical Interfaces === |
The recommended X-Windows emulator for Mac OS X is Apple X11, which is [http://www.apple.com/macosx/x11/download/ available free from Apple]. | The recommended X-Windows emulator for Mac OS X is Apple X11, which is [http://www.apple.com/macosx/x11/download/ available free from Apple]. | ||
Line 20: | Line 18: | ||
#After X11 is installed on your system, start Apple X11. | #After X11 is installed on your system, start Apple X11. | ||
#A xterm window should appear on your screen. | #A xterm window should appear on your screen. | ||
− | #Login to a UNIX machine (example: <code> | + | #Login to a UNIX machine (example: <code>ada.tamu.edu</code>).<pre>ssh -X netID@ada.tamu.edu</pre>The <code>-X</code> option tells SSH to allow programs to forward and display their graphical interfaces. This is known as X11 forwarding. |
#To verify that X11 forwarding is working, type the following command:<pre>xterm</pre>If a new xterm terminal window for the remote system pops up, then X11 forwarding is working correctly. | #To verify that X11 forwarding is working, type the following command:<pre>xterm</pre>If a new xterm terminal window for the remote system pops up, then X11 forwarding is working correctly. |
Revision as of 10:59, 8 March 2016
Access from MacOS
Using the Terminal Program
Find the Terminal program under Applications->Utilities.
On your Mac click the Finder icon to start finder:
- Select Applications
- Double click the Utilities folder
- Double click the Terminal utility
- A Terminal window will now appear.
- Connect to the cluster using SSH.
Remote Display of Programs with Graphical Interfaces
The recommended X-Windows emulator for Mac OS X is Apple X11, which is available free from Apple.
- After X11 is installed on your system, start Apple X11.
- A xterm window should appear on your screen.
- Login to a UNIX machine (example:
ada.tamu.edu
).ssh -X netID@ada.tamu.edu
The-X
option tells SSH to allow programs to forward and display their graphical interfaces. This is known as X11 forwarding. - To verify that X11 forwarding is working, type the following command:
xterm
If a new xterm terminal window for the remote system pops up, then X11 forwarding is working correctly.