<docbook><section><title>RestartProgressInSocketsMode</title><para> </para><title> Restarting Progress/OpenEdge in Sockets Mode </title> Restarting Progress/OpenEdge in Sockets Mode 
<orderedlist spacing="compact"><listitem> Log in to the machine that hosts your Progress database, as the <computeroutput>progress</computeroutput> user.
</listitem>
<listitem> Execute the <computeroutput>.profile</computeroutput> associated with the Progress user.
<programlisting>. ~/.profile
</programlisting></listitem>
<listitem> Navigate to the <computeroutput>bin</computeroutput> subdirectory of the Progress installation <programlisting>cd $DLC/bin
</programlisting></listitem>
<listitem> Use the <computeroutput>proshut</computeroutput> command to shut down the Progress database that you want to restart.
 The syntax is: <programlisting>proshut &lt;db-name&gt;
</programlisting>For example: <programlisting>proshut sports2000
</programlisting></listitem>
<listitem> Open the machine&#39;s <computeroutput>/etc/services</computeroutput> file in a text editor.
 <emphasis>(May require root user privileges.)</emphasis> </listitem>
<listitem> Add an entry in the <computeroutput>/etc/services</computeroutput> file that pairs your Progress server with any unused port number.
 For example: <programlisting>prosports    5678/tcp    # Progress sports2000 service
</programlisting></listitem>
<listitem> Save your changes and exit the file.
</listitem>
<listitem> Use the proserve command to restart your database using this syntax: <programlisting>proserve &lt;db-name&gt; -H &lt;hostname&gt; -S &lt;service-name&gt; -N tcp
</programlisting>e.g., <programlisting>proserve sports2000 -H proghost.example.com -S prosports -N tcp
</programlisting> </listitem>
</orderedlist></section></docbook>