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:24]
kirk.lim formatting
public:how_to_apply_hotfix_to_ahsayobm_ahsayacb [2022/07/25 12:03]
kirk.lim [Hotfix installation instructions for AhsayOBM for QNAP NAS]
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.\\+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: \\
   * [[https://​www.ahsay.com/​partners/​en/​home/​index.jsp?​pageContentKey=ahsay_assets_hotfix-v7|Hotfix for v7]]   * [[https://​www.ahsay.com/​partners/​en/​home/​index.jsp?​pageContentKey=ahsay_assets_hotfix-v7|Hotfix for v7]]
Line 38: 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 101: 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 152: Line 159:
 9. Change directory to **/​tmp/​obmhotfix**,​ then Unpack the hofix by calling "​**//​7z x <​hotfix>​.zip//​**"​. 9. Change directory to **/​tmp/​obmhotfix**,​ then Unpack the hofix by calling "​**//​7z x <​hotfix>​.zip//​**"​.
  
-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 178: 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.  
-  * **Legacy or Home class NAS**: /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin  ​(by calling **//“cp -R bin/* /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//** +<WRAP INDENT>​ 
-  * **SMB class NAS**: /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin  ​(by calling **//“cp -R bin/* /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin)//**+**Overview** 
 +Extract contents of zip download, keeping the same directory structure, overwrite the contents (existing files) in application home.\\ 
 +Repeat for all files contained in the hotfix, copying it to the application home.\\ 
 +NoteThe contents of hotfix ZIP are subject to change and directories may differ than listed in this article. 
 +</​WRAP>​ 
 +<WRAP INDENT>​ 
 +**Example**:​\\ 
 +* **Legacy or Home class NAS**, where home is''​/​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin'' ​ \\ 
 +    ​cp -R bin/* /​share/​MD0_DATA/​.qpkg/​AhsayOBM/​obm/​bin 
 +* **SMB class NAS**, where home is''​/​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin'' ​ \\ 
 +    ​cp -R bin/* /​share/​CACHEDEV1_DATA/​.qpkg/​AhsayOBM/​obm/​bin 
 +</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''​
 +\\
 +Repeat for all files copied.\\
  
 9. Start AhsayOBM service in App Center by go to ''​[App Center] > [MyApps] > [AhsayOBM] > [Start]''​ 9. Start AhsayOBM service in App Center by go to ''​[App Center] > [MyApps] > [AhsayOBM] > [Start]''​
public/how_to_apply_hotfix_to_ahsayobm_ahsayacb.txt · Last modified: 2023/05/03 17:12 by clarence.lee

Page Tools