Upgrade Windows 2008R2 Standard to Enteriprise

BIG FAT WARNING: It won’t work if  server is Domain Controller

Easy way of upgrading Windows 2008R2 Standard to Enterprise – you even didn’t need an installation media

Run cmd as Administrator and type:

DISM /online /Get-CurrentEdition

this cmmand will help you to determine which edition is installed

To run an upgrade type:

DISM /online /Set-Edition:ServerEnterprise /ProductKey: AAAAA-AAAAA-AAAAA-AAAAA-AAAAA

If you have a MAK key than to upgrade you could use generic KMS client key for Windows 2008 R2 Enterprise 489J6-VHDMP-X63PK-3K798-CPX3Y and after all activate Windows using your MAK key

Full list of KMS keys

Проблеми з Btrfs

В ядро 3.16 потрапив баг, через який система падає в kernel panic при використанні стиснення та ламається після декількох хард виключень поспіль. Після перезавантаження ФС була зламана, відновленню не підлягала.
В останніх ядрах  змін до BTRFS  немає….

Вибираємо сковородку ч.1

Наявні кандидати:

--Rondell
--Gipfel
--Kaiserhof
--Tarrington house
--BergHoff
--Vinzer
--Vincent
--Lessner

[ USA ]
* LODGE
http://kiev.prom.ua/p30456557-skovoroda-gril-chugun.html

[ German ]
* Fissler
  http://www.fissler.de


[ Italy ]
* Ballarini
  http://www.ballarini.net/2013-09-29-13-48-08/skovorodki/komo-skovoroda-gril-28-28sm-keramika-detail.html

Lamart ?

  http://keram-ideya.com.ua/p57674828-keramicheskaya-skovoroda-gril.html
  http://kiev.prom.ua/p57676825-keramicheskaya-skovoroda-gril.html

[ Ukraine ]
* Біол
  http://www.biol.com.ua/rus/product/28


Делімано ?

Fissman ? (Датський посуд) ?

  http://gurmaniac.com.ua/products/skovoroda-gril-fissman-lazurite-28-sm-antiprigarnoe-pokryitie-al-4744-28-6938

- Tescoma – чеський
- Tramontina – бразильська

System state backup failed 0x8007007b

Log file c:\windows\Logs\WindowsServerBackup\
Error in backup of c:\windows\\systemroot\ during enumarte: Error [0x8007007b] The filename…
Solution:

1) Snapshot VM

2) Backup registry

3) Change HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services/LSI_SAS

ImagePath from:

\SystemRoot\system32\drivers\lsi_sas.sys  to system32\drivers\lsi_sas.sys

4) Re-run job

 

Profit!

esxi remove datastore

1) Note datastore identifier

2) Delete datastore

3) unmount the LUN

4) detach the LUN from your ESXi

5) from ssh terminal on each server run commands

  • run command :”esxcli storage core device detached list”

output will bee similliar to

Device UID                                                    State

———————————————————————-

naa.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx      off

  • run command “esxcli storage core device detached remove -d naa.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”

 

6) Rescan  HBA

 

That’s all folks!