Starting the command shell in the Windows SAC
To connect to the serial console and start the command shell:
-
In the management console
, select the folder the VM belongs to. -
Select Compute Cloud.
-
Select the VM.
-
Go to the Serial console tab.
-
Under Serial console, select
COM2
and click Connect. The command line will prompt you to enter commands:SAC>
-
View a list of open channels:
SAC>ch Channel List (Use "ch -?" for information on using channels) # Status Channel Name 0 (AV) SAC 1 (AV) Cmd0001
-
Create a new channel with a shell instance, if required.
SAC>cmd The Command Prompt session was successfully launched. SAC> EVENT: A new channel has been created. Use "ch -?" for channel help. Channel: Cmd0002
-
To switch to a channel, press ESC+TAB or run this command:
SAC>ch -sn Cmd0002 Name: Cmd0002 Description: Command Type: VT-UTF8 Channel GUID: e203fb79-d80d-11ea-87e3-c2679e14957d Application Type GUID: 63d02271-8aa4-11d5-bccf-00b0d014a2d0 Press <esc><tab> for next channel. Press <esc><tab>0 to return to the SAC channel. Use any other key to view this channel.
-
Press Enter and specify the following in the given order:
- Username.
- Domain if using a domain account to log in. Otherwise, enter the host name or leave empty.
- Password.
Please enter login credentials. Username: Administrator Domain : Password: ***************
-
You will see an instance of the command-line interpreter start:
C:\Windows\system32>
-
To run a PowerShell instance:
C:\Windows\system32>powershell Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Windows\system32>
Warning
Configure Windows language settings to enable English input in PowerShell sessions accessed via the serial console.
Navigate as follows: Control Panel → Region → Administrative → Welcome screen and new user accounts settings. Under Welcome Screen, specify:
Display Language
:English (United States)
.Input Language
:English (United States) — US
.
-
To return to the management console, press ESC+TAB+0.