Quantcast
Channel: Intel Communities : Discussion List - Servers
Viewing all 3923 articles
Browse latest View live

S2600CP4 - SLES update kernel process

$
0
0

Hello Support;

 

I have a S2600CP4.  BIOS 'AHCI Capable SATA Controller' is set to [RAID mode] with the 'AHCI Capable RAID Options' set to [INTEL (R) ERST2 (LSI*) and SAS/SATA Capable Controller:  [INTEL (R) ESRT2 (LSI+)]. The 2 x 2TB SATA hard drives are configured into a RAID1 mirror on the AHCI Controller. SLES 11 SP3 x86_64 with the latest 'lsi-megasr-kmp-16.01.2014.0318-1_3.0.76-0.11.x86_64', which installed and boots properly with a GNOME GUI.

 

Now I would like to update from the SUSE channel with the latest updates.  I can install the latest updates except the latest kernel to 3.0.101-0.31.x86_64.  If I update the kernel, the system will not find the partitions and boot.  The driver that Intel provides is only for the install DVD kernel version.  Intel did not make the driver update-able or generic enough to use with the latest kernel.

 

I followed the directions to install the SWR5 Driver Update (RPM) Package with instruction from the readme file megasr_rpm_readme.txt.  So In installed the DKMS package from Dell (dkms-2.2.0.3-1.noarch) then installed the megasr driver (megasr-16.01.2014.0318-1.noarch.rpm) and rebooted the server.  Still the the system will not find the partitions and boot.

 

Please help with this.

 

I would like to keep the SLES 11 kernel up-to-date some how and have not found a proper way to do this.


matrix storage manager mirrored wrong disk

$
0
0

I have 2 SSD drives that were setup as RAID 1, used for a Windows system partition.   For some reason, the mirror was broken and it re-mirrored with the SATA data drive.   The second SSD drive is not bad.  It just shows that it is not part of the mirror.  Is there a way to remove the SATA drive from the mirror and re-add the SSD drive, without losing any data? 

SS4000 without CompactFlash

$
0
0

Hi, i purchased an SS4000 that is in perfect working condition but when I opened it i found that there isn't the cf.

I don't know how to rebuild it or where I can find an image of it.

Is there someone that can help me?

 

I tryied to switch on but the alert light is always yellow and I see it's not working.

Is there a way to use it without the CF?

 

Thanks a lot

PCIe device assignment and SR-IOV with Linux and KVM

$
0
0

I've always been happy to just let PCIe sit in the background of my servers and connect my devices to the rest of the machine without bothering to know much about its inner workings. But recently I've been trying to work on assigning PCIe card functions into KVM virtual machines and have come to realise that not all PCIe systems are born equal.

 

I have limited access to a remote HP DL380 Gen8 server and working with this and RHEL6.4 I've easily been able to assign the functions of its built in network card or a plug-in PCI card into a running VM.

 

Ensure that both the main Intel VT and Intel VT-d features are enabled from the RBSU. Add the kernel option " intel_iommu=on "

A little snippet of XML like

 

<hostdev mode='subsystem' type='pci' managed='yes'>
  <source>
    <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
  </source>
</hostdev>

 

and a "virsh attach-device vm1 pci.xml" and I get the PCI device active in my VM. Nice and easy.

 

But I also have some test machines at home and these aren't proving so easy. I've an HP ML110 G7 and an ML310e Gen8. Both of which have a BIOS/RBSU option to enable the Intel VT-d feature.

With the ML110 G7 adding the "intel_iommu=on" to the kernel results in getting errors from the kernel about my BIOS

 

(this is from RHEL 7.0, I've tried 6.4&5 and Ubuntu 12.04 with the same results, predictably)

 

[root@ml110c ~]# dmesg | grep -ie iommu -e dmar

[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-121.el7.x86_64 root=UUID=15d0146f-02fb-4110-8d56-520ed00ab1d1 ro console=ttyS1 rd.lvm.lv=rhel_ml110c/swap vconsole.font=latarcyrheb-sun16 crashkernel=auto rd.lvm.lv=rhel_ml110c/root vconsole.keymap=uk intel_iommu=on

[    0.000000] ACPI: DMAR 00000000e9e34a00 00070 (v01 HP     ProLiant 00000001   \xffffffd2? 0000162E)

[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-121.el7.x86_64 root=UUID=15d0146f-02fb-4110-8d56-520ed00ab1d1 ro console=ttyS1 rd.lvm.lv=rhel_ml110c/swap vconsole.font=latarcyrheb-sun16 crashkernel=auto rd.lvm.lv=rhel_ml110c/root vconsole.keymap=uk intel_iommu=on

[    0.000000] Intel-IOMMU: enabled

[    0.000000] [Firmware Warn]: drivers/iommu/dmar.c at 484: Your BIOS is broken; DMAR reported at address fed90000 returns all ones!

[    0.059106] dmar: Host address width 39

[    0.060735] dmar: DRHD base: 0x000000fed90000 flags: 0x1

[    0.062852] dmar: IOMMU: failed to map dmar0

[    0.064530] dmar: parse DMAR table failure.

[root@ml110c ~]#

 

With the ML310e Gen8 I don't even get this much output.

 

[root@ml110d ~]# dmesg | grep -ie iommu -e dmar

Command line: ro root=/dev/mapper/vg_ml110d-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD  KEYTABLE=us SYSFONT=latarcyrheb-sun16 console=ttyS1 crashkernel=auto rd_LVM_LV=vg_ml110d/lv_root rd_LVM_LV=vg_ml110d/lv_swap rd_NO_DM rd_NO_PLYMOUTH intel_iommu=on

Kernel command line: ro root=/dev/mapper/vg_ml110d-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD  KEYTABLE=us SYSFONT=latarcyrheb-sun16 console=ttyS1 crashkernel=130M@0M rd_LVM_LV=vg_ml110d/lv_root rd_LVM_LV=vg_ml110d/lv_swap rd_NO_DM rd_NO_PLYMOUTH intel_iommu=on

Intel-IOMMU: enabled

[root@ml110d ~]#

 

 

The same grep on the DL380 Gen8 produces a lot of output.

 

Both the ML110 and 310 have an Quad Port Intel 82576 network board

 

(from lspci -vv)

0f:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)

        Subsystem: Intel Corporation Gigabit ET Quad Port Server Adapter

(and from dmesg)

[   20.146106] igb 0000:10:00.0: added PHC on eth0

[   20.146110] igb 0000:10:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:1b:21:72:28:ea

[   20.146114] igb 0000:10:00.0: eth0: PBA No: Unknown

[   21.963020] igb 0000:10:00.1: added PHC on eth3

[   22.517657] igb 0000:10:00.1: eth3: (PCIe:2.5Gb/s:Width x4) 00:1b:21:72:28:eb

[   22.864739] igb 0000:10:00.1: eth3: PBA No: Unknown

(they are plugged into fast PCIe slots in the motherboard, but the cards only have the small connector)

 

But even just attempting to make virtual SR-IOV functions locally is failing.

 

[root@ml110d ~]# modprobe -r igb ;  modprobe igb max_vfs=2

gives errors like

 

[root@ml110d ~]# dmesg | grep -i sr-iov

igb 0000:0d:00.0: SR-IOV: bus number out of range

igb 0000:0d:00.1: SR-IOV: bus number out of range

igb 0000:0e:00.0: SR-IOV: bus number out of range

igb 0000:0e:00.1: SR-IOV: bus number out of range

 

 

 

Now I've managed to find a whitepaper from HP about SR-IOV and Linux KVM which says that the DL380 Gen8 is supported, but there's no mention of the ML310e, so I presume that it isn't supported.

But what I'm looking for is some way to tell whether a system is likely to support direct device assignments and the SR-IOV functionality, or are these two going to be totally unrelated?

I find references to ATS (Address Translation Services), ACS (Access Control Services) and ARI (Alternative Routing ID Interpretation) and Intel have a very useful white paper that explains what these things mean. I also find comments about whether cards are plugged into PCIe x4 (2.5GT/s) slots or PCIe x8 (5GT/s) slots.

 

 

I guess I'm trying to find out what the minimum requirements are.  

 

  • What type of PCIe slot / card is the minimum requirement? can it work in PCIe X4 (2.5GT/s) ports or does it need a PCIe X8 (5GT/s) slot & card?
  • Does it need Address Translation Services (ATS) ?
  • Does it need Access Control Services (ACS) ?
  • Does it need Alternative Routing ID Interpretation (ARI) ?

Is there anyway to tell from lspci -vv output whether things are likely to work, I realise I'm likely to need some BIOS support too, but this would be a nice start.

 

Thanks in advance

Ken

Have ipmi over lan some limitations ?

$
0
0

Hi

May any clarify one question ?

 

Why the Intel continues to maintain a separate ipmi port, and does not do all ports combined with ipmi and gigabit Ethernet? ipmi over Ian has an some limitations?

P.S. Its for sj2000 servers

parts for mfsys25

$
0
0


I asked our local vendor for the price of another blade for our modular server, and was told Intel was no longer supporting them, and parts were not available. Is this correct? Are there no parts available for a mfsys25, either for expansion or repair?

Thanks,

BIOS is DEAD Intel S5520HC , no way to recover it

$
0
0

Hey friends

 

i tried to recover the bios of my Intel S5520HCR system cuz the APTIO Flash tool has destroyed the boot block NBC flash ... and more by using the /gan command

 

I am able to boot into the EFI Shell by creating an usb device according to this Bios Recovery on new Intel Server Boards like S5500BC, S5500WC, S5520SC & S5520UR BIOS recovery guide but it doesnt really work

 

My system stuck at this screen and nothing will happen

 

The system will power off after a few minutes but there is nothing on the screen during this time

 

20140721_171725.jpg

 

And the LEDs

 

 

CPUS.jpg

 

 

Need help cuz i dont want to buy a new motherboard

S3420GPLC/ Supported Memory

$
0
0

I'm wondering if anyone has gotten RDIMMs outside those listed of the validated memory list to work for this board?

 

We've got about 20 of these boards running in CAD workstations with the max 16GB UDIMMs (generic Kingston DDR1333's, not on the validated memory list), and they're running great, albeit users complaining about needing more memory...  We've started phasing out some of older servers, and would like to re-use the memory from them to give us another 6-8 months of life in the workstations (bumping them up to 24GB) before we replace them with S2600-series boards and E5's in the new fiscal year.

 

The RAM we're pulling from the servers is Samsung M392B5170EM1-CH9, which isn't on the validated memory list.  However, the validated memory list does contain M393B5170EH1-CH9.  Based on the spec sheet, the 'only' difference is the fact the ones we have on hand are VLPs (93 vs 92), which utilize a different packaging (DDP) - spec sheet attached.

 

My question is - does the board's bios actively block RDIMMs not on the list?  Or is there something inherently different with the modules (they meet all the requirements from the memory guide, aside from not being on the list) that makes the boards reject them?

 

Thanks in advance.

 

Trini


BMC setup for W2600CR board

$
0
0

Hi,

i recently bought a P304CR2LFKN case with W2600CR board for scientific computing. I'm trialling a tesla K20 with no active cooling so would like to control the fans directly. I'm trying to set up BMC but cant get anything in a web browser. I've followed the setup in the Intel® Remote Management Module 4 (Intel® RMM4) and Integrated BMC user guide but nothing in the browser. I've tried dhcp and static non conflicting IPs but no joy. I;d appreciate some help.

 

Thanks.

Enabling PXE on 82576 NICs

$
0
0

Hi fellows,

 

I have an Intel Gigabit ET2 Quad Port Server Adapter plugged in an Intel Motherboard Server S1400SP2. When I checked the BIOS configuration, I only see the options to manage PXE for my onboard ports.

 

Could you please tell me if there is any way to enable PXE for my offboard NIC through the BIOS.

 

Thanks.

Intel MPI

$
0
0

Hi,

I am trying to get the WRF ( Weather Research and Forecasting )  model running on an Intel PHI Co-processor. I have everything compiled but when I run  ./mpiexec.hydra I get the following error:

-bash: /opt/intel/impi/5.0.0.028/mic/bin/mpiexec: cannot execute binary file

 

I tried to reistall the MPI software but no luck. Has anyone seen this issue before?

S2600CP4 - SLES update kernel process

$
0
0

Hello Support;

 

I have a S2600CP4.  BIOS 'AHCI Capable SATA Controller' is set to [RAID mode] with the 'AHCI Capable RAID Options' set to [INTEL (R) ERST2 (LSI*) and SAS/SATA Capable Controller:  [INTEL (R) ESRT2 (LSI+)]. The 2 x 2TB SATA hard drives are configured into a RAID1 mirror on the AHCI Controller. SLES 11 SP3 x86_64 with the latest 'lsi-megasr-kmp-16.01.2014.0318-1_3.0.76-0.11.x86_64', which installed and boots properly with a GNOME GUI.

 

Now I would like to update from the SUSE channel with the latest updates.  I can install the latest updates except the latest kernel to 3.0.101-0.31.x86_64.  If I update the kernel, the system will not find the partitions and boot.  The driver that Intel provides is only for the install DVD kernel version.  Intel did not make the driver update-able or generic enough to use with the latest kernel.

 

I followed the directions to install the SWR5 Driver Update (RPM) Package with instruction from the readme file megasr_rpm_readme.txt.  So In installed the DKMS package from Dell (dkms-2.2.0.3-1.noarch) then installed the megasr driver (megasr-16.01.2014.0318-1.noarch.rpm) and rebooted the server.  Still the the system will not find the partitions and boot.

 

Please help with this.

 

I would like to keep the SLES 11 kernel up-to-date some how and have not found a proper way to do this.

How to create an El Torreti Boot Disk to recover the BIOS?

$
0
0

Hey friends

 

I have to create an El Torreti Boot Disk to recovery my BIOS by using the Recovery Procedure

 

Its complicated and i tried to create one according to this tutorial http://support.microsoft.com/kb/167685/en-us but it didnt work

 

i have to create this stuff cuz the recovery procedure doesnt really work on usb devices because of an EFI Shell Bug

 

 

 

Can someone create an El Torreti Boot Disk? I have to include this Files.. http://www.solidfiles.com/d/fcc6487c06/IFlash32.rar

 

Thanks for reading

S1200BTS does not complete POST

$
0
0

Hi,

I've been running my S1200BTS with a Xeon E3-1230 and 2 KVR1066D3E7S/4G (total 8G) with AHCI set now for 22 months without a problem. 1 month ago I reconfigured storage to use Intel Rapid Storage RAID 5. The server has been restarted succesfully many times in both configurations.

 

Deployment Details

CPU:              Xeon E3-1230

Memory:     2 off KVR1066D3E7S/4G = 8G

Graphics:     On board graphics used – ie. no additional graphics card is installed.

Time:            22 months continuous without Intel Rapid Storage

1 month continuous with Intel Rapid Storage in RAID 5 with Western Digital Red series HDDs.

Problem Description

BIOS Boot fails with Intel light diagnostics decoded to 0x15h (North Bridge PEI Module Starts).

Looking at rear of server board at the Intel Diagnsotic Lights [OFF OFF OFF ON   OFF ON OFF ON].

Actions Prior to Problem Occurrence

Server shutdown to update BIOS.

Boot order in BIOS adjusted to ensure booting from USB. New BIOS configuration saved.

Server shutdown to commence booting from USB

Server restarted but fails POST with Intel Diagnsotic Lights Code 0x15h

Recovery Steps Performed

  1. Reseated memory - Server restarted but fails POST with Intel Diagnsotic Lights Code 0x15h
  2. Installed single Kingston KVR13E9/8I memory in Channel A-1 - Server restarted but fails POST with Intel Diagnsotic Lights Code 0x15h
  3. Installed single Kingston KVR13E9/8I memory in Channel B-1 - Server restarted but fails POST with Intel Diagnsotic Lights Code 0x15h
  4. Installed single Kingston KVR13E9/8I memory in Channels A2, B-2 - Server restarted but fails POST with Intel Diagnsotic Lights Code 0x15h
  5. Removed memory – Server restarted but fails post with 3 long beeps (no memory) as expected.
  6. Reseated CPU and installed single Kingston KVR13E9/8I memory in Channel A-1 - Server restarted but fails POST with Intel Diagnsotic Lights Code 0x15h
  7. Cleared CMOS memory - Server restarted but fails POST with Intel Diagnsotic Lights Code 0x15h
  8. BIOS Recovery – placed BIOS recovery jumper in recovery position - Server restarted but fails to boot from USB and displays Intel Diagnsotic Lights Code 0x15h. Used instructions from Intel Community, Service guide, BIOS readme and Product specs followed without success

 

How could changing the boot order produce an error so early in the BIOS boot sequence?

 

I've delved into the Intel architecture designs and read that the Pre-EFI initialisation (PEI) phases that are divided into North Bridge and South Bridge.

The North Bridge PEI consists of the Graphics and Memory Controller Hub (GMCH) controlling main system memory and integrated graphics engine.

The South Bridge PEI consists of the I/O Controller Hub that controls I/O buses and devices. Algorithms and code to support functions of the I/O Controller Hub are designed to conform to industry specifications such as PCI-Sig and USB.” Indicating that it is necessary for South Bridge components to operate to recover BIOS from a USB drive.

Intel Diagnsotic Lights Code 0x15h is decoded as North Bridge PEI Module starts. The next error code in the sequence is South Bridge PEI Module starts (0x19).

 

This suggests that the USB drive cannot be reached in the BIOS sequence due to a failure sometime after the North Bridge PEI Module starts and hence my problem in recovering BIOS. I can only conclude that my S1200BTS MBO has failed and can't be recovered.

 

Any help would be appreciated.

BIOS is DEAD Intel S5520HC , no way to recover it

$
0
0

Hey friends

 

i tried to recover the bios of my Intel S5520HCR system cuz the APTIO Flash tool has destroyed the boot block NBC flash ... and more by using the /gan command

 

I am able to boot into the EFI Shell by creating an usb device according to this Bios Recovery on new Intel Server Boards like S5500BC, S5500WC, S5520SC & S5520UR BIOS recovery guide but it doesnt really work

 

My system stuck at this screen and nothing will happen

 

The system will power off after a few minutes but there is nothing on the screen during this time

 

20140721_171725.jpg

 

And the LEDs

 

 

CPUS.jpg

 

 

Need help cuz i dont want to buy a new motherboard


MFSYS35 network modules

$
0
0

Due to issues using shared LUNS via an external SAS storage unit, we have decided to go with a iSCSI device.

 

We have two blades installed which run XEN OS.

 

We have two switch modules installed. Only one of these is being used. and has two internal connections from this switch to each XEN server which we have bonded.

 

Ideally I would like to use the 2nd switch module to connect the iSCSI storage unit.

 

looking in the modular server control i can see the 2nd switch unit and there are no external connections. What is surprising me is that Server 1 and Server 2 ports are enabled but show as down. I would have thought these would be up, but if i look at the XEN boxes they do not see these ports either.

 

Does anyone have any ideas how i enable these so the XEN servers see a total of 4 ports, 2 from the existing switch and two from this one?

 

Thanks.

 

PortVLAN IDEnabledLinkSet SpeedCur SpeedVlan Mode Span Tree
External: Port 1 1 Yes Down Auto N/A General Enabled
External: Port 2 1 Yes Down Auto N/A General Enabled
External: Port 3 1 Yes Down Auto N/A General Enabled
External: Port 4 1 Yes Down Auto N/A General Enabled
External: Port 5 1 Yes Down Auto N/A General Enabled
External: Port 6 1 Yes Down Auto N/A General Enabled
External: Port 7 1 Yes Down Auto N/A General Enabled
External: Port 8 1 Yes Down Auto N/A General Enabled
External: Port 9 1 Yes Down Auto N/A General Enabled
External: Port 10 1 Yes Down Auto N/A General Enabled
Server 1: Port 1 1 Yes Down 1G-FDX N/A General Enabled
Server 1: Port 2 1 Yes Down 1G-FDX N/A General Enabled
Server 2: Port 1 1 Yes Down 1G-FDX N/A General Enabled
Server 2: Port 2 1 Yes Down 1G-FDX N/A General Enabled
Server 3: Port 1 1 Yes Down 1G-FDX N/A General Enabled
Server 3: Port 2 1 Yes Down 1G-FDX N/A General Enabled
Server 4: Port 1 1 Yes Down 1G-FDX N/A General Enabled
Server 4: Port 2 1 Yes Down 1G-FDX N/A General Enabled
Server 5: Port 1 1 Yes Down 1G-FDX N/A General Enabled
Server 5: Port 2 1 Yes Down 1G-FDX N/A General Enabled
Server 6: Port 1 1 Yes Down 1G-FDX N/A General Enabled
Server 6: Port 2 1 Yes Down 1G-FDX N/A General Enabled

Have ipmi over lan some limitations ?

$
0
0

Hi

May any clarify one question ?

 

Why the Intel continues to maintain a separate ipmi port, and does not do all ports combined with ipmi and gigabit Ethernet? ipmi over Ian has an some limitations?

P.S. Its for sj2000 servers

S2600GZ System RMM

$
0
0

Seem to get this email everyday, system has two power supplies and I am trying to find documentation on how to figure our what the different error codes mean.  The most bothersome is the one about the Power Supplies shown below.  Get one email for PS1 and one for PS2.  Both are plugged into different UPSs'.

 

 

Event that generated this alert:

 

RID:0160 TS:05/18/2014 05:48:01 SN:PS1 Status ST:Power Supply ED:Predictive Failure ET:Asserted EC:Non-Critical

 

RID:0160 RT:02 TS:53784991 GID:0020 ER:04 ST:08 S#:50 ET:6F ED:A2 06 30 EX:01 FF FF FF FF FF FF FF


Are they both failing?


Thanks

 

S2600COE will not post, do I need an Intel Power Supply?

$
0
0

So I've just got an S2600COE with 2x Xeon E5 2620 v2 and 8x4GB ECC registered RAM.
But it will not get part POST, it beeps with 1-5-4-4 and 1-5-4-2 which indicate a power supply problem.
Problem is I've tried 3 different (working) power supplies (all rated 80 plus, with enough current) and this is the second motherboard too.

 

I've tried all the usual fixes, 1 stick of ram, 1 and 2 CPUs, all sticks of ram, then just 2 sticks, reset CMOS.. nothing worked, so I'm wondering do I need an Intel branded power supply, is there something missing in normal desktop type power supplies that stops it from booting?

 

I work with HP servers at work and have used desktop power supplies in servers before without a problem, so this really has me stymied.

Can’t install the IRSTe GUI (Intel Rapid Storage Technology Enterprise)

$
0
0

 

Hello,

We have a Windows 2012 R2 server on a P9D-X (Intel C222 chipset).

2 x Raid 1 working fine (BIOS configured).

Unfortunately, we
can’t install the GUI (Intel Rapid Storage Technology Enterprise - IRSTe).

---

If we install the latest IRSTe we get the message that the setup will downgrade the driver.
Version: 3.8.0.1111 (Latest) - Date: 30.11.2013
https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23257


hc_1847.jpg


The parameter doesn’t prevent the message:
IATA_CD.EXE-nodrv

hc_1848.jpg


---

The version doesn’t work with Windows2012R2
2.9.0.1001 (Previously released)
Date: 12/12/2013
https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=2101&DwnldID=23496&ProductFamily=Software+Products&ProductLine=Chipset+Software&ProductProduct=Intel%C2%AE+Rapid+Storage+Technology+(Intel%C2%AE+RST)&lang=eng

  hc_1850.jpg

---

The non-Enterprise version (RST without e)
Version: 13.1.0.1058 (Latest) - Date: 05.27.2014
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=24006&lang=eng&ProdId=2101
Produced the same error message:


hc_1850.jpg


---

This driver works error free for about 6 month on the server:
hc_1851.jpg

Please help !

Tom

 

Viewing all 3923 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>