Displaying 12 results from an estimated 12 matches for "c3d1".
Did you mean:
3d1
2018 Apr 22
3
Gantt Chart Using Plotrix
...ed format and then assemble the dataframe back again:
> c1d1 <- abc$tasks.labels
> c1d1
[1] "task 1" "task2" "task 3"
> c2d1 <- as.POSIXct(abc$start)
> c2d1
[1] "2018-04-01 EDT" "2018-04-15 EDT" "2018-06-01 EDT"
> c3d1 <- as.POSIXct(abc$end)
> c3d1
[1] "2018-04-15 EDT" "2018-05-31 EDT" "2018-06-30 EDT"
> cdfg <- data.frame(c1d1,c2d1,c3d1)
> cdfg
c1d1 c2d1 c3d1
1 task 1 2018-04-01 2018-04-15
2 task2 2018-04-15 2018-05-31
3 task 3 2018-06-01 2018-06-30...
2018 Apr 23
0
Gantt Chart Using Plotrix
...e matched the example given in the
help for gantt.chart.
Here's what you have:
> str(cdfg)
'data.frame': 3 obs. of 3 variables:
$ c1d1: Factor w/ 3 levels "task 1","task 3",..: 1 3 2
$ c2d1: POSIXct, format: "2018-04-01" "2018-04-15" ...
$ c3d1: POSIXct, format: "2018-04-15" "2018-05-31" ...
Here's what you should have (constructed from the example in the help file):
> str(gantt.info)
List of 4
$ labels : chr [1:5] "First task" "Second task" "Third task"
"Fourth task"...
2009 Jul 25
1
OpenSolaris 2009.06 - ZFS Install Issue
...s install on this machine and it is currently the bootable drive.
>> Post Install
root at nas:~# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c3d0 <WDC WD10- WD-WMAV5011404-0001-931.51GB>
/pci at 0,0/pci-ide at 1f,2/ide at 1/cmdk at 0,0
1. c3d1 <DEFAULT cyl 60797 alt 2 hd 255 sec 126>
/pci at 0,0/pci-ide at 1f,2/ide at 1/cmdk at 1,0
2. c4d0 <DEFAULT cyl 60797 alt 2 hd 255 sec 126>
/pci at 0,0/pci-ide at 1f,5/ide at 0/cmdk at 0,0
3. c6d0 <WDC WD10- WD-WMAV5012875-0001-931.51GB>
/pci...
2018 Apr 22
0
Gantt Chart Using Plotrix
Hi,
The help file for gantt.chart states that dates must be in POSIXct
format, and the example shows how to do that. There's no reason that I
can see that you can't use a data frame as input to gantt.chart, but
you need to be very careful that your data frame matches the correct
format. I bet also that your character fields were imported as
factors, because you didn't specify not to.
2018 Apr 22
2
Gantt Chart Using Plotrix
>From the help file for plotrix:
" ... x - a list of task labels, start/end times and task priorities as returned by get.gantt.info ..."
So I try to create an object that will contain this information.
abc <- read.csv("gntr1a.csv")
# The above csv file was generated from MS .xlsx file containing the tasks and corresponding dates
> abc
code tasks.labels
2009 Mar 06
5
RePartition OS disk, give some to zpool
I''ve got knee deep into learning how to use Opensolaris and zfs, and I
see now that my goal of home zfs server may have been better served if
I had partitioned the install disk leaving some of the 60GB to be
added to a zpool.
First, how much space does a working OS need. I don''t mean bare
minimum but to be comfortable and have some growing room (on the
install disk)?
2009 Jan 13
6
mirror rpool
...t: VirtualBox 2.1.0 (WinXP SP3)
Guest: OSol 5.11snv_101b
IDE Primary Master: 10 GB, rpool
IDE Primary Slave: 10 GB, empty
format output:
AVAILABLE DISK SELECTIONS:
0. c3d0 <DEFAULT cyl 1302 alt 2 hd 255 sec 63>
/pci0,0/pci-ide at 1,1/ide at 0/cmdk at 0,0
1. c3d1 <drive unknown>
/pci0,0/pci-ide at 1,1/ide at 0/cmdk at 1,0
# ls -lah /dev/dsk/c3d1s0
lrwxrwxrwx 1 root root 50 2009-01-13 14:16 /dev/dsk/c3d1s0 -> ../../devices pci at 0,0/pci-ide at 1,1/ide at 0/cmdk at 1,0:a
# zpool attach -f rpool c3d0s0 c3d1s0
cannot open ''/de...
2008 Jan 06
7
ZFS problem after disk faliure
...ME STATE READ WRITE CKSUM
rz2pool DEGRADED 0 0 0
raidz2 DEGRADED 0 0 0
c2d0 FAULTED 0 0 0 corrupted data
c2d1 ONLINE 0 0 0
c2d0 ONLINE 0 0 0
c3d1 ONLINE 0 0 0
c10d0 ONLINE 0 0 0
c10d1 ONLINE 0 0 0
c11d0 ONLINE 0 0 0
c11d1 ONLINE 0 0 0
c4t0d0 ONLINE 0 0 0
c4t1d0 ONLINE 0...
2006 Sep 15
8
reslivering, how long will it take?
Being resilvered 444.00 GB 168.21 GB 158.73 GB
Just wondering if anyone has any rough guesstimate of how long this will take? It''s 3x1200JB ata drives and one Seagate SATA drive. The SATA drive is the one that was replaced. Any idea how long this will take? As in 5 hours? 2 days? I don''t see any way to get a status update on where it''s at in the reslivering
2008 Sep 05
0
raidz pool metadata corrupted nexanta-core->freenas 0.7->nexanta-core
...tp://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='elatte_installcd'
vdev_tree
type='root'
id=0
guid=7417064082496892875
children[0]
type='dis...
2008 Jan 10
2
Assistance needed expanding RAIDZ with larger drives
...l: zp
| state: ONLINE
| scrub: scrub in progress, 30.76% done, 4h33m to go
| config:
|
| NAME STATE READ WRITE CKSUM
| zp ONLINE 0 0 0
| raidz1 ONLINE 0 0 0
| c2d1 ONLINE 0 0 0
| c3d1 ONLINE 0 0 0
| c2d0 ONLINE 0 0 0
| c3d0 ONLINE 0 0 0
|
| errors: No known data errors
And here is the output from ZDB:
| # zdb
| zp
| version=9
| name=''zp''
| state=0
| txg=110026
| poo...
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