Search Results

Search: Posts Made By: Y.balakrishna
1,707
Posted By Y.balakrishna
Looks like you're missing something in the below...
Looks like you're missing something in the below scripts.I've tried something like this with your suggestions but its giving errors.


ssh XXXXX@HHHHHH '. $HOME/.profile 2>/dev/null;'cd...
1,707
Posted By Y.balakrishna
Remote ssh commands
ssh XXXXX@XXXXX'. $HOME/.profile 2>/dev/null;cd $COMMON_TOP/admin/scripts/$CONTEXT_NAME; adcmctl.sh start "apps${AppsPass}" || cd $ADMIN_SCRIPTS_HOME; adcmctl.sh start "apps${AppsPass}"'

As per...
6,109
Posted By Y.balakrishna
Thanks Germany .. this idea didn't cross my rusty...
Thanks Germany .. this idea didn't cross my rusty mind. thank you so much.
6,109
Posted By Y.balakrishna
Hi All, I've solved the problem somehow .....
Hi All,

I've solved the problem somehow .. thanks for all your efforts last but not least.

I'd like to limit my search of below text only to last 3 lines if its finds it should print if not...
6,109
Posted By Y.balakrishna
Hi, I've tried the below code this .profile...
Hi,

I've tried the below code this .profile is being executed but its not expanding this variable value ${AppsPass}.


ssh -q -o BatchMode=yes -o PasswordAuthentication=no XXXXX@XXXXXX '....
6,109
Posted By Y.balakrishna
Hi Robin, Yes,I'm calling .profile and...
Hi Robin,

Yes,I'm calling .profile and executing ssh command in one line but as per my experience i've to include .profile in single quotes only then it works but otherway around in dobule quotes...
6,109
Posted By Y.balakrishna
Hi, I'd like to execute .profile as well as...
Hi,

I'd like to execute .profile as well as i need this variable ${AppsPass} value to be substituted variables dynamically but the below code is not executing it properly.


ssh -q -o...
6,109
Posted By Y.balakrishna
Shell script help to execute ssh remote commands
Hi,

The below command is not giving me the count , Can somebody help me in re-writing this pls .


Proc_Exist=`ssh -q -o "BatchMode=yes" -o "PasswordAuthentication=no"...
6,984
Posted By Y.balakrishna
Multiple search options in find command
Hi,

I'd like find multiple file options to fetch different types of files.

find /path...// -type f -name "*.log" -o -name "*.req" -o -name "*.txt" -mtime +5 -exec ls -l {} \;

Where as in...
1,376
Posted By Y.balakrishna
Scott , Thanks for your response. But is...
Scott , Thanks for your response.

But is that possible for me to print that output sequentially ?

Regards
Bala
1,376
Posted By Y.balakrishna
Finding difference in between two array's of strings
Hi,

Can anybody help me in finding the difference between two array elements with the help of code pls.

purge=("Purge Concurrent Request and/or Manager Data" "Purge Signon Audit data" "Purge...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 11:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy