top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

With RHEL6 on a SAN environment, is it possible to display dead paths with "multipath"?

+1 vote
272 views

With RHEL6 on a SAN environment, is it possible to display dead paths with "multipath" ?

This is the output of "multipath -ll" a RHEL4 server :

data (360050768028107fac00000000000009f)
[size=150 GB][features="1 queue_if_no_path"][hwhandler="0"]
_ round-robin 0 [enabled]
 _ 3:0:0:2 sde 8:64 [failed][faulty]
 _ 4:0:0:2 sdm 8:192 [failed][faulty]
_ round-robin 0 [prio=20][active]
 _ 3:0:1:2 sdi 8:128 [active][ready]
 _ 4:0:1:2 sdq 65:0 [active][ready]

We can see failed paths. And this is the output on RHEL6 :

sata (360050768028107fac0000000000000d0) dm-3 IBM,2145
size=170G features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=10 status=active
 |- 4:0:1:1 sdf 8:80 active ready running
 `- 3:0:1:1 sdj 8:144 active ready running

Increasing the verbose level of "multipath" doesn't work (the "/etc/multipath.conf" file is classic on both systems).

posted Feb 28, 2014 by Amit Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

In the newers Suse 11 and Redhat 6, when a path is los, the dead devices are removed from system, that's what I know.

answer Feb 28, 2014 by Sumit Pokharna
Similar Questions
+10 votes

In Cent-OS, If i press any special character from my keyboard it is giving some other character output display. Which i have not intended/pressed.
For example, If i press @ from keyboard the actual display character in output i am getting is "
Reversal is also same. It is happening with all special characters on keyboard. Help me out for this.

+1 vote

logged in to rhel 6.4 using Putty using ssh. Installed the GNOME desktop environment, using this command:

yum groupinstall "X Window System" "KDE Desktop"

Now, followed steps below:

  1. Run the following command to edit the /etc/inittab file: vi /etc/inittab
  2. Press the *I* key to enter insert mode.
  3. Find the line that includes the text initdefault. Change the numeral 3 to 5.
  4. Type :wq and press the *Enter* key to save the file and exit the *vi* text editor.

    Reboot the system using the reboot command. Your system will restart and present a graphical login

The problem is after reboot, grapghical login is not displayed. I tried running command vncserver got output:

New 'z3-9-5-126-154:2 (root)' desktop is z3-9-5-126-154:2

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/z3-9-5-126-154:2.log

now, from windows laptop, I am trying to connect using vnc viewer but not able to connect. Please help me how to launch GUI mode.

0 votes

Hi

I have a binary of my software built on centos though its working on RHEL but not sure if will work in all cases.
Is there any catch or should we do through testing on RHEL.

Thanks

+1 vote

In my RHEL system I have enabled a port using,

/usr/bin/firewall-cmd --zone=public --add-port=50000/tcp --permanent

Now how will I disable it? Can anyone help?

+1 vote

Is it possible to display a data grid table with django? Basically I am looking for displaying a data from the db table on the web interface through django or some other web interface.

My main application is in Python, that's why I'd like to explore Python possibilities first.

...