Displaying 20 results from an estimated 44 matches for "c0d0".
Did you mean:
c000
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...
2011 Sep 23
1
Rails 3.1.0 how to pass the full url of an image asset ?
I need to reference the full url of an image stored in the assets,
this url is passed to fancy box to open it
I build the image path in helper and it get the path
"ceramics/big/c0d0.jpg" "ceramics/big/c0d2.jpg", ...
but I need to get the full url to these image
asset_path("ceramiques/big/c0d0.jpg") => "/assets/ceramiques/big/
c0d0.jpg"
but there is no asset_url to get http://localhost:3000/assets/ceramiques/big/c0d0.jpg
or http://w...
2012 Nov 30
6
Illegal Opcode,the 2.
Hi to all,
from syslinux 4.06 and 5.00 pre 12 came the same dump.
Background: While trying to install syslinux on small (700 MB) FAT16 Partition on HP Server got Red Screen of Death with a register dump.
Illegal OpCode
EAX=00001F01 EBX=000001A4 ECX=00000000 EDX=00000019F
EBP=0000FBFA ESI=000007BE EDI=00000800
DS=0000 ES=0000 FS=0000 GS=0000
CS:EIP=0000:000083A6 SS:ESP=1000:0000AFF6
2005 Dec 20
1
EXT3-fs error
...erver runs some software that I wrote,
and it worked flawlessly for more than three months.
On Thursday I noticed that some of the files under / are not
accessible, reporting Input/Output error.
The file-system itself was in read-only mode.
Soon no file under / was accessible.
fdisk /dev/cciss/c0d0 (the disk containing /) reported that the device is
not valid.
The console was full of this message repeating:
"EXT3-fs error (device /dev/cciss/c0d0) in start_transaction: Journal has
aborted"
I booted the machine.
fsck did not report anything, and the computer seemed to work fine....
2005 Jan 25
6
Changing booted Kernel with grub
...enerated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/cciss/c0d0p6
# initrd /initrd-version.img
#boot=/dev/cciss/c0d0
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title CentOS (2.4.21-27.0.2.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-27.0.2.EL ro root=LABEL=/
initrd /initrd-2.4.21-27.0.2.EL.img
title CentOS (2.4.21-27...
2006 Oct 18
3
HP (compaq) RAID - How to get alerts?
Hi All,
Background: I have HP RAID setups (Smart Array 5, shows up as
/dev/cciss/c0d0) on my DL380s, and they run great with CentOS. I have
had a drive failure (HDD lights up amber), so I pulled the HDD, replaced
it and the RAID controller rebuilt the array in a jiffy - no probs.
My question: I cant find anything in the logs to alert me that a drive
failed - this makes sense sin...
2014 Sep 18
3
libguestfs fails on FreeBSD9.3, MINIX3 qcow2 images
...kvm -drive file=freebsd93.qcow2,if=virtio,media=disk,index=0 \
-m 384 -curses -net user -net nic,model=virtio
Root password for freebsd is "12345".
Root in Minix does not require a password.
Regards,
- Assaf
==== Disk structure from within MINIX3 VM guest ====
# fdisk /dev/c0d0
Geometry of /dev/c0d0: 10402x16x63
Inconsistent size in partition 1.
Suspect head and sector parameters.
Disk appears to have mis-specified number of heads or sectors.
Try fdisk -h256 -s63 /dev/c0d0 instead of
fdisk -h16 -s63 /dev/c0d0
Do not write the table if you are not sure!.
----first----...
2007 May 14
37
Lots of overhead with ZFS - what am I doing wrong?
I was trying to simply test bandwidth that Solaris/ZFS (Nevada b63) can deliver from a drive, and doing this:
dd if=(raw disk) of=/dev/null gives me around 80MB/s, while dd if=(file on ZFS) of=/dev/null gives me only 35MB/s!?. I am getting basically the same result whether it is single zfs drive, mirror or a stripe (I am testing with two Seagate 7200.10 320G drives hanging off the same interface
2006 Mar 30
39
Proposal: ZFS Hot Spare support
...etween different 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
sc...
2020 Nov 04
1
API support for placing a message for a specific user
...r help,
>
> Oren
`doveadm save` is available from HTTP API, but seems to be missing from documentation.
Example:
curl --user doveadm:password http://localhost:1122/doveadm/v1 -d '[["save",{"user":"testuser","file":"Hello, world"},"c0d0"]]'
note that despite being called 'file', is it actually the mail contents.
Aki
API for the SAVE command:
{
"command": "save",
"parameters": [
{
"name": "allUsers",
"type": "boolean"...
2007 Dec 03
1
Cannot boot after upgrading to Centos 5.1
...entos mirror (ftp.crc.dk) failed to boot
after having upgraded from centos 5.0 to 5.1 (i386).
It just displays
GRUB
The cursor is positioned to the right of a space after
GRUB, and no input is accepted.
I've tried booting in rescue mode and run:
chroot /mnt/sysimage
grub-install /dev/cciss/c0d0
This completes without errors, but still it can't boot.
It's a HP/Compaq Proliant ML370 with a smartarray 5312 controller.
HELP!
Mogens
--
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email...
2005 Dec 05
5
CENTOS4.2 swapon -s result ?
Hello
It is my first question here and I would like to thanks all of you to
keep alive this stream
and to give answers (I regulary read). Thanks for the good job.
After installing CENTOS4.2 and "play with" I type the command swapon -s
to verify everythings
is ok but the command does nor return info as it should do.
Is it something known ?
Thanks
Jean-Pierre Castello
HP France
mobile :
2011 May 25
3
Re: (XEN) Scrubbing Free RAM........................ Reboot
...CE: You have a /boot partition. This means that
> # all kernel and initrd paths are relative to /boot/, eg.
> # root (hd0,0)
> # kernel /vmlinuz-version ro root=/dev/mapper/vg_f14-lvroot
> # initrd /initrd-[generic-]version.img
> #boot=/dev/cciss/c0d0
> default=0
> timeout=10
> splashimage=(hd0,0)/grub/splash.xpm.gz
> #hiddenmenu
> title Fedora (2.6.35.13-91.fc14.x86_64)
> root (hd0,0)
> kernel /vmlinuz-2.6.35.13-91.fc14.x86_64 ro
> root=/dev/mapper/vg_f14-lvroot rd_LVM_LV=vg_f14/lvroot
> rd_LVM_LV=vg_f...
2005 Aug 14
1
expert guideance needed on arrays with CentOS 4 installed on dual processor compaq server
...at usually take for it to rebuild by the controller?
Hours? Days? Months? ;->
Remember, this is a (4) 18gig drive system.
Should I allow the machine to be in production, online, up and running while
it is rebuilding the 4th disk?
Yes, I get the error from the kernel...
non fatal error on ida/c0d0
....while the machine appears to be rebuilding the 4th disk in the array...
What other CentOS software tools should I be aware of to help me here?
I really really appreciate your help and pointers and will go check out all
of the documentation that you folks will point me to.
Please remember, t...
2008 Jul 27
4
smartd on RAID controllers?
It seems I can't smarm monitor disks on RAID controllers? I tried on
several machines with two different controllers and on all I get this when
starting up smartd:
Jul 27 14:36:43 c1 smartd[5944]: Opened configuration file
/etc/smartd.conf
Jul 27 14:36:43 c1 smartd[5944]: Configuration file /etc/smartd.conf
parsed.
Jul 27 14:36:43 c1 smartd[5944]: Device: /dev/sda, opened
Jul 27 14:36:43
2007 Oct 14
1
odd behavior from zpool replace.
...E 0 0 0
c4d1 ONLINE 0 0 0
c5d1 ONLINE 0 0 0
c2t4d0 UNAVAIL 0 0 0 cannot open
errors: No known data errors
pjjw at push:~$ sudo format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0d0 <DEFAULT cyl 24318 alt 2 hd 255 sec 63>
/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...
2008 Feb 14
4
Problem with p2v - device /dev/ida/c0d0p2
...''m doing one emergencial migrate for one very old machine, because we
will have one IMPLOSION (!!!) very close from here, and I''m thinking
that this old IDE disk will not survive... :-/
[root@registro-2 /root]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ida/c0d0p2 3.8G 2.3G 1.4G 62% /
/dev/ida/c0d0p8 26G 20G 4.4G 82% /data
/dev/ida/c0d0p6 984M 128k 934M 0% /tmp
/dev/ida/c0d0p7 984M 166M 768M 18% /var
Red Hat Linux release 6.2 (Zoot)
Kernel 2.4.16 on a 4-processor i686
I did one copy with ''dd'' of de...
2008 Dec 24
6
Bug when using /dev/cciss/c0d2 as mdt/ost
I am trying to build lustre-1.6.6 against the pre-patched kernel downloaded
from SUN.
But as written in Operations manual, it creates rpms for
2.6.18-92.1.10.el5_lustrecustom. Is there a way to ask it not to append
custom as extraversion.
Running kernel is 2.6.18-92.1.10.el5_lustre.1.6.6smp.
--
Regards--
Rishi Pathak
National PARAM Supercomputing Facility
Center for Development of Advanced
2010 Aug 31
3
Automatically detecting LUNs without a reboot
Hi everybody.
I have an HP StorageWorks array connected to one of my servers,
connected via an LSI controller (lspci reports: SCSI storage controller:
LSI Logic / Symbios Logic SAS1068E PCI-Express Fusion-MPT SAS (rev 08))
on an HP DL385 running CentOS 5.5 x86_64.
I have set up multipath and all is working but, when I create a snaphost
and export it as a new LUN from the HP web interface, it
2009 Dec 02
7
san suport
...0A0B800029D69A000013CA4B00E1ABd0 hdb
and before i was able to import this volume as a zpool on the xen host - so
connection to this volume looks fine.
when i run format i only see the file-based disk:
global: root@pg4:~ > format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0d0 <DEFAULT cyl 4092 alt 2 hd 128 sec 32>
/pci@0,0/pci-ide@1,1/ide@0/cmdk@0,0
Specify disk (enter its number): ^C
zsh: 1777 exit 1 format
this is the configuration of the guest:
global: root@node1:~ > virsh dumpxml pg4
<domain type=''xen'' id=''16'...