- Connect to the console of the Citrix License Appliance through XenCenter.
- Login with root access.
- Open the following file with a text editor like vi: vi /etc/sysconfig/iptables
- Add the following line: -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
- Save the file and exit the text editor.
- Run the following command: service iptables restart
- To make the SSH service start every time you boot the appliance, run the following command: chkconfig sshd on
- To start the SSH service, run the following command: service sshd start
- To verify the license appliance is listening on port 22, run the following command: netstat -tulpn
After performing the above, you should be able to access your license appliance through SSH. At this point, I ran the udadmin -list -a > liclist.txt command to save the list of users with licenses to a text file. Then, I used WinSCP to copy that text file over to send to the client.
The SSH service doesn't seem to be installed on the Citrix Appliance. I keep getting unrecognised service.
ReplyDeleteAre you getting that error on step #8? What version of the appliance are you running?
ReplyDeleteNice to know you.
ReplyDeleteI usually add this as well
-to change https port
# vi /opt/citrix/licensing/LS/conf/server.xml
search for securePort
change to 10443 because iptables allow port 10443
very helpful pal!! Thanks
ReplyDelete