Tagged Questions
1
vote
1answer
3k views
Execute a script automatically through pbrun?
There is a Unix environment named sftwrk01, uatwrk01, intwrk01 and some more
I need to check the logs in each environment everyday by login in as below (through pbsu which is a wrapper for pbrun):
...
5
votes
2answers
3k views
Not able to ssh in to remote machine using shell script in Crontab
Below is the script which i am trying to run, which runs without any issue
for i in `seq 200 2100`
do
usr=(`ssh -t -t -o ConnectTimeout=60 machine$1 finger | tail -1 | awk '{print$1}'`)
echo ...