LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-20-2012, 08:48 PM   #76
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751

Couple of pages that go into RAID in detail with diagrams & calculations.
https://en.wikipedia.org/wiki/RAID
https://en.wikipedia.org/wiki/Standard_RAID_levels
 
Old 08-21-2012, 07:38 AM   #77
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chrism01 View Post
Couple of pages that go into RAID in detail with diagrams & calculations.
https://en.wikipedia.org/wiki/RAID
https://en.wikipedia.org/wiki/Standard_RAID_levels

Thanks!
 
Old 08-26-2012, 02:57 PM   #78
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
So, I'm having problems with the installation of Debian. I grabbed the "netinstall" CD and booted off that. I'm going through the standard setup procedure, and it is allowing me to setup my RAID configuration now, but I'm having trouble getting the /home partition assigned to one of the hardrives..

basically, the "automatic" install wants to split the partitions like this...

60GB HDD = /home, /usr, /var, /tmp (no mention of the /etc, but it does create the /swap without mentioning it)
750GB HDD = ? (I can use as "physical volume for RAID" but I'm not sure if only or both 750GBs are too be set at that?)
750GB HDD = ?

Should I be doing this through the command line? lol... I'm trying to go off the instructions on their website. This is the page I'm using for the RAID setup... http://www.debian.org/releases/stabl...ml.en#di-setup

I'm also not sure if I should be setting up the other partitions first before assigning /home to the 750GB...
 
Old 08-26-2012, 03:31 PM   #79
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
My recommendation is to ignore the 750GB drives entirely during installation. Install everything on the 60GB, setting up all of your partitions as you want them (except for /home, leave that on /). Wait to set up the RAID 1 until the installation is complete. You'll have a lot more flexibility to get the RAID up and running when you're in the actual OS versus at the installation command line.

Once you get the OS installed and running, set up the RAID. Once you get the RAID up and running and mounted somewhere (eg: /mnt/raid/), log out all users, use Ctrl+Alt+F1-7 to switch to a terminal, log in as root, rsync your /home/ directory onto the RAID, move your /home/ directory to a backup (eg: /home.bak), mount your RAID to /home via /etc/fstab, then switch back to the GUI, log in as a regular user and make sure everything works. Once you're sure it does, remove /home.bak and you should be good to go.
 
Old 08-26-2012, 03:34 PM   #80
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
what about partition sizes then? I need to either fill in my GB amounts for each partition I create manually, or they will automatically create the disk amount giving the /home directory most of the disk space. Although I'll be moving the /home directory...

---------- Post added 08-26-12 at 04:35 PM ----------

Quote:
Originally Posted by suicidaleggroll View Post
My recommendation is to ignore the 750GB drives entirely during installation. Install everything on the 60GB, setting up all of your partitions as you want them (except for /home, leave that on /). Wait to set up the RAID 1 until the installation is complete. You'll have a lot more flexibility to get the RAID up and running when you're in the actual OS versus at the installation command line.

Once you get the OS installed and running, set up the RAID. Once you get the RAID up and running and mounted somewhere (eg: /mnt/raid/), log out all users, use Ctrl+Alt+F1-7 to switch to a terminal, log in as root, rsync your /home/ directory onto the RAID, move your /home/ directory to a backup (eg: /home.bak), mount your RAID to /home via /etc/fstab, then switch back to the GUI, log in as a regular user and make sure everything works. Once you're sure it does, remove /home.bak and you should be good to go.
Any suggestions on a good tutorial for this? haha
 
Old 08-26-2012, 05:52 PM   #81
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Remember that you don't HAVE to create multiple mount pts; you could just put everything under '/' and then move /home as shown by suicidaleggroll.
That leaves maximum flexibility for disk usage on the 60GB; it will be shared by all the system except whatever you put on the 750GB RAID.
If you're paranoid about /var (logs) filling up, give that a separate partition.
Other than that, on a home system, you don't really need to bother... I do recommend a swap partition though.
 
Old 08-26-2012, 06:37 PM   #82
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by Aunnix View Post
Any suggestions on a good tutorial for this? haha
Not that I know of, but it's pretty straight forward. Basically you're just transferring the contents of /home onto the RAID, then swapping the RAID in its place. You just want to make sure no regular users are logged in at the time so none of the files in /home are in use. The root user's home directory is in /root/, so any maintenance you want on /home can be done from the root account without negative consequences (since root's home directory is not located in /home/).

I do this all the time when setting up a system using a hardware RAID controller. A lot of hardware RAID controllers aren't recognized by the kernel, so it's infinitely easier to just set up the OS normally, then install the RAID driver, get the array up and running, then swap out whatever directory you want to put on the RAID...rather than doing everything during the OS install.

Something like this should do the trick (assuming the RAID is /dev/md127, and you've already logged out as any regular user and logged into one of the Ctrl+Alt+F# TTYs as root):
Code:
mkdir -p /mnt/raid
mount /dev/md127 /mnt/raid
rsync -a /home/ /mnt/raid/
mv /home /home.bak
mkdir /home
umount /dev/md127
mount /dev/md127 /home
If everything look kosher in /home, you'd want to add the md127 mount to /etc/fstab, then run:
Code:
umount /dev/md127
mount -a
and re-check /home to make sure everything looks good.

Finally, you should reboot the system to make sure everything comes up like normal.

Last edited by suicidaleggroll; 08-26-2012 at 06:38 PM.
 
Old 08-27-2012, 03:46 AM   #83
sjreilly
Member
 
Registered: Oct 2007
Location: Edinburgh, Scotland
Distribution: Debian, CentOS, RHEL, Mint, Ubuntu
Posts: 79

Rep: Reputation: 15
Quote:
Originally Posted by Aunnix View Post
So, I'm having problems with the installation of Debian. I grabbed the "netinstall" CD and booted off that. I'm going through the standard setup procedure, and it is allowing me to setup my RAID configuration now, but I'm having trouble getting the /home partition assigned to one of the hardrives..

basically, the "automatic" install wants to split the partitions like this...

60GB HDD = /home, /usr, /var, /tmp (no mention of the /etc, but it does create the /swap without mentioning it)
750GB HDD = ? (I can use as "physical volume for RAID" but I'm not sure if only or both 750GBs are too be set at that?)
750GB HDD = ?

Should I be doing this through the command line? lol... I'm trying to go off the instructions on their website. This is the page I'm using for the RAID setup... http://www.debian.org/releases/stabl...ml.en#di-setup

I'm also not sure if I should be setting up the other partitions first before assigning /home to the 750GB...
Instead of selecting the Automatic partitioning you may find it better to boot from a Parted Magic CD (using the Parted Magic GUI) and create your partition that way prior to trying to install with the Debian CD (the partitioning tool can be a bit daunting if you have not used this before)

Last edited by sjreilly; 08-27-2012 at 03:47 AM.
 
Old 08-27-2012, 08:15 AM   #84
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chrism01 View Post
Remember that you don't HAVE to create multiple mount pts; you could just put everything under '/' and then move /home as shown by suicidaleggroll.
That leaves maximum flexibility for disk usage on the 60GB; it will be shared by all the system except whatever you put on the 750GB RAID.
If you're paranoid about /var (logs) filling up, give that a separate partition.
Other than that, on a home system, you don't really need to bother... I do recommend a swap partition though.

I knew I could leave them mounted together, but if I mounted them separately I thought maybe the system would perform better. I also thought it would make access easier if I ever needed to go through the files in that directory/partition. Would this be correct?
 
Old 08-27-2012, 08:29 AM   #85
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by suicidaleggroll View Post
Not that I know of, but it's pretty straight forward. Basically you're just transferring the contents of /home onto the RAID, then swapping the RAID in its place. You just want to make sure no regular users are logged in at the time so none of the files in /home are in use. The root user's home directory is in /root/, so any maintenance you want on /home can be done from the root account without negative consequences (since root's home directory is not located in /home/).

I do this all the time when setting up a system using a hardware RAID controller. A lot of hardware RAID controllers aren't recognized by the kernel, so it's infinitely easier to just set up the OS normally, then install the RAID driver, get the array up and running, then swap out whatever directory you want to put on the RAID...rather than doing everything during the OS install.

Something like this should do the trick (assuming the RAID is /dev/md127, and you've already logged out as any regular user and logged into one of the Ctrl+Alt+F# TTYs as root):
Code:
mkdir -p /mnt/raid
mount /dev/md127 /mnt/raid
rsync -a /home/ /mnt/raid/
mv /home /home.bak
mkdir /home
umount /dev/md127
mount /dev/md127 /home
If everything look kosher in /home, you'd want to add the md127 mount to /etc/fstab, then run:
Code:
umount /dev/md127
mount -a
and re-check /home to make sure everything looks good.

Finally, you should reboot the system to make sure everything comes up like normal.

Makes sense. I'd rather do it this way because it allows me to nit pick through the packages I want to run on the server. The CD installation basically tries to configure all of this stuff for me. I also figured installing the packages one by one would help me to learn and familiarize myself with a linux environment.

My problem with the installation manual on the Debian.org website is that it seems to be catered to the people who want a simple OS and are using the "regular or graphical" install methods. It's for the people who just want to run through the setup and learn nothing about the system (like windows, lol). It doesn't seem to go into much detail about installing the OS with multiple HDDs, RAID, or manually partitioning the HDD(s).


Also, there is currently no (and has never been) data on the 750GB HDDs. So, I'm not sure what I'd be backing up when moving the /home partition to the RAID setup. So will the backup still be necessary?

Last edited by Aunnix; 08-27-2012 at 08:32 AM.
 
Old 08-27-2012, 08:35 AM   #86
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Also, the installation CD asks me to "configure my network" and when it asks for a name it has "debian" typed in already. I assumed this wouldn't be a big deal to change as it will be the name that appears on my home network. What confuses me, is it asks for a domain name. I don't have one (yet) and I don't want to just make one up because if it cannot be changed later, I can't know that domain name will be available later once I get the server running.

Also, it automatically enters "wowway.com" (my ISP) as the domain name. Should I just leave it? The installation manual seems to completely skip this step.
 
Old 08-27-2012, 10:28 AM   #87
sjreilly
Member
 
Registered: Oct 2007
Location: Edinburgh, Scotland
Distribution: Debian, CentOS, RHEL, Mint, Ubuntu
Posts: 79

Rep: Reputation: 15
Quote:
Originally Posted by Aunnix View Post
Also, the installation CD asks me to "configure my network" and when it asks for a name it has "debian" typed in already. I assumed this wouldn't be a big deal to change as it will be the name that appears on my home network. What confuses me, is it asks for a domain name. I don't have one (yet) and I don't want to just make one up because if it cannot be changed later, I can't know that domain name will be available later once I get the server running.

Also, it automatically enters "wowway.com" (my ISP) as the domain name. Should I just leave it? The installation manual seems to completely skip this step.
You can leave the domain blank, and you can give the machine any name you want to instead of "debian" - during installation or after.
 
Old 08-27-2012, 10:32 AM   #88
sjreilly
Member
 
Registered: Oct 2007
Location: Edinburgh, Scotland
Distribution: Debian, CentOS, RHEL, Mint, Ubuntu
Posts: 79

Rep: Reputation: 15
Quote:
Originally Posted by Aunnix View Post
Makes sense. I'd rather do it this way because it allows me to nit pick through the packages I want to run on the server. The CD installation basically tries to configure all of this stuff for me. I also figured installing the packages one by one would help me to learn and familiarize myself with a linux environment.

My problem with the installation manual on the Debian.org website is that it seems to be catered to the people who want a simple OS and are using the "regular or graphical" install methods. It's for the people who just want to run through the setup and learn nothing about the system (like windows, lol). It doesn't seem to go into much detail about installing the OS with multiple HDDs, RAID, or manually partitioning the HDD(s).


Also, there is currently no (and has never been) data on the 750GB HDDs. So, I'm not sure what I'd be backing up when moving the /home partition to the RAID setup. So will the backup still be necessary?
The reason is that during the installation you will be asked to create a user account. That users configuration files will go into /home/aunnix (for example). So, in order that user aunnix can log in after the RAID is in place those configuration files must be copied to the new /home/aunnix (ie the one on the RAID disks)
 
Old 08-27-2012, 10:41 AM   #89
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sjreilly View Post
The reason is that during the installation you will be asked to create a user account. That users configuration files will go into /home/aunnix (for example). So, in order that user aunnix can log in after the RAID is in place those configuration files must be copied to the new /home/aunnix (ie the one on the RAID disks)
Ok. I didn't actually think about there being "system (configuration)" files on the home partition once it is created. For the user name, I basically want all data saved to the one "account." So, would I be able to get by with naming it "all" (or something) and then just accessing the /home/all directory when manipulating files?
 
Old 08-27-2012, 10:47 AM   #90
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sjreilly View Post
You can leave the domain blank, and you can give the machine any name you want to instead of "debian" - during installation or after.

This is good to know.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Easy way to Build FTP server in Ubuntu Server 12.04 LXer Syndicated Linux News 0 05-29-2012 08:10 AM
jenkins continuous build server not starting application userbrian Programming 2 03-31-2012 02:12 PM
Starting to build a cluster martins48 Linux - Software 4 10-21-2011 05:33 PM
Building my first home server - atom based router/file server build need advice mothergoose729 Linux - Networking 5 03-23-2010 03:19 AM
starting xprogram without starting X server. bruse Linux - Newbie 9 04-26-2005 07:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration