search for: ssm

Displaying 20 results from an estimated 175 matches for "ssm".

Did you mean: asm
2009 May 29
0
possible bug in "sspir" package?
...als; (2) a vector of the proportions in which case the additional function call "weights" would be needed with a vector of the number of trials; or (3) a 2xN matrix where the columns are successes and failures, respectively. When I try to fit a basic random-walk model using the "ssm" function, however, I can only get option (3) above to work. That in itself is OK, but it seems as though ssm and subsequent functions (eg, "kfs") want to work on a Nx2 matrix instead. For example, the following lines should produce an estimated state vector of length=20, but the...
2007 May 30
0
Help/Advice needed
I have a Solaris 11 build server with build 58 and a zfs scratch filesystem. When trying to upgrade to build 63 using liveupgrade I get the following upon reboot. The machine never comes up. Just keeps giving the error/warning below. Is there something I am doing wrong? WARNING: /ssm at 0,0/pci at 1c,600000/scsi at 1 (mpt0): Received invalid reply frame address 0x480 WARNING: /ssm at 0,0/pci at 1c,600000/scsi at 1 (mpt0): Received invalid reply frame address 0x480 WARNING: /ssm at 0,0/pci at 1c,600000/scsi at 1 (mpt0): Received invalid reply frame address...
2018 Jul 14
2
ssm vs. lvm: moving physical drives and volume group to another system
I did the following test: ############################################### 1. Computer with Centos 7.5 installed on hard drive /dev/sda. Added two hard drives to the computer: /dev/sdb and /dev/sdc. Created a new logical volume in RAID-1 using RedHat System Storage Manager: ssm create --fstype xfs -r 1 /dev/sdb /dev/sdc /mnt/data Everything works. /dev/lvm_pool/lvol001 is mounted to /mnt/data. Files and folders can be copied/moved, read/written on /mnt/data. ############################################### 2. I erased CentOS 7.5 from /dev/sda. Wrote zeros to /dev/sda u...
2018 Jul 14
3
ssm vs. lvm: moving physical drives and volume group to another system
...######### > > 1. > > > > Computer with Centos 7.5 installed on hard drive /dev/sda. > > > > Added two hard drives to the computer: /dev/sdb and /dev/sdc. > > > > Created a new logical volume in RAID-1 using RedHat System Storage Manager: > > > > ssm create --fstype xfs -r 1 /dev/sdb /dev/sdc /mnt/data > > > > Everything works. > > /dev/lvm_pool/lvol001 is mounted to /mnt/data. > > Files and folders can be copied/moved, read/written on /mnt/data. > > > > ############################################### > &g...
2018 Jul 14
0
ssm vs. lvm: moving physical drives and volume group to another system
...; > ############################################### > 1. > > Computer with Centos 7.5 installed on hard drive /dev/sda. > > Added two hard drives to the computer: /dev/sdb and /dev/sdc. > > Created a new logical volume in RAID-1 using RedHat System Storage Manager: > > ssm create --fstype xfs -r 1 /dev/sdb /dev/sdc /mnt/data > > Everything works. > /dev/lvm_pool/lvol001 is mounted to /mnt/data. > Files and folders can be copied/moved, read/written on /mnt/data. > > ############################################### > > 2. > > I erased CentO...
2018 Jul 14
2
ssm vs. lvm: moving physical drives and volume group to another system
On Sat, Jul 14, 2018 at 1:57 PM Tony Schreiner <anthony.schreiner at bc.edu> wrote: > > > > > Is that first entry /dev/mapper/lvol001 right? > I'd expect /dev/mapper/lvm_pool-lvo001 ssm list shows - /dev/lvm_pool/lvol001 When I place /dev/lvm_pool/lvol001 into /etc/fstab the computer will boot using kernel 514. Kernel 862 still hangs/panics.
2018 Jul 14
2
ssm vs. lvm: moving physical drives and volume group to another system
On Sat, Jul 14, 2018 at 2:15 PM Tony Schreiner <anthony.schreiner at bc.edu> wrote: > I don't have an answer to why kernel 514 is not booting, > but what I was trying to say is: > > /dev/lvm_pool/lvol001 > and > /dev/mapper/lvm_pool-lvol001 > are both symlinks to the same /dev/dm-X device file. > You can use either name, but the one you listed was missing the
2017 Aug 02
1
Centos7 System Storage Manager: Device /dev/sdc not found
...G 0% /sys/fs/cgroup /dev/md127 498M 106M 393M 22% /boot /dev/mapper/centos-home 20G 33M 20G 1% /home /dev/mapper/centos-var 360G 623M 360G 1% /var hotelcaw:/mnt/iso 50G 46G 4,8G 91% /rhev/data-center/mnt/hotelcaw:_mnt_iso tmpfs 1,6G 0 1,6G 0% /run/user/0 I tried to remedy that today by using ssm to add storage. I added an extra disk witch shows up as sdc: [ root at hotelcaw ~]# ssm list ---------------------------------------------------------------- Device Free Used Total Pool Mount point ---------------------------------------------------------------- /dev/md126 208.00 MB 437.84 GB...
2018 Jul 14
0
ssm vs. lvm: moving physical drives and volume group to another system
...2:02 PM Mike <1100100 at gmail.com> wrote: > On Sat, Jul 14, 2018 at 1:57 PM Tony Schreiner <anthony.schreiner at bc.edu> > wrote: > > > > > > > > Is that first entry /dev/mapper/lvol001 right? > > I'd expect /dev/mapper/lvm_pool-lvo001 > > ssm list shows - > > /dev/lvm_pool/lvol001 > > When I place /dev/lvm_pool/lvol001 into /etc/fstab the computer will > boot using kernel 514. > Kernel 862 still hangs/panics. > > I don't have an answer to why kernel 514 is not booting, but what I was trying to say is: /dev/l...
2006 Apr 11
1
Time Series information in formulae
...ist The UKgas data is stored as an object of class 'ts'. I am trying to use "UKgas" in a formula as argument to a function. However, I do not know how to access the 'time series' information in the response (such as start() end() etc.). Here is a boiled down example. ssm <- function(formula, data = list(),subset=NULL) { cl <- match.call() if (missing(data)) data <- environment(formula) mf <- match.call(expand.dots = FALSE) mf$drop.unused.levels <- TRUE mf[[1]] <- as.name("model.frame") mf <- eval(mf, .GlobalEnv)...
2008 Jul 03
0
[PATCH] ia64/pv_ops: paravirtualized istruction checker.
...erformance + **********************************************/ +/* + * Those instructions include '.' which can't be handled by cpp. + * or can't be handled by cpp easily. + * They are handled by sed instead of cpp. + */ + +/* for .S + * itc.i + * itc.d + * + * bsw.0 + * bsw.1 + * + * ssm psr.ic | PSR_DEFAULT_BITS + * ssm psr.ic + * rsm psr.ic + * ssm psr.i + * rsm psr.i + * rsm psr.i | psr.ic + * rsm psr.dt + * ssm psr.dt + * + * mov = cr.ifa + * mov = cr.itir + * mov = cr.isr + * mov = cr.iha + * mov = cr.ipsr + * mov = cr.iim + * mov = cr.iip + * mov = cr.ivr + * mov = psr + * +...
2008 Jul 03
0
[PATCH] ia64/pv_ops: paravirtualized istruction checker.
...erformance + **********************************************/ +/* + * Those instructions include '.' which can't be handled by cpp. + * or can't be handled by cpp easily. + * They are handled by sed instead of cpp. + */ + +/* for .S + * itc.i + * itc.d + * + * bsw.0 + * bsw.1 + * + * ssm psr.ic | PSR_DEFAULT_BITS + * ssm psr.ic + * rsm psr.ic + * ssm psr.i + * rsm psr.i + * rsm psr.i | psr.ic + * rsm psr.dt + * ssm psr.dt + * + * mov = cr.ifa + * mov = cr.itir + * mov = cr.isr + * mov = cr.iha + * mov = cr.ipsr + * mov = cr.iim + * mov = cr.iip + * mov = cr.ivr + * mov = psr + * +...
2018 Jul 14
0
ssm vs. lvm: moving physical drives and volume group to another system
On Sat, Jul 14, 2018 at 1:36 PM Mike <1100100 at gmail.com> wrote: > When I change /etc/fstab from /dev/mapper/lvol001 to > /dev/lvm_pool/lvol001, kernel 3.10.0-514 will boot. > > Kernel 3.10.0-862 hangs and will not boot. > On Sat, Jul 14, 2018 at 1:20 PM Mike <1100100 at gmail.com> wrote: > > Is that first entry /dev/mapper/lvol001 right? I'd expect
2018 Jul 14
0
ssm vs. lvm: moving physical drives and volume group to another system
/dev/lvm_pool/lvol001 and /dev/mapper/lvm_pool-lvol001 work with kernel 514. they don't work with kernel 862. the googling continues . . .
2003 May 07
1
Bug report: "exclude from" in rsyncd.conf is not effective.
The attached script file gives all the relevant details - I hope - please ask if you need any more information. /Sam Sam Sexton <mailto:sam.sexton@reuters.com> Reuters Coventry Automated Dealing Technologies Phone: +44 24 7625 6562 Fax: +44 24 7655 5203 -------------------------------------------------------------- -- Visit our Internet site at
2007 May 31
1
plotting variable sections of hourly time series data using plot.zoo
Dear list, I have to look examine hourly time - series and would like to plot variable section of them using plot.zoo. Hourly time series data which looks like this: YYYY MM DD HH P-uk P-kor P-SME EPOT EREA RO R1 R2 RGES S-SNO SI SSM SUZ SLZ 2003 1 1 1 0.385 0.456 0.021 0.000 0.000 0.000 0.013 0.223 0.235 0.01 0.38 74.72 0.96 736.51 2003 1 1 2 0.230 0.275 0.028 0.000 0.000 0.000 0.012 0.223 0.235 0.03 0.56 74.72 0.94 736.37 #With help of read.ta...
2008 Mar 28
0
[08/17][PATCH] kvm/ia64: Add interruption vector table for vmm.
...r.ccv >+ ld8 r14 = [r14] >+ ;; >+ mov r1=r14 /* establish kernel global pointer */ >+ ;; \ >+ bsw.1 >+ ;; >+ alloc r14=ar.pfs,0,0,1,0 // must be first in an insn group >+ mov out0=r13 >+ ;; >+ ssm psr.ic >+ ;; >+ srlz.i >+ ;; >+ //(p15) ssm psr.i Why do you comments out some ssm psr.i? >+ adds r3=8,r2 // set up second base pointer for >SAVE_REST >+ srlz.i // ensure everybody knows psr.ic is back >on Hmm, if the above ssm is not necessary, this srl...
2008 Mar 28
0
[08/17][PATCH] kvm/ia64: Add interruption vector table for vmm.
...r.ccv >+ ld8 r14 = [r14] >+ ;; >+ mov r1=r14 /* establish kernel global pointer */ >+ ;; \ >+ bsw.1 >+ ;; >+ alloc r14=ar.pfs,0,0,1,0 // must be first in an insn group >+ mov out0=r13 >+ ;; >+ ssm psr.ic >+ ;; >+ srlz.i >+ ;; >+ //(p15) ssm psr.i Why do you comments out some ssm psr.i? >+ adds r3=8,r2 // set up second base pointer for >SAVE_REST >+ srlz.i // ensure everybody knows psr.ic is back >on Hmm, if the above ssm is not necessary, this srl...
2013 Aug 16
4
How btrfs resize should work ?
Hi, I am working on system storage manager (ssm) trying to implement btrfs resize correctly, however I have some troubles with it. # mkfs.btrfs /dev/sda /dev/sdb # mount /dev/sda /mnt/test # btrfs filesystem show failed to open /dev/sr0: No medium found Label: none uuid: 8dce5578-a2bc-416e-96fd-16a2f4f770b7 Total devices 2 FS bytes used 28....
2007 Mar 07
4
OT Vonage V-Phone Adapter (Possible Hack)
...t can be hacked and loaded with your favorite SIP or IAX softphone. Looking at the pic, it looks like the dongle is both a soundcard and memory stick. Heck, I would be glad to have it if I could get the soundcard to work. Might as well since it is free after rebate. http://www.circuitcity.com/ssm/Accessories-for-Vonage-V-Phone-VPHONE/sem /rpsm/oid/162059/rpem/ccd/productDetailAccessory.do#tabs Thanks, Steve Totaro http://www.asteriskhelpdesk.com KB3OPB