We are running HPC R2 SP1 with clustered head nodes. I want to add entry to the host file for a file server that is on the private network for the cluster nodes to be able to input and output data from. So essentially i would like to see an entry
like private.fileservername on headnodes and compute nodes for this file server
I found googling around that the following command is supposed to do that:
PS C:\Windows\System32> Set-HpcNetwork -PrivateDnsRegistrationType WithConnectionDnsSuffix
The problem is i have no example of this command being used anywhere. If the server name was serverA and the ip was 192.168.0.1 what should the command look like if i wanted to add a host record in the host file
thank you,