CentOS 5 :: Can't Get Fiber Channel Disks Working
Feb 23, 2011
Setting up a new Centos 5.5 server with an LSI Logic 7402XP fiber channel HBA card connected by fiber to an enclosure with 28 SATA drives.This is just a bunch of disks.I want to mount them /disk1, /disk2,disk28. No RAID or LVM. After connecting the dsisks and rebooting there are 28 new devices /dev/sdc, /dev/sdd, ...
/dev/sdad. Going to /sys/class/scsi_disk will list all of them. Pick any one and go into device and you can cat the vendor and model and state is "Running." But try parted /dev/sdc and it just quitts. fdisk and mkfs produce errors. Attepting to read or write the device directly with dd fails. The mpt fusion kernel mods are present. I'm pretty sure this hardware is on the suuported list. And I've tried swapping out the card and cables in case of bad hardware. What am I missing to be able to partition and mkfs these disks?
getinfo is at
http://pastebin.centos.org/36873
[root@localhost dev]# cd /dev ; ls sd*
sda sda3 sda6 sdac sdb1 sdb4 sdc sdf sdi sdl sdo sdr sdu sdx
sda1 sda4 sdaa sdad sdb2 sdb5 sdd sdg sdj sdm sdp sds sdv sdy
[code]....
View 8 Replies
ADVERTISEMENT
Nov 10, 2010
I need to mount a drive over fiber channel. It's a 4 terabyte drive. We're using a paragon driver to access other volumes on the SAN in a similar way. Works fine. I mount the other volumes as mount -t ufsd /dev/sdd1 /mnt/VolumeName Works fine. This is also an ntfs drive. The error I get when I mount: mount -t ufsd /dev/sdg1 /mnt/VolumeName01 is NTFS-fs error (device sdg1): ntfs_fill_super(): Device has unsupported hardsect_size
View 1 Replies
View Related
Jun 25, 2011
PC seems to run fine in single channel mode but monitor reports no input in dual channel mode and memtest86+ lists from 1-3 errors per pass in single channel mode. Motherboard (Gigabyte P43T-ES3G) can't be set for the 1.65 volts required by the RAM (2x2 of OCZ3P1333LV4GK PC3 10666). The mobo voltage choices are 1.6 or 1.7 volts. I have tried both and increased the MCH voltage from 1.1 v to 1.2 v, but so far can't get it to run in dual channel mode at all and single channel mode seems to run fine but I still get errors in memtest86+. Also tried optimized Bios settings and loosened memory timings (from 7-7-7-16 to 8-8-8-27 and tRFC 60 to 70) and reset Command Rate from 0 to 2. CPU is Core 2 Quad @ 2.4 Ghz, PSU is rated at 400 watts, Video card is Gigabyte GT220.
View 2 Replies
View Related
Aug 31, 2010
I have a creative sound card (ca106 driver) detected and working. This is a 5.1 capable soundcard and i also have 5.1 speaker system. The sound card works, however, the problem is that only the front speakers are working. I have checked vlc settings, in which front speakers, centre and rear are seen as different devices.
View 4 Replies
View Related
Jun 29, 2011
I'm trying to crack my wep password just for kicks, but I keep running into the same error. When I try to use airplay-ng for the packet injection, it always gives me the error " wlan0 is on channel -1, but the AP uses channel 6". I've tried setting wlan0 to channel 6 manually, but that doesn't help. I spent a while searching for a solution, but it seemed like each page had a different, usually highly complex solution, that still doesn't work. I have the most recent drivers for my wireless card, and it meets all the requirements. So, is there any solution to this that will actually work?
View 9 Replies
View Related
Feb 8, 2009
I have search using yum and other sources however I do not find qmail available via yum.
View 4 Replies
View Related
Jul 14, 2011
Thinking about building a new system, with 4GB of DDR3 RAM. I am just wondering, which would you prefer: Dual-channel DDR3 or Quad-channel DDR3? Does one have better speed performance over another? Will one way keep your system cooler?
View 2 Replies
View Related
Nov 3, 2010
Ihad changed wifi channel using kismet on ubuntu . After that the wifi is not working properly, how to revert the changes ? before changing the channel no wifi was working properly.
View 1 Replies
View Related
Jul 31, 2010
SAN admin needs me to change the host port_type from an NLPort to an FPort,is[/sys /class /fc_host/host1/port_type] however i can not find anywhere to change this.the driver in question is Fusion MPT.
View 2 Replies
View Related
Jan 18, 2011
I have installed 2 fc cards .I have attached FT-SAn to these cards now when i see miltipath -ll output , it shows some path for the multipath can you bfief from where these paths are taking the value . significance of each digit
View 1 Replies
View Related
May 12, 2010
Need help on how the scsi and multipathing works in Linux. From the docs i have read, i understand that by the use of multipathing we can assign multiple paths to a SAN partition. If there is a problem then one path will failover to other path.However, i am not clear on how linux recognizes the SAN partitions using the multipath drivers. For e.g. I have a HP Proliant server on which we have the following mounts:
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p3 59G 11G 46G 20% /
/dev/cciss/c0d0p1 494M 27M 443M 6% /boot
[code]...
View 3 Replies
View Related
May 27, 2010
After upgrading to Ubuntu 10.04 my USB flash disks no longer work properly. Some of them I cannot see at all. Others like my Kingston show up as Kingston & USB0 at the same time. I can see the files, but I cannot copy any files to the flash disk.
When I try to unmount I get a popup window saying:
If I try to eject or safely remove the disk by clicking on the Kingston icon, I get the following:
The only usb device that seems to work properly is my USB wireless dongle. My Samsung 1TB external drive works, but it appears as Samsung and USB1. If I click on Samsung, I cannot see anything. When I click on USB1, I see the files. This is a very annoying problem as I use my flash disks extensively.
View 1 Replies
View Related
Sep 2, 2010
I have a Windows 2003 server with fiber attached volumes (NTFS) that I would like to mount readonly on a linux system to back it up to tape. The fiber device will allow me to present the volume R/W to one host and R/O to another, however, the R/O system doesn't see any of the changes made by the R/W server. In other words, how can I make a readonly volume refresh, scan for changes, or update without un/re-mounting it?
Is the "mount -o --bind" option what I want? From the MAN is doesn't seem right... the option "sync" seems slightly more promising but I think I'm just grasping at straws here. The best I have come up with is a cron job to unmount then mount the volume periodically.
View 1 Replies
View Related
May 9, 2010
System Specs
3.2 GHz Dell GX280
Sans Digital TR5M-B in JBOD configuration (PCIe 1x)
CentOS 5.4 installed via QmailToaster instructions. Up to date via YUM.
No GUI (no KDE/Gnome), command line only.
My old server died and reinstalled based on above with no problems. All is running well. Box is used as mail/web/home disk network. I want to be able to spin down the drives in the Sans Digital box when idle as they are used mostly for bulk storage (video editing, etc...). The external enclosure on my old server automatically spun down idle drives so this has never been a concern. Google has not helped me so far (operator error?). I did see "hdparm" may work if the drives support it but I am not sure if this is the nest solution.
View 1 Replies
View Related
Jan 13, 2011
I recently followed this guide to create a RAID1 [URL]First I partitioned the disks with fdiskI made the RAID array with
mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sdb1 /dev/sdc1
Then I created the filesystem with
mkfs.ext3 /dev/md0
I then mounted md0 at /Video with
mount /dev/md0 /Video/
Today I made a samba-share out of /Video/Rorschach to easily put files in there from my windows7-machine (the plan is to steam from my CentOS-server to my HTPC which hasn't arrived yet).I started to put movies in there. It went just fine for a while but then I got this message:
[URL]
How is that even possible when df -h looks like this?:
[root@Rorschach Rorschach]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
446G 70G 354G 17% /
[code]...
View 2 Replies
View Related
Aug 27, 2009
How many disks are required to get Centos 5 up and running.? It has been awhile since I've done an install but I use to use just the first three disks, with the rest being the manuals and such.
View 5 Replies
View Related
Jan 13, 2011
I've downloaded 7 ISO images in order to install CentOS as a Virtual Machine on Fusion. First disk goes through successfully, but when I try to "insert" 2nd disk, I get an error message "unable to access the cdrom". I've ejected 1st disk, mounted second. I tried all possible scenarios I could think of, but still getting an error message.
I see the disk mounted in a terminal:
/dev/disk1 600600 600600 0 100% /Volumes/CentOS_5.5_Final
View 1 Replies
View Related
Jan 13, 2010
I've just removed fedora 10 and installed CentOS 5.4 both x86_56 on my Lenovo ThinkCentre 9091-CTO workstation, and observed serious performance degradation while intensive I/O operations and huge load without significant CPU consumption in user mode with about 50% in I/o wait.For example if I do the "tar xjvf some_large_tar.bz" file and run vmstat i get the output below. This is the only cpu and io intensive process running. The load gets up to 6 on C2D CPU and the machine has unacceptable responsivness.
[root@f00 ~]# vmstat 5 10
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
[code]....
View 4 Replies
View Related
Nov 15, 2010
I have a server wich is connected to an iSCSI storage and gets harddisks from this storage. Sometimes I have to add new disks to this server. Everytime I add a disk and make an /etc/init.d/iscsi restart on the server the disks don't have the same device name as before the iscsi restart.
It should be possible to gave the disks persistent names using udev rules. Now I tried to create different rules in "/etc/udev/rules.d/99-static-iscsi-names.rules" e.g.
# /dev/sdc
KERNEL=="sd*", BUS=="scsi", PROGRAM=="/sbin/scsi_id -g -s %p",RESULT=="360a98000503355344c4a576864467877" NAME=="sdc%n"
In "/etc/rc.local" I added "/sbin/start_udev" and in "/etc/scsi_id.config" I added the line "vendor="NETAPP",model="LUN",options=-g"
[Code]...
View 3 Replies
View Related
Apr 19, 2009
Having some troubles with NEC AD5170A device - it can`t read any dual layer disks. First layer reading is ok, but when drive switching to second layer it stops and don`t read any data from disk. Media - licensed DVD video disks. Same drive in windows read everything. I try to update firmware, but it doesn`t.
[Code]....
View 2 Replies
View Related
Feb 25, 2010
I just replaced a DVD-RAM drive in one HP server running CentOS5 (2.6.18-164.11.1.el5PAE #1 SMP )
The drive is recognized by the OS:
# lshw -class disk
*-cdrom UNCLAIMED
description: SCSI CD-ROM
product: DVDRAM GSA-T50L
[Code].....
View 2 Replies
View Related
Feb 21, 2011
We have CentOS on an HP proliant g5 server and attached to it is an DAS with 3 branches of disks so 5 - 5 - 5 drives.Now what we had so far there is that every branch was on raid 5 and totaling 3 mounted drives each with 4TB (disks are 1Tb each).But a couple days ago something happened while i was replacing older drives with some bad sectors with new one. What I did is to remove old drive, put in new one, initialize and attach to array and rebuild starts.Now somehow 2 drievs ( as i was rebuilding 2 arrays at once) switched place.so disk on 1_1_5 and disk on 1_3_5 switched place. There coul dbe possibility that I made mistake and assigned them to different arrays when initializing but that is really hardly as i replaced one then later another so...
Anyway to the to the point.Is there painless option to remove 1 disk from array and then assign it to other array and then let raid rebuild everything normally?I;ve made backup of everything there so there is no fear of loosing anything...By the way at the same time when that switch happens a partition from 1 raid array completely dis speared and there is only unallocated space on that one right now.
View 3 Replies
View Related
Feb 25, 2010
I have servers which contain SATA disks and SAS disks. I was testing the speed of writing on these servers and I recognized that SAS 10.000 disks much more slowly than the SATA 7200. What do you think about this slowness? What are the reasons of this slowness?
I am giving the below rates (values) which I took from my test (from my comparisons between SAS 10.000 and SATA 7200);
dd if=/dev/zero of=bigfile.txt bs=1024 count=1000000 when this comment was run in SAS disk server, I took this output(10.000 rpm)
(a new server,2 CPU 8 core and 8 gb ram)
1000000+0 records in
1000000+0 records out
1024000000 bytes (1.0 GB) copied, 12.9662 s, 79.0 MB/s (I have not used this server yet) (hw raid1)
[Code].....
View 3 Replies
View Related
Mar 31, 2010
I have/had a PC with several hard drives, and a mix of ubuntu and windows on multi boot.The old boot drive died screaming, and I need to start again. (But my data is safe! yay!)
Is there anything special about which drive can be the main drive to start booting from? Or to put it another way, can I install to any of the other 3 and expect it to work, or do I need to switch them around so a different drive is on the connections for the recently dead one?
View 2 Replies
View Related
Jan 11, 2011
I like the xfce desktop environment over the gnome one. So when i chose an emergency plan B in case something happens to windows AND/OR arch, i always try Xubuntu. I have made multiple live disks from multiple computers, and none of the live disks function properly. One went haywire when i tried to update the system(can't remember exactly what went wrong), one would not even actually boot into the live disk, one would not install, and so forth and so on. At first i just though it was something wrong with the iso since the download had been paused and resumed multiple times, but right before i chose arch linux a friend tried using his xubuntu disk and it failed to work either, and i recently tried using another computer and had another failed result.
View 5 Replies
View Related
May 21, 2009
I have built a CentOS machine just for playing around with and learning, however for the last few days I have had a couple of disk errors. So I want to replace it with another, and retain the data. I'm fairly new to Linux, but figured you could just image all partitions to another drive, so I tried this with Ghost 11. It imaged OK, but wouldn't boot - it went straight into Grub. What do I do here?
The original disk is just an 80gb IDE, the replacement disk is a 40gb IDE. I made sure it was in the same position on the IDE channel when attempting to boot from the new one (primary).I used Ghost to resize the partition down so that all partitions fitted onto the newer smaller disk.I didn't have much time to investigate further last night, so is it recoverable from the Grub prompt or have I gone about this the wrong way? Should I try using CloneZilla, or PING or should Ghost be able to cope?
View 2 Replies
View Related
Feb 8, 2011
I've had installed my new Ubuntu onto my 500 GB Seagate.Before I done any of that, my old Ubuntu I installed was installed into my laptop hard drive. It stopped working cause it couldn'tfind /ubuntu/disks/root.disk something like that.I'm right now using Ubuntu, and I was wondering if anyone knew how to mount my sdb5...
Code:
Device Boot Start End Blocks Id System
/dev/sdb1 1 60242 483890176 83 Linux
[code].....
View 1 Replies
View Related
Oct 29, 2010
I've installed a new fresh Centos 5.5 ..and after a lot of work..something starts to work (X now works with the new ATI HD5145 using ATI drivers) but i've a serious problemThe ethernet controller JMC250 JMicron PCI EXPR. doesent work at all so my notebook is out of the world !!!Here is some infos:rpm -q centos-release
centos-release-5-5.el5.centos
rpm -qa kernel* | sort
kernel-devel-2.6.18-194.el5
[code]....
View 6 Replies
View Related
Dec 3, 2009
i am trying to get centos 5.4 installed and bootable on my 16gb flash drive, with persistent overlay using and ext3 formatted drive.i want to be able to boot into centos and be able to have all updates from yum, etc, saved when shutting down for my situation i cannot use vfat.
View 9 Replies
View Related
Jul 20, 2011
I installed CentOS. NetworkManager successfully installed and launched. I can ping any IP from terminal but I can't open any site in browser except 127.0.0.1 I can't open IP of the modem 192.168.1.1 in browser also.
The results of some commands:
ifconfig
eth0Link encap: EthernetHWaddr 7D:60:00:00:00:00
inet addr: 192.168.1.5Bcast: 192.168.1.255Mask:255.255.255.0
inet6 addr: fe80::7f60:ff:fe00:0/64Scope:Link
[Code]....
View 6 Replies
View Related