![]() |
The diff command is useful when you want to make sure that the configs are the same while you are investigating hot-standby gateway configurations. |
See sample run of command below from server "server01"
$ ssh server01 "cat /etc/opt/gateway2/config/gateway2.config.xml" | diff - "/etc/opt/gateway2/config/gateway2.config.xml" |
Using the ssh command eliminates the process of copying the files on the same location when using the diff command.
-
Tags:
Comments
0 comments
Please sign in to leave a comment.