That’s a good idea. What I would do in this situation, from a secure linux admin server something like this…
for i in {1..30};do mkdir -p /data/filer$i/vol0; sudo mount -t cifs //filer$i/c$ /data/filer$i/vol0/ -o pass=pass,user=aduser;cp /tmp/qual_devices /data/filer$i/vol0/etc/;sudo umount /data/filer$i/vol0/ ; done
From: toasters-bounces@teaparty.net [mailto:toasters-bounces@teaparty.net] On Behalf Of tmac
Sent: Monday, August 05, 2013 10:39 AM
To: Scott Eno
Cc: Toasters
Subject: Re: updating disk qual files on many controllers
An option would be to turn on ftp or tftp
--tmac
Tim McCarthy
Principal Consultant
Clustered ONTAP Clustered ONTAP
NCDA ID: XK7R3GEKC1QQ2LVD RHCE5 805007643429572 NCSIE ID: C14QPHE21FR4YWD4
Expires: 08 November 2014 Expires w/release of RHEL7 Expires: 08 November 2014
On Mon, Aug 5, 2013 at 10:14 AM, Scott Eno <s.eno@me.com> wrote:
Hi,
I've got an environment of 30+ controllers, some with NFS licensed and some without, but all with CIFS. I'm trying to figure out a way to push drive qual files (and eventually the firmware files) to all the controllers without going one-at-a-time (batch vs. by hand). 30+ means I can't mount them all via CIFS at the same time, and with half of them without NFS licensed I can't mount them via NFS to, say, a linux host. I was looking into using DFM to push the files to all the controllers, but it doesn't seem to work with anything but the config files it can pull off the controllers first.
Anyone have a favorite method?
_______________________________________________
Toasters mailing list
Toasters@teaparty.net
http://www.teaparty.net/mailman/listinfo/toasters