Displaying 14 results from an estimated 14 matches for "c2d0".
Did you mean:
c2b0
2008 Jan 06
7
ZFS problem after disk faliure
One of my disks in the zfs raidz2 pool developed some mechanical faliure and had to be replaced. It is possible that I may have swaped the sata cables during the exchange, but this has never been a problem before in my previous tests.
What concerns me is the output from zpool status for the c2d0 disk. The exchanged disk is now c3d0 but is no longer a part of the pool?!
This is build_75 on x86 and sata disks with 3 controllers.
Please advice on my further actions.
NAME STATE READ WRITE CKSUM
rz2pool DEGRADED 0 0 0
raidz2 DEGRADED...
2006 Jun 26
2
raidz2 is alive!
Already making use of it, thank you!
http://www.justinconover.com/blog/?p=17
I took 6x250gb disk and tried raidz2/raidz/none
# zpool create zfs raidz2 c0d0 c1d0 c2d0 c3d0 c7d0 c8d0
df -h zfs
Filesystem size used avail capacity Mounted on
zfs 915G 49K 915G 1% /zfs
# zpool destroy -f zfs
Plain old raidz (raid-5ish)
# zpool create zfs raidz c0d0 c1d0 c2d0 c3d0 c7d0 c8d0
# df -h zfs
Filesystem size us...
2007 Jul 27
0
cloning disk with zpool
...d by
http://www.opensolaris.org/jive/thread.jspa?messageID=135038
and
http://www.opensolaris.org/os/community/zfs/boot/
But unfortunately this doesn''t work, and we do have no clue what could be wrong
on c1d0 you have a zfs root
create a mirror of this disk:
zpool attache rootpool c1d0 c2d0
wait that it construct c2d0
zpool offline
#install the grub
/usr/sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 c2d0
shut down
remove the disk c1d0 and place the disk on c2d0 in c1d0
boot in failsafe
clean the zpool
zpool import rootpool
zpool rootpool c1d0 #(yeah I know this look st...
2006 Mar 30
39
Proposal: ZFS Hot Spare support
...pools. This allows administrators to reserve
system-wide hot spares, as well as per-pool hot spares according to their
policies.
1. Creating a pool with hot spares
A pool can be created with hot spares by using the new ''spare'' vdev:
# zpool create test mirror c0d0 c1d0 spare c2d0 c3d0
This will create a pool with a single mirror and two spares. Only a
single ''spare'' vdev can be specified, though it can appear anywhere
within the command line. The resulting pool looks like the following:
# zpool status
pool: test
state: ONLINE
scrub: none reques...
2007 May 15
2
Clear corrupted data
...Restore the file in question if possible. Otherwise restore the
> entire pool from backup.
> see: http://www.sun.com/msg/ZFS-8000-8A
> scrub: none requested
> config:
>
> NAME STATE READ WRITE CKSUM
> data ONLINE 0 0 10
> c2d0 ONLINE 0 0 0
> c1d0 ONLINE 0 0 0
> c3d0 ONLINE 0 0 0
> c4d0 ONLINE 0 0 0
> c0d1 ONLINE 0 0 10
>
> errors: The following persistent errors have been detected:
>...
2017 Apr 27
0
Problem with using opus on iOS
Hello!
I'm trying to build pjsip library with opus codec. And when I'm trying to package an app I receive errors about "bands.o":
in /var/folders/dj/njldlc3s2hldwxtbgw26zwd80000gn/T/96371209-c2d0-41e1-866d-388b6d47c6e7/libadagio.anes.sip.a(bands.o), archive member 'bands.o' with length 84496 is not mach-o or llvm bitcode for architecture arm64
com.adobe.air.ipa.ProcessError: Unable to generate executable
at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:290)
at com.a...
2008 Jan 10
2
Assistance needed expanding RAIDZ with larger drives
...uts from zpool -status where a particular device (but not the one that was being replaced) was listed twice. I also managed to mess up 3 of the 4 WD drives in such a way that they were detected by the bios, but no system after that would work:
In solaris, a format wouldn''t show the drive (c2d0 should have been there, but it wasn''t)
Using an old Ghost boot CD, the old 3 drives would list, but the new one wouldn''t.
GParted couldn''t see the new drive (the old 3 were there!)
Again, in all of these situations, the drive WAS detected in the BIOS and everything looke...
2006 May 09
3
Possible corruption after disk hiccups...
...estore the
entire pool from backup.
see: http://www.sun.com/msg/ZFS-8000-8A
scrub: scrub in progress, 56.98% done, 0h5m to go
config:
NAME STATE READ WRITE CKSUM
raidpool ONLINE 0 0 0
raidz ONLINE 0 0 0
c2d0 ONLINE 0 0 0
c3d0 ONLINE 0 0 0
c4d0 ONLINE 0 0 0
c5d0 ONLINE 0 0 0
c6d0 ONLINE 0 0 0
c6d1 ONLINE 0 0 0
c7d0 ONLINE 0...
2007 Oct 14
1
odd behavior from zpool replace.
.../pci at 0,0/pci-ide at 8/ide at 0/cmdk at 0,0
1. c0d1 <ST320082- 4LJ0QEG-0001-186.31GB>
/pci at 0,0/pci-ide at 8/ide at 0/cmdk at 1,0
2. c1d0 <ST320082- 3LJ3CD0-0001-186.31GB>
/pci at 0,0/pci-ide at 8/ide at 1/cmdk at 0,0
3. c2d0 <ST320082- 5LJ03Y4-0001-186.31GB>
/pci at 0,0/pci-ide at 9/ide at 0/cmdk at 0,0
4. c3d0 <ST350063- 9QG3TVD-0001-465.76GB>
/pci at 0,0/pci-ide at a/ide at 0/cmdk at 0,0
5. c4d0 <ST350063- 6QG0AEC-0001-465.76GB>
/pc...
2008 Sep 05
0
raidz pool metadata corrupted nexanta-core->freenas 0.7->nexanta-core
...upted and the pool cannot be opened.
action: Destroy and re-create the pool from a backup source.
see: http://www.sun.com/msg/ZFS-8000-72
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
tank FAULTED 0 0 4 corrupted data
raidz1 ONLINE 0 0 4
c2d0 ONLINE 0 0 0
c2d1 ONLINE 0 0 0
c3d0 ONLINE 0 0 0
c3d1 ONLINE 0 0 0
root@cempedak:/dev/rdsk#
root@cempedak:/dev/rdsk# zdb -vvv
syspool
version=10
name='syspool'
state=0
txg=13
pool_guid=7417064082496892875
hostname='el...
2010 Mar 20
0
[LLVMdev] 2.7 Pre-release1 available for testing
...ed clang-2.7. Renamed
it to clang and the whole thing works fine, generating clang.exe that
runs on a small C program and produces x86 assembler output that looks
correct to eyeball inspection.
One small surprise/oddity:
C:\d\l\bin>dir cl*
Volume in drive C is OS
Volume Serial Number is 0422-C2D0
Directory of C:\d\l\bin
20/03/2010 21:11 30,767,616 clang++.exe
20/03/2010 21:11 30,767,616 clang.exe
20/03/2010 21:09 663 clang.exe.embed.manifest
20/03/2010 21:09 728 clang.exe.embed.manifest.res
20/03/2010 21:09 621 clang.exe.interm...
2007 Nov 16
0
ZFS mirror and sun STK 2540 FC array
...he array
in RAID0 (stripe of 128 KB) presented to the host with lun0 and lun1.
So, on the host :
bash-3.00# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1d0 <DEFAULT cyl 30397 alt 2 hd 255 sec 63>
/pci at 0,0/pci-ide at 5/ide at 0/cmdk at 0,0
1. c2d0 <DEFAULT cyl 30397 alt 2 hd 255 sec 63>
/pci at 0,0/pci-ide at 5/ide at 1/cmdk at 0,0
2. c6t600A0B800038AFBC000002F7472155C0d0 <DEFAULT cyl 35505 alt 2
hd 255 sec 126>
/scsi_vhci/disk at g600a0b800038afbc000002f7472155c0
3. c6t600A0B800038AFBC000002F34...
2010 Mar 20
2
[LLVMdev] 2.7 Pre-release1 available for testing
Russell Wallace <russell.wallace at gmail.com> writes:
> Ah, thanks... curious, that set of instructions recommends running
> make in place (in the combined llvm directory), instead of in a
> separate directory as when building llvm without clang.
It doesn't *recommend* running cmake in-source. It is just that the
instructions are written that way. When generating VS solution
2009 Nov 22
9
Resilver/scrub times?
Hi all!
I''ve decided to take the "big jump" and build a ZFS home filer (although it
might also do "other work" like caching DNS, mail, usenet, bittorent and so
forth). YAY! I wonder if anyone can shed some light on how long a pool scrub
would take on a fairly decent rig. These are the specs as-ordered:
Asus P5Q-EM mainboard
Core2 Quad 2.83 GHZ
8GB DDR2/80
OS:
2 x