Displaying 2 results from an estimated 2 matches for "c0t0d0p2".
Did you mean:
c0t0d0p1
2009 Aug 21
0
bug :zpool create allow member driver as the raw drive of full partition
...de /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),c0t...
2005 Oct 26
1
Error message with fbt::copen:entry probe
All,
The attached script is causing the following error message ...
bash-3.00# ./zmon_bug.d
dtrace: error on enabled probe ID 2 (ID 4394: fbt:genunix:copen:entry):
invalid address (0xfd91747f) in predicate at DIF offset 120
dtrace: error on enabled probe ID 2 (ID 4394: fbt:genunix:copen:entry):
invalid address (0xfef81a3f) in predicate at DIF offset 120
Any ideas?
thxs
Joe
--