User Tools

Site Tools


upgrade_software_bundle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
upgrade_software_bundle [2023/11/14 13:06] walkeradminupgrade_software_bundle [2023/11/14 15:37] (current) walkeradmin
Line 1: Line 1:
-====== Upgrade Software Bundle ======+====== Manually Upgrade the Software Bundle on CE1 ======
 <color darkorange>Oct 2023</color> <color darkorange>Oct 2023</color>
  
Line 8: Line 8:
 \\  \\ 
 \\  \\ 
 +\\ 
 +SSH in to the unit:
 +
 +  ssh@ipaddress
 +  login as: mfeng/2u4y&C
 \\  \\ 
 \\  \\ 
-SSH in to the unit:\\  +Elevate yourself to the root user
-mfeng/2u4y&C+    sudo -s (enter password 2u4y&C)
 \\  \\ 
 \\  \\ 
-elevate to root\\  +Give yourself write access to the upgrade folder: 
-sudo -s (enter password 2u4y&C)+    chmod go+w /opt/mediakind/robust-upgrade/mnt/bundles/import
 \\  \\ 
 \\  \\ 
-Give yourself write access to the upgrade folder:\\  +Copy the upgrade bundle to the following path
-chmod go+w /opt/mediakind/robust-upgrade/mnt/bundles/import+    /opt/mediakind/robust-upgrade/mnt/bundles/import    (if you have issues with permissions, copy the bundle to /home/mfeng then move it to /opt/mediakind/robust-upgrade/mnt/bundles/import
 \\  \\ 
 \\  \\ 
-Copy the upgrade bundle to:\\  +Import the bundle using the bundle manager
-/opt/mediakind/robust-upgrade/mnt/bundles/import\\  +    sudo bundle_manager import ce1-xxxxxxxx
-(if you have issues with permissions, copy the bundle to /home/mfeng then move it to /opt/mediakind/robust-upgrade/mnt/bundles/import+
 \\  \\ 
 \\  \\ 
-Import the bundle using - sudo bundle_manager import ce1xxxxxxxx+Once the bundle has been imported, you should see the message: 
 +    SUCCESS=True.
 \\  \\ 
 \\  \\ 
-Once copied, you should see the message:\\  +Use the bundle manager to check availabe bundles
-SUCCESS=True.+    sudo bundle_manager get_bundles
 \\  \\ 
 \\  \\ 
-Use this command to check availbe bundles:\\  +You should see a list of at least 2 bundles, and their versions(because there are two banks) 
-sudo bundle_manager get_bundles+    ce1_3.2.0.0_908073010.mkb 
 +    ce1_3.1.0.1_0.mkb
 \\  \\ 
 \\  \\ 
-You should see a list of at least 2 bundlesand their versions:\\  +To deploy the new bundleuse the bundle manager<color #ed1c24>**WARNING, THIS WILL REBOOT THE BOX IMMEDIATELY!!!**</color>\\  
-ce1_3.2.0.0_908073010.mkb\\  +    sudo bundle_manager switch_to ce1_//your_version//
-ce1_3.1.0.1_0.mkb+
 \\  \\ 
 \\  \\ 
-To deploy the new bundle, use the following<color #ed1c24>WARNING, THIS WILL REBOOT THE BOX IMMEDIATELY!!!</color>\\  +Once rebootedlogin again via SSH and use the bundle manager to check the version
-sudo bundle_manager switch_to ce1_//your_version//+    sudo bundle_manager get_version
 \\  \\ 
 \\  \\ 
-Once rebootedlogin again via SSH and use the following to check the version:\\  +The CE1/RX1 are very short on disk space, use the bundle manager to remove any old bundles. 
-sudo bundle_manager get_version+    sudo bundle_manager clear_auto
 \\  \\ 
 \\  \\ 
-The CE1/RX1 are very short on disk space, use this command to remove any old bundles\\  +This will delete any bundle files not currently in use in either bank. 
-sudo bundle_manager clear_auto+
 \\  \\ 
 \\  \\ 
upgrade_software_bundle.1699967212.txt.gz · Last modified: 2023/11/14 13:06 by walkeradmin