Ubuntu :: Run Two Sets Of RAID 1 Mirrored?
Apr 15, 2010
I have 4 drives. Two identical pairs. Each pair does something different and serves a different purpose to my system. Can I set up two RAID 1 arrays?
500gb/500gb = Raid 1
250gb/250gb = Raid 1
Can I do this with Ubuntu's software raid?
View 9 Replies
ADVERTISEMENT
May 10, 2011
I have a server that has one drive with Ubuntu already loaded on it. I would like add another drive and then create a mirrored RAID between the two.
View 4 Replies
View Related
Jan 11, 2011
I was wondering what is the proper way to setup a hardware based mirrored raid. I have two 2TB drives and a nvidia based raid on the motherboard. I used the nvidia raid manager to setup a Mirrored array consisting of those two drives. The total shows as 1.81TB array.
I boot into OpenSuSe 11.3 and in the partitioner I see two drives (dev/sda and dev/sdb each 1.82TB) listed instead of a single RAID drive. Am I doing something incorrectly that two drives show up instead of the array? Does something need to be enabled?
View 1 Replies
View Related
May 4, 2010
I've installed Debian Squeeze twice using CD1. First time with a high-speed internet connection using a mirror, 2nd time without. With a mirror, much more is installed, and clearly a much more complete installation. What packages would I install to make a basic CD install more like a mirrored install? Is there a list on the CD somewhere?
View 5 Replies
View Related
Feb 1, 2011
Could any RAID gurus kindly assist me on the following RAID-5 issue?I have an mdadm-created RAID5 array consisting of 4 discs. One of the discs was dropping out, so I decided to replace it. Somehow, this went terribly wrong and I succeeded in marking two of the drives as faulty, and the re-adding them as spare.
Now the array is (logically) no longer able to start:
mdadm: Not enough devices to start the array.Degraded and can't create RAID ,auto stop RAID [md1]
I was able to examine the disks though:
Code:
root@127.0.0.1:/etc# mdadm --examine /dev/sdb2
/dev/sdb2:
Magic : a92b4efc
Version : 00.90.00
code....
Code:
mdadm --create --assume-clean --level=5 --raid-devices=4 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2
As I don't want to ruin the maybe small chance I have left to rescue my data, I would like to hear the input of this wise community.
View 4 Replies
View Related
Aug 21, 2010
I often use dvdbackup to mirror dvd's to my harddrive. I used to use k3b to burn them to disks. The problem is I no longer use kde, and I realy hate installing kde apps these days, since they seem totaly bloated. Brassero isn't smart enough to take a directory with a dvd's file structure mirrored into it, and burn this as a video dvd. Is there a way to convert such a directory into an iso from the command line so brassero can handle it?
View 2 Replies
View Related
May 2, 2011
Have just installed Ubuntu Server 10.04 on a dell with a perc 700 raid card. Running a mirrored raid1 (2x 500G as one drive). All went well. Have installed a basic Gnome front end and Webmin. I want to partition the hard drive into system and data storage areas. What is the best way to do this with a mirrored RAID system?
View 5 Replies
View Related
Mar 15, 2011
I have 2 drives mirrored via windows software raid and I plan to toss the drives into an Ubuntu server soon where they will also be mirrored. The server will have another drive for booting. What is the best way to get these mirrored drives into ext format while preserving my data? I plan to use software raid in Ubuntu as well. My only idea is to format a 3rd drive as ext and copy all the files over, seems inefficient though.
View 1 Replies
View Related
Aug 1, 2010
I have an internal hard drive split between Windows 7 and Fedora 12. The Fedora 12 install exists on a LVM which presents a bit of a challenge when trying to mirror the drive. I was trying to use gparted but it doesn't have support for LVM. I discovered g4l, which does a bit-by-bit copy and ran a full disk copy using that from the 500 GB internal to a 500 GB external. Inspecting it with gparted, the copy LOOKS like it went correctly.
However, when I disconnect the internal and attempt to boot to the external (specifically in the BIOS), it's unable to boot to it. It instructs me to insert bootable media and try again. Has something gone wrong with the copy? It SEEMS like g4l finished faster than it should have given the copy rate it was operating at (I had figured out when it should finish up), but the screen saver had been on and when I came back it was back at the menu, so I don't know if it got to 100% or ended prematurely? There were certainly no error messages...
View 1 Replies
View Related
May 19, 2010
I need to replace a disk from a veritas mirrored volume, I can not delete the disk from the diskgroup as the disk is using by other volumes in the same group. so, how can i remove the disk from my mirrored volume and can replace another disk.
View 1 Replies
View Related
Aug 3, 2010
I have mounted a mirrored array on my linux machine. I used the Nvidia raid controller in my bios and mounted the resulting raid drive.
under /dev
the 2 drives sdb (2tb) and sdc (2tb) are symbolic links to
/dev/mapper
nvidia_dcabdggcp1
I then created a file system on nvidia_dcabdggcp1 and mounted it to /share
the output of my df -h is
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
897G 8.0G 843G 1% /
/dev/sda1 99M 19M 75M 21% /boot
[Code]....
Is there a way to check to make sure that my mirror array is actually working correctly without unmounting/remounting the sdc drive somewhere to see if it's a mirror of sdb.
View 2 Replies
View Related
Dec 17, 2010
I am trying to setup Dual monitors with individual (non-mirrored) desktops. AMDCCCLE will only identify the monitor I want to use as primary as number 2 and the monitor I want to use as secondary as number 1 - I have tasksbars, awm, desktop items configured to use the first screen and the second screen is clear for media use. The choice seems to be determined by what output port on my graphic card.. whatever monitor is attached to the HDMI port is called 1. xrandr can only identify the 2nd monitor - the first monitor is unknown I've attached my xorg.conf
View 9 Replies
View Related
Oct 22, 2009
Fedora 11. I am trying to setup kickstart so it lays out a mirrored volume group. I have 2 disks sda and sdb. I want a primary partition on each disk 200mb in size for /boot. This is to be mirrored onto raid device md0 (raid 1). The rest of each disk is to be setup partition which grows to use the remaining space, and is also mirrored (raid 1) md1. Onto md1, I want an LVM volume group called rootvg, and logical volumes set up on there for /, /home, /usr, /tmp etc. I can lay this out manually, and it works fine. However, the code below, which is slightly amended from a previous anaconda-ks.cfg file doesn't work.
Code:
clearpart --linux --drives=sda,sdb --initlabel
part raid.11 --asprimary --size=200 --ondisk=sda
part raid.12 --grow --size=1 --ondisk=sda
part raid.21 --asprimary --size=200 --ondisk=sdb
part raid.22 --grow --size=1 --ondisk=sdb
raid /boot --fstype=ext3 --level=RAID1 --device=md0 raid.11 raid.21
raid pv.1 --level=1 --device=md1 raid.12 raid.22
volgroup rootvg --pesize=32768 pv.1
logvol / --fstype=ext4 --name=rootlv01 --vgname=rootvg --size=512
logvol /home --fstype=ext4 --name=rootlv02 --vgname=rootvg --size=256
logvol /tmp --fstype=ext4 --name=rootlv03 --vgname=rootvg --size=128
logvol /usr --fstype=ext4 --name=rootlv04 --vgname=rootvg --size=3072
logvol /var --fstype=ext4 --name=rootlv05 --vgname=rootvg --size=1024
logvol /opt --fstype=ext4 --name=rootlv06 --vgname=rootvg --size=1024
logvol swap --name=LogVol06 --vgname=rootvg --size=1024
View 2 Replies
View Related
Apr 10, 2010
I have been searching for an answer to this, and have come up dry.
I have an HP OfficeJet Pro 8500 a909a. It was working fine until recently. Now when I go to print duplex, the second page is mirrored vertically and rotated wrong.
I suspect that a recent update to HPLIP has caused this, but there may be something else in play with the GS utilities also. The problem is that I have no idea about how to fix this. I was hoping an update would show up and a simple "yum -y update) would fix things. That still has not happened.
I am a student and would like to save paper, at least with my draft copies, but this makes duplex printing impossible.
uname -a output:
rpm -qa hplip:
rpm -qa ghostscript:
View 7 Replies
View Related
Apr 6, 2010
is it possible to extend a mirrored veritas volume which has two SAN LUNs each one in a seperate EMC storage box.
i need to add diska -> EMC box1
and diskb -> EMC box 2
then i need to increase the size of the mirrored volume.
View 1 Replies
View Related
Mar 3, 2010
When I reboot my computer, my iptables sets itself to a policy of dropping everything, adds a bunch of rules, and a bunch of extra chains, to the effect that (due to everything being set to drop) I can't do anything. I know how to fix this from the terminal to the extent of just clearing most of it and changing the policies back. However, what I don't know is how to make it stay that way. I have a file with the iptables rules I want, so every time I start up I just run iptables-restore, but I don't want to have to do this every time, particularly since others use this computer who do not have admin privileges.
I've tried changing /etc/network/interfaces with the added code pre-up iptables-restore < (etc) But that never does anything, or if it does it just makes stuff work even less. I've tried changing init.d before based on similar info elsewhere, still no luck. I don't know how to get it to stick, and I don't know why it is defaulting to the rules it is, other than that I used a firewall app a while ago and afterwards this was the result, for which I uninstalled that app after no success using it to reverse the damage.
View 2 Replies
View Related
Feb 16, 2011
I'm looking for a version of, or equialent to, Predator for Ubuntu 10.10. This program sets a USB drive as a key to the computer, locking it when removed. I've had no luck in finding an equivalent for Ubuntu, and the site does not have a version for Linux of any kind.
View 2 Replies
View Related
Mar 7, 2011
Basically, after installing gnome-desktop-environment, and then removing empathy (as I don't like it, and don't want to see it in my menu, don't want it taking up space, etc) results in all of the below packages queued for autoremove:
Code:
python-libproxy python-evolution ekiga espeak libevolution libgnome-bluetooth8 gnome-js-common gcalctool telepathy-logger python-gnomedesktop libopal3.6.8 gnome-accessibility gnome-backgrounds libpth20 libfolks0 libbrlapi0.5 gir1.0-json-glib-1.0 gnome-mahjongg telepathy-gabble gnome-search-tool aisleriot gtali
[Code].....
View 2 Replies
View Related
Jan 6, 2010
In light of my previous achievement in wireless networking, I've decided to create a larger issue for myself to solve. Which hopefully I can get some help with. Because my system is totally kisspoped up, for those of you who get what that means. I was trying to install GRUB via the .txz package and it created a mirrored image of the /boot folder. Which for some reason contained the / folder. Which in turn held /boot and all the other folders / is expected to contain.
Now, trying to remove the extra /boot folder proved difficult, but once I finally was able to figure it out, I remembered I could removepkg and that would probably mend the situation. However, I was already 20-something percent through moving the files to trash. Now when I checked /, /boot was gone from there. Along with various other folders. SO! Apparently the /tmp/boot folder created was in reality the /boot folder, albeit in the wrong place and having the wrong contents. Somehow, one folder existed as two different versions of itself at the same point in time. Much as a Time Lord might. Deleting one made the other vanish with it.
Good news:I removed it via Thunar and it should be in the root user's trash /home and some other folders had yet to be trashed when I hit cancel, so I can still use some things Bad news:I never ran X as root, so I don't know if it HAS a trash folder I can only use things already started up because the binaries are gone, but the configuration files in /home are still there (although /usr/bin remains)
Ideally, there would be a big UNDO button somewhere in this long row of function keys. Reasonably, there should be some kind of restoration tool. Realistically, I think I'm going to have to reinstall the system, which wasn't easy in the first place due to my faulty disc bay which detects discs at will.
View 6 Replies
View Related
Apr 26, 2010
I want to know how the computer sets time? When I turn off my computer or it is not connected to internet it shows me the correct time. When I login to my computer after so many days, it shows me the correct time though it was turned off for so many days. How is it possible?
View 5 Replies
View Related
Jul 8, 2011
What I am meaning is, are instructions sets a way of signaling commands or optimizations? I mean because we have binary right? (to do simple things like commands right?)
View 3 Replies
View Related
Jun 25, 2009
I have centos 5, and apache. I've recently had to make a website in Polish, which has some characters that do not seem to be supported on Centos. Is there a way to install more character sets?
View 3 Replies
View Related
May 6, 2010
Is there any way to get wget to work with a login form that sets a cookie with a javascript function before submission? I know wget cannot call javascript functions but if there was a way to get it to set the cookie instead
Here is the form tag:
<form name="form" method="post" action="https://www.yourfavouritesite.com/login.asp" onsubmit="return SetCookie()">
[code]....
View 8 Replies
View Related
Nov 19, 2009
I don't start a network connection when my machine boots FC11 64 bit. When I start the connection and the Firefox browser, I always find that Firefox has set itself to work offline. I use File->work offline and uncheck that box. This fixes the problem, but only till the next reboot. Even if I exit Firefox "in an orderly manner", the next time it will have set itself to work offline.
I had this problem in previous Fedora versions. I read about two solutions on the web. One was to write a script that removed a file called extensions.cache before Firefox ran. The other was to type about:config in the address bar of Firefox, acknowledge the warning message, and use the right mouse button to togglethe value ofoolkit.networkmanager.disable from "false" to "true".Are either of these good solutions? What exactly does "network manager" do? I think of it as the gui under System->Administration->Network, but it must be more.
View 2 Replies
View Related
Jan 8, 2010
When I installed Slackware, I deselected a few software sets like KDE and TCL, but now I would like to install KDE (btw, what is TCL for? Is it something important that I should have installed, or is it something like "if you don't know, you don't need it"?). What would be the best way to install the KDE software set and even have a menu to deselect a few packages I know I won't use?produces a list of kde packages (including the kde language packages), but I don't know if that's everything in the kde set. It seems like it's not, since it's transcending the software set boundaries to provide options for the internationalization packages, too.
View 6 Replies
View Related
May 20, 2010
I download DVDRip's, and as you know they have a small resolution.Now what i want is for the subtitles to show in the black part below the movie/picture, and not in the movie
View 2 Replies
View Related
Jun 8, 2010
Have you noticed the space "background set" that is in Ubuntu from the 9.04?It is an xml file (as I discovered on this beautiful forum ).But creating it manually is very boring and long, it would be simpler to put wallpapers into a directory and use them all as background set. So I've created a simple script that generate the xml background file with the images in a directory. You can set the timetion of wallpapers and of transitions setting the proper parameters.
here's the link to the script:generateXMLBackground.shHow to use it?Create a directory and put into it all images you want to be in the background setOpen a terminal [Applications->Accessories->Terminal]Type "cd " and drag into the terminal the directory previously created and press enterDrag into the terminalhe script generateXMLBackground.sh and press enter [you can use parameters -t -d. For help use the parameter -h]The xml file has been created!!Now you only have to set it as background:in the "Change desktop background" window click "Add", navigate to the directory created at the beginning, set the type filtre to "All files" (at right bottom, normally it is 'Images') and choose the .xml file named #DIRNAME#Background.xml.Note:not run the script generateXMLBackground.sh you have not rights type into the terminal "chmod +x " drag the script and press enter (to make it executable).
View 9 Replies
View Related
May 23, 2011
I have installed HP g6 notebook from live-cd with 10.04 LTS across multiple partitions, only to find that the partition table is not setup correctly. I place the following mount points on separate partitions:
[Code]...
View 3 Replies
View Related
Oct 15, 2010
Two part question:
1. what tools are recommended for designing web pages?
2. What tool sets are recommended for maintaining them?
I suspect that the first question really addresses the second rather than the literal question because of the source of the request. Here's the environment. A small church wants to post and maintain a website. Various non-tech persons will be responsible for maintaining much of
the content of the site. This tells me that they want/need a site that contains the necessary content maintenance tools within the site itself, not a tool on the individual desktops with the only real need for the design/dev tools being for initial construction of the site and a GOOD book on site design to guide construction of the site in the first place.
View 9 Replies
View Related
Mar 25, 2010
I have recently installed Slackware 13 (64bit) (Kernel 2.6.29.6) on an Acer Veriton M series with AMD Athlon cpu. I have started ntpd server and from it's log file it seems to be synchronising to each of the three stratum 2 servers specified in the ntp.conf file.
25 Mar 18:27:02 ntpd[4542]: time reset +2.163491 s
25 Mar 18:33:08 ntpd[4542]: synchronized to 130.88.200.4, stratum 2
25 Mar 18:37:25 ntpd[4542]: synchronized to 130.88.200.6, stratum 2
25 Mar 18:42:59 ntpd[4542]: time reset +2.282097 s
25 Mar 18:49:21 ntpd[4542]: synchronized to 130.88.200.6, stratum 2
25 Mar 18:50:17 ntpd[4542]: synchronized to 130.159.196.118, stratum 2
25 Mar 18:55:57 ntpd[4542]: synchronized to 130.88.200.6, stratum 2
25 Mar 18:58:57 ntpd[4542]: time reset +2.147508 s
If I invoke ntpdate from another linux machine, that ntpdate reports that the stratum of the ntpd server is too high and won't use it.
transmit(192.168.175.8)
receive(192.168.175.8)
transmit(192.168.175.8)
receive(192.168.175.8)
transmit(192.168.175.8)
192.168.175.8: Server dropped: strata too high
server 192.168.175.8, port 123
stratum 16, precision -20, leap 11, trust 000
refid [192.168.175.8], delay 0.02577, dispersion 0.00000
transmitted 4, in filter 4
reference time: cf562778.a310c705 Thu, Mar 25 2010 18:18:32.636
originate timestamp: cf562cdd.048cbee3 Thu, Mar 25 2010 18:41:33.017
transmit timestamp: cf562cd0.56618ce2 Thu, Mar 25 2010 18:41:20.337
filter delay: 0.02579 0.02577 0.02579 0.02579
0.00000 0.00000 0.00000 0.00000
filter offset: 12.68024 12.68024 12.68024 12.68024
0.000000 0.000000 0.000000 0.000000
delay 0.02577, dispersion 0.00000
offset 12.680248
25 Mar 18:41:20 ntpdate[9683]: no server suitable for synchronization found
I have run ntpd on another platform with Slackware 12 (32bit) and never had any problems.
View 6 Replies
View Related