{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "timsa.ru: заметки с тегом hp",
    "_rss_description": "Моя записная книжка. Комментарии отключены из-за спама. Для вопросов используйте эту страничку",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/timsa.ru\/tags\/hp\/",
    "feed_url": "https:\/\/timsa.ru\/tags\/hp\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "timsa",
            "url": "https:\/\/timsa.ru\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "161",
            "url": "https:\/\/timsa.ru\/all\/upravlenie-p410-pod-linux\/",
            "title": "Управление P410 под linux",
            "content_html": "<p>Утилита hpacucli сдохла, а hpssacli переименовалась в ssacli. Её и надо использовать.<\/p>\n<p>Перечень команд <a href=\"https:\/\/gist.github.com\/mrpeardotnet\/a9ce41da99936c0175600f484fa20d03\">https:\/\/gist.github.com\/mrpeardotnet\/a9ce41da99936c0175600f484fa20d03<\/a><\/p>\n<p>На всякий случай копия основных.<\/p>\n<p>Допустимые сокращения:<br \/>\nchassisname = ch<br \/>\ncontroller = ctrl<br \/>\nlogicaldrive = ld<br \/>\nphysicaldrive = pd<br \/>\ndrivewritecache = dwc<br \/>\nlicensekey = lk<\/p>\n<p>Show available controllers<\/p>\n<p>ssacli ctrl all show<\/p>\n<p>Show controllers status<\/p>\n<p>ssacli ctrl all show status<\/p>\n<p>Show detailed controllers information<\/p>\n<p>ssacli ctrl all show detail<\/p>\n<p>Show controllers configuration<\/p>\n<p>ssacli ctrl all show config<\/p>\n<p>Rescan for new devices Useful after swapping disks in bays, etc...<\/p>\n<p>ssacli rescan<\/p>\n<p>Show all physical disks (or their status) (controller slot 0)<\/p>\n<p>ssacli ctrl slot=0 pd all show<br \/>\nssacli ctrl slot=0 pd all show status<\/p>\n<p>Show all physical disks detailed information (controller slot 0)<\/p>\n<p>ssacli ctrl slot=0 pd all show detail<\/p>\n<p>Show logical drives (or their status) (controller slot 0, all or specific logical drive(s))<\/p>\n<p>ssacli ctrl slot=0 ld all show<br \/>\nssacli ctrl slot=0 ld all show status<\/p>\n<p>ssacli ctrl slot=0 ld 1 show<br \/>\nssacli ctrl slot=0 ld 1 show status<\/p>\n<p>Show detailed logical drives information (controller slot 0, all or specific logical drive(s))<\/p>\n<p>ssacli ctrl slot=0 ld all show detail<br \/>\nssacli ctrl slot=0 ld 1 show detail<\/p>\n<p>Show array information (controller slot 0, array A)<\/p>\n<p>ssacli ctrl slot=0 array a show<\/p>\n<p>Show array status (controller slot 0, all arrays)<\/p>\n<p>ssacli ctrl slot=0 array all show status<\/p>\n<p>Create new RAID 0 logical drive (controller slot 0, disk in port 1I:box 1:bay 1)<\/p>\n<p>ssacli ctrl slot=0 create type=ld drives=1I:1:1 raid=0<\/p>\n<p>Create new RAID 1 logical drive (controller slot 0, disks in port 1I:box 1:bay 1 and 2)<\/p>\n<p>ssacli ctrl slot=0 create type=ld drives=1I:1:1,1I:1:2 raid=1<\/p>\n<p>Create new RAID 5 logical drive (controller slot 0, diks in port 1I:box 1:bay 1 to 4)<\/p>\n<p>ssacli ctrl slot=0 create type=ld drives=1I:1:1-1I:1:4 raid=5<\/p>\n<p>Delete logical drive (controller slot 0, logical drive 1)<\/p>\n<p>ssacli ctrl slot=0 ld 1 delete<\/p>\n<p>Add new physical disks to logical drive (controller slot 0, logical drive 1, disks in port 1I:box 1:bay 6 and 7)<\/p>\n<p>ssacli ctrl slot=0 ld 2 add drives=1I:1:6,1I:1:7<\/p>\n<p>Add spare disks (controller slot 0, logical drive 1, array A, disks in port 1I:box 1:bay 6 and 7)<\/p>\n<p>ssacli ctrl slot=0 array a add spares=1I:1:6,1I:1:7<\/p>\n<p>Add global spare disks (controller slot 0, logical drive 1, all arrays, disks in port 1I:box 1:bay 6 and 7)<\/p>\n<p>ssacli ctrl slot=0 array all add spares=1I:1:6,1I:1:7<\/p>\n<p>Turn on\/off blink logical drive LED (controller slot 0, logical drive 1)<\/p>\n<p>ssacli ctrl slot=0 ld 1 modify led=on<br \/>\nssacli ctrl slot=0 ld 1 modify led=off<\/p>\n<p>Turn on\/off blink physical disk LED (controller slot 0, physical disk port 1I:box 1:bay 1)<\/p>\n<p>ssacli ctrl slot=0 pd 1I:1:1 modify led=on<br \/>\nssacli ctrl slot=0 pd 1I:1:1 modify led=off<\/p>\n<p>Modify smart array cache read and write ratio (controller slot 0, cacheratio 80% read\/20% write)<\/p>\n<p>ssacli ctrl slot=0 modify cacheratio=80\/20<\/p>\n<p>Show physical drive write cache status (controller slot 0)<\/p>\n<p>ssacli ctrl slot=0 modify dwc=?<\/p>\n<p>Enable\/disable physical drive write cache (controller slot 0) Important: Because physical drive write cache is not battery-backed, you could lose data if a power failure occurs during a write process. To minimize this possibility, use a backup power supply.<\/p>\n<p>ssacli ctrl slot=0 modify dwc=enable<br \/>\nssacli ctrl slot=0 modify dwc=disable<\/p>\n<p>Show status of smart array write cache when no battery is present (no-battery write cache option, controller slot 0)<\/p>\n<p>ssacli ctrl slot=0 modify nbwc=?<\/p>\n<p>Enable\/disable smart array write cache when no battery is present (no-battery write cache option, controller slot 0)<\/p>\n<p>ssacli ctrl slot=0 modify nbwc=enable<br \/>\nssacli ctrl slot=0 modify nbwc=disable<\/p>\n<p>Enable\/disable smart array cache for certain Logical Volume (controller slot 0, logical drive 1)<\/p>\n<p>ssacli ctrl slot=0 ld 1 modify arrayaccelerator=enable<br \/>\nssacli ctrl slot=0 ld 1 modify arrayaccelerator=disable<\/p>\n<p>Enable\/disable SSD Smart Path (controller slot 0, array A)<\/p>\n<p>ssacli ctrl slot=0 array a modify ssdsmartpath=enable<br \/>\nssacli ctrl slot=0 array a modify ssdsmartpath=disable<\/p>\n<p>Show spare activation mode<\/p>\n<p>ssacli ctrl slot=0 modify spareactivationmode=?<\/p>\n<p>Set spare activation mode<\/p>\n<p>ssacli ctrl slot=0 modify spareactivationmode=predictive<br \/>\nssacli ctrl slot=0 modify spareactivationmode=failure<\/p>\n<p>Show rebuild priority<\/p>\n<p>ssacli ctrl slot=0 modify rp=?<\/p>\n<p>Modify rebuild priority<\/p>\n<p>ssacli ctrl slot=0 modify rp=low<br \/>\nssacli ctrl slot=0 modify rp=medium<br \/>\nssacli ctrl slot=0 modify rp=mediumhigh<br \/>\nssacli ctrl slot=0 modify rp=high<\/p>\n<p>Erase Physical Drive (controller slot 0, physical disk port 1I:box 1:bay 1)<\/p>\n<p>ssacli ctrl slot=0 pd 1I:1:1 modify erase<\/p>\n",
            "date_published": "2023-05-23T12:12:08+05:00",
            "date_modified": "2023-05-23T12:18:45+05:00",
            "tags": [
                "hp",
                "linux"
            ],
            "_date_published_rfc2822": "Tue, 23 May 2023 12:12:08 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "161",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        },
        {
            "id": "148",
            "url": "https:\/\/timsa.ru\/all\/upgrade-microserver-gen8\/",
            "title": "Апгрейд сервера",
            "content_html": "<p>Сейчас стоит Intel(R) Core(TM) i3-3240 CPU @ 3.40GHz (TDP 55 ватт, радиатор до 65 ватт рассчитан)<\/p>\n<p>Хочу заменить на Intel Xeon E3-1265L V2<br \/>\nПрирост производительности в 1,5 раза, а TDP 45 ватт!<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/timsa.ru\/pictures\/69ee81.jpg\" width=\"766\" height=\"607\" alt=\"\" \/>\n<\/div>\n<p>The Microserver Gen8 has a Socket 1155 platform, and will support Xeon E3 (Sandy Bridge) and Xeon E3 v2 (Ivy Bridge) processors —Xeon E3 v3 (Haswell) processors are a different architecture with a different socket (Socket 1150) and are *not* supported.  IMO, these are the five processors to consider when upgrading the HP Microserver Gen8:<\/p>\n<p>Xeon E3-1220L      (2 cores, 4 threads, Sandy Bridge)<br \/>\nXeon E3-1220L v2 (2 cores, 4 threads, Ivy Bridge)<br \/>\nXeon E3-1260L      (4 cores, 8 threads, Sandy Bridge)<br \/>\nXeon E3-1265L v2 (4 cores, 8 threads, Ivy Bridge<br \/>\nXeon E3-1230   v2 (4 cores, 8 threads, Ivy Bridge -see caveats)<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/timsa.ru\/pictures\/172145.jpg\" width=\"732\" height=\"115\" alt=\"\" \/>\n<\/div>\n<p>Итоги.<br \/>\nЗамена процессора на Xeon E3-1265L v2 прошла успешно, все легко разбирается и собирается. Заменил за одно термопасту.<br \/>\nТакже заменил оригинальную HP 4Gb планку памяти на Samsung 8Gb и вот что заметил.<br \/>\nHP 4Gb стояла PC3L-12800E (низковольтная), а рядом стоял Kingstone 8Gb PC3-12800E (обычный). Т. е. PC3 и PC3L работали одновременно без проблем.<br \/>\nДобавленный Samsung также купил PC3L-12800E (просто не посмотрел). Если б покупал сейчас — купил бы без L чтобы одинаковые стояли.<br \/>\nУ ILO временно оторван патчкорд, поэтому не могу сказать как сервер определил память, но работает без проблем.<\/p>\n<p>В итоге стало в 2 раза больше ядер, явно больше производительность (мельком глянул по времени конвертирования видео), больше памяти. Можно переезжать на ESXi.<\/p>\n<p>p.s.<\/p>\n<div class=\"e2-text-table\">\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n<tr>\n<td>Core stepping<\/td>\n<td>S-spec number(s)<\/td>\n<td>BIOS<\/td>\n<td>Partnumber<\/td>\n<\/tr>\n<tr>\n<td>L1<\/td>\n<td>QC8J, SR0RH<\/td>\n<td>F5<\/td>\n<td>BX80637I33240, BXC80637I33240, CM8063701137900<\/td>\n<\/tr>\n<tr>\n<td>P0<\/td>\n<td>QCFX<\/td>\n<td>F7<\/td>\n<td>CM8063701247800<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p>p.p.s. Подключенные на мамку диски работают на 6Gbps, а вот воткнутые в корзину <b>ВСЕ<\/b> на 3Gbps.<br \/>\nТолько сейчас нашел в мануале мелкий шрифт:<\/p>\n<blockquote>\n<p>NOTE: HDD bays 1 and 2 support 6.0Gb\/s SATA. HDD bays 3 and 4 support 3.0Gb\/s SATA.<\/p>\n<\/blockquote>\n",
            "date_published": "2022-04-08T14:50:30+05:00",
            "date_modified": "2023-09-13T15:21:44+05:00",
            "tags": [
                "hp",
                "todo",
                "купить"
            ],
            "image": "https:\/\/timsa.ru\/pictures\/69ee81.jpg",
            "_date_published_rfc2822": "Fri, 08 Apr 2022 14:50:30 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "148",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": [
                    "https:\/\/timsa.ru\/pictures\/69ee81.jpg",
                    "https:\/\/timsa.ru\/pictures\/172145.jpg"
                ]
            }
        }
    ],
    "_e2_version": 4079,
    "_e2_ua_string": "Aegea 11.0 (v4079)"
}