VMware VCENTER APPLICATION DISCOVERY MANAGER 6.1 - REPOSITORY Uživatelská příručka Strana 44

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 74
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 73 74

Komentáře k této Příručce

Žádné komentáře