| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
Hi experts! Our server infrastructure now contains a new P550 with 2 HBA cards that will connect to a new SAN (DS4700) through a SAN switch. The server OS is Red Hat Enterprise Lunux Advance Server 4 Update 4. We are trying to install the RDAC driver on our system but is failing during the build process (make clean is ok; make is failing) Below an extract of the error message: ================================================== ======================== Building modules, stage 2. make -rR -f /usr/src/kernels/2.6.9-42.EL-ppc64/scripts/Makefile.modpost scripts/mod/modpost -m -i /usr/src/kernels/2.6.9-42.EL-ppc64/Module.symvers /home/install/linuxrdac-09.01.B5.55/mppUpper.o /home/install/linuxrdac-09.01.B5.55 /mppVhba.o gcc -m64 -Wp,-MD,/home/install/linuxrdac-09.01.B5.55/.mppUpper.mod.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -g -Wdeclaration-after-statement - msoft-float -pipe -mminimal-toc -mtraceback=none -mcall-aixdesc -mtune=power4 -fno-unit-at-a-time -DKBUILD_BASENAME=mppUpper -DKBUILD_MODNAME=mppUpper -DMODULE -c -o /home/install/linuxrdac-09.01.B5.55/mppUpper.mod.o /home/install/linuxrdac-09.01.B5.55/mppUpper.mod.c ld -m elf64ppc -m elf64ppc -r -o /home/install/linuxrdac-09.01.B5.55/mppUpper.ko /home/install/linuxrdac-09.01.B5.55/mppUpper.o /home/install/linuxrdac-09.01. B5.55/mppUpper.mod.o gcc -m64 -Wp,-MD,/home/install/linuxrdac-09.01.B5.55/.mppVhba.mod.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -g -Wdeclaration-after-statement -msoft-float -pipe -mminimal-toc -mtraceback=none -mcall-aixdesc -mtune=power4 -fno-unit-at-a-time -DKBUILD_BASENAME=mppVhba -DKBUILD_MODNAME=mppV hba -DMODULE -c -o /home/install/linuxrdac-09.01.B5.55/mppVhba.mod.o /home/install/linuxrdac-09.01.B5.55/mppVhba.mod.c ld -m elf64ppc -m elf64ppc -r -o /home/install/linuxrdac-09.01.B5.55/mppVhba.ko /home/install/linuxrdac-09.01.B5.55/mppVhba.o /home/install/linuxrdac-09.01.B5 .55/mppVhba.mod.o make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.EL-ppc64' make V=1 -C/lib/modules/2.6.9-42.EL/build M=/home/install/linuxrdac-09.01.B5.55 MODVERDIR=/lib/modules/2.6.9-42.EL/build/.tmp_versions SUBDIRS=/home/install/linuxrdac-09.01.B5.55 modules make[1]: Entering directory `/usr/src/kernels/2.6.9-42.EL-ppc64' mkdir -p /lib/modules/2.6.9-42.EL/build/.tmp_versions make -f scripts/Makefile.build obj=/home/install/linuxrdac-09.01.B5.55 Building modules, stage 2. make -rR -f /usr/src/kernels/2.6.9-42.EL-ppc64/scripts/Makefile.modpost scripts/mod/modpost -m -i /usr/src/kernels/2.6.9-42.EL-ppc64/Module.symvers /home/install/linuxrdac-09.01.B5.55/mppUpper.o /home/install/linuxrdac-09.01.B5.55 /mppVhba.o make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.EL-ppc64' gcc -m64 -D__KERNEL__ -I/lib/modules/2.6.9-42.EL/build/include mppLnx26_spinlock_size.c -o mppLnx_Spinlock_Size /usr/bin/ld: skipping incompatible /usr/lib/gcc/ppc64-redhat-linux/3.4.6/../../. ./libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/gcc/ppc64-redhat-linux/3.4.6/../../. ./libc.a when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status make: *** [mppLnx_Spinlock_Size] Error 1 [root@sdblx1 linuxrdac-09.01.B5.55]# ================================================== ======================== please advise kind regards Yogeeraj |
|
#2
| ||||
| ||||
hi, Got the solution from the IBM Developer Works forum: http://www.ibm.com/developerworks/fo...=166118&cat=53 glibc-devel.ppc64 was not installed installed. kind regards yogeeraj |
|
#3
| ||||
| ||||
Can I ask if multipathd in RHEL is an option? We've been using that on our X Series Linux Servers with great success (providing you're at U4). Also, it's much easier to upgrade than RDAC/SDD. Sorry if it's a stupid question, we don't do anything with Linux on Power. --Creighton |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do i know what is the device driver of any given device ?? | cdelgadop | AIX for POWER Systems | 0 | April 24th, 2007 14:03 |
| rdac troubles | Stef | AIX for POWER Systems | 5 | February 14th, 2007 16:02 |