To launch the TAR script, run tar_teradata_client_packages.sh.
Command | Description |
---|---|
tar_teradata_client_packages help | Displays the available commands |
tar_teradata_client_packages
or tar_teradata_client_packages list |
Displays the platforms and packages that are available on the installation media. |
tar_teradata_client_packages list platform |
Lists the products for a specific platform that are available on the installation media
|
tar_teradata_client_packages platform package |
Creates a tar file for a specific platform and one package Add the name of a package after the platform parameter. For example, to archive the bteq package for the aix platform, type: tar_teradata_client_packages platform bteq The value of the platform parameter can be one of the following:
If you specify a package other than a dependent package, all of the following dependent packages are included in the archive:
If you specify package names after the platform parameter, the script includes the dependent packages if they are available on the media. If you specify individual packages, all of the dependent packages are included in the archive. |
tar_teradata_client_packages platform package1 package2 etc. |
Creates a tar file for a specific platform and specific packages. Add the name of packages after the platform parameter. For example, to archive the bteq and FastLoad packages for the aix platform, type: tar_teradata_client_packages <aix|i386|opteron|s390x|sparc> bteq fastld If you specify packages other than the dependent packages, all of the dependent packages are included in the archive:
If you specify package names after the platform parameter, the script includes the dependent packages if they are available on the media. If you specify individual packages, all of the dependent packages are included in the archive. |