<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.dxcluster.org/w/index.php?action=history&amp;feed=atom&amp;title=Running_more_than_one_instance_of_DXSpider</id>
	<title>Running more than one instance of DXSpider - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.dxcluster.org/w/index.php?action=history&amp;feed=atom&amp;title=Running_more_than_one_instance_of_DXSpider"/>
	<link rel="alternate" type="text/html" href="https://wiki.dxcluster.org/w/index.php?title=Running_more_than_one_instance_of_DXSpider&amp;action=history"/>
	<updated>2026-04-26T03:54:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.dxcluster.org/w/index.php?title=Running_more_than_one_instance_of_DXSpider&amp;diff=99&amp;oldid=prev</id>
		<title>Dxcadmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.dxcluster.org/w/index.php?title=Running_more_than_one_instance_of_DXSpider&amp;diff=99&amp;oldid=prev"/>
		<updated>2025-02-08T09:20:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:20, 8 February 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key dxcwiki-dxcw_:diff:1.41:old-98:rev-99 --&gt;
&lt;/table&gt;</summary>
		<author><name>Dxcadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.dxcluster.org/w/index.php?title=Running_more_than_one_instance_of_DXSpider&amp;diff=98&amp;oldid=prev</id>
		<title>DXSpider Documentation&gt;G0vgs: Created page with &quot;Sometimes you may need to run more than one instance of DXSpider on the same machine.  The information below should help you achieve that.  Although you don&#039;t need to create a new user it makes some things slightly easier.  So.  * create a new user (say sysop2) * login (or su or sudo bash) to root * cd ~sysop2 * mkdir spider * cd /spider * cp -a * ~sysop2/spider * cd ~sysop2 * chown -R sysop2:sysop2 spider * vi /etc/inittab * copy the line:   sp:2345:respawn:su -c &quot;perl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.dxcluster.org/w/index.php?title=Running_more_than_one_instance_of_DXSpider&amp;diff=98&amp;oldid=prev"/>
		<updated>2023-01-24T18:39:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Sometimes you may need to run more than one instance of DXSpider on the same machine.  The information below should help you achieve that.  Although you don&amp;#039;t need to create a new user it makes some things slightly easier.  So.  * create a new user (say sysop2) * login (or su or sudo bash) to root * cd ~sysop2 * mkdir spider * cd /spider * cp -a * ~sysop2/spider * cd ~sysop2 * chown -R sysop2:sysop2 spider * vi /etc/inittab * copy the line:   sp:2345:respawn:su -c &amp;quot;perl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sometimes you may need to run more than one instance of DXSpider on the same machine.  The information below should help you achieve that.&lt;br /&gt;
&lt;br /&gt;
Although you don&amp;#039;t need to create a new user it makes some things slightly easier.&lt;br /&gt;
&lt;br /&gt;
So.&lt;br /&gt;
&lt;br /&gt;
* create a new user (say sysop2)&lt;br /&gt;
* login (or su or sudo bash) to root&lt;br /&gt;
* cd ~sysop2&lt;br /&gt;
* mkdir spider&lt;br /&gt;
* cd /spider&lt;br /&gt;
* cp -a * ~sysop2/spider&lt;br /&gt;
* cd ~sysop2&lt;br /&gt;
* chown -R sysop2:sysop2 spider&lt;br /&gt;
* vi /etc/inittab&lt;br /&gt;
* copy the line:&lt;br /&gt;
&lt;br /&gt;
 sp:2345:respawn:su -c &amp;quot;perl /spider/perl/cluster.pl &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&amp;quot; sysop&lt;br /&gt;
&lt;br /&gt;
and change that second (new) line to&lt;br /&gt;
&lt;br /&gt;
 sq:2345:respawn:su -c &amp;quot;DXSPIDER_ROOT=/home/sysop2/spider perl &lt;br /&gt;
 $DXSPIDER_ROOT/perl/cluster.pl &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&amp;quot; sysop2&lt;br /&gt;
&lt;br /&gt;
so that you now have *two* lines where there was one.&lt;br /&gt;
&lt;br /&gt;
* now login as sysop2&lt;br /&gt;
* firstly # out anything you have in spider/local_cmd/crontab (so you don&amp;#039;t try to connect to the same things as the first node with the same callsign).&lt;br /&gt;
* now edit your spider/local/DXVars.pm so that its $mycall and $myalias are different from your other node (different SSIDs) and, as you have suggested, change your $clusterport to 27755 or something other than 27754.&lt;br /&gt;
&lt;br /&gt;
* edit your .bashrc and add&lt;br /&gt;
&lt;br /&gt;
 export DXSPIDER_ROOT=/home/sysop2/spider &lt;br /&gt;
&lt;br /&gt;
to the end of the file.&lt;br /&gt;
&lt;br /&gt;
* logout and login as sysop2 again (VERY IMPORTANT)&lt;br /&gt;
* echo $DXSPIDER_ROOT&lt;br /&gt;
* check that a) get an answer and b) it is &amp;quot;/home/sysop2/spider&amp;quot; otherwise repeat from the &amp;quot;edit your .bashrc&amp;quot; stage again.&lt;br /&gt;
&lt;br /&gt;
* cd spider/perl&lt;br /&gt;
* ./update_sysop.pl&lt;br /&gt;
* edit spider/local/Listeners.pm&lt;br /&gt;
* you either need to change the [&amp;#039;0.0.0.0&amp;#039;, 7300] to say [&amp;#039;0.0.0.0, 7301] or use specific (different) IP addresses for each instance instead of &amp;#039;0.0.0.0&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
you can now check whether it comes up OK by&lt;br /&gt;
&lt;br /&gt;
  ./cluster.pl&lt;br /&gt;
&lt;br /&gt;
You should see it launch and not complain about lock files and such.&lt;br /&gt;
&lt;br /&gt;
Now you can either stop it, login as root, run &amp;#039;telinit q&amp;#039; or just reboot.&lt;br /&gt;
&lt;br /&gt;
You will need to clean up your connect scripts. Make sure that the callsign you login as (to other nodes) is the new one with the new SSID.&lt;br /&gt;
&lt;br /&gt;
If you use the curses based console program then it will automatically login to the correct node depending on what you login as.&lt;/div&gt;</summary>
		<author><name>DXSpider Documentation&gt;G0vgs</name></author>
	</entry>
</feed>