Cisco Headend System Release 2.5 Installation Guide

Page of 188
 
Chapter 2    Before You Begin 
 
 
 
78-4036705-01 Rev D 
Update DNCS 
You must perform the following tasks on the Digital Network Control System 
(DNCS) before you install DTACS software:  
 
Log in to the DNCS as a root user 
 
Create a dtacs user on the DNCS server  
 
Add dtacshost information to the /etc/hosts and/etc/hosts.equiv files 
 
Verify that your system meets the software requirements 
 
Log on to DNCS 
Follow these steps to log on to the DNCS.  
1  Log on to the DNCS console as a dncs user. The password prompt appears. 
2  Type the password for the dncs user. The Solaris Common Desktop Environment 
(CDE) desktop appears.  
3  Open an xterm window and change to a root user. An xterm window opens and 
a password prompt for the root user appears. 
Example: 
$ xterm -sb -sl 100000 -e su - &
 
4  Type the password for the root user and press Enter. The prompt for the root 
user (#) appears. 
 
Create a DTACS User on DNCS 
Follow these steps to create a dtacs user on the DNCS server.  
1  Type useradd -u 503 -g500 -c "dtacs user" -d/export/home/dtacs -s /bin/ksh -m -
k/etc/skel dtacs; passwd dtacs -K lock_after_retries=no  at the prompt.  
Results:   
 
A dtacs user is created on the DNCS server  
 
A home directory (/export/home/dtacs) is created for the dtacs user on the 
DNCS server  
 
The New Password prompt appears 
2  Type the new password for the dtacs user and press Enter. A prompt to retype 
the password appears. 
3  Type the password again and press Enter.