Time client setup
|

Time client setup

HP-UX 9.x

  1. Immediate synchronization with e.g.:
    /usr/contrib/bin/ntpdate de.pool.ntp.org 
    
  2. The file /usr/contrib/etc/ntp.conf must contain the entries:
    server de.pool.ntp.org
    driftfile /usr/contrib/etc/ntp.drift  # must be writable
    # tracefile /usr/contrib/etc/ntp.trace  # must be writable
    
    A sample is /usr/contrib/etc/ntp.conf.samples
  3. xntp_start-line in /etc/rc ?
  4. The file /etc/environment should define the correct time zone:
    TZ=CET-1CED-2,M3.5.0,M10.5.0
    

HP-UX 10.x/11.x

  1. Immediate synchronization with e.g.:
    /usr/sbin/ntpdate        de.pool.ntp.org 
    
  2. The file /etc/ntp.conf must contain the entries:
    server de.pool.ntp.org
    driftfile /etc/ntp.drift  # must be writable
    # tracefile /etc/ntp.trace  # must be writable
    
    A sample is /usr/newconfig/etc/ntp.conf
  3. In /etc/rc.config.d/netdaemons enable XNTPD
  4. ? The file /etc/environment should define the correct time zone:
    TZ=CET-1CED-2,M3.5.0,M10.5.0
    

|

Last update: 14-Sep-2006, M.Kraemer