X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7DFA3.E4EA068E@onstor-exch02.onstor.net>; Wed, 15 Aug 2007 17:22:21 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: power cycle script
Date: Wed, 15 Aug 2007 17:22:21 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215985@onstor-exch02.onstor.net>
In-Reply-To: <20070815171009.06f53536@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: power cycle script
Thread-Index: Acffmc7oJPC7m+gETdG1YD/E916SOwACfUpA
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Script doesn't work...
syntax error in expression "!": premature end of expression
    while executing
"if ! $SENTRY_IP {
           puts "BCCONF not set"
           exit 1
   }"
    invoked from within
"if ![info exists env(BCCONF)] {
        if ! $SENTRY_IP {
           puts "BCCONF not set"
           exit 1
   }
} else {=20
  source $env(BCCONF)
}

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, August 15, 2007 5:10 PM
To: Larry Scheer
Subject: power cycle script

=20
