Displaying 20 results from an estimated 235 matches for "smi".
Did you mean:
mi
2015 Aug 18
1
Liebert IntelliSlot Unity Card IS-UNITY-DP snmp UPS-MIB.upsIdentManufacturer '1.3.6.1.2.1.33.1.1.1.0' problem
...1.2.1.33.1.1.1.0)
?? 0.029558???? nut_snmp_walk(1.3.6.1.2.1.33.1.1.1.0)
?? 0.033438???? [laes2ups] unhandled ASN 0x80 received from 1.3.6.1.2.1.33.1.1.1.0
?? 0.033461???? Unknown mibs value: ietf
(mibs=auto returns unsupported device)
# snmpwalk -v1 -cLiebertEM 10.222.62.210 1.3.6.1.2.1.33
SNMPv2-SMI::mib-2.33.1.1.2.0 = STRING: "APM"
SNMPv2-SMI::mib-2.33.1.2.1.0 = INTEGER: 2
SNMPv2-SMI::mib-2.33.1.2.2.0 = INTEGER: 0
SNMPv2-SMI::mib-2.33.1.2.3.0 = INTEGER: 84
..........
(The card returns other values from this section but not 1.3.6.1.2.1.33.1.1.1.0 value)
Also:
SNMPv2-SMI::enterprises...
2004 Jun 19
7
QoS net-snmp ?
Hi
I''ve patched net-mrtg http://www.net-snmp.org/
with http://x-ray.prokon.cz/data/snmp/
sucefully
Also I''ve copied QOS.TXT to /usr/local/share/snmp/mibs
when I make a normal use of snmp, with mrtg in order
to monitor all traffic on eth0 and eth1, it works
OK.
But, how must I do in order to get monitor for a
specific class ?
If I make a snmpwalk (like README suggest), I get
2013 Oct 21
5
I/O port access handling for PVH
...and guest_io_write().
In particular it would then hopefully be safe to do all that without
the on-stack emulation stub, as this ought to be necessary only
for Dom0, which ought to always have direct access to such
"special" I/O ports. With one apparent caveat: SVM sets
GENERAL1_INTERCEPT_SMI (for a reason that escapes my right
now), and hence control doesn''t transfer directly to SMM when
an SMI occurs (and consequently registers aren''t expected). But
I would hope that this intercept isn''t really needed, and hence
could be dropped at least for PVH guests.
Jan
2007 Dec 21
1
Regd: Iptables SNAT issue in Cluster Suite Setup
...TROUTING -p udp -s 192.168.13.110 --dport
161 -j SNAT --to-source 192.168.13.83:161"
I have written a script to continuously poll an agent using snmpgetnext.
This script works for some time and then snmpgetnext fails giving the
following message
"Fri Dec 21 19:10:20 IST 2007 SNMPv2-SMI::enterprises.3769.1.2.3.1.0
= ""
Fri Dec 21 19:10:20 IST 2007 SNMPv2-SMI::enterprises.3769.1.2.3.1.0
= ""
Fri Dec 21 19:10:20 IST 2007 SNMPv2-SMI::enterprises.3769.1.2.3.1.0
= ""
Fri Dec 21 19:10:20 IST 2007 SNMPv2-SMI::enterprises.3769.1.2.3.1.0
= &...
2020 Jan 13
0
[PATCH v6 5/6] nouveau: use new mmu interval notifiers
...gt;addr, fault->access);
}
-struct svm_notifier {
- struct mmu_interval_notifier notifier;
- struct nouveau_svmm *svmm;
-};
+static struct svmm_interval *nouveau_svmm_new_interval(
+ struct nouveau_svmm *svmm,
+ unsigned long start,
+ unsigned long last)
+{
+ struct svmm_interval *smi;
+ int ret;
+
+ smi = kmalloc(sizeof(*smi), GFP_ATOMIC);
+ if (!smi)
+ return NULL;
+
+ smi->svmm = svmm;
+
+ ret = mmu_interval_notifier_insert_safe(&smi->notifier, svmm->mm,
+ start, last - start + 1, &nouveau_svm_mni_ops);
+ if (ret) {
+ kfree(smi);
+ return NULL;
+ }
+
+...
2006 Oct 14
1
mitools, multiple imputation
...ly=binomial. Does the package support
family=gaussian and other link functions? I ran the with function with
family=gaussian and I obtained results, but I am not sure if gaussian is
supported by the package, so I don't know if I should trust the values I
obtained.
(2) In the documentation, the smi dataset is used i.e. data(smi). Could
someone tell me how I can print the data associated with smi?
Thanks
John
John Sorkin M.D., Ph.D.
Chief, Biostatistics and Informatics
Baltimore VA Medical Center GRECC,
University of Maryland School of Medicine Claude D. Pepper OAIC,
University of Maryland C...
2009 Apr 23
1
ZFS SMI vs EFI performance using filebench
...S under the Solaris Volume Manager (SVM). I am using the single LUN test because it performed better than any striping configuration I came up with. We don''t use any software RAID of any kind.. because the SAN does it all for us. One interesting test revealed better performance using the SMI label on our LUNs than that EFI label. This is true for using the fileserver, large_db_oltp_8k_uncached, and large_db_oltp_8k_cached workloads from filebench. The fileserver differences were not that great, but he db workloads performed 4x better using the SMI labeled LUNs as opposed to the EFI...
2013 Sep 08
9
Re: IBM HS20 Xen 4.1 and 4.2 Critical Interrupt - Front panel NMI crash
Hello,
I have the same error, server is auto rebooted during every boot with
kernel XEN, HS20 with Debian Wheezy and XEN hang on and AMM managment show
same errors described in previous mails. With Debian wheezy wit non-xen
kernel boots correcte, it seems that problems is with xen kernel
Same Server HS20 with Debian Lenny+ XEN 3.2 or Debian Squeeze+XEN
4.0 working perfect
Upgraded to Debian
2008 Nov 04
0
QUESTIONS from EMC: EFI and SMI Disk Labels
...may
not always be { 15 | 16 }? (If so, we should probably query it and
create the number
of nodes indicated).
5. If efi_nparts can be bigger than 16, what happens to the naming of
the partition
nodes ("q" through "t")? If smaller?
6. When changing label types (SMI -> EFI, EFI -> SMI), I assume
the DKIOCSVTOC and
DKIOCSETEFI ioctls are being trapped by the driver to cause the
proper device nodes
to be created, what is the preferred method for cleaning up the
device nodes? e.g. is a
reboot always required? Changing from an EFI to a...
2006 Feb 09
3
Error in prototype.js? / Enumerable.each
...y {
this._each(function(value) {
try {
iterator(value, index++);
} catch (e) {
if (e != $continue) throw e;
}
});
} catch (e) {
if (e != $break) throw e;
}
},
Did anyone run into that error? Help anyone?
Thank you
smi
2008 Feb 06
3
x86: clear_IO_APIC_pin() and SMI delivery mode
clear_IO_APIC_pin() ignores entries that are set to delivery mode SMI.
While this seems reasonable if the entry was unmasked, I consider it
dubious for masked entries.
In Linux, such behavior is benign since when the entry later is being
used for some normal interrupt, the old setting is simply overwritten.
In Xen, however, ioapic_guest_write() uses the vector field...
2009 Aug 05
2
?: SMI vs. EFI label and a disk''s write cache
For Solaris 10 5/09...
There are supposed to be performance improvements if you create a zpool
on a full disk, such as one with an EFI label. Does the same apply if
the full disk is used with an SMI label, which is required to boot?
I am trying to determine the trade-off, if any, of having a single rpool
on cXtYd0s2, if I can even do that, and improved performance compared to
having two pools, a root pool and a separate data pool, for improved
manageability and isolation. The data pool wil...
2016 Apr 06
0
[PATCH v5 5/6] dcdbas: make use of smp_call_on_cpu()
Use smp_call_on_cpu() to raise SMI on cpu 0.
Make call secure by adding get_online_cpus() to avoid e.g. suspend
resume cycles in between.
Signed-off-by: Juergen Gross <jgross at suse.com>
---
V4: add call to get_online_cpus()
---
drivers/firmware/dcdbas.c | 51 ++++++++++++++++++++++++-----------------------
1 file changed,...
2007 Mar 30
0
On disk SMI & EFI label documentation
...ut when
reading ZFS disk pool devices labels 3 and 4 aren''t where I''d expect
them to be (file based pools are fine). I''m assuming it''s related to how
EFI disk labels work but I''m just guessing. Are there any good documents
that cover the structure of SMI and/or EFI disk labels?
If not can someone point me to the relevant structs on OpenSolaris?
Is there any plan to make the ZFS on-disk specification a little more
complete? The structure of XDR packed nvlists for instance isn''t
documented at all.
Thanks,
-Chase
2004 Mar 10
1
Non-linear regression problem: R vs JMP (long)
...chieve convergence in R despite starting from the estimates reported in JMP.
What can I do?
Full story:
I am collaborating on a project which presently requires the fit of a seven
parameter non-linear function to 874 observations. The function is:
freeze.d <- deriv3(~ dbh^b * u^dbh * a1 * smi^a2 * exp(a3*pbal) *
(1 + a4*exp(a5*ba)) * cr^a6 * dh5^a7,
c("a1","a2","a3","a4","a5","a6","a7","b","u"),
function(dbh, smi, pbal, ba, cr, dh5, a1, a2, a3, a4, a5, a6, a7, b, u){})
The dbh, smi, pbal, ba...
2009 Feb 03
1
Cannot Mirror RPOOL, Can''t Label Disk to SMI
...w disk/partition definitions
volname - set 8-character volume name
!<cmd> - execute <cmd>, then return
quit
format> quit
======================================================================
These are the log that I capture to change EFI labeling to SMI before adding to rpool ( and it failed. I followed this guide, and several other guide, which is exactly the same, but it doesn''t work for me )
Here''s the links :
http://opensolaris.org/jive/thread.jspa?messageID=331284
Here''s the log :
=================================...
2004 Mar 29
1
Hang when booting from a CD
...:
My system hangs while booting from a CD using?SysLinux?(2.08).? I think that the?driver?hooks into the INT13 and INT15 handlers, writing their new handler hook into the Extended BIOS Data Area (EBDA) used by Phoenix BIOS for BIOS data information.? This area is?used and modified during legacy USB SMI's. I think that the hang happens because the new handler hook for INT13 or INT15 gets corrupted after the legacy USB SMI when any bootable USB device is connected causing the system to get the invalid opcode interrupt handler, INT6. I think that the?driver should not place thier handler in area...
2008 May 28
1
manipulating multiply imputed data sets
Hi folks,
I have five imputed data sets and would like to apply the same
recoding routines to each. I could do this sort of thing pretty
easily in Stata using MIM, but I've decided to go cold turkey on other
stats packages as a incentive for learning more about R. Most of the
recoding is for nominal variables, like race, religion, urbanicity,
and the like. So, for example, to recode race
2010 Mar 02
11
Expand zpool capacity
Hello, Experts.
I''ve got a problem. I''m trying to expand my main zpool (rpool), but don''t know how to do that. (i''m 100% newbie in non-windows world)
I use Osol under Vmware on Windows.
I had a pretty small vhdd -> only 12gb. Yesterday i decided to expand my virtual drive to 20gb. (After several tries to upgrade the OS to a newest dev-releases and
2008 Feb 13
3
AMD64 vs i386, ifstat and bsnmp
...lt;UP,RUNNING,PROMISC> metric 0 mtu 33160
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
inet 127.0.0.1 netmask 0xff000000
[ns8]#
snmpwalk -v1 -c xxxx ns8 .1.3.6.1.2.1.25.3.3.1 with ULE gives a bogus value
HOST-RESOURCES-MIB::hrProcessorFrwID.3 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.8 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorLoad.3 = INTEGER: 100
HOST-RESOURCES-MIB::hrProcessorLoad.8 = INTEGER: 100
vs using the BSD scheduler
HOST-RESOURCES-MIB::hrProcessorFrwID.3 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOUR...