Displaying 20 results from an estimated 90 matches for "4i".
Did you mean:
i4
2016 Feb 17
1
slightly off-topic, RAID program for on-board SAS 2308-4i ?
...Feb 16 03:35:06 PM, John R Pierce wrote:
Thanks to both you and Mark Roth for chiming in and thank you
for the lsi-raidinfo script.
> On 2/16/2016 3:23 PM, Zube wrote:
> >Does anyone know what program can be used to query the RAID status
> >from the OS for an on-board LSI SAS 2308-4i?
>
> the 2308 isn't actually a megaraid,
Right, that is in agreement with both the Avago whitepaper and the
bits from the HP web site.
> its a simple SAS HBA that has an optional raid mode IF its flashed
> with IR firmware... this only supports raid 0/1/10.
and later ...
>...
2006 Jun 13
17
reconstituting a date
In my view code, I have <%= datetime_select "in_out", "time_in" %>
which returns in params
:in_out: !map:HashWithIndifferentAccess
time_in(1i): "2006"
time_in(2i): "6"
time_in(3i): "12"
time_in(4i): "20"
time_in(5i): "24"
and I want to save that datetime to a column in the db...
if params[:user][:in_out] == "In"
@in_out.time_in = params[:in_out][:time_in]
elsif params[:user][:in_out] == "Out"
@in_out.time_out = params[:in_ou...
2012 Jan 13
1
LSI/3ware 9750-4i and multipath I/O
Hi,
I was wondering if anyone has successfully configured two lsi/3ware 9750-4i series controllers for multipathing under CentOS 5.7 x86_64?
I've tried some basic setups with both multibus and failover settings, and had repeatable filesystem corruption over a iscsi(tgtd) or nfs3 connection.
Any ideas?
Vahan
2015 Jan 05
7
Hardware raid LSI Megaraid not working since Centos 6.6
Happy new year !
We have a SuperMicro server with a LSI MegaRAID 9260-4i controller.
Since Centos 6.6 update (kernel 2.6.32-504), the controller doesn't
initialize at boot. Reverting to kernel 2.6.32-431 allows server to boot
fine.
The server can't boot due to a bug in LSI megaraid module. Boot log ends
by a lot of lines:
RESET_GEN2: retry=xxx, hostdiag=a4...
2013 Aug 15
1
format bug and patch
...w_bug.cgi?id=15411
I have attached a patch with the fix to the bug and would love to hear
comments about its quality.
Also, while testing this bug I found another related issue:
> format(complex(real=10, imaginary=4), digits = 1);
[1] "10+0i"
I think this should've been "10+4i". I have entered this as a bug
#15427. But a patch for formatComplex() would be a bigger change, than
the patch for formatReal() I made. So, before I start, I would like to
gauge your opinion.
Do you agree it is a bug?
2015 Jan 06
2
Hardware raid LSI Megaraid not working since Centos 6.6
...in a different orientation... you might check your
> LSI firmware revision.
My firmware seems to be more up to date. Anyway, I will try to update
firmware. I have to check how to do that.
# dmesg |grep LSI
scsi4 : LSI SAS based MegaRAID driver
scsi 4:2:0:0: Direct-Access LSI MR9260-4i 2.13 PQ: 0 ANSI: 5
# /opt/MegaRAID/MegaCli/MegaCli64 -ShowSummary -aAll
System
Operating System: Linux version 2.6.32-431.29.2.el6.x86_64
Driver Version: 06.700.06.00-rh1
CLI Version: 8.07.14
Hardware
Controller
ProductName : LSI MegaRAID SAS 9260-4i(Bus...
2010 Mar 25
2
print(big+small*1i) -> big + 0i
Should both parts of a complex number be printed
to the same precision? The imaginary part of 0
looks a bit odd when log10(real/imag) >=~ getOption("digits"),
but I'm not sure it is awful. Some people might
expect the same number of significant digits in the
two parts.
> 1e7+4i
[1] 10000000+0i
> 1e7+5i
[1] 10000000+0i
> 1e10 + 1000i
[1] 1e+10+0e+00i
> getOption("digits")
[1] 7
> options(digits=4)
> 1e4+4i
[1] 10000+0i
> 1e7+1000i
[1] 10000000+0i
> version
_
platform i386-pc-mingw32
arch i386
os...
2012 Nov 22
19
ZFS Appliance as a general-purpose server question
A customer is looking to replace or augment their Sun Thumper
with a ZFS appliance like 7320. However, the Thumper was used
not only as a protocol storage server (home dirs, files, backups
over NFS/CIFS/Rsync), but also as a general-purpose server with
unpredictably-big-data programs running directly on it (such as
corporate databases, Alfresco for intellectual document storage,
etc.) in order to
2006 Jun 27
1
order() (PR#9039)
...mingw32
status
major 2
minor 2.1
year 2005
month 12
day 20
svn rev 36812
language R
An example demonstrating the problem:
x <- rep(2:1, c(2, 2)) + 1i*c(4, 1, 2, 3)
> x
[1] 2+4i 2+1i 1+2i 1+3i
> order(x)
Error in order(x) : unimplemented type 'complex' in 'orderVector1'
However sort() works with complex arguments
> sort(x)
[1] 1+2i 1+3i 2+1i 2+4i
The problem can be worked around either by
> order(Re(x), Im(x))
[1] 3 4 2 1
or, because order() al...
2016 Feb 16
3
slightly off-topic, RAID program for on-board SAS 2308-4i ?
Does anyone know what program can be used to query the RAID status
from the OS for an on-board LSI SAS 2308-4i?
On this page:
http://docs.avagotech.com/docs/12351997
there is a curious note on the left that reads:
"Integrated MegaRAID support available upon request"
After one mostly fruitless round of chatting with LSI/Avago/Broadcom
and one completely fruitless round of chatting with HP, I f...
2016 Feb 16
0
slightly off-topic, RAID program for on-board SAS 2308-4i ?
On 2/16/2016 3:23 PM, Zube wrote:
> Does anyone know what program can be used to query the RAID status
> from the OS for an on-board LSI SAS 2308-4i?
the 2308 isn't actually a megaraid, its a simple SAS HBA that has an
optional raid mode IF its flashed with IR firmware... this only supports
raid 0/1/10. I always(!) flash these with the IT firmware that
turns them back into a plain SAS HBA, and then use operating system
native raid...
2010 Jun 18
6
WD caviar/mpt issues
I know that this has been well-discussed already, but it''s been a few months - WD caviars with mpt/mpt_sas generating lots of retryable read errors, spitting out lots of beloved " Log info 31080000 received for target" messages, and just generally not working right.
(SM 836EL1 and 836TQ chassis - though I have several variations on theme depending on date of purchase: 836EL2s,
2012 Aug 07
4
LSI 9240-4i 4K alignment
Hi all,
We have a server with a LSI 9240-4i controller configured in JBOD with
4 SATA disks. Running FreeBSD 9.1-Beta1:
Relevant dmesg:
FreeBSD 9.1-BETA1 #0: Thu Jul 12 09:38:51 UTC 2012
root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
CPU: Intel(R) Xeon(R) CPU E31230 @ 3.20GHz (3200.09-MHz K8-class CPU)
Origin = "...
2006 Jul 18
1
Auto-populating time portion of a datetime field from a form
...y, I''ve
used the :prefix option to select_hour/minute/second to get the
parameter name set correctly, but I end up with a hash with keys ''hour'',
''minute'' and ''second''. I can definitely handle this, but was wondering,
can I just use 4i, 5i, 6i to index into the time portions of a datetime
field?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2007 Feb 01
2
file_column 2nd try....
...worker...
Ok:
when submitting the uploadform at least the worker get fired and passed
the args as expected, as I can see in the backgroundrb_server.log:
20070201-10:47:29 (53830) Starting worker: image_worker upload_img
(image_worker_upload_img)
(imagecreated_on(2i)2created_on(3i)1created_on(4i)00created_on(5i)18updated_on(1i)2007updated_on(2i)2image_tempdescriptionbackgrounDRb33updated_on(3i)1imgnum007updated_on(4i)00image#<File:0x8d13028>updated_on(5i)18created_on(1i)2007)
Now there are 2 questions:
the image isnt uploaded, that is probably due to the fact that the
file_columnP...
2011 Jan 28
3
any similiar R fuction for matlab function 'fprintf'?
Dear All,
Currently, I am translating Matlab code to R. I met difficulties to translate such Matlab codes into R:
fprintf(fid,(' SPLITTING RESULTS '));
fprintf(fid,(' \n'));
fprintf(fid,' Data base to analyze is a matrix %4i x %2i ',[n m]);
fprintf(fid,' \n');
fprintf(fid,' h is %2i',h);
fprintf(fid,' \n');
fprintf(fid,' group=0 outlier.\n');
fprintf(fid,' group=-1 discriminator or observation removed by the rules.\n');
fprintf(fid,' \n');
Does anyone happen to know...
2006 Jan 19
0
file_column error: tmp file created but not actual
..."=>"test logger4", "date_available(1i)"=>"2006",
"image_temp"=>"", "date_available(2i)"=>"1",
"description"=>"test4", "date_available(3i)"=>"18",
"date_available(4i)"=>"23", "user_id"=>"1",
"image"=>#<File:/tmp/CGI9849.3>,
"date_available(5i)"=>"20"},
"action"=>"create_wallpaper", "controller"=>"studio"}
Wallpaper Columns (0.001305...
2011 May 19
1
update_attributes updates data from second instance of nested form but not the first
...o there is no
error. If the second was not updating I would assume something is wrong in
my code in terms of attributes getting assigned to a model, but that does
not seem to be the case.
Parameters: {
"matchup"=>
{
"end_date(3i)"=>"19", "end_date(4i)"=>"16", "end_date(5i)"=>"46",
"rosters_attributes"=>
{
"0"=>
{
"name"=>"abc", "players_rosters_attributes"=>
{
"0"=>{...
2006 Mar 21
5
Getting a time select input
...:field_name =>
"start_time") %>
<select name="search[start_time]">
<!-- hour options -->
<select name="search[start_time]">
<!-- min options -->
I see when you use the datetime_select it gives each element something
like 1i, 2i, 3i and 4i, this does not happen with select_time.
The datetime_select would work if I could get rid of the date part,
there is no time_select helper! And I have tried adding the :discard
option but it does not get rid of the year...
<%= datetime_select("search", "start_time", { :di...
2006 Aug 10
1
Convert datetime_select to Time object?
...d it has a datetime
field called "active_at". so I have the following for active_at:
<%= f.datetime_select :active_at %>
It gives me 5 different params:
params[:product][:active_at(1i)]
params[:product][:active_at(2i)]
params[:product][:active_at(3i)]
params[:product][:active_at(4i)]
params[:product][:active_at(5i)]
How do I convert this into a Time object?
--------------------------
Question 2
--------------------------
What if I have another field called "is_active" and its just a boolean.
If it''s set to false then active_at gets set to nil. Is there...