Create the ntp.conf file, Start the services nfs, vsftpd, dhcpd, and ntp – Dialogic IMG 1004 User Manual
Page 131
IMG 1004 - Software Installation and Setup
123
Create the ntp.conf file.
1.
As a Super User Create the ntp.conf file. Go to
/opt/cantata/common/osconfig (Software 10.3.x to 10.5.0)
or
/opt/dialogic/common/osconfig (Software 10.5.1 +)
2.
Run the ntp configuration script:
#./xlntp
3.
Enter IP Address and Subnet mask when prompted as appropriate for your configuration.
4.
Move the ntp file to the /etc directory. (
mv ntp.conf /etc
). See Sample ntp.conf File.
Start the services nfs, vsftpd, dhcpd, and ntp
1.
As a Super User, start all the services and configure them to restart when
GCEMS server is rebooted. Enter the following commands to start the nfs server
#/sbin/service nfs start (Start the nfs service)
#/sbin/service nfs status (Verify whether nfs is running or not)
#/sbin/chkconfig nfs on (Configure nfs service to restart after a reboot of GCEMS)
#/sbin/chkconfig nfs --list (Verify that runlevels 3,4 and 5 are all on.)
Example: nfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off
2.
Enter the following commands to start vsftpd service
#/sbin/service vsftpd start (Start the vsftpd service)
#/sbin/service vsftpd status (Verify whether vsftpd is running or not)
#/sbin/chkconfig vsftpd on (Configure vsftpd service to restart after a reboot of
GCEMS)
#/sbin/chkconfig vsftpd --list (Verify that runlevels 3,4, and 5 are all on.)
3.
Enter the following commands to start dhcpd service
#/sbin/service dhcpd start (Start the dhcpd service)
#/sbin/service dhcpd status (Verify whether dhcpd is running or not)
#/sbin/chkconfig dhcpd on (Configure dhcpd service to restart after a reboot of
GCEMS)
#/sbin/chkconfig dhcpd --list (Verify that runlevels 3,4, and 5 are all on.)
4.
Enter the following commands to start ntp service
#/sbin/service ntp start (Start the ntp service)
#/sbin/service ntp status (Verify whether ntp is running or not)
#/sbin/chkconfig ntp on (Configure ntp service to restart after a reboot of GCEMS)
#/sbin/chkconfig ntp --list (Verify that runlevels 3,4, and 5 are all on.)
5.
Once these services are running and the IMG software build is available the software can
be downloaded. See
IMG 1004-Downloading System Software