Re: RAID question

2012-07-31 Thread F Bax
Hi Fredrik:

Are you referring to BIGMEM or something else?  Is BIGMEM still disabled by
default in 5.x releases?

http://daemonforums.com/showthread.php?t=5859



On Mon, Jul 30, 2012 at 2:15 PM, Fredrik Ludl  wrote:

>   Classic problem.
> Just like forgetting to enable 64- bits operation.
>
>
>  *From:* F Bax 
> *Sent:* Monday, July 30, 2012 5:48 PM
> *To:* openbsd-newbies@sfobug.theapt.org
> *Subject:* Re: RAID question
>
>
> Doh!  Thanks.
>
> On Mon, Jul 30, 2012 at 10:09 AM, Peter Hessler wrote:
>
>> Based on this dmesg, you haven't enabled the raid feature, or you are
>> plugged into the wrong ports.  This is plain ahci, which is non-raided.
>>
>>
>> On 2012 Jul 30 (Mon) at 09:48:36 -0400 (-0400), F Bax wrote:
>> :Should RAID work out-of-the-box?  I have a new ASUS P8Z77-M motherboard
>>  :with hardware raid.
>> :After installing OpenBSD; I power down; then disconnect one of the two
>> :drives.
>> :One drive comes up fine; the other reports "No O/S".  dmesg available at:
>> :http://www.gallery.bax.on.ca/dmesg-P8Z77-M.boot
>>
>>
>>
>> --
>> Hardware, n.:
>> The parts of a computer system that can be kicked.
>>
>
>  --
> ___
> Openbsd-newbies mailing list
> Openbsd-newbies@sfobug.theapt.org
> http://mailman.theapt.org/listinfo/openbsd-newbies
>
>
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


Re: 8G RAM on 32 bits

2012-07-31 Thread Pau
Thanks...

I am downloading a recent snapshot and will try to do a clean install
with the amd64.

I will keep you posted.

Cheers,

Pau

On Tue, Jul 31, 2012 at 12:17 PM, Peter Hessler  wrote:
> All i7's are 64bit compatible.
>
> If you can try a new kernel (bsd.rd should be enough), then you can try
> it out and see if it boots.
>
> If it does boot, it is highly recommended to do a clean install.  While
> it is possible to upgrade from i386 to amd64 this is not recommended as
> it is easy to miss some bits and add some problems to your system.
>
>
> On 2012 Jul 31 (Tue) at 12:04:26 +0200 (+0200), Pau wrote:
> :Hi,
> :
> :thanks for the answer.
> :
> :This is a Sandybridge Mobile "Intel® Core™ i7-2640M CPU @ 2.80GHz × 4 "
> :
> :How can I find out whether this is 64 bit-capable?
> :
> :I have googled but not very successfully... I am afraid I am also
> :newbie in the tech jargon...
> :
> :Pau
> :
> :On Mon, Jul 30, 2012 at 10:09 PM, Mike Erdely  wrote:
> :> On Mon, Jul 30, 2012 at 3:35 PM, Pau  wrote:
> :>> I thought the same and downloaded the amd64 CD and tried to install it
> :>> but it would not boot. In my ignorance I supposed that it would be
> :>> impossible for a 32 bits CPU to do that, so I threw away the CD.
> :>
> :> More than likely, that means your CPU is 32-bit.  But, you could post
> :> a dmesg(8) if you didn't think you could figure that out and someone
> :> else could tell you if you have a 64-bit capable CPU.
> :>
> :> -ME
> :___
> :Openbsd-newbies mailing list
> :Openbsd-newbies@sfobug.theapt.org
> :http://mailman.theapt.org/listinfo/openbsd-newbies
> :
>
> --
> Q:  Do you know what the death rate around here is?
> A:  One per person.
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


Re: RAID question

2012-07-31 Thread Stuart Henderson
On 2012/07/31 09:33, F Bax wrote:
> Stuart:  I think you're right (not hardware RAID).
> 
> http://ca.asus.com/en/Motherboards/Intel_Socket_1155/P8Z77M/#download
> 
> The download page for P8Z77M motherboard includes:
> 
> Intel(R) Rapid Storage Technology Driver Software V11.1.0.1006 for
> Windows XP/7 32bit & 64bit.(WHQL)
> Intel(R) AHCI/RAID Driver for Windows XP/7 32bit & 64bit.
> 
> This certainly suggests that a driver is required for RAID.  After
> getting RAID setup in BIOS; I boot from USB-connected (Samsung) drive
> and do not see drives in dmesg.
> 
> BIOS:  http://www.gallery.bax.on.ca/IMG-20120731-00835.jpg
> 
> dmesg: http://www.gallery.bax.on.ca/dmesg-P8Z77M-RAID.boot
> 
> This dmesg is from i386; shall I expect the same result from amd64?  I
> will try that later today.

Yes, I expect the same result from amd64.

> Does your "not compatible" statement mean that I will need to boot from
> a small non-RAID partition?

It means you won't be able to use the disks at all while they're
still set in RAID mode in the BIOS, you need to have the BIOS present
them as standard disks (preferably AHCI).

> The you provided seems to imply this is not needed ("the amd64
> kernel allows booting directly from a softraid array.").

Correct, with amd64 you can boot from RAID1 without an extra
non-RAID partition. It certainly works in -current, I'm fairly
sure it works in 5.1, but quite possibly not in 5.0.

___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


Re: RAID question

2012-07-31 Thread F Bax
Stuart:  I think you're right (not hardware RAID).

http://ca.asus.com/en/Motherboards/Intel_Socket_1155/P8Z77M/#download

The download page for P8Z77M motherboard includes:

Intel(R) Rapid Storage Technology Driver Software V11.1.0.1006 for Windows
XP/7 32bit & 64bit.(WHQL)
Intel(R) AHCI/RAID Driver for Windows XP/7 32bit & 64bit.
This certainly suggests that a driver is required for RAID.  After getting
RAID setup in BIOS; I boot from USB-connected (Samsung) drive and do not
see drives in dmesg.

BIOS:  http://www.gallery.bax.on.ca/IMG-20120731-00835.jpg

dmesg: http://www.gallery.bax.on.ca/dmesg-P8Z77M-RAID.boot

This dmesg is from i386; shall I expect the same result from amd64?  I will
try that later today.

Does your "not compatible" statement mean that I will need to boot from a
small non-RAID partition?  The you provided seems to imply this is not
needed ("*the amd64 kernel allows booting directly from a softraid array.*
").




On Mon, Jul 30, 2012 at 7:37 PM, Stuart Henderson wrote:

> On 2012-07-30, Peter Hessler  wrote:
> > Based on this dmesg, you haven't enabled the raid feature, or you are
> > plugged into the wrong ports.  This is plain ahci, which is non-raided.
>
> I would not expect the RAID on this box to be a hardware raid controller,
> rather a BIOS-assisted boot for software RAID (which is not compatible with
> OpenBSD's software RAID).
>
> Probably better to have any on-board RAID disabled and use native
> softraid(4).
> It *is* possible to install directly onto RAID and boot from this on
> OpenBSD/amd64, the installation script doesn't help with this, but there
> are some notes at
>
> http://spiritedblowfish.wordpress.com/2012/07/19/installing-openbsd-5-1-amd64-using-softraid/
> which should help.
>
> Older articles e.g.
> http://www.undeadly.org/cgi?action=article&sid=20111002154251
> were written before amd64 started supporting direct installation to
> softraid partitions, so they use an extra partition holding the boot
> loader and kernel (which is annoying to keep in-sync). If you're using
> i386 you will still need to follow this method.
>
>
>
>
> ___
> Openbsd-newbies mailing list
> Openbsd-newbies@sfobug.theapt.org
> http://mailman.theapt.org/listinfo/openbsd-newbies
>
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


Re: 8G RAM on 32 bits

2012-07-31 Thread Peter Hessler
All i7's are 64bit compatible.

If you can try a new kernel (bsd.rd should be enough), then you can try
it out and see if it boots.

If it does boot, it is highly recommended to do a clean install.  While
it is possible to upgrade from i386 to amd64 this is not recommended as
it is easy to miss some bits and add some problems to your system.


On 2012 Jul 31 (Tue) at 12:04:26 +0200 (+0200), Pau wrote:
:Hi,
:
:thanks for the answer.
:
:This is a Sandybridge Mobile "Intel® Core™ i7-2640M CPU @ 2.80GHz × 4 "
:
:How can I find out whether this is 64 bit-capable?
:
:I have googled but not very successfully... I am afraid I am also
:newbie in the tech jargon...
:
:Pau
:
:On Mon, Jul 30, 2012 at 10:09 PM, Mike Erdely  wrote:
:> On Mon, Jul 30, 2012 at 3:35 PM, Pau  wrote:
:>> I thought the same and downloaded the amd64 CD and tried to install it
:>> but it would not boot. In my ignorance I supposed that it would be
:>> impossible for a 32 bits CPU to do that, so I threw away the CD.
:>
:> More than likely, that means your CPU is 32-bit.  But, you could post
:> a dmesg(8) if you didn't think you could figure that out and someone
:> else could tell you if you have a 64-bit capable CPU.
:>
:> -ME
:___
:Openbsd-newbies mailing list
:Openbsd-newbies@sfobug.theapt.org
:http://mailman.theapt.org/listinfo/openbsd-newbies
:

-- 
Q:  Do you know what the death rate around here is?
A:  One per person.
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


Re: 8G RAM on 32 bits

2012-07-31 Thread Pau
Hi,

thanks for the answer.

This is a Sandybridge Mobile "Intel® Core™ i7-2640M CPU @ 2.80GHz × 4 "

How can I find out whether this is 64 bit-capable?

I have googled but not very successfully... I am afraid I am also
newbie in the tech jargon...

Pau

On Mon, Jul 30, 2012 at 10:09 PM, Mike Erdely  wrote:
> On Mon, Jul 30, 2012 at 3:35 PM, Pau  wrote:
>> I thought the same and downloaded the amd64 CD and tried to install it
>> but it would not boot. In my ignorance I supposed that it would be
>> impossible for a 32 bits CPU to do that, so I threw away the CD.
>
> More than likely, that means your CPU is 32-bit.  But, you could post
> a dmesg(8) if you didn't think you could figure that out and someone
> else could tell you if you have a 64-bit capable CPU.
>
> -ME
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies