Forum Discussion
jos521_154775
Altostratus
May 16, 2014May 16 20:40:01 sccp crond[422]: USER root pid 14994 cmd /usr/sbin/ntpclient -c 1 -s -h 127.2.0.2 >/dev/null 2>&1
what is it ? And how to avoid it ?
Can you tell me how to make the NTP to update automatic? now,I should update by myself on the MANAGER-WEBSITE. Thankyou !
nitass
Employee
May 17, 2014127.2.0.2 is host. i understand it is cron job which synchronizes time between sccp/aom and host. i do not think it is a good idea to remove it.
if you do not want to have it in log, you can custom syslog-ng confiugration.
LTM 9.4.2+: Custom Syslog Configuration by Deb Allen
https://devcentral.f5.com/articles/ltm-942-custom-syslog-configuration[root@ve11a:Active:In Sync] config cat /etc/hosts
THIS IS AN AUTO-GENERATED FILE -- DO NOT EDIT!!!
Use the tmsh shell utility to make changes to the system configuration.
For more information, see tmsh -a help sys global-settings.
127.0.0.1 localhost.localdomain localhost ve11a.acme.local
127.2.0.1 sccp aom AOM
127.2.0.2 ve11a.acme.local
127.1.1.2 tmm
127.1.1.3 tmm1
192.168.1.11 ve11a.acme.local
jos521_154775
Altostratus
May 19, 2014This is my config,please give me some advices~ thank you .
[root@3600:Active] config cat /etc/issue
BIG-IP 9.4.8 Build 355.0
Kernel \r on an \m
[root@3600:Active] config cat bigip_sys.conf
shell write partition Common
ntp {
servers 172.16.10.254
timezone "Asia/Shanghai"
}
syslog {
include "
destination remote_server {
udp(\"172.16.10.41\" port (514));
};
filter f_alllogs {
level (notice...emerg);
};
log {
source(local);
filter(f_alllogs);
destination(remote_server);
};"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects