iSCSI issue on RHEL 5

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat iSCSI issue on RHEL 5
# 1  
Old 07-05-2012
Error iSCSI issue on RHEL 5

Hello Friends,

I am facing issue with the iSCSI configuration on some of our RHEL 5 servers,

When I restart the iSCSI service, it triggers the RHEL server reboot.

Could you please help me with this issue.

Below are the system details :

uname -a :
Linux za-rac-prd-01.abc.local 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux

iSCSI Pkg :
iscsi-initiator-utils-6.2.0.742-0.5.el5
# 2  
Old 07-06-2012
Error

Hi All,

In addition to above details,

The RHEL server is running on the Dell Blade, and have storage allocated from 1. Equillogic, and MD3200.
# 3  
Old 07-06-2012
I've found that RHEL gets bound up pretty easily when the iSCSI/FCOE storage requests don't come back as expected.
I was building a small CAD cluster last year, and the build was fairly heavily automated (PXE boot to a kickstart minimal image to HP-SAS for provisioning (we were also automating loading/patching/etc through it, which was dandy..when it worked).. these servers were each using a volume group of ~20 SAN-allocated disks, and there were scripts to initialize, test and lay down a raw Oracle filesystem.

Well, these machines were running dual 10Gb NICS to eachother, and half of the volume group was allocated to each NIC. So the series of scripts, in between the base OS and Oracle installs runs the init disk routine. These machines have 16 cores, and the CPU utilization goes from almost nothing to 100% and the build is taking longer than expected. Noticing that the machine was not responding right, I start going through the logs. I notice one core is unresponsive and the kernel is throwing panic messages.

Turns out, one of the 10Gb cards was actually faulty, but with the 6 or so different links and the other 15 cores running normally, this one was stuck trying to execute a temporary script, and all it was doing was sending requests via iSCSI and not getting them back. The kernel was so caught up with this that it brought the entire machine to a crawl, as though it were in a race condition. kill the script and all is hunky-dory except for the build, which of course failed. Once the NOC team got to check on the links, they found the problem, replaced the card, and a little manual scrubbing of the now-complete volume group and the rest went smoothly.

I haven't seen how other PC-based Unix-style OSes fare under these conditions, but I can't help but think that there should be some failsafes to keep one core running one simple script from turning the machine into a $40K paperweight. I assume that the priority given to the high-end storage subsystems is likely to improve overall performance - as long as everything is working.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

RHEL 5.11 - gid issue

Hello folks, I am facing a weird issue on one of the red hat linux 5 box. There is an oracle id which i want to change the primary group. Currently the primary group id is 16600, I did changed it to 16601 using below command: usermod -g 16601 oracle But it did not changed. I have tried... (3 Replies)
Discussion started by: snchaudhari2
3 Replies

2. Shell Programming and Scripting

AIX to RHEL migration - awk treating 0e[0-9]+ as 0 instead of string issue

Greetings Experts, We are migrating from AIX to RHEL Linux. I have created a script to verify and report the NULLs and SPACEs in the key columns and duplicates on key combination of "|" delimited set of big files. Following is the code that was successfully running in AIX. awk -F "|" 'BEGIN {... (5 Replies)
Discussion started by: chill3chee
5 Replies

3. Red Hat

RHEL Memory issue

Friends, I have 8CPU/24gb RAM in my Linux servers around 30+. All the servers are running with Java based application with NFS mounted. The problem what I have is, When I reboot servers the server memory looks decent. But after some time the "cached" memory increasing and "free" memory... (5 Replies)
Discussion started by: baluchen
5 Replies

4. Linux

Installation issue RHEL 6.5 on SAN

HI All I am facing issue in installation of Red Hat 6.5 on SAN.. i am having a partion of 2 TB in my SAN and i am installing the operating system after completed the installation it not booting and giving the error. (2 Replies)
Discussion started by: deviltech
2 Replies

5. Red Hat

Logrotate issue in RHEL

Hi, I have a requirement to compress logs that generate daily. Below is the logrotate configuration for this But for some kind of reason the logs are not getting compressed daily. When tried to execute the logrotate manually with -d it says "log does not need rotating." The path... (0 Replies)
Discussion started by: EmbedUX
0 Replies

6. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

7. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

8. UNIX for Dummies Questions & Answers

How to change ethernet cable of iscsi initiator (iscsi client)?

how to change ethernet cable of iscsi initiator (iscsi client) (0 Replies)
Discussion started by: pankajd
0 Replies

9. Red Hat

Time Sync issue on RHEL 5.3

Hi, My Linux VMs are running on citrix XEN.Somehow the time drift is too high (going very fast). Even if the correct time configured using date -s command, for every 1 hr it is differing almost 5 - 10 mins. Tried configuring ntpd (local NTP server) and still it is not synchronized. Machine... (2 Replies)
Discussion started by: uday123
2 Replies

10. Red Hat

RHEL Installation issue.

Hi Gurus I am trying to install RHEL linux enterprise Edition v5 on a Dell Optiplex 320 desktop. After the Grub menu,i get the error,Kernel could not be loaded. I am a newbie in linux and would appreciate any help in moving forward. Thanks HG (1 Reply)
Discussion started by: Hari_Ganesh
1 Replies
Login or Register to Ask a Question