Displaying 3 results from an estimated 3 matches for "c0t2d0s4".
Did you mean:
c0t2d0s0
2009 Mar 20
1
suspicious dtrace results
i am doing reads and writes to /dev/rdsk/c0t2d0s4
using dtrace to see how much time it took for ssdread and ssdwrite. It shows very small number 4 or 5.
#pragma D option flowindent
syscall::pread:entry
{
self->trace = 1;
self->size = arg2;
}
syscall::pwrite:entry
{
self->trace = 1;
self->size = arg2;
}
fbt:ssd:ssdread:entry
/self-&g...
2006 Sep 15
1
[Blade 150] ZFS: extreme low performance
...slices.
# zpool status
Pool: mypool
Status: ONLINE
scrub: Keine erforderlich
config:
NAME STATE READ WRITE CKSUM
mypool ONLINE 0 0 0
mirror ONLINE 0 0 0
c0t0d0s4 ONLINE 0 0 0
c0t2d0s4 ONLINE 0 0 0
Then i created a ZFS with no extra options:
# zfs create mypool/zfs01
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
mypool 106K 27,8G 25,5K /mypool
mypool/zfs01 24,5K 27,8G 24,5K /mypool/zfs01
When I now send a mkfile...
2007 Nov 06
9
Can''t find kernel file
I am pretty new to using solaris''s xvm. I booted my sol dom0 and attempted to create a one of the linux pre-built domU''s. Every time I try to run the xm create command I get an error saying something about it not being able to find the kernel file. Any ideas.
This message posted from opensolaris.org