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:46] – [1. fsiinst] jsdeploy [2024/03/07 07:48] (current) – [1. fsiinst] js
Line 75: Line 75:
   - 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]]   - 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   - login to the fsi server and check sha256sum of the tar file
-    * cmd: ''sha256sum -c fsiinst%%__%%<distribution>%%__%%<version>%%__%%osv<os version>.tar.tar.sha256''+    * cmd: ''cd /opt/tmp'' 
 +    * cmd: ''sha256sum -c fsiinst%%__%%<distribution>%%__%%<version>%%__%%osv<os version>.tar.sha256''
   - unpack with   - unpack with
     * cmd: ''tar -C /opt -xvf fsiinst%%__%%<distribution>%%__%%<version>%%__%%osv<os version>.tar''     * cmd: ''tar -C /opt -xvf fsiinst%%__%%<distribution>%%__%%<version>%%__%%osv<os version>.tar''
-  - upload or create fsiinst.cfg file - [[deploy:fsiinstcfg|more information about the fsiinst.cfg file]]+  - upload or create config file, e.g. fsiinst.cfg - [[deploy:fsiinstcfg|more information about the fsiinst.cfg config file]]
   - run installation with   - run installation with
     * cmd: ''/opt/install/fsiinst -a -c <configfile>''     * cmd: ''/opt/install/fsiinst -a -c <configfile>''