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
deploy [2024/03/07 07:33] jsdeploy [2024/03/07 07:48] (current) – [1. fsiinst] js
Line 73: Line 73:
  
 ==== 1. fsiinst ==== ==== 1. fsiinst ====
-  - upload the fsiinst_<distribution>_<version>.tar + sha256 file to the fsi server - [[deploy:distribution|more information about the distribution fsiinst tar file]] +  - upload the ''fsiinst%%__%%<distribution>%%__%%<version>%%__%%osv<os version>.tar'' + sha256 file to /opt/tmp on the fsi server - [[deploy:distribution|more information about the distribution fsiinst tar file]] 
-  - login to the fsi server and check sha256sum of the tar file \\ ''sha256sum -c fsiinst_<distribution>_<version>_osv<os version>.tar.sha256'' +  - login to the fsi server and check sha256sum of the tar file 
-  - unpack with \\ ''tar -C /opt -xvf fsiinst_<distribution>_<version>_osv<os version>.tar'' +    * cmd: ''cd /opt/tmp'' 
-  - upload or create fsiinst.cfg file - [[deploy:fsiinstcfg|more information about the fsiinst.cfg file]] +    * cmd: ''sha256sum -c fsiinst%%__%%<distribution>%%__%%<version>%%__%%osv<os version>.tar.sha256'' 
-  - run installation with \\ ''/opt/install/fsiinst -a -c <configfile>''+  - unpack with 
 +    * cmd: ''tar -C /opt -xvf fsiinst%%__%%<distribution>%%__%%<version>%%__%%osv<os version>.tar'' 
 +  - upload or create config file, e.g. fsiinst.cfg - [[deploy:fsiinstcfg|more information about the fsiinst.cfg config file]] 
 +  - run installation with 
 +    * cmd: ''/opt/install/fsiinst -a -c <configfile>''
 <WRAP left round tip 100%> <WRAP left round tip 100%>
 If there is a new update you can install it with the single rpm or just download a new distribution file and restart the fsiinst script. If there is a new update you can install it with the single rpm or just download a new distribution file and restart the fsiinst script.