|
"3.11 SNTP client changes the system clock instead of the software clock In V5R3, the SNTP client changes the system clock instead of the software clock. If you want to have the software clock changed, or if you install V5R3 on a server that does not support system clock adjustment (iSeries models 7xx, 170, and 250), you must create a data area (*DTAARA) object named QTOTSNTP. Use the following CL command to create this data area object: CRTDTAARA DTAARA(QUSRSYS/QTOTSNTP) TYPE(*CHAR) LEN(9) VALUE(*SOFTWARE) A UT(*USE) To switch back to having the SNTP client change the system clock, run the following CL command to delete the data area object: DLTDTAARA DTAARA(QUSRSYS/QTOTSNTP)" Vengoal Chang wrote:
Hi all , I want use SNTP on iSereies V5R3, I set the SNTP time server withCHGNTPA RMTSYS('132.163.4.102'), then STRTCPSVR SERVER(*NTP) NTPSRV(*CLIENT), then I got following message:Additional Message Information Message ID . . . . . . : TCP9155 Severity . . . . . . . : 40 Message type . . . . . : Diagnostic Date sent . . . . . . : 06/29/05 Time sent . . . . . . : 16:48:39 Message . . . . : System clock adjustment is not supported. Cause . . . . . : This iSeries system does not support system clock adjustment. Recovery . . . : Refer to the iSeries Information Center to find out what models support system clock adjustment. It is at http://www.ibm.com/eserver/iseries/infocenter. I saw the V5R3 Information related SNTP, but no document related which iSeries model support system clock adjustment. My iSeries is 270 DSD model .Any response appreciated. Best regards, Vengoal
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.