解決vCSA加入域出錯的問題:

Currently i have a problem trying to join a VCSA 5.5 and 6.0 to a domain it always get the same error, i double checked the DNS, name resolution, netbios and NTP with everithing working well, here is the output.

vcsa55:~ # /opt/likewise/bin/domainjoin-cli join nos.hk.cn gazh

Joining to AD Domain:   nos.hk.cn

With Computer DNS Name: vcsa55.nos.hk.cn

gazh#NOS.HK.CN's password:

Error: ERROR_GEN_FAILURE [code 0x0000001f]

image

 

WannaCry: SMB1 and vSphere Products

renderTimingPixel.png

With the excitement surrounding WannaCry, I thought I'd take a few minutes and write about SMB1 and vSphere products. There's been a few threads over the past few months, including troubleshooting this myself. More admins are starting to turn SMB1 off on servers, especially on Domain Controllers.

Out of the box, vCSA and ESXi only support SMB 1.0. I don't know about 5.5, but in atleast 6.0 (and 6.5) the vCSA and ESXi use the likewise package to handle active directory communication. VMware's KB2134063 still only shows the fix as enabling SMBv1 on the domain controllers. This is Wrong! We can just enable likewise to use SMB2!

on the vCSA:

Check Values:

/opt/likewise/bin/lwregshell list_values '[HKEY_THIS_MACHINE\Services\lwio\Parameters\Drivers\rdr]'

image

Change SMB2 to be Enabled:

/opt/likewise/bin/lwregshell set_value '[HKEY_THIS_MACHINE\Services\lwio\Parameters\Drivers\rdr]' Smb2Enabled 1

image

Restart lwio:

/opt/likewise/bin/lwsm restart lwio

join domain again: /opt/likewise/bin/domainjoin-cli join nos.hk.cn gazh

image

reboot!!!

on ESXi, the process is the same, but the path to the likewise binaries are in /usr/lib/vmware/likewise/bin/:

Check Values:

/usr/lib/vmware/likewise/bin/lwregshell list_values '[HKEY_THIS_MACHINE\Services\lwio\Parameters\Drivers\rdr]'

Change SMB2 to be Enabled:

/usr/lib/vmware/likewise/bin/lwregshell set_value '[HKEY_THIS_MACHINE\Services\lwio\Parameters\Drivers\rdr]' SMB2Enabled 1

Restart lwio:

/usr/lib/vmware/likewise/bin/lwsm restart lwio
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章