Hi Guys,<br>&nbsp;&nbsp;&nbsp; I have a preliminary script for the netscalers that a co-worker (Patrick Pirwitz) created.&nbsp; He's the guy using these devices.&nbsp; This assumes SSH keys have already been set up. (ssh keys on the netscaler are in /root/.ssh - there's a permission issue in that only root has access to ns.conf)&nbsp; It copies all of the SSL certs (In case the box goes down hard and you need to recover) and the config ns.conf.&nbsp; I'm just working on scripting a cvs check in at the end as incorporating this into rancid's script archetecture looked like a lot of work.&nbsp; Any pointers on that John?&nbsp; The script is below<br><br>#!/usr/bin/ksh<br>LIST="10.10.10.1 10.10.10.2"<br>FILE="/nsconfig/ssl/*"<br>FILE2="/nsconfig/ns.conf"<br>USER="nsroot"<br>for NODE in $LIST<br>do<br>#echo xfer $FILE to $NODE<br>scp -p $USER@$NODE:$FILE /export/home/rancid/var/rancid/Netscaler/SSL/$NODE <br>scp -p $USER@$NODE:$FILE2 /export/home/rancid/var/rancid/Netscaler/confi
 gs/$NODE
 <br>done<br><br><br>Thanks<br><br><p>
                <hr size=1>Yahoo! Messenger with Voice. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman1/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">Make PC-to-Phone Calls</a> to the US (and 30+ countries) for 2¢/min or less.