[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Globus-discuss] Do I have to configure inetd services for GT3.0.2?
> Do I have to do the same thing for GT3.0.2?
Short answer: no
Long answer: It depends.
If you want to run the older services (based on GT2 yet included in
GT3.0.2 for convenience), then yes, you'll need to modify files like:
/etc/services/
/etc/inetd.conf or /etc/xinetd.d/
This is outlined in the GT2 Admin Guide:
http://www.globus.org/gt2.4/admin/
However, if you want to run the newer code (OGSA stuff), then you don't
need to modify those files. The new GT3 code runs in a container like
Tomcat or one we ship with GT3 ('ant startContainer'). Configuration of
this software is described here:
http://www-unix.globus.org/toolkit/3.0/ogsa/docs/admin/
On Mon, Mar 29, 2004 at 05:19:29PM -0500, Yingqi Chen wrote:
>
> Hi all,
>
> I installed all services of GT3.0.2 on my Solaris host. According to the artical, "Get Services Started for GT2.2", one should to re-configure inetd services as the following:
> Configuring inetd services
> The inetd services are configured by setting up the files
>
> /etc/services
> /etc/inetd.conf
>
> to include support for globus-gatekeeper and gsiftp, and reconfiguring inetd.
>
> Setting up /etc/services for Globus services
> The file /etc/services should contain information about all inetd services included in Globus, e.g., globus-gatekeeper, gsiftp. The contents of this file relevant for Globus is shown here.
>
> The file /etc/services needs to be updated with the Globus services
>
>
> globus-gatekeeper 2119/tcp # Globus Gatekeeper globus-gatekeeper 2119/udp gsiftp 2811/tcp # Globus ftp gsiftp 2811/udp
>
>
> Setting up /etc/inetd.conf for Globus services
> The file /etc/inetd.conf needs to be updated with the Globus services. The pattern is:
>
> globus-gatekeeper stream tcp nowait \ root /usr/local/globus/sbin/globus-gatekeeper globus-gatekeeper \ -conf /usr/local/globus/etc/globus-gatekeeper.conf gsiftp stream tcp nowait root /usr/local/globus/sbin/in.ftpd -l -a
>
>
> My question is:
>
> Do I have to do the same thing for GT3.0.2?
>
> Thanks a lot,
>
> Yingqi
>
>
>
>
> ---------------------------------
> Post your free ad now! Yahoo! Canada Personals
--
Scott Gose
gose@mcs.anl.gov
-
To Unsubscribe: send mail to majordomo@globus.org
with "unsubscribe discuss" in the body of the message