search for: chassis

Displaying 20 results from an estimated 432 matches for "chassis".

2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
...a_settable(L,-3); + return 1; +} - lua_pushstring(L, "base_board.serial"); - lua_pushstring(L, dmi.base_board.serial); - lua_settable(L,-3); - lua_pushstring(L, "base_board.asset_tag"); - lua_pushstring(L, dmi.base_board.asset_tag); - lua_settable(L,-3); +static int get_chassis_table(lua_State *L, s_dmi *dmi_ptr) +{ + s_chassis *chassis = &dmi_ptr->chassis; - lua_pushstring(L, "base_board.location"); - lua_pushstring(L, dmi.base_board.location); - lua_settable(L,-3); + if (!chassis->filled) + return 0; + /* chassis */ + lua_newtable(L); + L...
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
2005 Jul 27
0
Polycom gain settings
...ave some Polycom IP300's and I'm interested in increasing the max volume for the headset (not handset), I'm wondering if anyone has experience adjusting these values: <gains voice.gain.rx.analog.handset="0" voice.gain.rx.analog.headset="0" voice.gain.rx.analog.chassis="3" voice.gain.rx.analog.chassis.obs="-12" voice.gain.rx.analog.chassis.IP300="-6" voice.gain.rx.analog.ringer="3" voice.gain.rx.analog.ringer.IP300="-6" voice.gain.rx.digital.handset="0" voice.gain.rx.digital.headset="-21" voice...
2004 May 24
3
100 analog phones?? HOWTO?
Does anyone know the best approach to take for handling 100 analog phones? It seems to me that a chassis like Carrier Access or Adtran would work. The chassis would do much of the hard work of converting the analog sound to data. Any recommendations on hardware for the chassis? ...Jeff
2006 Oct 11
4
Multiple TE110P cards in one chassis
Does anyone know if you can have multiple TE110P cards in one chassis? -Thermal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061011/adbceeb5/attachment.htm
2006 May 25
2
Volume configuration on Polycom Soundpoint 501phone
Could not find your post for 4 months ago. -------------- Original message -------------- From: "Anton Krall" <akrall-lists@intruder.com.mx> > Yes, check a post that I made about 4 months ago, I posted the cofig for > setting the speaker, handset and ring volumes .. > > |-----Original Message----- > |From: asterisk-users-bounces@lists.digium.com >
2008 Dec 15
1
OT supermicro server chassis?
Does anyone have a supermicro 942i server chassis? I'm trying to figure out if it has a true nine 5.25" drive bays, or if the one occupied by the 3.5" caddy is special / crippled. What I want to do is install three of the supermicro 5x3 hot swap backplanes and I'm gunshy about buying one site unseen. Thanks! Gordon
2011 Oct 11
3
[HW] Do the HDD cages in rack mount chassis indicate visual/audio HDD failure?
I have no personal experience with rack mount chassis. >From the past postings, I reckon there are members, in this list, who have experience in rack mount setups and would like get their advice. To reduce the H/W cost, I am considering Linux mdadm RAID10 on a 2U chassis. I would appreciate clarification on the following: In rack mount chassis...
2013 Nov 09
3
syslinux.efi pxeboot across multiple subnets
Op 2013-11-08 om 15:44 schreef H. Peter Anvin: > On 11/08/2013 03:35 PM, Geert Stappers wrote: > > Op 2013-11-08 om 10:48 schreef H. Peter Anvin: > >> Thank you for posting the pcap files, by the way. Analyzing them in > >> Wireshark is so much nicer than reading the text output of tcpdump. > > > > Fetch the new capture with > > > > wget -O
2013 Nov 10
2
syslinux.efi pxeboot across multiple subnets
On Sat, Nov 9, 2013 at 9:22 AM, Jason Matthews <jason.david.matthews at gmail.com> wrote: > The setup I was using was in a chassis. Slot 8 of the chassis is the client > machine. It goes through Switch 1 (a Brocade switch) to the top of rack > (BNT). The mirror is in the chassis switch. Slot 3 of the same chassis is > connected to the mirror port in Switch 1. > > client = 1/0/8 > tcpdump = 1/0/3 > to TOR =...
2007 Oct 20
4
Distribued ZFS
Hi Ged; At the moment ZFS is not a shared file system nor a paralell file system. However lustre integration which will take some time will provide parallel file system abilities. I am unsure if lustre at the moment supports redundancy between storage nodes (it was on the road map) But ZFS at the moment supports Sun cluster 3.2 (no paralel acccess is supported) and new upcoming SAS Jbods
2006 Aug 14
0
First attempt to use DMI in a com32 module
...lements founds in the table. And.... that's all ;) So the following code is enough : s_dmi dmi; if (dmi_iterate()) parse_dmitable(&dmi); Simple isn't it ? Then, if you like to access to the elements, you just have to print them. The s_dmi structure contains some s_system, s_bios, s_chassis, s_base_board, s_processor structures. They represent the content of the DMI HANDLES number 0,1,2,3,4. I was too lazy to continue to the remaining items. Maybe later if they are really needed in pxelinux. So if you like to know the form factor of the running system, dmi.chassis.type will return on...
2016 Dec 13
2
Install Centos not detect the hard drive
Hi All, I'm installing the Centos 7.0 from Intel 2u chassis server, Not detect the hard disk. Please help me sir. Had drive --> Intel SSD -240 GB Regards, Jeyaraj. M
2013 Nov 09
1
syslinux.efi pxeboot across multiple subnets
...here I said possible. > > > > Please confirm where in the network the tcpdump is made, > > or even better: capture the packets near the booting machine. > > > > Something else: How many gateway / routers are involved? > > > > The setup I was using was in a chassis. Slot 8 of the chassis is the client > machine. It goes through Switch 1 (a Brocade switch) to the top of rack > (BNT). The mirror is in the chassis switch. Slot 3 of the same chassis is > connected to the mirror port in Switch 1. > > client = 1/0/8 > tcpdump = 1/0/3 > to TOR =...
2009 Nov 17
13
ZFS storage server hardware
Hi, I know (from the zfs-discuss archives and other places [1,2,3,4]) that a lot of people are looking to use zfs as a storage server in the 10-100TB range. I''m in the same boat, but I''ve found that hardware choice is the biggest issue. I''m struggling to find something which will work nicely under solaris and which meets my expectations in terms of hardware.
2010 Jun 18
6
WD caviar/mpt issues
...at 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, 846s and 847s - sol10u8, 1.26/1.29/1.30 LSI firmware on LSI retail 3801 and 3081E controllers. Not that it works any better on the brace of 9211-8is I also tried these drives on.) Before signing up for the list,...
2011 Mar 28
2
XCP vs Xen on CentOS and Dell OpenManage
Hello, I just tried out XCP and I was surprised to see it looks pretty much like Xen from Citrix. Based on the RPM packages installed, I assume XCP is based on RHEL5. With that in mind, I have a few questions that I did not find an answer on the web... Perhaps I didn''t look in the right places, so if you know about any good documentations that I should read please share it :)
2020 Oct 14
2
scsi passthrough differs between guests
Greetings, I have two machines running the same distro, both running qemu 5.1.0, one runs libvirt 6.7.0, the other 6.8.0. I've decided to test the viability of passing through my sata cdrom into a vm, so I went to the libvirt docs, read a bit and added the following to a debian10 uefi vm running on libvirt 6.8.0: <controller type='scsi' index='0'
2020 Jan 06
2
Re: aarch64 vm doesn't boots
Greetings Andrea, > Sent: Monday, January 06, 2020 at 11:37 AM > From: "Andrea Bolognani" <abologna@redhat.com> > To: daggs <daggs@gmx.com>, libvirt-users@redhat.com > Subject: Re: [libvirt-users] aarch64 vm doesn't boots > > On Thu, 2019-12-26 at 09:00 +0100, daggs wrote: > > Greetings, > > > > I'm trying to bring up a alpine rpi
2020 Oct 15
2
Re: scsi passthrough differs between guests
...id=charmonitor,fd=26,server,nowait \ -mon chardev=charmonitor,id=monitor,mode=control \ -rtc base=utc,driftfix=slew \ -global kvm-pit.lost_tick_policy=delay \ -no-hpet \ -no-shutdown \ -global ICH9-LPC.disable_s3=1 \ -global ICH9-LPC.disable_s4=1 \ -boot strict=on \ -device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2 \ -device pcie-root-port,port=0x11,chassis=2,id=pci.2,bus=pcie.0,addr=0x2.0x1 \ -device pcie-root-port,port=0x12,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x2 \ -device pcie-root-port,port=0x13,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x3 \ -device pcie-ro...