Displaying 20 results from an estimated 300 matches similar to: "Setting up persistent LUNs"
2011 Jun 13
3
Compiling PHP and MySQL
Hi everyone,
I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell).
In order to fulfill our developer's requirements, I've decided to just compile PHP and MySql from the source.
Is there a way to find out what are the usual configure options that are used to compile binaries that are available through
2011 Feb 10
1
Hyper-V template configuration
Hi everyone,
I've installed CentOS 5 on Hyper-V and finally got everything working.
I would like to setup a template, but google is failing me. Everything I read does not seem very promising when it comes to templates support with MS Hyper-V.
I was wondering if maybe someone here has successfully configured CentOS templates? I realize that VmWare is a lot better, but it's not a
2012 Jan 31
1
libz.so.1 => not found
Hello,
We have an older AFS server, which was running Centos 5.5. It hasn't been updated in a while because of the plans to move it to another server, but it never happened.
Thus, we've decided to upgrade it to 5.7?
I did yum clean all and yum update. Everything ran smoothly and no issues. After the reboot, zlib.so.1 can no longer be found. /usr/lib64/zlib.so.1 is a symbolic link
2011 Dec 27
1
Hyper V integration question
Hello everyone,
I have Hyper V integration working properly, but needed to do an update to 2.6.18-274.12.1.el5-x86_64.
Since then, it no longer works. As discovered previously, one needs to rebuild Hyper V Integration tools due to the kernel panic.
http://www.sudonym.com/398/kernel-panic-after-yum-update-centos-with-hyper-v-linux-integration-components
Done. But I'm getting an error
2011 Apr 13
1
yum update - missing dependencies
Hi everyone,
I just upgraded to 5.6 and keep on getting the following error message:
[root at rwjafs1 ~]# yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: centos.mirror.nac.net
* extras: mirror.batblue.com
* updates: mirror.atlanticmetro.net
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package
2011 Mar 09
1
Apache/Active Directory authentication
Hi everyone,
I'm trying to figure out the best way to accomplish below project and would appreciate your input.
I need to setup a web page on CentOS with Active Directory authentication.
So far I've accomplished the following:
- Setup httpd.conf to successfully authenticate against AD by passing my username/passwd.
<Directory /var/www/html/secure>
Allow from All
AuthType
2012 Mar 13
1
udev works ok in CentOS 6.x??
Hi all,
I have strange problem with my persistent names applied to iscsi
disks. I have configured an udev rule to assign static iscsi disk
names:
KERNEL=="sd[a-z]", SUBSYSTEM=="block", PROGRAM="/sbin/scsi_id
--whitelisted --replace-whitespace --device=/dev/$name",
RESULT=="1iTGTDSK9a2c73ce654d0ca6", NAME="iscsi/sda"
2006 Apr 13
1
device-mapper multipath
I am attempting to get multipath working with device-mapper (CentOS
4.2 and 4.3). It works on EVERY install of mine from RH (also v4.2,
4.3), but the same multipath.conf imported to all my installs of
CentOS do not work. Note that I have tested a working 4.2
configuration file from RH on CentOS 4.2 and a working 4.3
configuration (it changed slightly) on CentOS 4.3. Neither worked. Our
production
2011 Jan 27
3
Static assignment of SCSI device names?
Hello list members,
In CentOS-5.5 I'm trying to achieve static assignment of SCSI device
names for a bunch of RAID-60 drives on a Supermicro motherboard. The
"scsi_id" command identifies all drives ok.
The board has one SATA controller and three SAS/SATA controllers ...
standard on-board ICH-10 ATA channels, an on-board LSI SAS/SATA
controller, and two add-on SAS/SATA
2007 Jul 10
1
udev - by-id
Hi,
I am trying to set up a CentOS 4 machine with various iSCSI mounts for
Oracle, but devices keep on moving around, causing the mounts to fail
while called by the sd[a-f] names.
We thought about using labels, but, as some of the partitions do not
use EXT3, that was discarded, so we thought about using udev and by-id.
The problem is that udev does not seem to create the by-id folder or
any
2005 Jan 21
1
[PATCH] strncat appends not enough, doesnt terminate correctly
The klibc strncat doesnt behave like described in the man page.
It doesnt terminate the string if size < strlen(src).
It doesnt make dst longer than size.
This breaks scsi_id from udev/extras
#include <string.h>
#include <stdio.h>
int main(void)
{
unsigned char olh[42];
memset(olh, 'A', sizeof(olh));
sprintf(olh, "abc");
2011 Sep 08
1
HBA port
Hi,
I have a host which is connected to SAN via single Fibre channel HBA
(qlogic). I have several LUNS assigned to this (sdc, sdd). I added
another single port HBA to this host. I can now see two world wide
names.
Now the confusion is which world wide name does sdc and sdd is/was using.
scsi_id -g -u -s /block/sdc only gives wwid but I need the wwn for sdc and sdd.
Thanks
Paras.
2009 Sep 17
1
multipath using defaults rather than multipath.conf contents for some devices (?) - why ?
hi all
We have a rh linux server connected to two HP SAN controllers, one an HSV200 (on the way out),
the other an HSV400 (on the way in). (Via a Qlogic HBA).
/etc/multipath.conf contains this :
device
{
vendor "(COMPAQ|HP)"
product "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0"
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
2009 Jun 10
0
KDE and mounting CD's / DVD's without noexec
Hi e,
I am normally use gnome and would do the following to make my CD / DVD
mount with exec
gnome-mount --write-settings --device /dev/sdc0 -o exec
What is the equivalent in KDE ? My initial research suggests that I
actually have to write a custom udev rule to achieve this.
This has led me as far as running
udevinfo -q path -n /dev/scd0
udevtest /block/sr0 (the output is below)
My
2009 Jun 15
0
scsi_id doesn't returns any result
Hi all,
I need to assign persistent names to some scsi disks on one host
(CentOS 5.3 fully patched), but I can't because scsi_id doesn't returns
any results. For example:
[root at c5srv01 etc]# scsi_id -u -g -s /block/sda
[root at c5srv01 etc]# scsi_id -u -g -s /block/sdb
[root at c5srv01 etc]# scsi_id -u -g -s /block/sdc
[root at c5srv01 etc]# scsi_id -u -g -s /block/sdd
Somebody
2011 Jan 30
5
RHEL-6 vs. CentOS-5.5 (was: Static assignment of SCSI device names?)
Hello list members,
My adventure into udev rules has taken an interesting turn. I did
discover a stupid error in the way I was attempting to assign static
disk device names on CentOS-5.5, so that's out of the way.
But in the process of exploring, I installed a trial copy of RHEL-6 on
the new machine to see if anything had changed (since I intend this box
to run CentOS-6 anyway).
Lots
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated.
These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated.
Mike
2009 Oct 01
1
Repost of Patch 6/6 for ovirt-node
All other patches from the sequence remain unchanged. Repost of patch 6 based on comments from Joey to follow.
Mike
2007 Nov 13
0
Persistent iSCSI Device Names on CentOS 4
I found a lot of stuff about this on the web, but never an answer that
worked. One of the most promising hints was about udev maintaining
links in the /dev/disk/by-* directories. This works just fine in CentOS
5, but not CentOS 4. As I was trying to use the iSCSI devices as VMware
disks this was particularly frustrating. After banging my head on this
for a while, I figured out how to make
2004 Jul 19
1
klibc linked tools developpement env
Hello,
I maintain the multipath tools, some of which are intended to be packed into
early userspace. I had to drop a klibc tree into the tools archive for that,
like GregKH does for udev. I don't like it, because tarballs are bigger than
they should be and it brings more maintenance.
Recently, scsi_id became a required multipath dependency. scsi_id is currently
build with glibc and I need a