[rancid] Netscaler RANCID
mark_scheuber at yahoo.com
mark_scheuber at yahoo.com
Thu Mar 23 23:47:11 UTC 2006
Hi Guys,
I have a preliminary script for the netscalers that a co-worker (Patrick Pirwitz) created. He's the guy using these devices. 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) It copies all of the SSL certs (In case the box goes down hard and you need to recover) and the config ns.conf. 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. Any pointers on that John? The script is below
#!/usr/bin/ksh
LIST="10.10.10.1 10.10.10.2"
FILE="/nsconfig/ssl/*"
FILE2="/nsconfig/ns.conf"
USER="nsroot"
for NODE in $LIST
do
#echo xfer $FILE to $NODE
scp -p $USER@$NODE:$FILE /export/home/rancid/var/rancid/Netscaler/SSL/$NODE
scp -p $USER@$NODE:$FILE2 /export/home/rancid/var/rancid/Netscaler/configs/$NODE
done
Thanks
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.shrubbery.net/pipermail/rancid-discuss/attachments/20060323/bbfcdafb/attachment.html
More information about the Rancid-discuss
mailing list