HP Hardware & Software Info

HP ssacli commands in ESXi:

https://itbru.ru/index.php/2019/09/04/hp-ssacli-commands/
https://be-virtual.net/hpe-storage-controller-management-ssacli/
https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00018717en_us
https://kb.gtkc.net/hp-smart-array-cli-commands/
https://wiki.froberg.org/en/hpe-storage-controller-management-ssacli

Invoke SSACLI command from remote server: esxcli –server=”servername or IP” –user=”username” –password=”root password” ssacli cmd -q “controller all show status”

Continue reading “HP Hardware & Software Info”

Useful Hardware

Эмулятор монитора

Полезно, когда железка стоит без монитора и при подключении по VNC выдает минимальное разрешение, которое к тому же невозможно поменять.

HDMI Dummy Plug fit-Headless Display Emulator DDC EDID Headless Ghos with Windows Mac OSX Linux Great for Graphics Acceleration Support 3840×2160@60Hz 1P
Brand: Malarpon

Увидел тут: https://brmail.livejournal.com/298764.html

Проброс видеокарты ESXi

Статья поновее:
https://vmind.ru/2016/08/08/probros-videokarty-nvidia-v-vmware-esxi-6-0/comment-page-1/

Вот еще инфо:

https://medium.com/@alexander.bazhenov/поддержка-nvdida-grid-в-vmware-esxi-e649a40d46f2

 

Проброс видеокарты

А еще при помощи USB Bluetooth адаптера (клавиатуры и мыши) + passthrough на встроенную видеокарту сервера мне удалось получить локальную консоль для гостевой машины с Windows XP. :)

Работает также как и с любыми другими физическими устройствами. При старте сервера – ESXi будет использовать ее, как только виртуалка стартует – видеокарта будет отдана ей.
Видеокарта была единственная в сервере. Сервер – Dell R310.

https://www.vm4.ru/2010/08/usb.html

Совместимость

Память Kingston:
https://www.kingston.com/us/memory/search/options/

Vmware системы:
https://www.vmware.com/resources/compatibility/search.php

Vmware Raid:
https://www.vmware.com/resources/compatibility/search.php?deviceCategory=io&releases=171&deviceTypes=13

Supermicro:
https://www.supermicro.com/support/resources/OS/OS_Certification_Intel.cfm

Solidworks:
https://www.solidworks.com/sw/support/videocardtesting.html

Cisco feature navigator (firmware + hardware etc):
https://cfn.cloudapps.cisco.com/ITDIT/CFN/jsp/compareImages.jsp

Cisco Transceiver Module Compatibility Matrix:
https://tmgmatrix.cisco.com

OS X Compatibility:
https://eshop.macsales.com/guides/Mac_OS_X_Compatibility

Intel processors by socket:
https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&1_Filter-SocketsSupported=3635&1_Filter-Family=595&2_MarketSegment=Server

Полезные команды CMD Windows + контекст .BAT файлов

Узнать модель материнской платы из cmd:

wmic baseboard get product,Manufacturer,version,serialnumber

https://x-flame.ru/kak-uznat-model-materinskoj-platy-cherez-cmd/

Узнать подробности видимых WiFi сетей:

netsh wlan show networks mode=bssid

Запустить программу из .bat файла с параметрами:<

start "" "c:\program files\Microsoft Virtual PC\Virtual PC.exe" -pc MY-PC -launch
In other words, give it an empty title before the name of the program to fake it out.

https://stackoverflow.com/questions/154075/using-the-start-command-with-parameters-passed-to-the-started-program

Save output to file:

command.name > fileName.txt

Remove text from file:

findstr /v /i /L /c:"Mabrur" text.txt >out.txt

/v means “lines that do not contain
/i means “case-insensitive”.
*all lines containing the /L literal string Mabrur, whether it is as product or some other column, or is part of a longer string will be excluded.

https://stackoverflow.com/questions/49569889/how-to-delete-some-line-from-txt-file-using-batch

Hardware info

Оч интересный сайт про компьютерное и не только железо:

https://uk.hardware.info/

PDF Datasheets www.0pdf.com:

https://www.datasheet-pdf.com/

Hard Disks/SSDs/Flash Repair and Recovery:

https://www.hardmaster.info/articles/
https://habr.com/ru/users/hddmasters/posts/
https://hddmasters.by/articles/articles.html

FCC devices teardown library:

https://fccid.io/PD5-WAP150/Internal-Photos/Internal-Photos-2760550

List Of WD CMR And SMR Hard Drives (HDD):

https://nascompares.com/answer/list-of-wd-cmr-and-smr-hard-drives-hdd/

Online catalog of LCD panels for notebooks etc.:

https://www.panelook.com/

3dnews.ru great SSD life test:

https://3dnews.ru/938764/resursnie-ispitaniya-ssd-obnovlyaemiy-material

Lots of manuals for almost any household appliances, almost any manufacturer:

https://www.manualslib.com
https://manuall.co.uk/
https://manualmachine.com/

WikiChip:

https://en.wikichip.org/wiki/WikiChip

SSD Specs Database:

https://www.techpowerup.com/ssd-specs/

SSD info and tuning utilities:

http://vlo.name:3000/ssdtool/

Why SSDs Die a Sudden Death (and How to Deal with It):

https://blog.elcomsoft.com/2019/01/why-ssds-die-a-sudden-death-and-how-to-deal-with-it/