similar to: Seek some help on operating system drivers. Thanks!

Displaying 20 results from an estimated 1200 matches similar to: "Seek some help on operating system drivers. Thanks!"

2019 Apr 05
0
Seek some help on operating system drivers. Thanks!
On Apr 5, 2019, at 8:24 AM, JICHUN LIU <jliu666 at hotmail.com> wrote: > > When I use sensors-detect: > Sorry, no sensors were detected. Instead, try: $ sudo ipmitool sensor list There are thresholds you can set to make the fans behave sanely, but those of us who don?t own such a server already won?t be able to advise until we see that output. There are also HP-proprietary
2012 Dec 13
2
simulate time data
Hi, Does anyone know how to write a command to generate time-to-event data for Cox's regression?   Scomet [[alternative HTML version deleted]]
2007 Jun 21
1
ipmi regression in 4.5?
I've been monitoring CPU temperature on a few Dell SC1435s running CentOS4 via OpenIPMI and 'ipmitool sdr'. It's been working very nicely, but the upgrade to 4.5 not so long ago seems to have broken something: # ipmitool sdr type Temperature Temp | 01h | ns | 3.1 | Disabled Planar Temp | 04h | ok | 7.1 | 30 degrees C Temp Interface | 53h | ns | 7.1
2016 Jun 24
0
PCI Passthrough not working
Here is my post issued again from the beginning in some sort of logical order I hope, with additional information as suggested by George Dunlap. I am having trouble getting PCI Passthrough to work from Dom0 to DomU I am using Xen 4.6 with CentOS kernel 3.18.34-20.el7.x86_64 on a Dell Poweredge T430. When I plug in a device to the USB port, nothing happens. I am Watching /var/log/messages in
2016 May 17
2
ipmitool and CentOS 7
---------------------------- Original Message ---------------------------- Subject: ipmitool and CentOS 7 From: m.roth at 5-cent.us Date: Mon, May 16, 2016 16:57 To: "CentOS" <centos at centos.org> -------------------------------------------------------------------------- On Dells running CentOS 6, we could use this command ipmitool delloem lcd set mode userdefined
2012 May 09
0
serie de tiempo incompleta: rellenar sólo fechas (claudiomet)
Hola.. yo lo haría de la siguiente manera ... En excel:genero una columna con la serie de fechas continuas ... con la función buscarv, agrego las variables que tienen dato a esta serie.. en base a la fecha muy largo y mecánico para mi gusto.... En R ..de igual manera genero el vector de fechas require(chron)# crear el vector continuo de fechasfch01 <- data.frame(''fch'' =
2013 Sep 24
1
dmesg and syslog errors in CentOS 6.4 on Dell R720 server
Hi, I have updated the firmware for perc raid controller card, network card, IDRAC firmware and the BIOS version on Dell R720 server. I have installed CentOS 6.4 and updated with all the latest packages using yum -y update. # cat /var/log/messages | grep -i error Sep 23 14:09:35 x24 kernel: ERST: Error Record Serialization Table (ERST) support is initialized. Sep 23 14:09:35 x24 kernel: ACPI
2016 Sep 18
3
IPMI ??
Is there a little setup display right on the box? Just asking because I have seen that on some boxes. Cheers, Boris. On Sun, Sep 18, 2016 at 12:15 AM, Keith Keller < kkeller at wombat.san-francisco.ca.us> wrote: > On 2016-09-17, Alice Wonder <alice at domblogger.net> wrote: > > > > Okay if it requires DHCP this might be out, I'm currently out of town > >
2018 Jun 26
3
Semi-OT: ipmitool or ipmicfg: set BMC to use NIC 2
The man page isn't helping, nor have I been able to find examples that work. For example, the man page claims I can do ipmitool lan get active, and I try, and it says, "invaling lan command, get". Do I set the MAC address for the lan to NIC 2? Anyone have a clue - I do *not* want martians on the real network. mark
2013 Jul 30
2
Interesting admin info: ipmitool
I've used ipmitool any number of times, but never for more than getting info, or setting the server name on a Dell LCD screen. However, I had a server screaming about intruder alert, intruder alert, er, "Chassis intrusion detected", and I thought there might be a way to shut it up (this after pulling the server and reseating the lid). A quick google found, on the first page, an 8
2017 May 03
2
[SPAM?] Re: CentOS 7 on HP DL160 G6
On 05/02/17 21:49, H wrote: > On 05/02/2017 08:01 AM, mark wrote: >> On 05/02/17 06:56, Steven Tardy wrote: >>> >>>> On May 1, 2017, at 8:49 PM, H <agents at meddatainc.com> wrote: >>>> >>>> the computer locks up at random intervals >>> >>> Anything in /var/log/mcelog? >>> Is the "edac" module running?
2017 May 02
3
CentOS 7 on HP DL160 G6
On 05/02/17 06:56, Steven Tardy wrote: > >> On May 1, 2017, at 8:49 PM, H <agents at meddatainc.com> wrote: >> >> the computer locks up at random intervals > > Anything in /var/log/mcelog? > Is the "edac" module running? > Does that model support bundle include any Intel MCA files? systemctl start ipmi ipmitool sel list mark
2008 Jan 11
2
xen-3.1 IPMI sensor (fwd)
Hallo *! I have a board SE7501HG2. - On 2.6.18 ipmitool works succefull. On Xen-3.1 (2.6.18) ipmitool say: # ipmitool sensor WARNING: Unknown SDR repository version 0x00 SDR record id 0x0000: invalid length 0 (see thread [ipmitool-devel] Unknown SDR version) - On page [4] as written: ipmitool -> BMC ---> i2c/smbus ''-> SDR - On Thread [9] was written:
2018 Jul 12
2
C7, ipmi, NIC2, still fighting
This is that system with the missing management port, and I'm still fighting it. Everything *looks* right: 3: enp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:25:90:0a:42:87 brd ff:ff:ff:ff:ff:ff inet 192.168.0.100/24 brd 192.168.0.255 scope global enp6s0 ip route 192.168.0.0/24 dev enp6s0 proto kernel scope link
2016 May 16
2
ipmitool and CentOS 7
On Dells running CentOS 6, we could use this command ipmitool delloem lcd set mode userdefined "$(uname -n | sed -e 's/\..*//' )" to set the little LCD screen to display the system name, In the latest sevens, it fails, and gives me usage for the command... which displays exactly that syntax. Anyone have a clue? mark
2018 Jul 13
2
C7, ipmi, NIC2, still fighting
On Thu, Jul 12, 2018 at 07:27:58PM -0500, Chris Adams wrote: > > Default Gateway IP : 192.168.0.100 > > Default Gateway MAC : 00:25:90:0a:42:87 > > No, that does not look right. You have configured the gateway of the > IPMI to be the host OS side of the NIC. You can't do that... in a lot > of systems I've seen, the IPMI side of the NIC can't even
2018 Jun 26
1
Semi-OT: ipmitool or ipmicfg: set BMC to use NIC 2
Jon Pruente wrote: > On Tue, Jun 26, 2018 at 3:16 PM, mark <m.roth at 5-cent.us> wrote: > >> The man page isn't helping, nor have I been able to find examples that >> work. >> >> For example, the man page claims I can do ipmitool lan get active, and >> I try, and it says, "invalid lan command, get". > > get isn't a recognized
2013 Jun 22
2
slow bootloader on Dell R320
Hi all ! Thanks for the very good support of Dell R320 hardware, perc H310 is well supported, BCM5720 seems to work correctly and performances are great. The only problem i have found is very strange. The FreeBSD bootloader take many times to load, 30sec-2minutes to boot the kernel and show the bootloader menu. After that, the system boots properly, at a normal speed. Is there any issue or
2013 May 23
4
Dell R320 server
Is there a way on Dell R320 (two power supplies and hardware RAID-1) on centos to get a message that a power supply is failing or that one of the hardware RAID disks is failing? Sure there is the front panel - but no-one is there ... Is that reported to linux/centos some way? This is my first R320. Thanks, Jerry
2016 Sep 17
3
IPMI ??
Never used IPMI in my life and while I thought it was cool when I heard about it, had no plans to. Just built a home server (while out of town) using a SUPERMICRO MBD-X10SLM+-F-O I put an nVidia 405 based video card in it but it may be bad. When I power it on, I get some beeps but they are different than the no memory beeps (I intentionally powered on w/o memory to hear those) and I think