Tag: NetScaler
-
NetScaler Commands – Obtain Event Logs
There are many a times you may want to look at the NetScaler event logs and the below command should let you do just that. As always, use your favorite SSH tool to connect to NetScaler and run the following commands one after the other. #shell #/netscaler/nsconmsg -K /var/nslog/newnslog -d event | more Please…
-
NetScaler Performance Statistics Commands: Complete CLI Reference Guide
There are a number of ways to obtain performance stats from NetScaler and one of the most common methods is outlined below Use PuTTY to connect to the management IP of the NetScaler and run the below commands via CLI Core System Statistics Overall System Performance Basic System Stats Detailed System Stats Detailed CPU usage…
-
NetScaler Commands – Add a service via CLI
NetScaler web based administration portal is one of the most irritating pieces of UX that I have ever worked on. A lot of the times, Java doesn’t work until you start changing various settings within the Java control panel and your IE advanced tab settings. Enough said, you guys know what i am talking about …
-
NetScaler Commands – Check policy hits
When troubleshooting NetScalers, administrator may need to check which policies take effect when users connects. You will need to connect to the NetScaler using PuTTy or your favorite tool that does the same job. The below command could be run to provide that information. cd /var/logs nsconmsg -d current -g pol_hits
