The man page gives this form: zpool create [-fn] [-R root] [-m mountpoint] pool vdev ... however, lower down, there is this command: # zpool create mirror c0t0d0 c0t1d0 mirror c1t0d0 c1t1d0 Isn''t the "pool" element missing in the command? This message posted from opensolaris.org
On Fri, 2007-12-07 at 08:02 -0800, jonathan soons wrote:> The man page gives this form: > zpool create [-fn] [-R root] [-m mountpoint] pool vdev ... > however, lower down, there is this command: > # zpool create mirror c0t0d0 c0t1d0 mirror c1t0d0 c1t1d0 > Isn''t the "pool" element missing in the command?In the command you pasted above yes, however, looking at the man pages I have, I see the correct command line. What OS and rev was this from?> > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss-- Mike Dotson
Jonathan, I think I remember seeing this error in an older Solaris release. The current zpool.1m man page doesn''t have this error unless I''m missing it: http://docs.sun.com/app/docs/doc/819-2240/zpool-1m In a current Solaris release, this command fails as expected: # zpool create mirror c0t2d0 c0t4d0 cannot create ''mirror'': name is reserved pool name may have been omitted mirror is reserved as described on page 39 of the ZFS Admin Guide, here: http://opensolaris.org/os/community/zfs/docs/zfsadmin.pdf Cindy jonathan soons wrote:> The man page gives this form: > zpool create [-fn] [-R root] [-m mountpoint] pool vdev ... > however, lower down, there is this command: > # zpool create mirror c0t0d0 c0t1d0 mirror c1t0d0 c1t1d0 > Isn''t the "pool" element missing in the command? > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
SunOS 5.10 Last change: 25 Apr 2006 Yes, I see that my other server is more up to date. SunOS 5.10 Last change: 13 Feb 2007 This one was recently installed. Is there a patch that was not included with 10_Recommended? This message posted from opensolaris.org
On Fri, 2007-12-07 at 08:24 -0800, jonathan soons wrote:> SunOS 5.10 Last change: 25 Apr 2006 > > Yes, I see that my other server is more up to date. > > SunOS 5.10 Last change: 13 Feb 2007 > This one was recently installed.What OS rev? (more /etc/release) I don''t have any systems later than update 3 patched to January 2007 and have the correct man page. Looks like perhaps bug 6419899 which was fixed in patch 119246-16 and 119246-21 was released on 11-DEC-2006 and included in Solaris 10 11/06 (update 3). Latest is rev 27 of patch 119246.> > Is there a patch that was not included with 10_Recommended? > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss-- Thanks... Mike Dotson Area System Support Engineer - ACS West Phone: (503) 343-5157 Mike.Dotson at Sun.Com
mis _HOLD_ # cat /etc/release Solaris 10 6/06 s10s_u2wos_09a SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 09 June 2006 mis _HOLD_ # This message posted from opensolaris.org