Unable to do the installation as SRAdmin process posts error about failing to bind to port (code 97)
Release : 21.2.x
With newer versions of DX Netops Spectrum it is advised to use systemctl to start and stop certain processes.
Processd and SRAdmin are some of these.
I.e.
systemctl stop sradmin.service
systemctl start sradmin.service
systemctl status sradmin.service
This should be done as root, or a user with proper sudo privileges to excute systemctl start/stop/status.
Note - you may need to remove .service from the command to get the command to work properly.