Hi,
Well this syntax isn't going to work:
- You should use "-f" to specify the controller names or IP addresses
- "-S" requires passwordless (ie. public/private key) authentication to hosts and controllers, so the syntax "-h root@host" won't work. Also, you are using the filer_ip there.
Try something like this:
./perfstat7_20121031.sh -S -l root -f filer_ip -t 5 -i 3 > perfstat.out
Make sure this works before adding host (and by host I mean anything that is not a filer, eg. a Linux server) data collection. If you have only one host and you don't want to set up public/private key authentication for this host, you might just as well run perfstat from that host.
Good luck!