How to replace PI with statics

Dear All,

I need to replace one old PI with new PI, but i want to get previous statics added with new PI, How to do it, Can anyone help me ?
My old PI always comes 100% CPU uses error.

Thanks,
Zahidul Hasan

Let me make sure I understand.

You want to exchange Pi boards, keeping everything else the same, but ensure that you continue to be credited with all your existing statistics?

Have you tried just doing it? Swap, and go to My ADS-B and see what you see?

Coming from the same IP address, it should automatically claim it for you and put it on your account.

Hi Zahidul Hasan!

If you want to assign old station number and its statistics to new Pi, you have to use old Pi’s MAC address on the new Pi.
To replace new Pi’s MAC address by old Pi’s MAC address (called mac address spoofing), please see this post:

http://discussions.flightaware.com/post197622.html#p197622

FA feed identity rely only its MAC. So swapping add a new feed identity under user account & older lost connectivity.

MAC changing only solution found.

Thanks bro to response.

[quote=“RickBoatright”]
Let me make sure I understand.

You want to exchange Pi boards, keeping everything else the same, but ensure that you continue to be credited with all your existing statistics?

Have you tried just doing it? Swap, and go to My ADS-B and see what you see?

Coming from the same IP address, it should automatically claim it for you and put it on your account.

Dear Sir,

I found a solution to keep the previous MAC editing rc.local. And its working now. I will try your solution in another necessary.

Thanks for the reply & response. You are always helpful.

Thanks
Zahidul Hasan.

Can you please post details of this method so that others can benefit from it?
There are two file named rc.local as shown below. Which one have you edited?
/etc/rc.local
/etc/init.d/rc.local

Dear sir,
I made edit on startup. No extra configuration i did. I want to request you to try yourself, if its work you can made a post. Your writing have much better reference then me.

sudo nano /etc/rc.local


sudo ifconfig eth0 down hw ether 00:00:00:00:00:00 && ifconfig eth0 up
sudo /etc/init.d/networking restart

I got help from this link.
linux.org/threads/view-and-c … sses.8166/

Upon link seems having error now. I got a cached copy.
webcache.googleusercontent.com/s … clnk&gl=bd

Thanks,
Zahidul Hasan.