Hello,<div><br></div><div>I thought I'd pass along this method to access a volume you have attached to the master node (and shared with all slave nodes) from any machine. To me this was easier than having the master node do the setup and collecting of results. I prefer to keep the master as a pure submit host.</div>
<div><br></div><div>I am using ubuntu 10.04.</div><div><br></div><div>1. Iinstall sshfs</div><div><br></div><div> % sudo apt-get install sshfs</div><div> % modprobe fuse</div><div><br></div><div>2. Run sshfs:</div>
<div><br></div><div> % mkdir <mount_point></div><div> % sshfs -o ssh_command="ssh -i /full/path/to/your/private/RSA/key" <user>@<aws IP addresss>:/<volume> <mount_point></div><div>
<br></div><div> Example:</div><div> % mkdir ./results</div><div> % sshfs -o ssh_command="ssh i $PWD/id_rsa.key" sgeadmin@ec2-01-23-45-678.us-west-1.compute.amazonaws.com:/results ./results</div><div><br>
</div><div>To unmount, do:</div><div> % fusermont -u <mount_point></div><div><div><br></div>-- <br>Robert Yu, Member Technical Staff<br><a href="http://www.aditazz.com" target="_blank">www.aditazz.com</a> | <a href="mailto:robert.yu@aditazz.com" target="_blank">robert.yu@aditazz.com</a><br>
1111 Bayhill Drive Suite 260 | San Bruno | CA 94066 <br>510.459.0216 | cell<br>650.627.7357 | 650.492.7000 x1008 | work<br>650.684.1149 | fax<br>
</div>