Posts under Tag: AGEE
Netscaler – AGEE Backup
Netscaler Backup

A simple .bat script to download daily/weekly/monthly and backup Citrix Netscaler /nsconfig (which contains all ns.conf, lic files, ssl keys and certs, and much more) : mkdir c:/netscaler/nsconfig-ns01 pscp  -r -p -pw PASSWORD nsroot@NSIP:/flash/nsconfig/* c:netscaler/nsconfig-ns01 ren c:/netscaler/nsconfig-ns01 nsconfig-ns01%date:~4,2%-%date:~7,2%-%date:~10% (download pscp and put it a PATH folder)

By with 0 comments
Citrix Receiver 12.0 for Linux: SSL Error 61
Screen-shot-2010-03-03-at-12.38.39-PM

After upgrading from Citrix Receiver 11.1 for Linux to version 12.0 a new/old error (re)appears: SSL Error 61 “you have not chosen to trust”! Why ? In ver 11.1 I  have i already nstalled all necessary Ca Root certificates (do you remember ?  /keystore/cacerts… a well known problem!) and all was ok! So I hoped an upgrade should have kept [...]

By with 0 comments
Licensing deployment of Citrix NetScaler

The Citrix NetScaler license is installed in the appliance. To redeem your Citrix NetScaler license (release 8.0 and later), you will need the MAC address of the appliance. To obtain the MAC address, perform the following actions:

By with 0 comments
Access Gateway/Netscaler iPhone QuickAndDirty

ecco “due righe” per la configurazione dell’accesso esterno usando Citrix Access Gateway Enterprise / Netscaler usandi iPhone/iPad: add vpn sessionAction iPhone_Profile1 -defaultAuthorizationAction ALLOW -SSO ON -homePage “http://SERVERFQDN/citrix/iphone/config.xml” -icaProxy ON -wihome “http://SERVERFFQDN/citrix/iphone/config.xml” -wiPortalMode NORMAL -ClientChoices OFF -ntDomain DOMAIN.LOCAL -clientlessVpnMode OFF

By with 0 comments