![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with network print server | elzalem | IP Networking | 3 | 11-15-2007 04:31 PM |
| How To Provide Time Sync Using Nts-150 Time Server On Unix Network? | pesty | UNIX for Advanced & Expert Users | 2 | 03-22-2007 02:20 AM |
| change network time protocol | CBarraford | OS X (Apple) | 4 | 03-05-2007 08:12 PM |
| home network - can you have a primary name server, or only a caching-only name server | xyyz | UNIX for Dummies Questions & Answers | 3 | 02-18-2004 01:13 PM |
| RH 9 and Network Time Protocol | jaredGalen | IP Networking | 1 | 12-08-2003 11:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I have NTS server with GMT time ,I want to make this server as a time reference for all unix servers that I have in my network.I knew 'ntpdate' command but what I need is to make the time on unix servers in my country local time which is GMT+3???Any help??
Thanks in advance |
|
||||
|
There is no such thing as local time for Unix. Unix kernel internal clock always use universal time a.k.a. UTC a.k.a. GMT. NTP is also using this same unique reference time and do not care about timezone, hopefully.
The time displayed will depend on an environment variable (TZ) and so may vary depending on the user even on a single machine. With Solaris, the default timezone users will inherit if they do not choose otherwise is defined in the /etc/default/init file TZ variable. |
|
||||
|
Edit following file and enter the line given below...
# vi /etc/inet/ntp.conf --------------On client machin server 10.22.17.50 prefer # svcs -v ntp # svcadm disable ntp ( For Solaris9: #/etc/init.d/xntpd stop) # svcadm enable ntp ( For Solaris9: #/etc/init.d/xntpd start) Whereas 10.22.17.50 is your NTP server. |
![]() |
| Bookmarks |
| Tags |
| solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|