Nano Server - Configuring Nano Server 2016 Network, Managing via PowerShell and Server Manager Console

No comments

Configuring Nano Server 2016 Network, Managing via PowerShell and Server Manager Console step by step

image

Configuring network settings on your Nano Server

On you Nano Server Console, Login and then select Networking

clip_image001
clip_image002
After selecting the Ethernet adapter press F11 to enter into the IPV4 settings
clip_image003
Then Press F4 to disable DHCP and set your static IP, then type in the IP ,SM and GW.
clip_image004
Enter to Save
clip_image005
After assigning the IP address try pinging from a different server on the same network.
clip_image006
That's it now you Nano Server 2016 has an static IP assigned.

Managing your Non-Domain Joined Nano Server from a Windows Server 2016 Server Manager Console

On you Windows Server GUI, go to the Server Manager, Manage and then Add Server
clip_image007
clip_image008
After adding the server you will get an error and the WinRM is not able to negotiate in order to fix this go to the All Servers node then right click on the server and select Manage As… (enter IP\Administrator and Password).
clip_image009
clip_image010

Manage Nano Server via Server Manager and PowerShell

Before you try to manage a non-domain joined Nano make sure your WinRM is configured and it trusts the remote Nano Server
WINRM commands to enable remote management on your 2012 or 16 server.
Open CMD as Administrator and type in the following command;
- winrm  set /winrm/config/client @{TrustedHosts=”YOURSERVERIP”}
- chcp 65001
Test the connection
- winrs –r:YourServerIP –u:Administrator –p: Password ipconfig
 
clip_image011
Enter to a PowerShell Session to confirm the winrm is configured and you can also manage your Nano Server 2016.
clip_image012

Installing Roles and Features to the Nano Server via Remote Server Manager console.

clip_image013
clip_image014
clip_image015
clip_image016
Nano Server will be automatically restarted and after that features will be installed.
clip_image017
 
That’s it Smile
































No comments :

Post a Comment