VMware VCENTER APPLICATION DISCOVERY MANAGER 6.1 - REPOSITORY Guide de l'utilisateur Page 44

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 74
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 43
1 2 ... 39 40 41 42 43 44 45 46 47 48 49 ... 73 74

Commentaires sur ces manuels

Pas de commentaire