From Jim.Grisanzio at Sun.COM Tue Aug 18 01:26:26 2009 From: Jim.Grisanzio at Sun.COM (Jim Grisanzio) Date: Tue, 18 Aug 2009 17:26:26 +0900 Subject: [ug-shosug] [Fwd: [osol-announce] request2: Prepare your os.org content for migration to XWiki] Message-ID: <4A8A65B2.5070905@sun.com> hey ... just a reminder that the website content migrations are taking place now. Get involved with the info below. Thanks. -- Jim -------- Original Message -------- Subject: [osol-announce] request2: Prepare your os.org content for migration to XWiki Date: Mon, 17 Aug 2009 13:06:07 -0700 From: Michelle Olson To: opensolaris-announce at opensolaris.org Hi all, In five weeks (Sept. 14th) all content on opensolaris.org will be migrated to XWiki. To prepare your web pages for this migration, please check the second test migration here: http://hub.opensolaris.org/bin/view/Main/ If you find any problems, please refer to the tips and tricks for preparing your source here: http://opensolaris.org/os/community/web/restructuring/content_preparations/ Note: ALL content preparation work must take place on opensolaris.org. In response to the feedback, we'll try to perform additional migrations each week on Wednesdays and Fridays. To get notifications when the new migrations are available, please use the Watch menu in the top navigation to watch your pages or your spaces. Send questions to website-discuss at opensolaris.org or file bugs in defect.opensolaris.org under Development | Website component 'site-Xwiki'. The current list of known issues is here: http://defect.opensolaris.org/bz/buglist.cgi?quicksearch=site-xwiki Thanks in advance for your help to make this migration a success! Regards, Michelle Olson OpenSolaris.org Content PM _______________________________________________ opensolaris-announce mailing list opensolaris-announce at opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-announce -- http://blogs.sun.com/jimgris/ From aic.lab.sif at gmail.com Fri Aug 21 03:56:12 2009 From: aic.lab.sif at gmail.com (??) Date: Fri, 21 Aug 2009 03:56:12 PDT Subject: [ug-shosug] bug :zpool create allow member driver as the raw drive of full partition Message-ID: <862109717.221250852202073.JavaMail.Twebapp@sf-app1> IF you run solaris and opensolaris ?for example you my use c0t0d0 (for scsi disk) or c0d0 (for ide /SATA disk ) as the system disk. In default ,solaris x86 and opensolaris will use RAW driver : c0t0d0s0 (/dev/rdsk/c0t0d0s0) as the member driver of rpool. Infact, solaris2 partition can be more then one in each Hard Disk, so we also can use the RAW driver like : c0t0d0p1 (/dev/rdsk/c0t0d0p1) ,c0t0d0p2 (/dev/rdsk/c0t0d0p2) as the member driver to create a new zpool : Morpho at egoodbrac1:~# zpool create dpool raidz c0t0d0p1,c0t1d0,c0t2d0 This command can successful create a new raidz pool named dpool and c0t0d0p1 means the RAW drive of the first solaris2 partition of the system disk (c0t0d0),c0t1d0 and c0t2d0 is another 2 RAW disk. But ,If you understand , in logic the member driver of rpool c0t0d0s0 should same with c0t0d0p1s0 (p0 means the full disk ,and p1 means the first partition ), so c0t0d0s0 is the child of c0t0d0p1 ,if c0t0d0s0 already be the member drive of a zpool how we still can use " the father" c0t0d0p1 to create a new zpool? I tried it tow times in my PC and the VM on Virtualbox : IF you create 2 solaris2 fdisk partition on a disk ,you can use the second partition (as a raw partition) like c0t0d0p2 to be a member driver of new pool . But if you use the first partition of your system disk to be a member drive of other zpool ,it will make the grub load boot stage failed when you try reboot the system. If use c0t0d0p1 as a member driver of a zpool not make the grub failed,you can try destroy the new zpool you just create ,after the problem must be happen! the real test process is post on ixpub.net : http://home.ixpub.net/space.php?uid=10821989&do=blog&id=407468 Q.Ho 21/08/2009 11:52 GMT+1 -- This message posted from opensolaris.org