Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

standard in must be a tty

nTupleDec 13 2016 — edited Dec 16 2016

su -s /bin/sh - grid -c 'asmcmd lsdg --suppressheader'|grep -v 'OCR'|awk '{if($8==0)var=$8;else var=($8/$7*100);print $13,"\t",":","\t"var}'\;

it is working on local machine but throwing error from monitoring server with ssh.

[zabbix@prod ~]$  ssh zabbix@ip sh test.sh

zabbix@10.85.12.210's password:

standard in must be a tty

what is the requisite changes required.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2017
Added on Dec 13 2016
5 comments
2,272 views