How to Load Balancing PVS server in NetScaler
book
Article ID: CTX341775
calendar_today
Updated On:
Description
This article summaries tips when configure Load balance for PVS server.
Instructions
To create Load Balancing for PVS server,
- Create TFTP type Service. Choose Protocol: TFTP,Port: 69.
- Create LB Virtual Server to proxy PVS traffic, Protocol: TFTP, bind newly created Service to Virtual Server
- Configure monitor (Optional)
- After configuring TFTP load balance default monitor is "Ping-default", and its status will show like below Pic.1
Pic.1

For monitoring TFTP service available status in NetScaler, a specific TFTP monitor is required.
- Navigate to Configuration>Traffic Management>Load Balancing>Monitors, click Add, input the Name and select type "USER".
- Script Name choose "nstftp.pl", click Create. Refer Pic.2
- Bind the monitor to corresponding service.
- Successful probe will show like below in Pic.3
Pic.2
Pic.3

Environment
Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.
Issue/Introduction
This article summaries tips when configure Load balance for PVS server.
Additional Information
1. Citrix Provisioning Services Boot Process refer to:
https://support.citrix.com/article/CTX227725
2. Does Use Source IP needed in load balance for PVS server? No, TFTP service on ADC need not set use source IP.
3. Do we support to Load balancing PVS traffic with Protocol/Port: UDP/69 instead of TFTP:69 in NetScaler?No, TFTP traffic will only support TFTP:69 load balancing configuration
.UDP/69 load balancing configuration makes NetScaler fail to process TFTP server' random ephemeral port response, which required TFTP traffic protocol level handling in NetScaler.
In NetScaler nstrace, you may find ADC discard TFTP server's Optional Acknowledgement response and send "Destination unreachable(Port unreachable)" to Client directly.
Here is a package captured in test environment:
4. TFTP protocol reference: https://datatracker.ietf.org/doc/html/rfc1350/
Was this article helpful?
thumb_up
Yes
thumb_down
No