<div dir="ltr"><div><div><div><div>Hello,<br></div>I'm trying to setup a nominatim server like <a href="https://nominatim.openstreetmap.org/">https://nominatim.openstreetmap.org/</a> but something is going wrong.<br></div><div><br></div><div><b>SCOPE: </b>Have a nominatim server with all the planet indexed, a copy of <a href="http://nominatim.openstreetmap.org">nominatim.openstreetmap.org</a><br></div><div><b>SOFTWARE: </b><br><ul><li>RHEL 7 64bit<br></li><li>PostgreSQL 9.6</li><li>Postigis 2.4</li><li>PHP 5.4.16</li><li>gcc-c++-4.8.5-16<br>libgcc-4.8.5-16<br>cpp-4.8.5-16<br>gcc-4.8.5-16<br>libgcc-4.8.5-16<br><br></li></ul></div><div><b>HARDWARE:</b><br><ul><li>32CPUs</li><li>64GB RAM</li><li>590GB storage</li></ul></div><div><br></div><div><br></div>Trying to install the version 3.0.1 of Nominatim I'm having some difficulties to index all the planet.<br></div>I've followed the steps in the documentation <a href="http://nominatim.org/release-docs/3.0.1/Install-on-Centos-7.html">http://nominatim.org/release-docs/3.0.1/Install-on-Centos-7.html</a> and the compiler doesn't report any error.<br><br></div><div>List of main attempt:<br><ol><li><b>First Attempt:</b><br>I've imported the Central america region by using the setup command<br>./utils/setup.php --osm-file /data/nominatim/Nominatim-3.0.1/data/central-america-latest.osm.bz2 --all --osm2pgsql-cache 38000 2>&1 | tee setup.log<br>The import was a success! Searching for central america region the result appear as expected.<br>So I decided to import the Australia using the update command<br>./utils/update.php --import-file /data/nominatim/Nominatim-3.0.1/data/australia-oceania-latest.osm.bz2 --osm2pgsql-cache 38000 &> australia.log<br>Unfortunately after the import, searching for "Perth" or other Australian city, the result was empty.<br>I've also tried the command /utils/update.php --index --index-instances 30 but the result was the same</li><li><b>Second Attempt:</b><br>Removing the database I've imported the Antartica.<br>After the import it works as expected, so I decided to import the Australia (again) but nothing.<br>I've tried different times with different options but it was always a failure.</li><li><b>Third Attempt:</b><br>After many imports I decided to import directly all the planet (<a href="http://ftp5.gwdg.de/pub/misc/openstreetmap/planet.openstreetmap.org/pbf/planet-latest.osm.pbf">http://ftp5.gwdg.de/pub/misc/openstreetmap/planet.openstreetmap.org/pbf/planet-latest.osm.pbf</a>) with the setup script like the first attempt.<br>The import miserably fails :(<br></li></ol><p><br></p><p>I'm struggling to have a nominatim server up and running but I've no clue how to solve this issue.</p><p>I'm doing the importing in some step wrong? I've to do other command or step after the import?</p><p><br></p><p>Thanks in advance.</p><p>Francesco.<br></p></div></div>