Whilst this is relatively self explanatory there are a few things around doing this that are useful to know Log into the SDX and go to Configuration > Management Service > Backup Files > Action > Factory Reset You will be presented with the following three options Explained here: Reset (Without Network Configuration)—Retain the IP addresses […]
Situation: We restored a ns.conf file to a Citrix Netscaler VPX running on an Netscaler SDX platform, however the device didnt come back online and the instance remained RED on the SDX interface. Typically the ipaddress of the SDX XenServer is 1 greater than the host By default the SDX SVM (Management Service) will be […]
My Logic Project Files are saved directly to my Google Drive on my macbook. I have obviously had an error with the synchronisation of a logic X project file and when trying to open it received the error The file “Projectinformation.pslist” couldn’t be opened because the is no such file. Resolution: I havent tested this […]
SItuation: Channels (LA/x) in the VPX do not exist nor are they passed through when provisioned from the SDX netscaler device. Resolution: The channels are created only once, so if they are deleted or the devices are restored to another device then you must remove all channels, add a dummy channel like 1.8, reboot the VPX, then […]
To Backup the licence file SDX License location is /flash/mpsconfig/license/*.lic Via SCP copy the file from this location to a safe offsite location To Restore the Licence file System > Licenses > Manage Licenses > Upload License File + Browse Browse to your .LIC file location – upload and apply.
When adding a new cert (or replacement cert) from the command line we received the above error. The original key was used with openssl and there was no passphrase for the key file. Simply converting the key (not the cert) from the Netscaler shell worked using the following command: openssl rsa -in ‘originalkeyfile’ –out ‘newkeyfile’ fixes the file and […]
Problem: Our webex client would install on the xenapp image ok for any user, webex would connect and work ok first time, subsequent attempts to connect to a test meeting would crash the webex client. Solution – Create a SYMLINK Ensure that Appsense AM Agent is STOPPED before beginning the install. It was preventing the installation […]
Build Citrix Cloud Platform Server on CentOS NOTE: this document is a first draft – this was a quick setup in a dev environment where the host, management and NFS services were all on the same box. I got it working, hopefully this helps anyone else trying to do the same. ‘#’ = type in […]
We had an instance where the SQL Server would start but the SQL Server Agent using the same account was unable to start with an Access Denied error. STEPS 1) check that the service account is not locked out in AD 2) check that the ‘log on as a service’ rights are still valid and […]
According to citrix’s article (that applied to the wrong version of PVS) http://support.citrix.com/article/CTX126307 try rebooting the Citrix SOAP service My fix however was simply change the Microsoft Volume Licensing option on the VDISK to NONE, OK, then change it back.