Configure a XenApp 6.5 Farm from scratch – Part 2
- Rename the computer
netdom renamecomputer localhost /NewName:XA-WEB1 /Reboot /Force - Set the IP Address and DNS Server
netsh interface ip set address "Local Area Connection" static 192.168.0.7 255.255.255.0 192.168.0.254 1
netsh interface ip set dns "Local Area Connection" static 192.168.0.1 validate=no - Join the domain, using PowerShell
Add-Computer -Domain xenapplab.local
Restart-Computer - Rename the computer
netdom renamecomputer localhost /NewName:XA-XA1 /Reboot /Force - Set the IP Address and DNS Server
netsh interface ip set address "Local Area Connection" static 192.168.0.3 255.255.255.0 192.168.0.254 1
netsh interface ip set dns "Local Area Connection" static 192.168.0.1 validate=no - Join the domain, using PowerShell
Add-Computer -Domain xenapplab.local
Restart-Computer
Configure Citrix Licensing and Web Interface Server
Install Citrix Licensing and Web Interface
Configure XenApp Server
Running the commands looks like this: