1834276 Members
2880 Online
110066 Solutions
New Discussion

Re: Compare Two Systems

 
rleon
Regular Advisor

Compare Two Systems


I was wondering if anyone has a script with enough logic to fully compare kernel parameters between two systems.

Thanks

2 REPLIES 2
spex
Honored Contributor

Re: Compare Two Systems

Hello,

# kmtune > s1
# ssh kmtune > s2
# diff s1 s2

PCS
spex
Honored Contributor

Re: Compare Two Systems

Depending on what you are looking for, the 'comm' command may also be of interest. See comm(1) for more info.