<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.edegan.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Research_Computing_At_HBS</id>
	<title>Research Computing At HBS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.edegan.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Research_Computing_At_HBS"/>
	<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Research_Computing_At_HBS&amp;action=history"/>
	<updated>2026-06-02T18:20:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Research_Computing_At_HBS&amp;diff=35164&amp;oldid=prev</id>
		<title>imported&gt;Ed: New page: This is page provides a rough guide for competent users to get going with HBS's RCS (Research Computing Services) remotely.  ==VPN==  Getting the VPN up was problematic for me (there were ...</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Research_Computing_At_HBS&amp;diff=35164&amp;oldid=prev"/>
		<updated>2011-10-18T19:03:28Z</updated>

		<summary type="html">&lt;p&gt;New page: This is page provides a rough guide for competent users to get going with HBS&amp;#039;s RCS (Research Computing Services) remotely.  ==VPN==  Getting the VPN up was problematic for me (there were ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is page provides a rough guide for competent users to get going with HBS's RCS (Research Computing Services) remotely.&lt;br /&gt;
&lt;br /&gt;
==VPN==&lt;br /&gt;
&lt;br /&gt;
Getting the VPN up was problematic for me (there were account issues), but it should be as simple as going to:&lt;br /&gt;
&lt;br /&gt;
 vpn.hbs.edu&lt;br /&gt;
&lt;br /&gt;
Enter your username and password. And clicking &amp;quot;start&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==SSHing onto Research Grid==&lt;br /&gt;
&lt;br /&gt;
Just do it. Open Putty and SSH onto researchgrid.hbs.edu. Give your username and password.&lt;br /&gt;
&lt;br /&gt;
===Connecting to MYSQL===&lt;br /&gt;
&lt;br /&gt;
Type:&lt;br /&gt;
&lt;br /&gt;
  mysql -h rcsmysql.hbs.edu -u username -p --ssl-ca=rcsmysql&lt;br /&gt;
&lt;br /&gt;
(with your username!).&lt;br /&gt;
&lt;br /&gt;
Then work away on any databases which you have permissions for. Useful MYSQL specific commands include:&lt;br /&gt;
 &lt;br /&gt;
 SET PASSWORD = PASSWORD('newpassword');   #Change your password&lt;br /&gt;
 SHOW GRANTS FOR username;  #See your access permissions&lt;br /&gt;
 SHOW DATABASES;   #See all the databases you can see&lt;br /&gt;
 USE somedbase;   #Use a database&lt;br /&gt;
 SHOW TABLES;    #See the tables in a database&lt;br /&gt;
 DESC sometable;   #Describe a table&lt;br /&gt;
 SHOW PROCESSLIST;   #See a list of processes you have running&lt;br /&gt;
 KILL xxxx;   #Kill process number xxxx&lt;br /&gt;
&lt;br /&gt;
===Export and Import to MYSQL===&lt;br /&gt;
&lt;br /&gt;
Create two symbolic links to the MYSQL import and export directories:&lt;br /&gt;
&lt;br /&gt;
 ln -s /export/mysql/export export&lt;br /&gt;
 ln -s /export/mysql/import import&lt;br /&gt;
&lt;br /&gt;
==Map a drive (Mount)==&lt;br /&gt;
&lt;br /&gt;
With the VPN up, map two drive letters to:&lt;br /&gt;
&lt;br /&gt;
 \\research.hbs.edu\username&lt;br /&gt;
 \\research.hbs.edu\projects&lt;br /&gt;
&lt;br /&gt;
Connect using different credentials:&lt;br /&gt;
&lt;br /&gt;
 HBS\username&lt;br /&gt;
 yourpassword&lt;br /&gt;
&lt;br /&gt;
Note the HBS workgroup/domain above - this will be crucial. In theory you shoudl be able to map to the samba share \\research (i.e. without the full domain), but this didn't work for me.&lt;/div&gt;</summary>
		<author><name>imported&gt;Ed</name></author>
		
	</entry>
</feed>