Kiajánlott vm tesztszervernek

0 votes
asked Apr 13, 2013 in IRF tantárgy by Törcsi (32 points)  
edited Apr 14, 2013 by Törcsi

Tegnap bajlódtam ezzel, és nem sikerült. A segédlet azt mondja ezt beírom "Set-WSManQuickConfig" és felconfigurálja, administrator mode-ban indítom a shellt, beírom és egy rakat vörös hibaüzenetet kapok. A fő kérdésem hogy mit felejtek el, illetve ha nem lehet a kiajánlott vm-eket átállítani ilyenre akkor mit ajánlotok tesztelésre?

Edit1: http://itknowledgeexchange.techtarget.com/powershell/windows-8-networking-cmdlets/ ezt végigcsinálva szuperül lefut a quick config, viszont távolról még mindig nem tudok csatlakozni hozzá csak a 127.0.0.1-en tudok játszani vele, kapcsolódáskor hibaüzenet:

PS C:\Users\7762> $s=New-CimSession -Authentication Default -Credential '7762' -ComputerName 10.6.23.141
New-CimSession : The WinRM client cannot process the request. If the authentication scheme is different from Kerberos,
or if the client computer is not joined to a domain, then HTTPS transport must be used or the destination machine must
be added to the TrustedHosts configuration setting. Use winrm.cmd to configure TrustedHosts. Note that computers in the
 TrustedHosts list might not be authenticated. You can get more information about that by running the following command
: winrm help config.
At line:1 char:4
+ $s=New-CimSession -Authentication Default -Credential '7762' -ComputerName 10.6. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotEnabled: (:) [New-CimSession], CimException
    + FullyQualifiedErrorId : HRESULT 0x803380e4,Microsoft.Management.Infrastructure.CimCmdlets.NewCimSessionCommand
    + PSComputerName        : 10.6.23.141



PS C:\Users\7762> ps -ComputerName 10.6.23.141
ps : Couldn't connect to remote machine.
At line:1 char:1
+ ps -ComputerName 10.6.23.141
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Get-Process], InvalidOperationException
    + FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.GetProcessCommand

Egy darabig azt feltételeztem hogy nem találja el a protokollt, de aztán ezt kizártam, mert többel sem működik, és a ps sem hajlandó kapcsolódni, viszont a test-wsman lefut.

commented Apr 13, 2013 by micskeiz (2,873 points)  
Olvasd el a "rakat vörös hibaüzenetet" kezdésnek:) Abban általában értelmesen meg van fogalmazva, hogy mi a baja. Nézd meg a segédletet, hogy szerepel-e benne a hibaüzenet.

Ha ezek egyikével se sikerül megoldani a hibát, akkor pedig szerkesztd a  kérdést, és írd meg, hogy milyen hibaüzenetet kapsz -- így legalább akkor lesz esélyünk segíteni;)
commented Apr 13, 2013 by Törcsi (32 points)  
Igen, ezt reggel meg is akartam tenni, de azóta nem sikerült vm-et igényelnem, valószínű a címtár van elszállva megint.
commented Apr 13, 2013 by Csapi007 (51 points)  
Inkognító ablakból általában beenged.

Please log in or register to answer this question.

...