User`s guide

Table Of Contents
VMware, Inc. 45
Chapter 5 Discovery
To change this behavior for operating as a local user
1FromtheWindowsStartmenu,navigatetoSetting>ControlPanel>AdministrativeTools>Local
SecurityPolicy>SecuritySettings>LocalPolicies>SecurityOptions.
2 LocateNetworkaccess:sharingandsecuritymodelforlocalaccountspolicyfromthelist.
3RightclickNetworkaccess:sharingandsecuritymodelforlocalaccountsandclickProperties.
Networkaccess:sharingandsecuritymodelforlocalaccountsPropertieswindowappears.
4 SelectClassiclocalusersauthenticateasthemselvesfromthedropdownmenuandclickApply.
Forsecurityreasons,itisrecommendedtoallowtheTelnetservertouseonlyNTLMauthentication,andto
disablepasswordbasedauthentication.
To view the current Telnet server authentication settings
1FromtheWindowsStartmenu,selectRunandtypecmd.TheCommandPromptappears.
2Typetlntadmn toviewthelocalhostsettings.
3Type
tlntadmn config sec=+ntlm toturnonNTLMauthentication.
4Typetlntadmn config sec=-passwd toturnoffpasswordbasedauthentication.
VI-SDK
VISDKisaVMwareproprietaryAPIusedbythirdpartyapplicationstoqueryVMware’smodel,controlthe
virtualinfrastructure’sbehavior,andreceivenotificationsonchangesinthevirtualinfrastructure
environment.VISDKalsoallowsyoutodiscover,configure,andmonitorallaspectsofVMwareESXservers
andVirtualCenter.
VI
SDKonVirtualCenteraccessesinformationabouttheentireVirtualInfrastructuredeployment,whereas
VISDKonanESXonlyaccessinformationaboutthatESX.
VISDKisimplementedbystandardwebserviceswithapublishedWSDLandrunsoverHTTPSbydefault.
AVISDKURListheURLofthe
VISDKserveronthetargethost.ThisURLisusedonallhostsinthepolicies
scopesoitdoesnotcontaintheserverpartoftheURL.Forexample,iftheURLis/sdk:925anddiscoveryis
doneagainsthost1.2.3.4,theactualURLusedtoconnecttothe
hostishttps://1.2.3.4/sdk:925.Bydefault,the
URLfieldisinitializedto/sdk,whichisthedefaultVISDKURL.
Detail Discovery with VI-SDK
ADMusesVISDKtoaccessaVirtualCenterto obtaininformationaboutESXServerandthevirtualmachines
thatareinstalledonthem.
VI-SDK Deployment Recommendations
ForVISDKtoworkproperly,theWebAccessOptionmustbeenabledintheVirtualCenter.VMware
recommendsthatyouassignreadonlypermissiontotheuseraccountthatiscreatedforDetailDiscovery.
Firewall Settings
VISDKqueriesareperformedoverHTTPS.IfafirewallexistsbetweentheADMapplianceand
themonitored
network,TCPport443mustbeopenforconnectionsthatareinitiatedbytheADMappliance.
N
OTEYoumusthavelocaladministratorpermissionstouseNTLM.
NOTETheVISDKreportstheIPaddressofavirtualmachineonlyifVMtoolsisrunningonthevirtual
machine’sguestOS.