You are on page 1of 98

Oracle Siebel Pre-Prod 12c Cluster & Database

Instalaltion Guid
2. Edit /etc/rc.tcpip and make following changes

uncomment following line and add “-x” at the end of the line as below

# Start up Network Time Protocol (NTP) daemon


start /usr/sbin/xntpd “$src_running” “-x”

3.  Execute following commands

chssys -s xntpd -a “-x”


ps -aef | grep xntpd | grep -v grep
stopsrc -s xntpd
startsrc -s xntpd
ps -aef | grep xntpd | grep -v grep

[root@sflp7cli2 /]# chssys -s xntpd -a “-x”


0513-077 Subsystem has been changed.
[root@sflp7cli2 /]# ps -aef | grep xntpd | grep -v grep
root 34275386 31719448   0 04:46:17      –  0:00 /usr/sbin/xntpd -x -x
[root@sflp7cli2 /]# stopsrc -s xntpd
0513-044 The /usr/sbin/xntpd Subsystem was requested to stop.
[root@sflp7cli2 /]#  ps -aef | grep xntpd | grep -v grep
root 45351152 31719448   0 12:24:36      –  0:00 /usr/sbin/xntpd -x

You might also like