Search Results

Search: Posts Made By: Riverstone
3,735
Posted By Riverstone
SFTP script still asking password
Hi All,
I have FTP script snippet

targetFTP=testcomp
userID=testid
userPass=XXXXX

server_availability ()
{
echo "***********************************************************" >> $FtpLog...
1,053
Posted By Riverstone
Thanks , Application required oracle JDK not...
Thanks , Application required oracle JDK not openjdk .
issue resolved already.
1,053
Posted By Riverstone
Invalid Java installation: No version could be obtained
Hi ,
i am in mid of upgrading one of the java based application which requires higher version of java 1.8 from java 1.6, I have updated bash_profile and required environment variable correctly but...
3,534
Posted By Riverstone
source and destination servers are linux. ...
source and destination servers are linux.

Yes there are new network rules/policies in place but network guys have opened the port 21 already .

the one is working which is working it sits in the...
3,534
Posted By Riverstone
I have added and tried issue still remain same as...
I have added and tried issue still remain same as below

put abcd.DAT
local: abcd.DAT remote: abcd.DAT
227 Entering Passive Mode (10,225,4,23,182,12)
ftp: connect: Connection timed out
quit...
3,534
Posted By Riverstone
FTP script not working
Hi,

I have one FTP script which simply sends the file to target server via netrc.it used to work as normal for years.recently target server IP got changed , same has been updated in .netrc but...
12,241
Posted By Riverstone
Thank you to both, could manage to do it via...
Thank you to both, could manage to do it via awk.:b:
12,241
Posted By Riverstone
Hi , Sorry didnt get you , my simple...
Hi ,
Sorry didnt get you , my simple requirement is i have value in variable this
-rw-rw---- 1 vgif_VGL vgif_VGL 32298503 May 06 19:12 UAT.pVV.SID.VGL.D170506.T110027.AMA.MAS.FTP.DATA.gz

i need...
12,241
Posted By Riverstone
To cut the file name from the ls
Hi All,

Im bit stuck s in writing shell script which downloads the file from the SFTP server

Script first list the available files over server and check the today's file in the list.
if file...
1,728
Posted By Riverstone
Hi Team, Please find as requested. ...
Hi Team,

Please find as requested.

[mhcont@CX2-3ODRMAPP2 data]$hexdump -C < datafile | head -n 200
00000000 55 4e 42 1d 49 41 54 42 1f 31 1d 4e 47 49 1d 4f |UNB.IATB.1.NGI.O|
00000010 4f...
1,728
Posted By Riverstone
Hi , Awk also not working $awk '{ $1=$1 }...
Hi ,
Awk also not working

$awk '{ $1=$1 } 1' RS="AFDR" ORS="\n" FS="\n" OFS="\n" file |more...
1,728
Posted By Riverstone
Hi Rudie, It does not work for me, giving the...
Hi Rudie,
It does not work for me, giving the same out as file content.

$sed 's/AFDR/\n/g' file |more...
1,728
Posted By Riverstone
Search the specific content from the complex file
Hi,

I have a file with complex data without delimiter, have requirement to fetch the specific record based on some charcters.

here is my file data
...
5,595
Posted By Riverstone
Below worked fine. Thanks. find . -type f -name...
Below worked fine. Thanks.
find . -type f -name '*.log' -o -name '*.txt' -mtime +7 -exec truncate --size 0 "{}" \;


Please use CODE tags as required by forum rules!
5,595
Posted By Riverstone
Eventual plan is to nullify the *.log and *.txt...
Eventual plan is to nullify the *.log and *.txt logs older than 7 days and to schedule the script .

---------- Post updated at 08:32 AM ---------- Previous update was at 07:44 AM ----------


...
5,595
Posted By Riverstone
To nullify multiple log files older than X days.
Hi,
I am writing the script for tomcat logs clean up ending with *.txt and *.log.
cleanup should be applied to logs older than 7 days logs same will be scheduled in cron.

after googling found...
2,646
Posted By Riverstone
Problem has been resolved by skipping the...
Problem has been resolved by skipping the display/console tool [here Exceed]
just proceed with terminal based installation and continued by without knowing what has haappened with the display , it...
2,646
Posted By Riverstone
Display is correct which i used normally from my...
Display is correct which i used normally from my old AIX server.

iam using another tool called Exceed which help to install the package in GUI mode and display setting option in GUI mode, which is...
2,646
Posted By Riverstone
Thanks for the response, have ran the script in...
Thanks for the response, have ran the script in debug and got below error.
$./setup.sh
+ unset BIFF_INSTALL_HOME
+ BIFF_installer_ui=console
+ '[' '!' 10.250.29.222:46.0 = '' ']'
+...
2,646
Posted By Riverstone
Installer is shell script not working
Hi Guys,
I have one installer shell script which normally get from the dev team to install the app and it works fine for years (in IAX) the same installer/script iam trying to run in Linux 7.2 but...
1,308
Posted By Riverstone
Hi Rudie, Thank you very much it is working as...
Hi Rudie,
Thank you very much it is working as expected , got some additional requirement on top of it.

1. records should be picked only for the movement code 26 as mentioned in top of every...
1,308
Posted By Riverstone
Hi Rudie, Yes i want those three columns only...
Hi Rudie,
Yes i want those three columns only but i wanted to forgot the paste the full content of the data earlier my way is pick only those lines who has only 1 space in begining rest lines by sed...
1,308
Posted By Riverstone
Thank you Rudie , have partly submitted my query...
Thank you Rudie , have partly submitted my query earlier in a hurry my actual data content as below.

1
LIST 950C/M Jeffron aliff system
MASTERS ...
1,308
Posted By Riverstone
To extract certain columnns with header
Hi,
I have data which has many columns but i need to extract only three column from below all records have one space in begining.

i need to extract only column as below ,any tric awk or sed...
1,570
Posted By Riverstone
Issue resolved . User id and password should...
Issue resolved .

User id and password should be in single quote and myuser='BD\\_SVCIFMSUAT' and two charaters.

$ in password is fine.

Thread can be closed, Thanks.
Showing results 1 to 25 of 54

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