Red Hat :: Multipath: Scanning New LUN Fail

May 12, 2011

I have installed RHEL5U5 but I've also tested RHEL5U4 and the problem is: Once configured the multipath, I restart the server,and with the command-ll mutipath I can see the LUN presented correctly:

[Code].....

View 2 Replies


ADVERTISEMENT

Software :: Using Multipath For Disk Created On SAN

Jul 27, 2010

I need to set up 1 disk, the disk is presented to the server on both fibre paths from the SAN. This is the current setup seen:

[Code]..

View 1 Replies View Related

Red Hat :: Unable To Get Multipath Configuration LVM / RHEL 5.3

Mar 24, 2011

I have and RHEL5.4 conecceted to an SAN HSV200. When I present a LUN to it, In system-confg-lvm gui appears a device like /dev/mapth/mapth0 (that�s the correct device to multipath) and other like /dev/sda or /dev/dm-N, as uninitialized entities. How could I configure to not display this device (/dev/sda) and prevent human errors?

This is the things I need:

1- I want (if it is posible...) to disappear the part where it says "uninitialized entities"

2- Is It necesary mantain the partitioning done to default (like /dev/mapper/mpath0p1) with device-mapper-multipath (kpartx command)? or Can I delete it without future problems?

This is the actual configuration that I have:

1- /etc/lvm/lvm.conf

Code:

preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
filter = [ "a/dev/mapper/mpath.*/","a/dev/cciss/.*/","r/.*/" ]

2- /etc/multipath.conf

Code:

#blacklist {
# devnode "*"
#}

[code].....

View 3 Replies View Related

Hardware :: Installed Multipath-tools On The Server?

Jan 10, 2010

our oracle(oracle 10G) server got a serious problem, the OS is SLES 9 SP4, two HBA adapters(QLogic 2340) with NetApp FC Storage(FAS3140), we have installed multipath-tools on this server and ensure that physical connection and swith configuration are correct, but we only can see a path

:~ # multipath -ll
360a98000572d4d414b4a522d7a62376d dm-2 NETAPP,LUN
[size=200G][features=0][hwhandler=0]

[code]....

View 3 Replies View Related

General :: Multipath Only Sees One Path After Upgrade From Red Hat 4.4 To 5.2

Apr 5, 2011

I upgraded a DL580 G4 server from Red Hat 4.4 to 5.2 (2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux) and now when I run the multipath - l command I only see one path. There are 4 LUNs being presented on each fibre channel, so I should see sda - sdh in /dev, but I only see sda - sdd.

RPMs
device-mapper-1.02.24-1.el5
device-mapper-event-1.02.24-1.el5
device-mapper-multipath-0.4.7-17.el5
hp_qla2x00src-8.02.11-6

View 1 Replies View Related

Red Hat :: Multipath Information In Vxvm Showing As 8 Paths

Apr 9, 2010

I am working on a server which connected to two EMC storage box. when i am checking the multipath information of a disk its showing as 8 paths. how to understand 8 paths for a single disk.

[Code]....

View 1 Replies View Related

CentOS 5 Hardware :: Setting Multipath In RHEL 5.4?

Apr 7, 2010

There is a server with two HBA QLA2460, connected via SAN to the SE9980 disk array. RHEL 5.4 (x86_64) is running on the server. In the SAN two zones are set up: HBA1-port1 9980; HBA2 - port2 SE9980. As a result, the server can see:

[Root @ c5 ~] # multipath-ll
mpath1 (1HITACHI_R45028F9022F) dm-2 HITACHI, OPEN-E
[Size = 14G] [features = 1 queue_if_no_path] [hwhandler = 0] [rw]
_ Round-robin 0 [prio = 0] [active]
_ 3:0:0:0 sdb 8:16 [active] [ready]
_ 4:0:0:0 sdc 8:32 [active] [ready]
_ 3:0:0:16384 sdd 8:48 [active] [ready]

[Code]...

Question: Why OS sees eight ways instead of two? Why do extra ways have such strange LUN (16384, 32768, etc.)?

View 1 Replies View Related

CentOS 5 :: Dm Multipath Kernel Driver Not Loaded?

Apr 17, 2011

after some yum update on my CentOS 5.6 server I noticed this error when the server is booting:

"dm multipath kernel driver not loaded"

View 10 Replies View Related

Debian Configuration :: Multipath Map Creation Takes Several Minutes In Stretch

Oct 14, 2015

After mapping iscsi storage from my netapp and scanning for new devices I run multipath -v2 to create the multipath device handle under /dev/mapping/. This normally takes about 2 seconds or less on every other linux distribution I use. On Stretch it takes a little over 3 minutes. I have tried several different versions of multipath.conf but the result is always the same.

My most recent multipath.conf file is available here : [URL] ....

and the output of multipath -v4 is available here : [URL] ....

View 0 Replies View Related

Software :: Device-mapper-multipath - Slow Failover Period

May 10, 2010

I have a linux machine, attached to a fibre channel SAN.

We're in the testing phases and we're attempting to get all of the bugs worked out before this goes live.

If i have my host streaming data to the storage device on the san (or from the device on the san) and simulate a path failure (by shutting down one of the host's ports on the FC switch), multipath does not pick up on another path until about 45 seconds have passed.

I can verify this by watching the statistic graph (which updates once per second) on the storage system.

I see iops running along rather nicely, and then they drop to 0 for 45 seconds, then pick right up to normal again.

This is a RehHat EL 5.5 system, with qlogic HBA's.

Am i being too picky? I'd expect multipath to recover in under 30 seconds, so as to not alarm host applications running on the linux host... 45 seconds seems like a long time to wait for a disk operation to complete.

Any tips on tuning Multipath, or the qlogic card? As it is, i've got the following options in my modprobe.conf.

alias scsi_hostadapter2 qla2xxx

Code:

My multipath.conf looks like:

Code:

View 3 Replies View Related

Server :: Remove A Path - Kill The Zombie Processes - Multipath Errors?

Apr 12, 2011

i want to remove a path, but is in use.. How can i kill the zombie processes?

[Code]....

I guess i was wrong deleting first the disks that formed the path, but now how could i kill those zombie processes without a reboot?

[Code]....

View 2 Replies View Related

OpenSUSE Hardware :: Setup Multipath With Failover Policy On 11 - Connection Failed Over To Second HBA Connection To SAN

Aug 13, 2009

I am trying to setup multipath with failover policy on openSuSE 11. I have two qla2xxx HBA's installed and they appear to be working. Here is the output of "multipath -l" command

[Code]....

While testing, I pulled one of the two connection to SAN, and the connection failed over to second HBA connection to SAN. When I plug the cable back in, it does not fall back to original connection... It stays in failed state. Also, I noticed that failed disk (sdd disk) comes back as (sdg disk), which is probably why connection does not fall back to original HBA. But, when I run "/sbin/service multipathd restart" sdg disk shows as as enabled in multipath -l...

View 9 Replies View Related

Debian Configuration :: Multipath Configuration On 5.0 64 Bit - Doesn't Create The Relative Devices

Jul 20, 2011

i have a HP MSA 2312fc SAN with 2 LUNs configured. The first LUN (LUN ID 1) is correctly connected to the system, but when i connect the second LUN (LUN ID 30), i find in the syslog this message: multipathd: 8:64: size 6835937472, expected 5267578112. Discard

Here is the multipath.conf

[Code]....

So I correctly see the two luns, but multipath doesn't create the relative devices. Under /dev/mapper I see: control mpath0 mpath0-part1 mpath0-part1 is the first lun, the one I mounted in a directory under filesystem. I can't find the device for the second lun

View 1 Replies View Related

Fedora :: Set Up Multipath Properly To Two Devices Properly?

Mar 29, 2011

How can I set up multipath to two devices properly? I'm sure that I need to do something more then just: /etc/init.d/multipathd start

View 1 Replies View Related

Fedora Hardware :: Scanning W/ HP C6380 All-in-One?

Jun 15, 2010

I thought I had a post out there that thoroughly covered this topic. But, I looked and I couldn't find it.Well, I am trying to get Sane to run so I could scan documents. I have printing set up, and the cups daemon is set to run at reboot. What are the following steps to achieve my objective,

View 9 Replies View Related

Ubuntu :: Wvdialconf Not Scanning Usb Ports?

Jan 7, 2010

Well I'm trying to set up a US robotics dial up USB Modem. When I enter WVDIALCONFI end up with a screen that says "scanning your serial ports for a modem"It scans and ends up saying Sorry'no modem was detected!Did you configure it properly with SETSERIAL?

View 9 Replies View Related

Ubuntu :: Scanning Tool That Works?

Apr 12, 2010

I have a Brother MFC-7440N which has Linux drivers, but I can't get useful scans yet. It prints fine, but the only scanning software I've found so far, XSane and a utility just called "Scanner Utility" are both useless.

XSane is no good because it crashes every time I try to scan something.

Scanner Utility has a few problems. Unless I set the paper size to "Legal," it keeps cutting off the bottom few inches of my (US letter-size) document. It's the same, regardless of whether I scan from the auto document feeder, or with the original on the glass. Also the orientation is screwed up. When I select "Portrait," the scan comes out rotated 90 degrees, exactly the opposite of what I'd expect.

I also don't like that there's no way to go back and change the scan settings. If I want to scan another document or at a different resolution, I have to quit Scan Utility and run it again.

Neither utility will scan to a .pdf. XSane gives the option, but like I said, it crashes every time I try to scan something.

Is there a scanning program available for Ubuntu that actually works, & will scan to a .pdf? Brother doesn't supply any scanning software for Linux, just drivers, so I have to find some 3rd-party utility.

View 2 Replies View Related

Ubuntu :: Hp C4680 Scanning Program?

Jul 28, 2010

Is there an easy scanning program for kubuntu and where do I go to get it? My mom is running it and needs to scan things. She has the all-in-one mentioned in the thread title.

View 4 Replies View Related

Ubuntu :: Program For Book Scanning / OCR?

Apr 15, 2011

I want to scan in a book and convert it to a pdf AND make an OCR text of it. I am looking for somebody who can help me to gie me some BASH helps to combine the pieces I have already got:

Workflow:

1. scan in the book pages: coverpage (=1), page 3, page 5, page 7 .... n (At this point the book is upside down)

2. scan in the book pages turn the book and scan from the back to the front:

back coverpage (= n-1), page n-3, page n-5 .... 2

3. run the program All scanned images are in directory scannedimages

#!/bin/bash
mkdir temppic
for i in `find scannedimages/*.png`

[code]....

how to make it, but I have no knowledge how to program it.Maybe something like that exists already and I can save the programming effort.

View 1 Replies View Related

Fedora :: Practice Securing & Scanning System

Nov 29, 2010

Recently I've been going over a few resources (like Guide to the Secure Configuration of Red Hat Enterprise Linux 5) some forum members have provided and I've been using other resources I use for work (like the UNIX STIG requirements). I would like to improve my skill-set on hardening a linux server (for work and personal interest). Is there a specific linux distro I can install that is purposely corrupted/vulnerable where the sole goal is to secure it, and then have the means to scan it to make sure all vulnerabilities are patched and secured?

View 6 Replies View Related

OpenSUSE :: Program For Scanning Documents To PDF File?

Aug 12, 2010

I am searching for some program for scanning documents to PDF file, I am using samsung SCX-4300. I tried XSane but the files I get are to big (1-3 Mb). Is there some other application for scanner I don't want to star my Windows just for scan some document.

View 2 Replies View Related

Ubuntu :: Stop Grub 2 From Scanning For Boot Cd?

Jun 10, 2010

Is there a way to stop Grub from scanning the optical drive for boot media before getting to the boot menu? Or to skip this step? (I have the drive excluded from the BIOS's boot menu but then Grub still checks it anyway)

View 1 Replies View Related

Ubuntu Networking :: Aircrack-ng Does Not Find Any APs While Scanning

Dec 31, 2010

I've just bought a GEETEK Hercules USB Wlan adapter, which has the Ralink rt3072 chipset. The Connection manager can find wireless APs, but it won't connect to any of those. Also, aircrack-ng does not find any APs while scanning.After some tinkering and a lot of restarting, I can now connect t wireless networks, although slowly. However, I still can't use it with aircrack-ng.

View 6 Replies View Related

Ubuntu Networking :: UI Tools For WIFI Scanning

Mar 30, 2011

As a frequent traveler, I spend most of my time in Hotel these months.My laptop is Ubuntu Maverick.Is there any UI tools for wifi scanning and auto-connection in Ubuntu?I have tried wifiradar. Although it could scan out the wifi SSID, while, the wifiradar could not connect to the WIFI.

View 4 Replies View Related

Ubuntu Networking :: Automatic Port Scanning?

Aug 5, 2011

I'm running 10.04 LTS Desktop and I'm wondering if there any default packages that are automatically scanning for hosts? I'm on a university network and they're really touchy about any computers scanning ports/hosts and they keep disabling my computer. I'm just wondering if there's anything like that installed by default - maybe some of the zeroconf stuff?

View 2 Replies View Related

General :: Scanning A LAN For Specifc Ports With Nmap?

Jul 16, 2011

I want to identify all the computers on my LAN that have port 80 open. So I want to scan an IP range (192.168.0-255.0-255) and have Nmap print onto the screen all the IPaddresses it scanned that are accepting connections on port 80. How do I do this?

View 1 Replies View Related

Security :: Block Port Scanning Attempts?

Nov 18, 2010

I run SSH on a publicly open server and see following attempts in /var/log/auth.log which I was told by some one could be port scanning attempts.(Not sure though)

Code:
Nov 18 23:50:19 server sshd[21716]: Did not receive identification string from 186.0.80.197
Nov 19 00:05:57 server sshd[24056]: Did not receive identification string from 85.108.110.66

How can I block above such attempts?

View 11 Replies View Related

Software :: Ettercap Crashes During Scanning For Host

Mar 4, 2011

I have installed ettercap using apt. But, when I scan for hosts, Ettercap crashes. I've found on the Web that there's a solution, but I don't manage to solve this problem.

View 3 Replies View Related

Software :: Fingerprint Scanning Perpetually Broken / Why Is So?

Apr 5, 2010

Why doesn't my laptop's built-in fingerprint scanner work in GNOME? It's fairly common (manufactured by UPEK) and I've tried fprintd and thinkfinger to no avail. The latter seems to be built for USB-attached devices and fails to find any device and the former installs and runs fine, but fails to recognize any fingerprints.

Using either fprintd-enroll or the GNOME "About Me" panel, fprintd will gladly register my fingerprint, but no amount of swiping will get it to actually recognize it afterwards. I try re-installing it every new update, but same results, what's going on?

View 4 Replies View Related

Software :: Setting Up Antivirus Scanning For Evolution?

Nov 17, 2010

I would like to set up a email virus scanner. I use Spamssassin and BogoFilter (Spamssassin by default).

I have now installed Clam-AV (KlamAV) for the "normal" files on my system. and see that there is a tab in there for email scanning. When i pick Evolution as my email client it tells me to set up a filter and pipe if into Klammail. I can not find Klammail anywhere. I have even looked for it in the Documentation and all i could see is that i can not run this manually.

I have found links to say that if i am using Spamssassin that this will use CLamAV be default... Im not sure if this is the case or not. of if there is another AV system i should be using to do email virus scanning.

Ubuntu 10.04.1
KlamAV 0.46
evolution 2.28.3

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved