<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Data.mohid.com</id>
		<title>Data.mohid.com - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Data.mohid.com"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Data.mohid.com&amp;action=history"/>
		<updated>2026-04-05T01:39:06Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Data.mohid.com&amp;diff=189&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Data.mohid.com&amp;diff=189&amp;oldid=prev"/>
				<updated>2008-12-03T10:27:02Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:27, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Data.mohid.com&amp;diff=188&amp;oldid=prev</id>
		<title>192.168.20.111: /* 20061118 */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Data.mohid.com&amp;diff=188&amp;oldid=prev"/>
				<updated>2006-11-18T18:42:08Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;20061118&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Installation log==&lt;br /&gt;
===20061118===&lt;br /&gt;
Automated LAS update of the Mercator-IST models was implemented:&lt;br /&gt;
*On the host machine:&lt;br /&gt;
**''mercator_genLas.pl YYYYMMDD'' model property will create the xml from root_model_property.xml templates, as well as it will update the las.xml file.&lt;br /&gt;
**''mercator_sync_daplas.pl'' will synchronize information between the datalist.xml maintained at http://data.mohid.com/data.xml and the Las regarding the mercator-IST pre-operational model, thus synchronizing the Opendap and the LAS registry.&lt;br /&gt;
*On the web server machine:&lt;br /&gt;
**&amp;quot;las.php&amp;quot; basically updates the Opendap registry (datalist.xml) as well as synchronizes with the LAS registry, regarding the Mercator-IST models. It also updates the LAS database and reboots the tomcat server.&lt;br /&gt;
**&amp;quot;mercator_genlas.php&amp;quot; simply updates one Mercator-IST dataset into the LAS, performing the full LAS regeneration (consisting of updating the xml files, followed by the LAS database and a tomcat server reboot).&lt;br /&gt;
&lt;br /&gt;
===20061104===&lt;br /&gt;
Worked out the LAS:&lt;br /&gt;
*Copied the full las tree to ''/home/guillaume/public_html/las''&lt;br /&gt;
*Reconfigured the las&lt;br /&gt;
*Added the following lines to ''httpd.conf'':&lt;br /&gt;
 ScriptAlias  /las-bin/ /home/guillaume/public_html/las/server/&lt;br /&gt;
 Alias /las-output/ /home/guillaume/public_html/las/server/output/&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;Directory &amp;quot;/home/guillaume/public_html/las/server&amp;quot;&amp;gt;&lt;br /&gt;
     AllowOverride None&lt;br /&gt;
     Options ExecCGI&lt;br /&gt;
     Order allow,deny&lt;br /&gt;
     Allow from all&lt;br /&gt;
 &amp;lt;/Directory&amp;gt;&lt;br /&gt;
*Un/commented the following lines in http.conf:&lt;br /&gt;
 &amp;lt;IfModule mod_userdir.c&amp;gt;&lt;br /&gt;
     ...&lt;br /&gt;
     #UserDir disable&lt;br /&gt;
     ...&lt;br /&gt;
     UserDir public_html&lt;br /&gt;
     ...&lt;br /&gt;
 &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
*Restarted ''httpd''&lt;br /&gt;
*performed the following permissions in ''/home'':&lt;br /&gt;
 &amp;gt; sudo chown -R guillaume:apache guillaume&lt;br /&gt;
 &amp;gt; sudo chmod -R 755 guillaume&lt;br /&gt;
*Restarted the las tomcat&lt;br /&gt;
*Performed a simple test from ''/home/guillaume/public_html/las'':&lt;br /&gt;
 &amp;gt; bin/lasget.pl  -x -10:10 -y -30:-20 -z 0 -f txt -o salt.txt http://data.mohid.com/las-bin/LASserver.pl levitus_climatology_cdf salt&lt;br /&gt;
&lt;br /&gt;
===20061103===&lt;br /&gt;
Installed:&lt;br /&gt;
*Added libraries netcdf libraries, manually.&lt;br /&gt;
*LAS --&amp;gt; not working well&lt;br /&gt;
*Added Samba, manually. Accessible via windows explorer through \\data.mohid.com. Ask the administrator for a login.&lt;br /&gt;
*Created a website: http://data.mohid.com. It contains an updated list of all the files served by the opendap server.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, hidromod doesn't see the http://data.mohid.com pages&lt;br /&gt;
&lt;br /&gt;
Corrected in:&lt;br /&gt;
*php.ini --&amp;gt; enabled errors. Now php error pages aren't blank anymore!&lt;br /&gt;
*Copied StartProfiler.php into /mediawiki as it is missing in the RPM package!&lt;br /&gt;
*http.d/mediawiki.conf --&amp;gt; turned alias /mediawiki into /wiki.&lt;br /&gt;
*mediawiki/LocalSettings.php --&amp;gt; changed /mediawiki into /wiki everywhere.&lt;br /&gt;
*mediawiki now works! Maths too!&lt;br /&gt;
&lt;br /&gt;
===20061102===&lt;br /&gt;
Obtained and copied by scp the following software list:&lt;br /&gt;
*[[LAS|las]]&lt;br /&gt;
**[[ferret]]&lt;br /&gt;
***compat-libstdc++-33&lt;br /&gt;
***xorg-X11-deprecated-libs&lt;br /&gt;
**[[mysql]]&lt;br /&gt;
**ant&lt;br /&gt;
**[[netcdf]]&lt;br /&gt;
**expat&lt;br /&gt;
**java platform&lt;br /&gt;
&lt;br /&gt;
Created a new ethernet device on ''administration-&amp;gt;network'' on ''eth0'' nicknamed ''intranet''. It sets up a static ip address at ''192.168.20.222''. Now it is possible to roam out and in from the dmz by deactivating and activating the respective ethernet devices. This is really important when adding/updating rpm packages. Remember to switch the plugin of the ethernet cable, accordingly!&lt;br /&gt;
&lt;br /&gt;
Installed the following software:&lt;br /&gt;
*[[ferret]]&lt;br /&gt;
**compat-libstdc++-33&lt;br /&gt;
**xorg-X11-deprecated-libs&lt;br /&gt;
Changed the following line in the ''ferret_paths'' script with next one:&lt;br /&gt;
 export PATH=&amp;quot;$PATH $FER_DIR/bin&amp;quot; &lt;br /&gt;
 export PATH=&amp;quot;$PATH:$FER_DIR/bin&amp;quot;&lt;br /&gt;
*nxserver --&amp;gt; working&lt;br /&gt;
*mysql &lt;br /&gt;
*tomcat5 --&amp;gt; not running well&lt;br /&gt;
*mediawiki --&amp;gt; not running well&lt;br /&gt;
**mediawiki-math&lt;br /&gt;
*dap-server-cgi&lt;br /&gt;
*netcdf&lt;br /&gt;
*hdf&lt;br /&gt;
*hdf5&lt;br /&gt;
&lt;br /&gt;
===20061031===&lt;br /&gt;
*acquired David Brito's old machine.&lt;br /&gt;
*Created a FC6 dvd.&lt;br /&gt;
*Changed temporarily diogo's dvd player to now rebaptized ''data'' machine.&lt;br /&gt;
*Installed FC6 on ''data''&lt;br /&gt;
*Configured network on ''data''. It's ip is now 192.168.21.40.&lt;br /&gt;
*ssh test worked from ''guillaume''.&lt;br /&gt;
*apache test worked from ''guillaume'' after starting the httpd service.&lt;br /&gt;
&lt;br /&gt;
I need to &lt;br /&gt;
*make it automatically start the http; &lt;br /&gt;
*make an init 3 level boot only; &lt;br /&gt;
*install and configure samba properly;&lt;br /&gt;
*install and configure VMware properly;&lt;br /&gt;
*install the freeNX and nx client;&lt;br /&gt;
*install webmin;&lt;br /&gt;
*install netcdf;&lt;br /&gt;
*install opendap;&lt;br /&gt;
*install LAS.&lt;br /&gt;
&lt;br /&gt;
==External references==&lt;br /&gt;
*http://data.mohid.com&lt;/div&gt;</summary>
		<author><name>192.168.20.111</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>