# Server 2: HyperConvergence 1

Run this script on your node # 1 to swiftly set it up , rename wherever you feel like

```
New-NetIPAddress -InterfaceAlias ethernet -IPAddress 192.168.1.11 -PrefixLength 24 -AddressFamily IPv4
Set-DnsClientServerAddress -InterfaceAlias ethernet -ServerAddresses 192.168.1.10
Add-Computer conlab.local -Credential conlab.local\Administrator -NewName HC1 -Restart
```

Don't forget to add the domain Administrator password ;)

![](https://3108435343-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lp2rB1gAFhoLXwsXIIR%2F-Lp2rDugz51IbJxnu7OE%2F-Lp2s848KK-nNeyxrCPV%2Fquestiondomain.PNG?generation=1568801858317824\&alt=media)

Next, add the necessary roles to get the show moving on!

```
Install-WindowsFeature -Name "Failover-Clustering","Hyper-V","RSAT-Clustering-PowerShell","Hyper-V-PowerShell" -includemanagementtools -Restart
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kenvb.gitbook.io/hyper-converged-solution-in-windows-server/preparing-the-servers/server-2-hyperconvergence-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
