Hi All
Dark site here so no automatic upload of AUSP.
So I was using the retransmit folder, saving each auto support as the filler name then copying it down. using the below command, Leaving the original in the retransmit folder and overwriting when the next AUSP was run.
System node autosupport invoke -node “My-Nodename” -type all -message “pk_LogTest” -uri file:///mroot/etc/log/retransmit/MY-Nodename.7z
Painful but work-able.
Then in activeIQ I started seeing all kinds of weirdness (on which I opened a ticket) After much digging and inspection is seems that the AUSP was truncating itself.
The fix was do do extra work to delete the original AUSP before re-running this cleaned ActiveIQ up immediately.
Problem here is I have a LOTof controllers and the extra commands make an already painful process just unbearable.
Support suggested I can run AUSP but send it out to a Web server.
I have an IIS web server here which I have used before both for NetApp Backups and to send Disk FW and SP updates to the controllers. So I know connectivity is good.
But I cant get it to work..!!
I've tried and likely a few others but all fail
System node autosupport invoke -node “My-Nodename” -type all -message “pk_LogTest” -uri file:///AUSP/MY-Nodename.7z
System node autosupport invoke -node “My-Nodename” -type all -message “pk_LogTest” -uri http://192.168.1.1 /AUSP/MY-Nodename.7z
System node autosupport invoke -node “My-Nodename” -type all -message “pk_LogTest” -uri http://192.168.1.1 /MY-Nodename.7z
I've had a really good look round the web without much luck. Also had a play with IIS settings but none too sure where I am there at all.
Any thoughts out there on this as its driving me crazy and taking 2 days to collect one round of AutoSupports.
Am I the only one in this sort of position..
The only thing I had considered was to set up some sort of CRON job to empty anything in the retransmit folder every 24 hours but I wouldn't know where to start or even if you can do that.
Kr
P.