[CentOS] SOLVED: Centos6 Installer can handle 3TB Disks with little prepare.

2012-01-12 Thread Marko Weber

Hi List,
yesterday i tried to install CentOS6 on Server bei Hetzner.de
I noticed that Anaconda Installer is not possible to handle the 3TB 
Disks in Server
when u try to Partition them.

U can do only 3 normal partitions
or
u can do only 3 raid partitions,

the SOLUTION is:

Before U install Centos6 on the new naked server:

a) Start Server in Rescue mode
b) parted /dev/sda
c) mklabel gpt  ( Answer YES, you will do new disk label )
d) print  ( look that all is fine? )
e) parted /dev/sdb
f) mklabel gpt  ( Answer YES, you will do new disk label )
g) print ( Answer YES, you will do new disk label )
h) q ( for quit )

Now go back to Hetzner Customer Menu, and activate VNC INSTALL Centos6 
English 64 Bit

Voila! now at the Part of Partitioning u say "CUSTOM LAYOUT" and you 
can do your own Layout as you like.

Maybe this helps other ppl too.


Marko ( from cloudy stormy rainy Hamburg Harbour )



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] with Centos6 i cant Partition on 3TB Disks, problem

2012-01-11 Thread Marko Weber

Hello List,

i try to install Centos 6 on a Server with 2x 3TB Disks.
When anaconda is showing up the disk partitioner i cant
do more then 3 "normal Partitions" or more then 3 "Raid Partitions".

Even when u choose that each partition is 200mb, u cant do more then
3 "normal" or "raid" partitions.

is this a bug of anaconda installer?

thanks

marko

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Install Centos on remote machine?

2011-10-12 Thread Marko Weber

hello ,
i have to an remote server contact via rescue console.
How can i install centos there without any image or cd?

with gentoo i untar a stage3 tarball and latest portage , baking kernel 
- go! (shortversion)

but how to do this with centos?
i gooled last hour but only find howtos with cd / dvd.

the remote server i can only contact via kvm or rescue console.

any ideas?

marko

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 6.0 , DRBD

2011-10-12 Thread Marko Weber

Hi Ljubomir,

i am completely confused now.
With elrepo u dont mean "epel.repo" or?
How do i enable this "elrepo" in Centos?

marko




Am 12.10.2011 12:16, schrieb Ljubomir Ljubojevic:
> Vreme: 10/12/2011 07:10 AM, Karanbir Singh piše:
>> Hi,
>>
>> On 10/11/2011 06:23 PM, Ljubomir Ljubojevic wrote:
>>> I do not have to read it (although I understood you the first 
>>> time). My
>>
>> its strange then you feel compelled to comment on something without
>> making an effort to even see what the other person is talking about.
>>
>>> production server is not going to be a ginipig for developers. And 
>>> I, so
>>> far, rebuilt over 100 packages including newer Qt for C6.
>>
>> people with the idea of a 'production' setup usually also understand 
>> the
>> idea of 'devel' and 'testing'. People who dont have an idea of
>> 'production' dont need to care about or are already isolated from
>> needing to care about 'devel' and 'testing', isnt it ?
>>
>> Just saying.
>>
>> - KB
>
> Joseph's post was:
>
> Yeah, but generate rpm's for final installation, its trivial.
> http://www.drbd.org/users-guide-emb/s-build-rpm.html
>
> End of the link says Build Rpm. So, install building tools and
> environment, and kernel-devel on the production system (5 years ago I
> was thought that it is not wise to do so), and compile it against 
> your
> kernel.
> And there is already built and tested "kmod-" module from ELRepo.
>
> Just so I can answer you (all), I visited that web page and read 
> following:
> "Note that any kernel upgrade will require you to generate a new 
> drbd-km
> package to match the new kernel."
>
> So, my assumption that kernel upgrade without rebuilding the module
> would brake his production server was correct.
>
> I used to use madwifi-kmdl kernel modules for my Atheros wireless 
> radio
> card, and each time I upgraded kernel I had to upgrade/install new
> module also. Very tiresome.
>
> Then I studied kmdl vs kmod packages and learned that kmod packages 
> do
> not need any recompilation after kernel upgrade. They use 
> "weak-update"
> model (essentially symlinks) as long as new kernel has same ABI as
> previous ones. Install process of new kernel checks kernel modules of
> currently installed kernels and symlinks them, avoiding need for
> building them or installing new packages (hoping they are already
> available). I was delighted when I saw that ELRepo developers use 
> kmod
> model, no more messing with kernel modules.
>
> That is why I suggested using ELRepo kernel module package instead of
> self-built one. Only reason I can see in building your own module is 
> to
> use those other packages (like drbd-heartbeat).
>
> I hope this finally clears up what I tried to say:
>
> 1. Joseph's link clearly stated it was for self building the rpm(s) 
> so I
> did not need to visit the link to know what is on the page.
>
> 2. Developers of kernel module packages rarely use kmod approach in 
> fear
> people will mess it up (like installing vanila kernel on CentOS 
> sistem
> and still calling it CentOS,...). Ubuntu and Arch users especially 
> have
> this problem, so it is safer to build for each new kernel.
>
> 3. Kernel module re-packagers from ELRepo have luxury of safely 
> offering
> kmod packages for EL kernels, and I believe this is safest and best
> approach.
>
>
> --
>
> Ljubomir Ljubojevic
> (Love is in the Air)
> PL Computers
> Serbia, Europe
>
> Google is the Mother, Google is the Father, and traceroute is your
> trusty Spiderman...
> StarOS, Mikrotik and CentOS/RHEL/Linux consultant
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [SPAM] Re: Centos 6.0 , DRBD

2011-10-12 Thread Marko Weber

Hello Joesph,

i am a gentoo child.
So, do i have to download latest drbd source package,
then untar , and do this =

{ If you are about to build RPMs for both the DRBD userspace utilities 
and the kernel module, use: }

$ ./configure --enable-spec --with-km
$ make tgz
$ cp drbd*.tar.gz `rpm -E _sourcedir`
$ rpmbuild -bb drbd.spec
$ rpmbuild -bb drbd-kernel.spec



This would be right way for me?

And waht do i have to do on updates=? Same Procedure?



Am 11.10.2011 19:47, schrieb Joseph L. Casale:
>>Each thing you install by hand brake this.
>
> Did you actually read my post and the link?
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 6.0 , DRBD

2011-10-11 Thread Marko Weber
Thanks Joseph,

my thought ideas behind was, i like to maintenance systems via package 
manager.
Each thing you install by hand brake this.
But it sounds okay for me.

Thank you.

marko (from rainy Hamburg)



Am 11.10.2011 12:22, schrieb Joseph L. Casale:
>>Do i have to compile by hand?
>
> Yeah, but generate rpm's for final installation, its trivial.
> http://www.drbd.org/users-guide-emb/s-build-rpm.html
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Centos 6.0 , DRBD

2011-10-11 Thread Marko Weber
Hello List,

i am new to Centos and did my first install on a server.
I got it working that also looks inzo the epel repositorie.

Now i want to install DRBD. But yum search drbd returns me only a 
package i dont need.

Do i have to enable the epel-test repo to get itß
But test sounds not stable for me and we switched to centos for 
stability.

anyone here can help me or give me any hints on drbd on centos 6?

Do i have to compile by hand?

marko

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos