sftransport fail after update ASR Manager version: 5.6.1
Hello,
After the update update the SFT service failed to send explorer to Oracle. It is because in the last update all internal process ran with user "asrmgr", so in my customer the sftransport port configured was 81 and that port is not allow to open by regular user in solaris. So if you want to keep the same port configuration have to add privilegies to that users in this way:
## Edit: /etc/user_attr
asrmgr::::type=normal;defaultpriv=basic,net_privaddr
Or use other transport for example 8081
sftransport set_port -p 8081