To upgrade from or
reinstall a previous version of the SAS Formats Library, the SAS Embedded
Process, or both, follow these steps:
-
Run this command to
check the current installed version of the SAS formats library.
psh "rpm -q -a" | grep acc
If a previous version
is installed, a result similar to this is displayed. The version number
might be different.
accelterafmt-3.1-1.x86_64
-
Run this command to
check the current installed version of the SAS Embedded Process.
psh "rpm -qa | grep sepcoretera"
If a previous version
is installed, a result similar to this is displayed. The version number
might be different.
sepcoretera-4.3000-1.x86_64
-
If a version of the
SAS formats library, the SAS Embedded Process, or both is being installed,
and has a name that is different from the library that was previously
installed, then follow these steps. An example is one of these:
-
accelterafmt-3.1-1 replacing jazxfbrs-9.2-1.6
-
sepcoretera-4.3000-version1 replacing
sepcoretera-4.3000-version2
-
If you are upgrading
from or reinstalling the SAS Formats Library, shut down the Teradata
database.
tpareset -y -x shutdown_comment
This step is required
because an older version of the SAS formats library might be loaded
in a currently running SAS query.
Note: If
you are upgrading or reinstalling only the SAS Embedded Process (tkindbsrv.rpm
file), you do not need to shut down the database. You do need to shut
down the SAS Embedded Process.
For more information
about how to shut down the SAS Embedded Process, see Controlling the SAS Embedded Process.
-
Confirm that the database
is shut down.
DOWN/HARDSTOP is displayed
if the database is shut down.
-
Remove the old version
before you install the updated version of the in-database deployment
package.
-
To remove the packages from all
nodes concurrently, run this command:
psh "rpm -e package-name"
package-name is
either accelterafmt-version or
sepcoretera-4.30000-version.
For example, to remove sepcoretera
,
run the command psh "rpm -e sepcoretera–4.3000–1"
.
-
To remove the package from each
node, run this command on each node:
package-name is
either accelterafmt-version or
sepcoretera-4.30000-version.
-
(Optional) To confirm
removal of the package before installing the new package, run this
command:
psh "rpm -q package-name"
package-name is
either accelterafmt-version or
sepcoretera-9.43000-version.
The SAS Formats Library
or the SAS Embedded Process should not appear on any node.
-