Cisco Model D-PCG1000 PowerKEY CAS Gateway Technical References

Page of 6
 
4043072 Rev A 
 
Installing the Universal TED Updater 
 
Installing the Universal TED Updater 
Remove the SAITedUpd Package from the DNCS 
Because the Universal TED Updater package is a new and unique SAI package, the 
existing TED Updater package is no longer needed. Before installing the new 
Universal TED Updater (SAIUniTedUpd) package, you must remove the existing 
TED Updater (SAITedUpd) package from the DNCS. 
Complete the following steps to remove the SAITedUpd package from the DNCS. 
1  If necessary, open an xterm window on the DNCS. 
2  Complete the following steps to log on to the xterm window as root user. 
Type su - and press Enter. The password prompt appears. 
b  Type the root password and press Enter
3  Type the following command and press Enter to verify that the SAITedUpd 
package is installed on the DNCS.  
pkginfo –l SAITedUpd | grep VER
 
Note:  In some cases, the SAITedUpd package may not exist on your DNCS. If it 
does not exist, you can skip the rest of this procedure. 
Result:  The package version is displayed. 
Example: 
# pkginfo –l SAITedUpd | grep VER
 
   VERSION:  3.1.0.8
 
4  Type the following command and press Enter.  
pkgrm SAITedUpd
  
Result:  You are prompted to confirm the removal of the package. 
5  Type y and press Enter.  
Result:  When the script completes, you should see the following message: 
Removal of <SAITedUpd> was successful.
 
6  Repeat step 3 to confirm the package removal.  
Result:  The following message should appear. 
# pkginfo -l SAITedUpd | grep VER
 
ERROR: information for "SAITedUpd" was not found.
 
Install the Universal TED Updater on the DNCS 
Complete the following steps to install the Universal TED Updater (SAIUniTedUpd) 
1.0.x package on the DNCS. 
1  Open an xterm window on the DNCS and log in as root user. 
2  Type the following command and press Enter to source-in the environment 
variables. 
. /dvs/dncs/bin/dncsSetup
  
Important:  Be sure to type the period followed by a space before typing /dvs.