NTP Problem

Hello every one i want to setup a ntp on sco unix 5.0.6 and i don't have any time server how can i do this with local time

Are you looking to set up a local ntp time server for a group of systems so that their time is synchronized?

If this is the case, you can configure a local timer server as follows (assuming your local network is 192.168.0*):

# Use the local clock
server 127.127.1.0 prefer
fudge  127.127.1.0 stratum 10
driftfile /var/lib/ntp/drift
broadcastdelay 0.008

# localhost has full access rights
restrict 127.0.0.1

# Machines on local network can query us
restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap

and point the the other systems at this time server.