13–Windows Server 2016
Deploying and Managing a Nano Server
236
AH0054601-00 B
You can now run Windows PowerShell commands on the Nano Server as usual.
However, not all Windows PowerShell commands are available in this release of
Nano Server. To see which commands are available, issue the command
Get-Command -CommandType Cmdlet
. To stop the remote session, issue the
command
Exit-PSSession
.
For more details on Nano Server, go to:
https://technet.microsoft.com/en-us/library/mt126167.aspx
Managing QLogic Adapters on a Windows Nano Server
To manage QLogic adapters in Nano Server environments, refer to the Windows
QConvergeConsole GUI and Windows QLogic Control Suite CLI management
tools and associated documentation, available from the QLogic Downloads and
Documentation page:
http://driverdownloads.qlogic.com
RoCE Configuration
To manage the Nano Server with Windows PowerShell remoting:
1.
Connect to the Nano Server through Windows PowerShell Remoting from
another machine. For example:
PS C:\Windows\system32>
$1p="172.28.41.152"
PS C:\Windows\system32>
$user="172.28.41.152\Administrator"
PS C:\Windows\system32>
Enter-PSSession -ComputerName $ip
-Credential $user
If the Nano Server connects successfully, the following is returned:
[172.28.41.152]: PS C:\Users\Administrator\Documents>
2.
To determine if the drivers are installed and the link is up, issue the following
Windows PowerShell command:
[172.28.41.152]: PS C:\Users\Administrator\Documents>
Get-NetAdapter
NOTE
In the preceding example, the Nano Server IP address is
172.28.41.152
and the user name is
Administrator
.