Hi Paul,
Thanks for your reply.
As a work around I think I can dump a list of the installed packages from a
target that is running the latest SW.
$smart query --installed --hide-version > file.txt
Then on customer targets I could run the install command:
$smart install `echo $(cat file.txt)` -y
On Wednesday 08 January 2014 14:07:57 Tarek El-Sherbiny wrote:
> On Wed, Jan 8, 2014 at 1:33 PM, Paul Eggleton > wrote:
> > On Wednesday 08 January 2014 12:52:42 Tarek El-Sherbiny wrote:
> > > I have several targets deployed in multiple sites. Each target might be
> > > running a different versi
Hi Paul,
Thank you for your replay.
Smart upgrade only upgrades packages that is currently installed. It
doesn't install new packages nor remove unwanted packages.
Is that not true?
Thanks,
Tarek
On Wed, Jan 8, 2014 at 1:33 PM, Paul Eggleton wrote:
> Hi Tarek,
>
> On Wednesday 08 January 201
Hi Tarek,
On Wednesday 08 January 2014 12:52:42 Tarek El-Sherbiny wrote:
> I have several targets deployed in multiple sites. Each target might be
> running a different version of the product rootfs image. When I release a
> new rootfs image I would like to use the smart command on each target a
Hi All,
I have several targets deployed in multiple sites. Each target might be
running a different version of the product rootfs image. When I release a
new rootfs image I would like to use the smart command on each target at
the customer site to upgrade the software to the latest image. Going