Could you please help me with the syntax to execute tmadmin command in AIX server?
I have a script that works fine in Linux (OEL). Below is the one :
I need the corresponding one in AIX. The same command is not working. Tried making some modifications. But didn't work.
Could you please help me?
I have a script that works fine in Linux (OEL). Below is the one :
Code:
tmadmin 2> /dev/null > /tmp/psstat1 <<EOF
psr
quit
EOF
Could you please help me?