Re: [CentOS] LARTC and CentOS question

2010-09-08 Thread Robert Stuart
/usr/share/doc/initscripts-8.45.30/sysconfig.txt covers the syntax of 
sysconfig files.


also browsing through /etc/sysconfig/network-scripts/ifup* scripts will 
give some good info (eg ifup-routes).


Dominik Zyla wrote:

On Wed, Sep 08, 2010 at 11:26:21AM +0200, Coert Waagmeester wrote:
  

Hello all,

Got myself the Linux Advanced Routing & Traffic control book
http://lartc.org/howto/

All the commands in the guide do not survive reboots.

Could someone point me in the right direction, where I can find 
CentOS/Redhat specific documentation on the whole 
/etc/sysconfig/network* setup?



For static routes use /etc/sysconfig/network-scripts/route-ethN. The
format is:

for `ip r a 1.2.3.4 dev ethN.N' the route-ethN would be:
`1.2.3.4 dev ethN.N'.

For routing rules, use /etc/sysconfig/network-scripts/rule-ethN in
simmilar way as above.

  



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  



--
Robert Stuart
IT Systems Administrator
Institute of Health and Biomedical Innovation, QUT. CRICOS No. 00213J
Phone: +61 7 3138 6017 Mob: 0410 088 042  QUT speed dial: #6 7099

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum install to a portable location

2014-06-12 Thread Robert Stuart
Hi Dan,

Chroot gets you a space that "looks" like it is a separate system. Given 
this is R, I assume you are probably wanting this for HPC like 
purposes... Could I suggest building your own version of R and 
installing into a nfs area? You may also wish to investigate the 
facilities provided by the package environment-modules - they can be 
quite handy (these aren't environmental monitoring).

My R users tend to need the later versions of R. I configure R with 
something like:
./configure --prefix=/nfs_apps --enable-R-shlib --with-x --with-tcltk

Regards
Robert

On 06/12/2014 05:12 AM, Dan Hyatt wrote:
> What will chroot get me.
> I have root on the server, I have a filesystem mounted on all server.
>
> What I want to do is contain the binaries and dependancies on the nfs
> filesystem
> On 6/11/2014 11:30 AM, Andrew Holway wrote:
>> Can you use chroot?
>>
>>
>> On 11 June 2014 18:26, Dan Hyatt  wrote:
>>
>>> I have googled, read the man page, and such.
>>>
>>> What I am trying to do is install applications to a NFS mounted drive,
>>> where the libraries and everything are locally installed on that
>>> filesystem so that it is portable across servers (I have over 100
>>> servers which each need specific applications installed via yum and we
>>> do not want to install 100 copies).
>>>
>>> We tried the yum relocate and it was not available on Centos6.4
>>>
>>> and
>>> yum --nogpgcheck localinstall R-3.1.0-5.el6.x86_64
>>>
>>> I want the binaries and all dependencies in the application filesystem
>>> which is remote mounted on all servers.
>>>
>>> Thanks,
>>>
>>> --
>>>
>>> Dan Hyatt
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos