This article discusses the meaning of the following message: router-re0 ffp[xxxxx]: %DAEMON-3: "dynamic-profiles": No change to profiles This is a cosmetic log message and users can safely ignore it.
router-re0 ffp[xxxxx]: %DAEMON-3: "dynamic-profiles": No change to profiles
The following message is seen upon each commit: router-re0 ffp [xxxxx]: %DAEMON-3: "dynamic-profiles": No change to profiles This message may appear on Junos that contain the JSM (Junos Subscriber Management) feature. The configuration parser checks if dynamic-profiles were modified upon commit and displays this message if it is not modified. The message will appear regardless if dynamic-profiles are configured.
router-re0 ffp [xxxxx]: %DAEMON-3:
"dynamic-profiles": No change to profiles
[edit] lab@router-re0# run show configuration | display set | match dynamic [edit] lab@router-re0# run clear log messages [edit] lab@router-re0# show | compare [edit] lab@router-re0# commit | display detail | no-more 2016-11-04 19:45:15 XXX: Obtaining lock for commit 2016-11-04 19:45:15 XXX: updating commit revision 2016-11-04 19:45:15 XXX: UI extensions feature is not configured 2016-11-04 19:45:15 XXX: Started running translation script 2016-11-04 19:45:15 XXX: Finished running translation script 2016-11-04 19:45:15 XXX: start loading commit script changes 2016-11-04 19:45:15 XXX: no commit script changes 2016-11-04 19:45:15 XXX: no transient commit script changes 2016-11-04 19:45:15 XXX: finished loading commit script changes 2016-11-04 19:45:15 XXX: No translation output from the scripts 2016-11-04 19:45:15 XXX: copying juniper.db to juniper.data+ 2016-11-04 19:45:15 XXX: finished copying juniper.db to juniper.data+ 2016-11-04 19:45:15 XXX: exporting juniper.conf 2016-11-04 19:45:15 XXX: expanding interface-ranges 2016-11-04 19:45:15 XXX: finished expanding interface-ranges 2016-11-04 19:45:15 XXX: expanding groups 2016-11-04 19:45:15 XXX: finished expanding groups 2016-11-04 19:45:15 XXX: setup foreign files 2016-11-04 19:45:15 XXX: update license counters 2016-11-04 19:45:15 XXX: finish license counters 2016-11-04 19:45:15 XXX: propagating foreign files 2016-11-04 19:45:15 XXX: cdg returns = 7(persist groups is not configured (needed for cdg)) 2016-11-04 19:45:15 XXX: complete foreign files 2016-11-04 19:45:15 XXX: dropping unchanged foreign files 2016-11-04 19:45:15 XXX: executing 'ffp propagate' 2016-11-04 19:45:15 XXX: daemons checking new configuration 2016-11-04 19:45:15 XXX: commit wrapup... 2016-11-04 19:45:15 XXX: start ffp activate 2016-11-04 19:45:15 XXX: executing 'ffp activate' 2016-11-04 19:45:16 XXX: activating '/var/etc/cosd.conf' 2016-11-04 19:45:16 XXX: activating '/var/etc/pam.conf' 2016-11-04 19:45:16 XXX: activating '/var/etc/pam_radius.conf' 2016-11-04 19:45:16 XXX: activating '/var/etc/pam_tacplus.conf' 2016-11-04 19:45:16 XXX: activating '/var/etc/issue' 2016-11-04 19:45:16 XXX: activating '/var/etc/certs' 2016-11-04 19:45:16 XXX: activating '/var/etc/motd' 2016-11-04 19:45:16 XXX: activating '/var/etc/max-db-size-cfg' 2016-11-04 19:45:16 XXX: activating '/var/etc/subs-mgmt-cfg' 2016-11-04 19:45:16 XXX: activating '/var/etc/ephinst.conf' 2016-11-04 19:45:16 XXX: executing foreign_commands 2016-11-04 19:45:16 XXX: /bin/sh /etc/rc.ui ui_setup_users (sh) 2016-11-04 19:45:16 XXX: not executing ui_commit in rc.ui 2016-11-04 19:45:16 XXX: finish ffp activate 2016-11-04 19:45:16 XXX: copying configuration to juniper.save 2016-11-04 19:45:16 XXX: db_check_constraint_ids_clear start 2016-11-04 19:45:16 XXX: db_check_constraint_ids_clear done 2016-11-04 19:45:16 XXX: db_groups_info_clear start 2016-11-04 19:45:16 XXX: db_groups_info_clear done 2016-11-04 19:45:16 XXX: activating '/var/run/db/juniper.data' 2016-11-04 19:45:16 XXX: Rotate backup configs 2016-11-04 19:45:16 XXX: ssync begins 2016-11-04 19:45:16 XXX: ssync ends 2016-11-04 19:45:16 XXX: ssync begins 2016-11-04 19:45:16 XXX: ssync ends 2016-11-04 19:45:16 XXX: notifying daemons of new configuration 2016-11-04 19:45:16 XXX: ssync begins 2016-11-04 19:45:16 XXX: ssync ends 2016-11-04 19:45:16 XXX: commit complete commit complete [edit] lab@router-re0# run show log messages | match dynamic Nov 4 19:45:16.068 router-re0 ffp [35483]: %DAEMON-3:
dynamic-profiles
lab@router-re0# run clear log messages [edit] lab@router-re0# set dynamic-profiles test interfaces ge-1/0/0 unit $junos-interface-unit [edit] lab@router-re0# show | compare [edit] + dynamic-profiles { + test { + interfaces { + ge-1/0/0 { + unit "$junos-interface-unit"; + } + } + } + } [edit] lab@router-re0# commit commit complete [edit] lab@router-re0# run show log messages | match dynamic --- snip --- Nov 4 19:53:14.261 router-re0 ffp [35622]: %DAEMON-3: "dynamic-profiles": Profiles are being modified
[edit] lab@router-re0# run show configuration | display set | match dynamic set dynamic-profiles test interfaces ge-1/0/0 unit "$junos-interface-unit" [edit] lab@router-re0# show | compare [edit] lab@router-re0# commit commit complete [edit] lab@router-re0# run show log messages | match dynamic --- snip --- Nov 4 19:54:32.746 router-re0 ffp [35660]: %DAEMON-3: "dynamic-profiles": No change to profiles
This is a cosmetic log message and users can safely ignore the message.