Data Archive
- Data Archive 6.4.4
- All Products
Priority <host-name> <agent-ID> <priority-level>
This script sets the priority for each agent that runs on the server cluster and displays the list of agents and priorities.echo 'agents' | ssaadmin DBA | awk '($4 == "READY") { TAB[$1] += 1; print "priority " $1 " " $2 " " 100 - TAB[$1] }' | ssaadmin DBA