User Tools

Site Tools


public:how_to_apply_hotfix_to_ahsayobm_ahsayacb

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
public:how_to_apply_hotfix_to_ahsayobm_ahsayacb [2022/07/19 14:45]
kirk.lim
public:how_to_apply_hotfix_to_ahsayobm_ahsayacb [2022/07/25 11:34]
kirk.lim Repeat for all files contained in the hotfix, copying it to the application home.
Line 1: Line 1:
 ====== How to apply hotfix to AhsayOBM/​AhsayACB ====== ====== How to apply hotfix to AhsayOBM/​AhsayACB ======
 ===== Requirements ===== ===== Requirements =====
-You can only apply to this hotfix to machines running AhsayOBM/​AhsayACB version that the hotfix is based on.  Inappropriately installing hotfix not for your base CBS version may have unexpected results. \\+You can only apply this hotfix to machines running AhsayOBM/​AhsayACB version that the hotfix is based on.  Inappropriately installing hotfix not for your base client ​version may have unexpected results. \\
  
 This information can be found on the Hotfix Release History page: \\ This information can be found on the Hotfix Release History page: \\
Line 39: Line 39:
 For example, extract the file “bin\obc.jar” (inside the zip download) to “C:​\Program Files\AhsayOBM\bin\obc.jar”.\\ For example, extract the file “bin\obc.jar” (inside the zip download) to “C:​\Program Files\AhsayOBM\bin\obc.jar”.\\
 \\ \\
-<color #​ed1c24>​In case you want to rollback, to undo the hotfix patch, make a full copy of the OBM Installation directory prior to overwriting files.+<color #​ed1c24>​In case you need to rollback, to undo the hotfix patch, make a full copy of the OBM Installation directory prior to overwriting files.
 </​color>​ </​color>​
 +\\
 +\\
 +Note: The contents of hotfix ZIP are subject to change and directories may differ than listed in this article.
 </​WRAP>​ </​WRAP>​
  
Line 102: Line 105:
 For example, extract the file “bin\obc.jar” (inside the zip download) to “C:​\Program Files\AhsayACB\bin\obc.jar”.\\ For example, extract the file “bin\obc.jar” (inside the zip download) to “C:​\Program Files\AhsayACB\bin\obc.jar”.\\
 \\ \\
-<color #​ed1c24>​In case you want to rollback, to undo the hotfix patch, make a full copy of the ACB Installation directory prior to overwriting files.+<color #​ed1c24>​In case you need to rollback, to undo the hotfix patch, make a full copy of the ACB Installation directory prior to overwriting files.
 </​color>​ </​color>​
 +\\
 +\\
 +Note: The contents of hotfix ZIP are subject to change and directories may differ than listed in this article.
 </​WRAP>​ </​WRAP>​
  
Line 154: Line 160:
  
 10. Copy the files to the application home, i.e. **/​volume1/​@appstore/​AhsayOBM/​obm/​bin** by calling //"​**cp -R bin/* /​volume1/​@appstore/​AhsayOBM/​obm/​bin**"//​ 10. Copy the files to the application home, i.e. **/​volume1/​@appstore/​AhsayOBM/​obm/​bin** by calling //"​**cp -R bin/* /​volume1/​@appstore/​AhsayOBM/​obm/​bin**"//​
 +<WRAP INDENT>
 +**Overview**
 +Extract contents of zip download, keeping the same directory structure, overwrite the contents (existing files).\\
 +Repeat for all files contained in the hotfix, copying it to the application home.\\
 +Note: The contents of hotfix ZIP are subject to change and directories may differ than listed in this article.
 +</​WRAP>​
  
 11. Remove the temp directory. 11. Remove the temp directory.
Line 179: Line 191:
 6. Change directory to **/​share/​obmhotfix**,​ then Unpack the hotfix by calling **//​“unzip ​ <​hotfix>​.zip”//​**. 6. Change directory to **/​share/​obmhotfix**,​ then Unpack the hotfix by calling **//​“unzip ​ <​hotfix>​.zip”//​**.
  
-7. Copy the patches to the application home:+7. Copy the patches to the application home. **Example**:
   * **Legacy or Home class NAS**: /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin ​ (by calling **//“cp -R bin/* /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//​**   * **Legacy or Home class NAS**: /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin ​ (by calling **//“cp -R bin/* /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//​**
   * **SMB class NAS**: /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin ​ (by calling **//“cp -R bin/* /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//​**   * **SMB class NAS**: /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin ​ (by calling **//“cp -R bin/* /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//​**
 +<WRAP INDENT>
 +**Overview**
 +Extract contents of zip download, keeping the same directory structure, overwrite the contents (existing files).\\
 +Repeat for all files contained in the hotfix, copying it to the application home.\\
 +Note: The contents of hotfix ZIP are subject to change and directories may differ than listed in this article.
 +</​WRAP>​
  
 8. Set the permissions for the hotfix files, i.e. ''​chmod 755 -R /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​wui'' ​ , or  ''​chmod 755 -R /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​wui''​ 8. Set the permissions for the hotfix files, i.e. ''​chmod 755 -R /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​wui'' ​ , or  ''​chmod 755 -R /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​wui''​
public/how_to_apply_hotfix_to_ahsayobm_ahsayacb.txt · Last modified: 2023/05/03 17:12 by clarence.lee

Page Tools