Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Request Tracker: Users

Standalone network installation

 

 

Request Tracker users RSS feed   Index | Next | Previous | View Threaded


gmchenry at qualcomm

Sep 19, 2008, 1:34 PM

Post #1 of 6 (1253 views)
Permalink
Standalone network installation

I'm having problems properly setting up RTv3.8.1 on RHEL5.1 that's part of a network with no outside connection. I've tried reading through the wiki as well as the mailing lists but still am not able to understand what I need to do.

I'm trying to get RT v3.8.1 up and running on a standalone network.

So far I have installed RHEL5.1, installed Apache 2.2, installed MySql 5.0, and ran the ./configure script. When I run make testdeps, it lists many that are not there. I then try to run make fixdeps but it tries to go out to CPAN. It can't do that because it's being installed on a standalone network. I tried using JWhite3's package but it requires access to RHN which is not a viable option for me.

I'm using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.

Can someone please point me to where I need to go to get this accomplished?

Thanks for your time and sorry for the lack of knowledge.


rt at ragweed

Sep 19, 2008, 2:10 PM

Post #2 of 6 (1146 views)
Permalink
Re: Standalone network installation [In reply to]

If external connectivity (even temporarily) isn't an option, you might look
at the output of 'make testdeps' and then manually download and install each
of the required perl modules. Keep in mind this would be a long and painful
process (due to dependencies).

If you can connect the node to the outside (or migrate it) temporarily, that
would solve a number of issues you're bound to run into.

Unfortunately, 3.8.1 requires a number of perl modules, that as far as I am
aware are not available via RPM. I'm running 3.8.1 on CentOS 5.2 and found
that several modules had to be pulled from CPAN.

On Fri, Sep 19, 2008 at 3:45 PM,
<rt-users-request [at] lists>wrote:

>
> Message: 7
> Date: Fri, 19 Sep 2008 13:34:54 -0700
> From: "Mchenry, Glenn" <gmchenry [at] qualcomm>
> Subject: [rt-users] Standalone network installation
> To: "rt-users [at] lists"
> <rt-users [at] lists>
> Message-ID:
> <
> 2DCAF6A078EB8F469D7D5E0AA80EBCB21624002305 [at] NASANQGOVMB01>
>
> Content-Type: text/plain; charset="us-ascii"
>
> I'm having problems properly setting up RTv3.8.1 on RHEL5.1 that's part of
> a network with no outside connection. I've tried reading through the wiki
> as well as the mailing lists but still am not able to understand what I need
> to do.
>
> I'm trying to get RT v3.8.1 up and running on a standalone network.
>
> So far I have installed RHEL5.1, installed Apache 2.2, installed MySql 5.0,
> and ran the ./configure script. When I run make testdeps, it lists many that
> are not there. I then try to run make fixdeps but it tries to go out to
> CPAN. It can't do that because it's being installed on a standalone
> network. I tried using JWhite3's package but it requires access to RHN which
> is not a viable option for me.
>
> I'm using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.
>
> Can someone please point me to where I need to go to get this accomplished?
>
> Thanks for your time and sorry for the lack of knowledge.


jesse at bestpractical

Sep 19, 2008, 2:46 PM

Post #3 of 6 (1149 views)
Permalink
Re: Standalone network installation [In reply to]

On Sep 19, 2008, at 4:34 PM, Mchenry, Glenn wrote:

> I’m having problems properly setting up RTv3.8.1 on RHEL5.1 that’s
> part of a network with no outside connection. I’ve tried reading
> through the wiki as well as the mailing lists but still am not able
> to understand what I need to do.
>
> I’m trying to get RT v3.8.1 up and running on a standalone network.
>
> So far I have installed RHEL5.1, installed Apache 2.2, installed
> MySql 5.0, and ran the ./configure script. When I run make testdeps,
> it lists many that are not there. I then try to run make fixdeps
> but it tries to go out to CPAN. It can’t do that because it’s being
> installed on a standalone network. I tried using JWhite3’s package
> but it requires access to RHN which is not a viable option for me.
>
> I’m using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.
>

We have been working on a bit of technology to make this a lot easier.
We call it 'shipwright'

sunnavy, can ping me about finishing up a beta shipwright vessel
tarball for RT 3.8.1 that I can publish for Glenn to test out?


> Can someone please point me to where I need to go to get this
> accomplished?
>
> Thanks for your time and sorry for the lack of knowledge.
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales [at] bestpractical
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com


gmchenry at qualcomm

Sep 19, 2008, 3:38 PM

Post #4 of 6 (1141 views)
Permalink
Re: Standalone network installation [In reply to]

Thanks! Any and all help is appreciated!

Glenn

From: Jesse Vincent [mailto:jesse [at] bestpractical]
Sent: Friday, September 19, 2008 2:47 PM
To: Mchenry, Glenn; sunnavy sunnavy
Cc: RT Users
Subject: Re: [rt-users] Standalone network installation


On Sep 19, 2008, at 4:34 PM, Mchenry, Glenn wrote:


I'm having problems properly setting up RTv3.8.1 on RHEL5.1 that's part of a network with no outside connection. I've tried reading through the wiki as well as the mailing lists but still am not able to understand what I need to do.

I'm trying to get RT v3.8.1 up and running on a standalone network.

So far I have installed RHEL5.1, installed Apache 2.2, installed MySql 5.0, and ran the ./configure script. When I run make testdeps, it lists many that are not there. I then try to run make fixdeps but it tries to go out to CPAN. It can't do that because it's being installed on a standalone network. I tried using JWhite3's package but it requires access to RHN which is not a viable option for me.

I'm using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.


We have been working on a bit of technology to make this a lot easier. We call it 'shipwright'

sunnavy, can ping me about finishing up a beta shipwright vessel tarball for RT 3.8.1 that I can publish for Glenn to test out?



Can someone please point me to where I need to go to get this accomplished?

Thanks for your time and sorry for the lack of knowledge.

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sales [at] bestpractical<mailto:sales [at] bestpractical>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com


gmchenry at qualcomm

Sep 19, 2008, 3:40 PM

Post #5 of 6 (1141 views)
Permalink
Re: Standalone network installation [In reply to]

Yeah, I'm unable to connect it to the outside world. Offline can you please point me to where I can lookup how to pull individual packages from CPAN? Also, I have to worry about their individual dependencies as well correct? I can download whatever from the outside, burn it on a cd, and bring that into the standalone network. Thanks RT.



From: rt-users-bounces [at] lists [mailto:rt-users-bounces [at] lists] On Behalf Of RT
Sent: Friday, September 19, 2008 2:11 PM
To: rt-users [at] lists
Subject: Re: [rt-users] Standalone network installation

If external connectivity (even temporarily) isn't an option, you might look at the output of 'make testdeps' and then manually download and install each of the required perl modules. Keep in mind this would be a long and painful process (due to dependencies).

If you can connect the node to the outside (or migrate it) temporarily, that would solve a number of issues you're bound to run into.

Unfortunately, 3.8.1 requires a number of perl modules, that as far as I am aware are not available via RPM. I'm running 3.8.1 on CentOS 5.2 and found that several modules had to be pulled from CPAN.
On Fri, Sep 19, 2008 at 3:45 PM, <rt-users-request [at] lists<mailto:rt-users-request [at] lists>> wrote:

Message: 7
Date: Fri, 19 Sep 2008 13:34:54 -0700
From: "Mchenry, Glenn" <gmchenry [at] qualcomm<mailto:gmchenry [at] qualcomm>>
Subject: [rt-users] Standalone network installation
To: "rt-users [at] lists<mailto:rt-users [at] lists>"
<rt-users [at] lists<mailto:rt-users [at] lists>>
Message-ID:
<2DCAF6A078EB8F469D7D5E0AA80EBCB21624002305 [at] NASANQGOVMB01<mailto:2DCAF6A078EB8F469D7D5E0AA80EBCB21624002305 [at] NASANQGOVMB01>>

Content-Type: text/plain; charset="us-ascii"

I'm having problems properly setting up RTv3.8.1 on RHEL5.1 that's part of a network with no outside connection. I've tried reading through the wiki as well as the mailing lists but still am not able to understand what I need to do.

I'm trying to get RT v3.8.1 up and running on a standalone network.

So far I have installed RHEL5.1, installed Apache 2.2, installed MySql 5.0, and ran the ./configure script. When I run make testdeps, it lists many that are not there. I then try to run make fixdeps but it tries to go out to CPAN. It can't do that because it's being installed on a standalone network. I tried using JWhite3's package but it requires access to RHN which is not a viable option for me.

I'm using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.

Can someone please point me to where I need to go to get this accomplished?

Thanks for your time and sorry for the lack of knowledge.


rt at ragweed

Sep 22, 2008, 9:02 AM

Post #6 of 6 (1115 views)
Permalink
Re: Standalone network installation [In reply to]

You can search for the modules on search.cpan.org, and download them
manually. You will then need to install them by hand.

http://www.perlhowto.com/installing_cpan_modules

You might also consider creating a minimal CPAN mirror, as described here:

http://www.perlmonks.org/?node_id=188183

Hope this helps.

On Fri, Sep 19, 2008 at 5:40 PM, Mchenry, Glenn <gmchenry [at] qualcomm> wrote:
> Yeah, I'm unable to connect it to the outside world. Offline can you please
> point me to where I can lookup how to pull individual packages from CPAN?
> Also, I have to worry about their individual dependencies as well correct?
> I can download whatever from the outside, burn it on a cd, and bring that
> into the standalone network. Thanks RT.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sales [at] bestpractical


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Request Tracker users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.