Specifications

52
EMC Secure Remote Support Gateway for Linux Release 2.24 Operations Guide
Gateway Client Server Preparation
Create directories and install CECT and Provisioning Tool (PvT)
This section describes how to create directories and install the
Customer Environment Check Tool (CECE) and Provisioning Tool
(PvT).
1. To create directories, run:
[root@localhost home]# cd /opt/
[root@localhost opt]#mkdir emc
[root@localhost opt]# mkdir emc/esrs2
[root@localhost opt]# mkdir emc/esrs2/PvT
[root@localhost opt]# cd emc/esrs2
Figure 20 Creating Gateway install directories
2. Copy the CECT-2.24.00.06.tar (or later) to the /opt/emc/esrs2
directory, and verify:
[root@localhost esrs2]# ls
CECT CECT-2.24.00.06.tar PvT
Figure 21 Copying .tar file and verifying
3. To install the CECT, run:
[root@localhost esrs2]# tar -xvf CECT-2.24.00.06.tar
CECT/
CECT/license.pdf
CECT/LICENSE.txt
CECT/CECT
CECT/CECT.sh
CECT/config.xml
[root@localhost esrs2]# ls -l
total 4592
drwxr-xr-x. 2 root root 4096 Dec 26 11:48 CECT
-rw-r--r--. 1 root root 4689920 Dec 26 16:04
CECT-2.24.00.06.tar
drwxr-xr-x. 2 root root 4096 Jan 14 10:54 PvT
Figure 22 Running tar -xvf
4. To change to the PvT directory, run:
[root@localhost esrs2]# cd PvT
Figure 23 Changing to PvT directory