#To install Antenna, first switch to the Antenna installation package directory.
./install.sh  


#To uninstall Antenna, first switch to the Antenna installation package directory.
./uninstall.sh  


#Start Antenna
/usr/local/antenna/init_service.sh  


#Stop Antenna
/usr/local/antenna/stop_service.sh  


#Restart Antenna. It is recommended to check if the PID has changed using "ps -ef | grep antenna"
/usr/local/antenna/antenna --restart  


#Check the status of the Antenna service (only for system versions that support "systemctl").
systemctl status antenna  


#Disable Antenna from starting automatically at boot (only for system versions that support "systemctl").
systemctl disable antenna  


#Check the Driver version and snapshot information
cat /proc/ltbd-info


#Clear snapshots created by Antenna on the source client
/usr/local/antenna/antenna --erase
