[CentOS] Shearing file systems on the network

2008-01-24 Thread Peter Blajev
I have 4 systems and each one of them has a partition I'd like to be remotely accessible on the other 3 systems. In other words System1 has Partition1. Systems 2,3,4 should be able to remotely mount Partition1 from System1. Also System2 has Partition2. Then systems 1,3,4 should be able to remot

[CentOS] Disk partitions and LVM limits

2008-02-08 Thread Peter Blajev
lp or idea is highly appreciated. Thank you Peter -- Peter Blajev Systems Administrator Computer Science and Engineering Department University of California, San Diego Office: EBU3B 1214 Phone: (858) 534-2532 E-mail: [EMAIL PROTECTED] ___ CentOS

Re: [CentOS] Disk partitions and LVM limits

2008-02-08 Thread Peter Blajev
> Undo the LVM config, wipe out any MBR or disklabels on the drive, > then pvcreate the raw disk (/dev/sdb) it should be able to handle > the whole 5.4TB. I tried this but I'll try again tonight just in case I missed something the first time. I didn't check what pvcreate did but vgcreate after t

[CentOS] Re: Disk partitions and LVM limits - SUMMARY

2008-02-13 Thread Peter Blajev
Thank you all for the help. I'm writing this summary message because of people requests. I haven't tried all of this. I just collected it and organized it. You've got a big storage. Now what? The short answer is: "Just connect it. It should work." I'll play safe by saying that the following appl

Re: [CentOS] problems with OpenVPN 2.1.4 on Centos 5.5

2011-01-20 Thread Peter Blajev
Boris, Are you using bash? Try this: /bin/bash . ./vars -- Peter On 01/20/2011 08:28 AM, Boris Epstein wrote: > Hello listmates, > > I've got this Centos 5.5 box which I am trying to configure as an > OpenVPN server. Now 2.1.4 seems to have added pkcs11 support and that > stops me from creating

[CentOS] How to force iscsi to see the new LUN size

2010-01-15 Thread Peter Blajev
Hi, I increased the size of one of the LUNs and on CentOS 5.4 if I restart iscsi (`service iscsi restart`) I'll see the the new size but this will disconnect all other LUNs. I'm hoping that there is isciadm or some other command that will force iscsi to rediscover the LUNs but I can't seem to

Re: [CentOS] How to force iscsi to see the new LUN size

2010-01-19 Thread Peter Blajev
Pasi Kärkkäinen wrote: > On Fri, Jan 15, 2010 at 05:34:47PM -0800, Peter Blajev wrote: >> Hi, >> >> I increased the size of one of the LUNs and on CentOS 5.4 if I restart >> iscsi (`service iscsi restart`) I'll see the the new size but this will >> disco

[CentOS] Bash scripting - Remotely ran commands break while loop

2012-02-01 Thread Peter Blajev
I have two CentOS5 systems server1 and server2. There is user peter on server1 who can ssh to server2 using public ssh keys and no password is needed. What I noticed is that running remote ssh commands in bash script breaks while loops. == #!/bin/sh for i in server2 server2; do echo "-->

Re: [CentOS] Bash scripting - Remotely ran commands break while loop

2012-02-01 Thread Peter Blajev
On Wed, Feb 1, 2012 at 2:53 PM, Stephen Harris wrote: > On Wed, Feb 01, 2012 at 01:07:31PM -0800, Peter Blajev wrote: > > echo " server2 > > server2" | \ > > while read confLine; do > > echo "--> $confLine" > > ssh peter@$confLine

Re: [CentOS] Bash scripting - Remotely ran commands break while loop

2012-02-01 Thread Peter Blajev
On Wed, Feb 1, 2012 at 7:13 PM, Stephen Harris wrote: > On Wed, Feb 01, 2012 at 07:03:33PM -0800, Peter Blajev wrote: > > On Wed, Feb 1, 2012 at 2:53 PM, Stephen Harris wrote: > > > > > On Wed, Feb 01, 2012 at 01:07:31PM -0800, Peter Blajev wrote: > > >

Re: [CentOS] Dependency problems with Yum update

2010-03-10 Thread Peter Blajev
Todd, Run "yum clean all" first and then try your yum command again. -- Peter Todd Cary wrote: > I am spoiled with Yum: never have had a dependency problem until today. > Can this be resolved: > > ---> Downloading header for compat-openldap to pack into transaction set. > compat-openldap-2.3.

[CentOS] Kernel panic due to vg00 not found while not using LVM at all

2010-04-09 Thread Peter Blajev
Hi, I have a system running CentOS4.8. Last month I installed the latest updates including kernel 2.6.9-89.0.23 and rebooted the system. It has been running for almost a month. Last night I updated the system again which updated only a few packages: openssl, tzdata, curl,vixie-cron and logrotat