Re: [zfs-discuss] mirror rpool

2009-01-23 Thread mijenix
Richard Elling wrote:
 mijenix wrote:
 yes, that's the way zpool likes it

 I think I've to understand how (Open)Solaris create disks or how the 
 partition thing works under OSol. Do you know any guide or howto?
   
 
 We've tried to make sure the ZFS Admin Guide covers these things, including
 the procedure for mirroring the root pool by hand (Jumpstart can do it
 automatically :-)
 http://www.opensolaris.org/os/community/zfs/docs/zfsadmin.pdf
 
 If it does not meet your needs, please let us know.
 -- richard
 

ok, ok I posted a newbie question, I got it. Holy RTFM ;-)
Thanks for the links and suggestions.


___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] mirror rpool

2009-01-14 Thread mijenix
yes, that's the way zpool likes it

I think I've to understand how (Open)Solaris create disks or how 
the partition thing works under OSol. Do you know any guide or howto?
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] mirror rpool

2009-01-14 Thread JZ
thank you, at least the list is alive.

ok, let me provide some comments beyond IT, since the zpool likes it.

knowledge is power.
truth is knowledge.
one can only understand truth if one can handle truth.
and that is through learning, and reasoning.
when you possess enough knowledge, you will be able to handle the truth.
and any time before you possess enough knowledge, truth may not be handled 
correctly and it can be very counter-productive.

if you would like an universal guide of doing things, one guide has been 
around for a long time, and agreed by many folks.
it's called the Ten Commandments.
http://www.the-ten-commandments.org/the-ten-commandments.html

best,
z



- Original Message - 
From: mijenix mije...@gmx.ch
To: zfs-discuss@opensolaris.org
Sent: Wednesday, January 14, 2009 3:58 AM
Subject: Re: [zfs-discuss] mirror rpool


 yes, that's the way zpool likes it

 I think I've to understand how (Open)Solaris create disks or how
 the partition thing works under OSol. Do you know any guide or howto?
 -- 
 This message posted from opensolaris.org
 ___
 zfs-discuss mailing list
 zfs-discuss@opensolaris.org
 http://mail.opensolaris.org/mailman/listinfo/zfs-discuss 

___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] mirror rpool

2009-01-14 Thread Johan Hartzenberg
On Wed, Jan 14, 2009 at 10:58 AM, mijenix mije...@gmx.ch wrote:

 yes, that's the way zpool likes it

 I think I've to understand how (Open)Solaris create disks or how
 the partition thing works under OSol. Do you know any guide or howto?


http://initialprogramload.blogspot.com/2008/07/how-solaris-disk-device-names-work.html




-- 
Any sufficiently advanced technology is indistinguishable from magic.
   Arthur C. Clarke

My blog: http://initialprogramload.blogspot.com
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] mirror rpool

2009-01-14 Thread Richard Elling
mijenix wrote:
 yes, that's the way zpool likes it

 I think I've to understand how (Open)Solaris create disks or how 
 the partition thing works under OSol. Do you know any guide or howto?
   

We've tried to make sure the ZFS Admin Guide covers these things, including
the procedure for mirroring the root pool by hand (Jumpstart can do it
automatically :-)
http://www.opensolaris.org/os/community/zfs/docs/zfsadmin.pdf

If it does not meet your needs, please let us know.
 -- richard

___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] mirror rpool

2009-01-13 Thread mijenix
Hi

Host: VirtualBox 2.1.0 (WinXP SP3)
Guest: OSol 5.11snv_101b
IDE Primary Master: 10 GB, rpool
IDE Primary Slave: 10 GB, empty

format output:

AVAILABLE DISK SELECTIONS:
  0. c3d0 DEFAULT cyl 1302 alt 2 hd 255 sec 63
  /pci0,0/pci-...@1,1/i...@0/c...@0,0
  1. c3d1 drive unknown
  /pci0,0/pci-...@1,1/i...@0/c...@1,0

# ls -lah /dev/dsk/c3d1s0
lrwxrwxrwx 1 root root 50 2009-01-13 14:16 /dev/dsk/c3d1s0 - ../../devices 
p...@0,0/pci-...@1,1/i...@0/c...@1,0:a

# zpool attach -f rpool c3d0s0 c3d1s0
cannot open '/dev/dsk/c3d1s0': No such device or address

# zpool attach -f rpool c3d0 c3d1
cannot label 'c3d1': EFI labeled devices are not supported on root pools.

any ideas? I really don't know why format shows drive unknown

Thanks in advice
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] mirror rpool

2009-01-13 Thread Guido Glaus
Wanna give

# zpool attach -f rpool c3d0s0 c3d1p0 

...a try ?
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss