Thủ tục cập nhật thời gian NTP cho các thành phần CNTT của các doanh nghiệp lớn (cổng quan trị, Server Linux, Unix, Cân bằng tải, SAN,...)
1. Ilom-proc
Step | Command |
Displaying Clock Settings | show /SP/clock |
Configuring the Clock to Use NTP Servers | set /SP/clients/ntp/server/1 address=192.168.15.10 |
| set /SP/clients/ntp/server/1 address=192.168.11.10 |
| set /SP/clock/usentpserver=enabled |
2. Xscf-proc
Step | Command |
Displaying Clock Settings | showntp -a |
| showdate |
Configuring the Clock to Use NTP Servers | setntp -c del 1192.168.70.33 |
| setntp 192.168.15.10 192.168.11.10 |
| rebootxscf |
3. Cisco-proc
1. Access the switch (telnet or ssh) |
2. Change to enable mode. When prompted for a password, use the administrator password. |
Switch> enable |
3. Review the current configuration. |
Switch# show running-config | i ntp |
4. Erase the current NTP server configuration. |
In this example, the current IP addresses are 192.168.10.1 and 192.168.8.1. |
Switch# configure terminal |
Enter configuration commands,one per line.End with CNTL/Z. |
Switch(config)# no ntp server 192.168.10.1 |
Switch(config)# no ntp server 192.168.8.1 |
Switch(config)# end |
Switch# write memory |
Building configuration... |
Compressed configuration from 2603 bytes to 1158 bytes [OK ] |
Note: |
Each current NTP IP address being changed needs to be erased. Invalid IP addresses must also be erased. |
5. Configure up to two NTP servers. |
Switch# configure terminal |
Enter configuration commands,one per line.End with CNTL/Z. |
Switch(config)# ntp server 192.168.7.1 prefer |
Switch(config)# ntp server 10.9.9.1 |
Switch(config)# end |
Switch# write memory |
Building configuration... |
Compressed configuration from 2603 bytes to 1158 bytes [OK ] |
6. Verify the changes. |
Switch# show running-config |
The following is an example of the output from the command: |
Building configuration... |
... |
ntp server 192.168.10.10 prefer |
... |
7. Save the configuration. |
Switch# copy running-config startup-config |
Destination filename [startup-config]? |
Building configuration... |
Compressed configuration from 14343 bytes to 3986 bytes[OK] |
8. Check |
Switch# show clock |
Switch# show ntp associations |
9. Exit from the session. |
Switch# exit |
4. Linux-proc
Linux 6 |
|
Step | Command |
Displaying Clock Settings | ntpq -p |
| date |
Configuring the Clock to Use NTP Servers | vi /etc/ntp.conf server 192.168.11.10 server 192.168.12.10 server 192.168.15.10 |
| service ntpd stop |
| service ntpd start |
| chkconfig ntpd on |
Linux 7 |
|
Step | Command |
Displaying Clock Settings | chronyc sources |
| timedatectl |
Configuring the Clock to Use NTP Servers | vi /etc/chrony.conf server 192.168.11.10 server 192.168.12.10 server 192.168.15.10 |
| timedatectl set-timezone Asia/Ho_Chi_Minh |
| systemctl restart chronyd |
5. SAN SVP-proc
6. AMS2100-proc
7. Brocade-proc
Step | Command | Note |
Displaying Clock Settings | date | display datetime |
| tsclockserver | display NTP server |
Configuring the Clock to Use NTP Servers | tsclockserver "192.168.15.10;192.168.11.10" | Config new NTP server |
| tstimezone +7 | config timezone |
8. IBM-SAN-proc
1. Truy cập web quản trị |
|
2. Vào mục setting -> system |
|
3. Chọn Date and time và cấu hình lại |
9. IBM-Tape-proc
1. Truy cập trang web quản trị tape tại địa chỉ: http://192.168.1.192/main_IBM3576.htm |
2. Vào menu Manage Library, chọn setting, chọn Date & Time |
3. Cập nhật lại địa chỉ NTP và chọn Submit changes |
10. Solaris-proc
Solaris : |
cp /etc/inet/ntp.client /etc/inet/ntp.conf |
vi /etc/inet/ntp.conf |
server 192.168.11.10 |
server 192.168.12.10 |
server 192.168.15.10 |
svcadm disable ntp |
svcadm enable ntp |
ntpq -p |
11. Aix-proc
vi /etc/ntp.conf |
Thêm dòng sau vào phía dưới dòng #broadcastclient |
server 192.168.11.10 prefer |
server 192.168.12.10 prefer |
server 192.168.15.10 prefer |
(Lưu ý: dòng driftfile và tracefile giữ nguyên) |
|
Kiểm tra trạng thái dịch vụ ntpd |
lssrc -a | grep xntp |
Nếu dịch vụ xntpd chưa chạy thì dùng lệnh |
startsrc -s xntpd |
Để dịch vụ tự khởi động khi reboot |
# vi /etc/rc.tcpip |
Bỏ dấu # ở đầu dòng bên dưới để dịch vụ NTP khởi động cùng máy chủ sau reboot. |
start /usr/sbin/xntpd "$src_running” |
12. A10-proc
1. Vào web quản trị của hệ thống A10: https://192.168.1.20 |
2. Vào tab config, chọn menu system -> settings -> time, cập nhật lại địa chỉ NTP và OK |
13. Esxi-proc
To configure NTP on ESX/ESXi 4.1 and ESXi 5.x hosts using the vSphere Client: 1. Connect to the ESX/ESXi host using the vSphere Client. 2. Select a host in the inventory. 3. Click the Configuration tab. 4. Click Time Configuration. 5. Click Properties. 6. Click Options. 7. Click NTP Settings. 8. Click Add. 9. Enter the NTP Server name. For example, pool.ntp.org. Note: When entering the multiple NTP Server names, use a comma (,) followed by a space ( ) between the entries. 10. Click OK. 11. Click the General tab. 12. Click Start automatically under Startup Policy. Note: It is recommended to set the time manually prior to starting the service. 13. Click Start and click OK. 14. Click OK to exit. |
14. Citrix-proc
- Truy nhập vào System> NTP Server, click add. - Tại trang Create NTP Server, nhập thông tin của NTP server cần nhập như trong ảnh.
- Bấm Create |
Hy vọng hữu ích cho bạn. |
|
=============================
* KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE trực tiếp từ tôi giúp bạn bước đầu trở thành những chuyên gia DBA, đủ kinh nghiệm đi thi chứng chỉ OA/OCP, đặc biệt là rất nhiều kinh nghiệm, bí kíp thực chiến trên các hệ thống Core tại VN chỉ sau 1 khoá học.
* CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox
https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
* Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile: 0902912888
⚡️ Skype: tranbinh48ca
👨 Facebook:
https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger:
https://m.me/101036604657441 (profile)
👨 Fanpage:
https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage:
https://m.me/tranvanbinh.vn
👨👩 Group FB:
https://www.facebook.com/groups/DBAVietNam
👨 Website:
https://www.tranvanbinh.vn
👨 Blogger:
https://tranvanbinhmaster.blogspot.com
🎬 Youtube:
http://bit.ly/ytb_binhoraclemaster
👨 Tiktok:
https://www.tiktok.com/@binhoraclemaster?lang=vi
👨 Linkin:
https://www.linkedin.com/in/binhoracle
👨 Twitter:
https://twitter.com/binhoracle
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội
=============================
học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,khóa học pl/sql, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, middleware, hoc solaris, hoc linux, hoc aix, unix, securecrt, xshell, mobaxterm, putty