Search Results

Search: Posts Made By: balareddy
1,520
Posted By balareddy
hello, sqlplus is giving syntax error for...
hello,

sqlplus is giving syntax error for the below .. pls suggest.

=`sqlplus -S id/'$passwd'@(DESCRIPTION ........
1,520
Posted By balareddy
Passing parameter inside the expression
Hello,

i need to pass the variable in place of pwd. how to display variable in the bleow syntax.
suppose, passwd="test", then 'id/$passwd.....

FEDFlagResult=`sqlplus -S 'id/pwd@(DESCRIPTION=...
2,510
Posted By balareddy
Search the string in the active log and send mail
Hello,

I wanted to search specific string in the acitve log file and send an email if the search string found in the log.

Log file is written by application all the time. So, script has to...
1,209
Posted By balareddy
i have tried with find . -type f -mtime -1 ...
i have tried with find . -type f -mtime -1
But, i need to display output with full details ( date, size,user,..) and descending oprder with modified date..
1,209
Posted By balareddy
List all files in subdirectories which are modifiled recently.
Hello,

I wanted to
list all files in subdirectories which are modifiled recently. need to display all files with full details like hpw it display with ls -l ( date, size,..)

Thanks
Bala
64,365
Posted By balareddy
I have tried with.. ============== ...
I have tried with..
==============
#!/bin/bash

echo "1, cronjobs check"

echo "2, cronjobs check"
================

and , 2nd script like,
==========
echo "1, cronjobs check"

echo "2,...
64,365
Posted By balareddy
/bin/sh: : not found error
Hello,

When i run the shell script in Solaris, i am getting the below error.

/bin/sh: Test.sh: not found

I have tried including "#!/bin/bash" , did not work,
tried with #!/bin/ksh , did not...
19,840
Posted By balareddy
Hello, I wanted to search the files under...
Hello,
I wanted to search the files under application. So, can not create myself anything. creating files under /tmp is not applicable.

Thanks.
19,840
Posted By balareddy
Hello, I am not creating any file myself. I...
Hello,

I am not creating any file myself. I just wanted to get the files which are created by the application past 2 hours. So, touch is not possible.

Thanks.
19,840
Posted By balareddy
Find command to get the modified files past 2 hours
Hello,

How to get the modified/created files past 2 hours in Solaris with find command?

Thank you.
2,675
Posted By balareddy
Display specific lines content from the file
Hell,

I want to grep certain word from file and display above 2 lines and after two lines.

Here is the content of sample file.

Mar 14, 2013 12:56:59 AM Agent.Agent SendTo
INFO: Connection...
1,318
Posted By balareddy
How to Search string(which is in 2 lines) in a file?
Hello,

I want to search 2 lines from the file. I wanted to display all such matches. Example file:
==================
Testfile is test
TEST1
TEST2
testing the file string
to do testing...
Forum: AIX 11-24-2010
9,498
Posted By balareddy
How to add/remove additional DNS and IP to AIX
Hello,

How to add/remove additional DNS and IP to AIX ?

I wanted to add 3 more new DNS and IP addresses to existing AIX 5.2.
Forum: AIX 12-11-2009
15,065
Posted By balareddy
apache/tomcat compatibility with AIX versions
Hello,
Where can i find the information about the compatibility versions of tomcat with AIX? for example, AIX 5.2 supported tomcat versions??
Forum: AIX 07-09-2009
9,398
Posted By balareddy
export command is not working in AIX5.3
I am trying to export command at shell in AIX5.3.
example: environment variable SAMPLE=test is set. after logged in to the shell, i tried to export this variavle to $ export SAMPLE=test1.

If i...
Forum: AIX 03-30-2009
27,139
Posted By balareddy
Sorry. My question does not include full...
Sorry. My question does not include full details..

From my AIX machine, I have to disable FTP to only one mainframe machine. Because, there are several machines which are communicating to my AIX...
Forum: AIX 03-30-2009
27,139
Posted By balareddy
FTP access disable in AIX
Hello,

I have AIX machine communication to mainframe machine. From AIX machine, i have to use always SSH communication. For this, i have created SSH tunnel in AIX machine and using FTP with SSH. ...
Forum: AIX 11-28-2008
12,080
Posted By balareddy
I am using PASV Ftp. So, in my server machine, i...
I am using PASV Ftp. So, in my server machine, i have to restrict the port range from 1024 to 5000. but tcp_ephemeral_high not allows lessthan 32768.
2,546
Posted By balareddy
differences in calling another script inside script
Hello,

we can call the script inside another script.
like
method 1) content of test.sh
########
. test2.sh
#######

method 2) content of test.sh
########
test2.sh
#######
...
Forum: AIX 09-02-2008
12,080
Posted By balareddy
Is there any other possibility to override TCP...
Is there any other possibility to override TCP settings so that we can set lower port for tcp_ephemeral_high ??
Forum: AIX 09-02-2008
12,080
Posted By balareddy
tcp_ephemeral_high issue with AIX 5.2
Hello,
I have AIX5.2. I am trying to set tcp_ephemeral_high port value to 5000 and tcp_ephemeral_low value to 1024. tcp_ephemeral_high is not possible to set below 32769.

pls advise how to set...
Forum: AIX 09-01-2008
1,959
Posted By balareddy
How to restrict Highports in AIX 5.2
Hello,

I am using wu-ftp 2.4.2 in AIX 5.2. I wanted to restrict high ports for dataconnection. by default dataconnection ports will be from range 1024 to 65536. But i wanted to restrict it to some...
15,181
Posted By balareddy
escape character in tcsh
Hello,

I wanted to display command with echo like this in tcsh.

output should be "//'test.test1.test2'"
(" at both ends also required in output)
Please help me.
32,195
Posted By balareddy
Display modified files in ascending order
Hello,

i want to display modified files in descending order. "ls -t" will display modified files in descending order.

pls help.
19,130
Posted By balareddy
How redirect output(error and normal) to 2 different files
Hello,

I have a java program which i am calling in shell script. I wanted to redirect output to 2 differetn files. Output should have both 1 & 2 (normal and error) in both file.

pls help
Showing results 1 to 25 of 28

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