Adil BOYUN
2011-Nov-21 11:50 UTC
[CentOS] CentOS 6 x64 - Changing /var folder to raid 1 disk after install
Hello, I have fresh install CentOS 6 x64 running on my server. I have a raid 1 drive 3 tb ready to be mounted. I want to mount this as var folder, could achive this but after reboot, server didn't start, maybe i had problem with command cp -rf. Is this possible to do in a proper manner, with what commands? I used rsync and diff game me like 10+ output. Best regards
Reindl Harald
2011-Nov-21 12:08 UTC
[CentOS] CentOS 6 x64 - Changing /var folder to raid 1 disk after install
Am 21.11.2011 12:50, schrieb Adil BOYUN:> Hello, > > I have fresh install CentOS 6 x64 running on my server. I have a raid > 1 drive 3 tb ready to be mounted. I want to mount this as var folder, > could achive this but after reboot, server didn't start, maybe i had > problem with command cp -rf. > > Is this possible to do in a proper manner, with what commands? > I used rsync and diff game me like 10+ output.well as long /var is containing "/var/lib" and "/var/cache" than more applications / services are running more possible changes you will get while the sync is running i would boot the machine with a live-cd and finalize these changes there on the other hand i would NOT move the whole /var to an own partition normally "/var/cache" and "/var/log" two own partitions or if it is a virtual machine in two different virtual disks should be enough to prevent fill the root-fs and the different disks makes it much easier resize/replace them if needed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20111121/1ceb3af6/attachment.sig>
Adil BOYUN
2011-Nov-21 12:18 UTC
[CentOS] CentOS 6 x64 - Changing /var folder to raid 1 disk after install
Hello, Thanks for your answer. Thing is, I will install plesk on this server and what i imagined was to make document root for vhosts to be on different drive. On one of servers, i made vhost.conf file and changed document root, and later had problems with cgi-bin folder etc. Thought like, since changing document root with plesk is kinda pain for my experience, what can i configure to have my websites, and later added domains run with no problem? Linux is installed on sda 120 gb ssd disk, raid one drive ready to be mounted at /dev/md0 3 tb free disk. Best regards 2011/11/21 Reindl Harald <h.reindl at thelounge.net>:> > > Am 21.11.2011 12:50, schrieb Adil BOYUN: >> Hello, >> >> I have fresh install CentOS 6 x64 running on my server. I have a raid >> 1 drive 3 tb ready to be mounted. I want to mount this as var folder, >> could achive this but after reboot, server didn't start, maybe i had >> problem with command cp -rf. >> >> Is this possible to do in a proper manner, with what commands? >> I used rsync and diff game me like 10+ output. > > well as long /var is containing "/var/lib" and "/var/cache" than more > applications / services are running more possible changes you will get > while the sync is running > > i would boot the machine with a live-cd and finalize these changes there > on the other hand i would NOT move the whole /var to an own partition > > normally "/var/cache" and "/var/log" two own partitions or if it is > a virtual machine in two different virtual disks should be enough > to prevent fill the root-fs and the different disks makes it much > easier resize/replace them if needed > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos
Kahlil Hodgson
2011-Nov-21 22:19 UTC
[CentOS] CentOS 6 x64 - Changing /var folder to raid 1 disk after install
On 21/11/11 22:50, Adil BOYUN wrote:> I have fresh install CentOS 6 x64 running on my server. I have a raid > 1 drive 3 tb ready to be mounted. I want to mount this as var folder, > could achive this but after reboot, server didn't start, maybe i had > problem with command cp -rf. > > Is this possible to do in a proper manner, with what commands? > I used rsync and diff game me like 10+ output.If this is a fresh install, I gather selinux is enabled, so the above approach is likely to have issues: many files/dirs under /var have special selinux contexts. I'd normaly use something like rsync -aX /var/ /mnt/new_raid_array/ (the -X option preserves selinux contexts and note the trailing slashes) Hope this helps. K -- Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd (w) +61 (0) 3 9008 5281 Suite 1005 401 Docklands Drive Docklands VIC 3008 Australia "All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1925