1 Rookie
•
9 Posts
0
59
November 21st, 2024 15:45
OS10 Enterprise downgrade
Hi,
Rollback from OS10 release 10.5.2.0 or later to 10.5.0.9 or earlier manual says:
To move to an earlier release, use the rollback script that is bundled with your OS10 software image.
To roll back, from the Linux shell prompt, enter:
OS10# system bash
bash (OS10) $ sudo os10-rollback-to-old-image
where is that script can be found? I have multiple OS10 image tars and no none has that script.
Or maybe there is some way to manually downgrade retaining license and configs?
Thanks.
No Events found!
DELL-Chris H
Moderator
•
9.4K Posts
1
November 21st, 2024 21:09
CTrack,
The os10-rollback-to-old-image script is bundled with the OS10 software image, but it seems like you're having trouble finding it.
You can search the contents of your OS10 image tarball using the tar command.
For example, if your tarball is named os10-image.tar, you can run:
tar -tf os10-image.tar | grep os10-rollback-to-old-image
This will list the contents of the tarball and search for the script. If it's included, you'll see the path to the script.
You can also try running the os10-rollback command directly. This command is used to roll back the OS10 image, and it might work for you.
bash (OS10) $ sudo os10-rollback <image-name> <rollback-target-version>
Replace <image-name> with the name of your OS10 image tarball (e.g., os10-image.tar) and <rollback-target-version> with the desired version you want to downgrade to (e.g., 10.5.0.9).
If you aren't able to locate it and manually rolling back doesn't work then you may want to conxider calling into support, as they may have access to it, or can help you directly.
Let me know if this helps.
CTrack
1 Rookie
•
9 Posts
0
November 22nd, 2024 11:15
Hi, thanks for reply.
I looked in all images I have - there is no mentioned script.
$ tar -tf OS10_Enterprise_10.5.1.11.313.tar | grep os10-rollback-to-old-image
$ tar -tf OS10-Enterprise-10.5.5.3.56.tar | grep os10-rollback-to-old-image
$ tar -tf OS10_Enterprise_10.5.0.10.773.tar | grep os10-rollback-to-old-image
$ tar -tf OS10_Enterprise_10.5.0.10.773.tar
PKGS_OS10-Enterprise-10.5.0.10.773stretch-installer-x86_64.bin
PKGS_OS10-Enterprise-10.5.0.10.773stretch-installer-x86_64.bin.sha256
PKGS_OS10-Enterprise-10.5.0.10.773stretch-installer-x86_64.bin.gpg
PKGS_OS10-Enterprise-10.5.0.10.773stretch-installer-x86_64.bin.sha256.base64
PKGS_OS10-Enterprise-10.5.0.10.773stretch-installer-x86_64.bin.sig
DellOS10.cert.pem
README.txt
sorry couldnt try manual way as I had no time and already reinstalled earlier version from scratch with reload configs and licenses from backups.
Thanks.