Difference between revisions of "Updating AskPlus"
>Johno |
>Johno |
||
Line 23: | Line 23: | ||
</pre> | </pre> | ||
− | 2. Transfer the AskPlus distribution file ({{ | + | 2. Transfer the AskPlus distribution file (ASK64_eloq_{{AskPlus_Current_Version_Lower}}_upd.gz or (ASK_eloq_{{AskPlus_Current_Version_Lower}}_upd.gz) to the host. Use ASK64_eloq_{{AskPlus_Current_Version_Lower}}_upd.gz for ITANIUM systems and ASK_eloq_{{AskPlus_Current_Version_Lower}}_upd.gz for PA-Risc systems. |
*The file must be transferred to the host using a BINARY transfer. Use FTP, or a terminal emulator to transfer the file. | *The file must be transferred to the host using a BINARY transfer. Use FTP, or a terminal emulator to transfer the file. | ||
Line 29: | Line 29: | ||
*Note that some browsers will uncompress the downloaded file automatically, so the gunzip step may not be necessary. | *Note that some browsers will uncompress the downloaded file automatically, so the gunzip step may not be necessary. | ||
<pre> | <pre> | ||
− | gunzip | + | gunzip ASK64_eloq_{{AskPlus_Current_Version_Lower}}_upd.gz |
− | tar -xvf | + | tar -xvf ASK64_eloq_{{AskPlus_Current_Version_Lower}}_upd |
</pre> | </pre> | ||
==Launching AskPlus== | ==Launching AskPlus== | ||
− | * The new version is installed in the file '' | + | * The new version is installed in the file ''ask{{AskPlus_Current_Version_Lower}}x''. |
* This version can be launched by entering: | * This version can be launched by entering: | ||
<pre> | <pre> | ||
− | /ASKPLUS/askplus | + | /ASKPLUS/askplus {{AskPlus_Current_Version_Lower}} |
</pre> | </pre> | ||
− | * To make | + | * To make ask{{AskPlus_Current_Version_Lower}}x the default version, login as askplus and enter: |
<pre> | <pre> | ||
− | cp -p | + | cp -p ask{{AskPlus_Current_Version_Lower}}x askplusx |
</pre> | </pre> | ||
* A previous version can be launch by entering: | * A previous version can be launch by entering: | ||
Line 56: | Line 56: | ||
To verify that the new version has been properly installed, type the following command: | To verify that the new version has been properly installed, type the following command: | ||
<pre> | <pre> | ||
− | /ASKPLUS/askplus | + | /ASKPLUS/askplus {{AskPlus_Current_Version_Lower}} |
</pre> | </pre> | ||
Line 62: | Line 62: | ||
<pre> | <pre> | ||
PA-Risc Example : | PA-Risc Example : | ||
− | Copyright LSWE (c) 1978- | + | Copyright LSWE (c) 1978-2018. Distributed by Vital Soft, Inc. |
− | ASKPLUS/Unix | + | ASKPLUS/Unix {{AskPlus_Current_Version_Upper}} (32 bits) ready ! |
</pre> | </pre> | ||
<pre> | <pre> | ||
ITANIUM Example : | ITANIUM Example : | ||
− | Copyright LSWE (c) 1978- | + | Copyright LSWE (c) 1978-2018. Distributed by Vital Soft, Inc. |
− | ASKPLUS/Unix | + | ASKPLUS/Unix {{AskPlus_Current_Version_Upper}} (64 bits) ready ! |
</pre> | </pre> | ||
Type EXIT, to exit the AskPlus program. | Type EXIT, to exit the AskPlus program. |
Revision as of 20:06, 2 February 2018
Contents
Downloading AskPlus E.8.4.3 Version
We recommend that you right-click and choose "Download linked file as..." (or the equivalent option) as this should prevent your browser from automatically unzipping the file during the download.
- Download the install file for PA-Risc.
- Download the install file for ITANIUM.
Note: Some browsers may automatically uncompress the file during download. If this happens, the ".gz" extension will be removed. In this case, skip the "gunzip" step in the instructions below.
Installing AskPlus E.8.5.4 Version
- Before starting the installation, you must ensure that AskPlus is not in use.
- The installation loads new files, but does not overwrite the current version of AskPlus.
- Site-specific configuration files (Manager Files and vsrvtcp.ini) will not be overwritten.
1. Login as the askplus user and make sure you are in the /ASKPLUS directory. Type:
login askplus cd /ASKPLUS
2. Transfer the AskPlus distribution file (ASK64_eloq_e854_upd.gz or (ASK_eloq_e854_upd.gz) to the host. Use ASK64_eloq_e854_upd.gz for ITANIUM systems and ASK_eloq_e854_upd.gz for PA-Risc systems.
- The file must be transferred to the host using a BINARY transfer. Use FTP, or a terminal emulator to transfer the file.
3. The file that was transferred in the previous step is a compressed tar file. To uncompress and expand this file, enter these commands:
- Note that some browsers will uncompress the downloaded file automatically, so the gunzip step may not be necessary.
gunzip ASK64_eloq_{{AskPlus_Current_Version_Lower}}_upd.gz tar -xvf ASK64_eloq_{{AskPlus_Current_Version_Lower}}_upd
Launching AskPlus
- The new version is installed in the file aske854x.
- This version can be launched by entering:
/ASKPLUS/askplus {{AskPlus_Current_Version_Lower}}
- To make aske854x the default version, login as askplus and enter:
cp -p ask{{AskPlus_Current_Version_Lower}}x askplusx
- A previous version can be launch by entering:
/ASKPLUS/askplus e833
- To restore a previous version as the default, login as askplus and enter:
cp -p aske833x askplusx
Verifying AskPlus
To verify that the new version has been properly installed, type the following command:
/ASKPLUS/askplus {{AskPlus_Current_Version_Lower}}
If everything has been properly installed you will see something like this:
PA-Risc Example : Copyright LSWE (c) 1978-2018. Distributed by Vital Soft, Inc. ASKPLUS/Unix {{AskPlus_Current_Version_Upper}} (32 bits) ready !
ITANIUM Example : Copyright LSWE (c) 1978-2018. Distributed by Vital Soft, Inc. ASKPLUS/Unix {{AskPlus_Current_Version_Upper}} (64 bits) ready !
Type EXIT, to exit the AskPlus program.