AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20080428152353.36dd04f9@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>,<larry.scheer@onstor.com>,<tim.gardner@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E056C95A2@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Mon, 28 Apr 2008 15:24:01 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Larry Scheer" <larry.scheer@onstor.com>
Cc: "Larry Scheer" <larry.scheer@onstor.com>, "Tim Gardner"
 <tim.gardner@onstor.com>
Subject: Re: support.sh and system upgrade
Message-ID: <20080428152401.3af894cb@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E056C95A2@onstor-exch02.onstor.net>
References: <BB375AF679D4A34E9CA8DFA650E2B04E056C95A1@onstor-exch02.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E056C95A2@onstor-exch02.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Mon, 28 Apr 2008 15:17:46 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> Just chatted with Ian...
> Support.sh is supposed to check cluster db for emrs sending disabled.
> If sending is disabled emrs is not supposed to send the upgrade event.

I was going to say, it's the job of support.sh to check such things.

> Larry
> 
> _____________________________________________
> From: Larry Scheer 
> Sent: Monday, April 28, 2008 3:08 PM
> To: Andy Sharp; Tim Gardner
> Subject: support.sh and system upgrade
> 
> We do this after every system upgrade without ever checking to see if
> support is enabled:
> 
> We only see it on a secondary flash install because we reboot before
> this is called on a primary flash upgrade.
> Line 2078 cmd_upgrade.c:
> sendUpgradeEvent();
> 
> static void
> sendUpgradeEvent(void)
> {
> 
>     do_system("/onstor/bin/support.sh -c0 -g NFX_EVENT_UPGRADE "
>              "-Called_from_nfxsh %s > /dev/null 2>&1",
> sys_upgrade_logfile);
> }
