VMware VCENTER APPLICATION DISCOVERY MANAGER 6.1 - REPOSITORY Podręcznik Użytkownika Strona 44

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 74
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 43
ADM User’s Guide
44 VMware, Inc.
Credentials
AswithSSH,DetailDiscoverywithTelnetisbasedonaccessingthemanagedhostwithausernameand
passwordthatitrecognizes.Theconsiderationsregardingthechoiceofuseraccountandprivilegesarethe
sameasthoseforSSH,describedin“DetailDiscoverywithSSH”onpage 38.
Configuring the Windows Telnet server
Certainoperating
systemsettingsmustapplyforaWindowshosttobeaccessiblewithTelnet.Dependingon
thespecificeditionofWindowsandontheexistingconfiguration,anyofthefollowingconfiguration
modificationsmightbenecessary.
To start up the Windows Telnet Services automatically using Windows
1FromtheWindowsStartmenu,navigatetoSetting>ControlPanel>AdministrativeTools>Services.
2 Locate
andrightclickTelnetservice.
3EnsurethestartuptypeisAutomaticandstarttheserviceifitisnotalreadystarted.Thischangeis
requiredinmostWindowseditions.
To start up the Windows Telnet Services automatically using a command line interface
Onalocalmachine,type:
sc config TlntSvr start= auto && sc start TlntSvr
OnaremotemachinewhereCOMPUTERistheremotecomputernameorIPaddress,type:
sc \\COMPUTER config TlntSvr start= auto && sc \\COMPUTER start TlntSvr
TologintoamachineusingTelnet,youneedtobelistedasamemberofeitherthelocalTelnetClientsgroup
onthatmachine,orasamemberofthedomain’sTelnetClientsgroup.
To modify users and groups using Windows
1FromtheWindowsStartmenu,navigatetoSetting>ControlPanel>AdministrativeTools>Computer
Management>LocalUsersandGroups>Groups.
2IftheTelnetClientsgroupexists,doubleclickTelnetClients.TelnetClientsPropertieswindowappears.
3ClickAddtoaddrelevantuserasitsmembers.
4IftheTelnetClientsgroupdoesnotexist,createanewgroupwiththenameTelnetClients,andthenadd
theuserto
it.
Creating a Local TelnetClients Group
IfyouwanttoaddausertothelocalTelnetClientsgroup,butnosuchgroupexistsyet,youcansimplycreate
anewgroupbythisname.ThisoperationisautomatedusingVBScriptorJscript.Usethefollowing
commands:
computer = "COMPUTER"
user="USER"
domain="DOMAIN"
Set objGroup = GetObject("WinNT://" & strComputer & "/TelnetClients")
Set objUser = GetObject("WinNT:// " & domain & "/" & user)
objGroup.Add(objUser.ADsPath)
IMPORTANTEnsureyouhavelocaladministratorpermissionsonthemachinesyouareperformingthese
procedureson.
I
MPORTANTInsomeeditions,particularlyXPProSP1andlater,remoteaccessbylocalusersisalwaystreated
asifthe“guest”userisinvolved.ThisextrasecuritymeasuremightcauseTelnet(andalsoWMI)tofailwith
localusers,butithasnoeffectondomainusers.
Przeglądanie stron 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 73 74

Komentarze do niniejszej Instrukcji

Brak uwag