Users Guide

Introduction 7
msiexec /i cctk.msi INSTALLDIR=<destination> /qn
where <destination> is the custom directory and INSTALLDIR must be in
uppercase.
For example, the following command line installs CCTK in silent mode in
the directory destination:
msiexec /i cctk.msi INSTALLDIR=c:\destination /qn
Installing CCTK on Linux Systems
To install CCTK on Linux systems:
1
From
support.dell.com
,
download the
cctk-linux-version-buildnum.tar.gz
file.
2
Untar the file using the command
tar -zxvf cctk-linux-
version-buildnum.tar.gz.
3
Install the RPMs in the file.
NOTE: CCTK GUI is not supported on Linux systems.
See Also:
Installing CCTK on Red Hat Enterprise Linux (RHEL) 6 Systems
Installing CCTK on RHEL 5 Systems
Installing CCTK on Red Hat Enterprise Linux (RHEL) 6 Systems
To install CCTK on RHEL 6 systems using 64-bit RPMs, navigate to RHEL6
directory (\lx64\RHEL6), untar the file, and run the commands in the
following order:
1 rpm -ivh srvadmin-hapi-7.0.0-4.19.1.el6.x86_64.rpm
2 rpm -ivh cctk-linux-2.1.0-buildnum.el6.x86_64.rpm
Installing CCTK on RHEL 5 Systems
To install CCTK on RHEL 5 systems using 64-bit RPMs, navigate to RHEL5
directory (\lx64\RHEL5), untar the file, and run the commands in the
following order:
1 rpm -ivh srvadmin-hapi-7.0.0-4.19.1.el5.x86_64.rpm
2 rpm -ivh cctk-linux-2.1.0-buildnum.x86_64.rpm
cctk_ig.book Page 7 Tuesday, May 8, 2012 11:44 AM