X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7ADFC.B892336B@onstor-exch02.onstor.net>; Wed, 13 Jun 2007 12:52:14 -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: try out this one
Date: Wed, 13 Jun 2007 12:52:14 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215849@onstor-exch02.onstor.net>
In-Reply-To: <20070613113242.3f941f19@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: try out this one
Thread-Index: Acet6TqsyLUnAO9KSQOpKmPy2jGhkAAENeIg
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

That was fun!=20

Unfortunately, I still think you will be asked to allow users to input
the password separately from the URL without it ever being visible on
the screen. This can be done with:=20
	echo -n "$urluser@$urlhost\`s password:"; read -s password=20

Which is what I would do after parsing $ans or $ftp_url in a case
statement.


Here is the dialog from cw_install.sh on a 132 column xterm.

The first time I typed:
ftp://upgrade@10.2.0.2/home/upgrade/EverON-3.0.0.0BC.tar.gz

After the failure I typed:

ftp://upgrade:password@10.2.0.2/home/upgrade/EverON-3.0.0.0BC.tar.gz

Which worked...

eng155# mount -u /
eng155# /etc/cw_install.sh

Welcome to the ONStor Standalone Upgrade System

This program will upgrade your secondary flash card to EverON
version 3.0.0.0 and boot your system to the new software.

You may run the program in interactive mode or unattended mode.
If you choose interactive mode, you will be prompted prior to
any reboots of the system.  Otherwise, you will only be
prompted for the FTP or HTTP URL of the distribution file,
and the upgrade will be completed automatically.

Would you like to run in interactive mode? [No] yes
I'll take yes as a 'yes' and run in interactive mode.
Formatting secondary Compact Flash Card
CF card is 488 MiB
Downloading the EverON software distribution.
Please enter the ftp or http URL of the distribution:
[ftp://upgrade:password@10.2.0.2/PATCHES/EverON-3.0.0.0BC.tar.gz]
ftp [ftp://upgrade@10.2.0.2/home/upgrade/EverON-3.0.0.0BC.tar.gz
Please, no spaces in the URL.
Please enter the ftp or http URL of the distribution:
[ftp://upgrade:password@10.2.0.2/PATCHES/EverON-3.0.0.0BC.tar.gz]
This will take at least 138 seconds to download.
Thank you for your patience.

Downloading external system software distribution.
ftp: upgrade@10.2.0.2: non-recoverable failure in name resolution
ftp: Can't connect or login to host `upgrade@10.2.0.2'
Ftp retrieval of distribution file failed: 1
Please try again.

Please enter the ftp or http URL of the distribution:
[ftp://upgrade@10.2.0.2/home/upgrade/EverON-3.0.0.0BC.tar.gz]
This will take at least 138 seconds to download.
Thank you for your patience.

Downloading external system software distribution.
hookup: 228: Onstor src ip =3D 0x0
'EPSV': command not understood.
100%
|***********************************************************************
*******************************| 46607 KB    00:34   =20
Unpacking distribution...done.
Upgrading the configuration files...done.

Verification of new installation successful.
Installation completed successfully.
A reboot of the system is required to run the new software.
May I reboot the system now? [Yes]=20
I'll take that as a 'yes' and reboot the system now.
See you on the other side!


-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, June 13, 2007 11:33 AM
To: Larry Scheer
Subject: Re: try out this one

On Wed, 13 Jun 2007 10:43:14 -0700 Andrew Sharp <andy.sharp@onstor.com>
wrote:

> Duuude,
>=20
> You have to try out this version of cw_install.sh.  Let me know what
> you think ~:^)
>=20
> a

Try this one instead
