Search Results

Search: Posts Made By: anil529
Forum: UNIX and Linux Applications 05-23-2017
2,673
Posted By anil529
Publish notification
hi All

I use tomcat server to publish war file. How to send an notification to users via the application screen and it should dismiss once user clicks X mark.

Any suggestions ?
Forum: Web Development 05-23-2017
1,905
Posted By anil529
Publish notification
hi All

I use tomcat server to publish war file. How to send an notification to users via the application screen and it should dismiss once user clicks X mark.

Any suggestions ?
Forum: Programming 05-18-2017
1,681
Posted By anil529
Publish notification via application front end
hi All

I use tomcat server to publish war file. How to send an notification to users via the application screen and it should dismiss once user clicks X mark.

Any suggestions ?
1,242
Posted By anil529
Hi Corona688 Could you tell once again ? I...
Hi Corona688

Could you tell once again ? I used full path of the script in /etc/cron.daily/applictaionscript
1,242
Posted By anil529
/etc/cron.daily script is not being executed
Hi All

I have created a file in /etc/cron.daily on redhat linux 7.3 version host
called applicationscript

cat applictaionscript
#!/bin/bash
/prod/data/routine.sh

cat /prod/data/routine.sh...
1,706
Posted By anil529
this small thing took out my whole time ok...
this small thing took out my whole time

ok this is the answer finally

tr -d '\r' < filewithcarriagereturns > filewithoutcarriagereturns

fix the .txt files
1,706
Posted By anil529
Added data in the script when I change if...
Added data in the script

when I change if condition as below
if [ "$psent80" != "n" ];

it is working

To test I did executed the script again , as I have got an email for that value , this...
1,706
Posted By anil529
if statement is not calling .txt file due to \r...
if statement is not calling .txt file due to \r in .txt file
1,706
Posted By anil529
Bash script if condition not executing
issue is with .txt files
1,802
Posted By anil529
Hi Drysdalk I think this process is to...
Hi Drysdalk

I think this process is to maintain default locations and use additional storage for growing data :)

Thank you again , appreciate your help
1,802
Posted By anil529
Thank you Drysdalk I did moved data to new...
Thank you Drysdalk

I did moved data to new point and then implemented bind mount to make use of the space ...

---------- Post updated at 04:58 PM ---------- Previous update was at 04:57 PM...
1,802
Posted By anil529
got it finally I made same mistake ...
got it


finally I made same mistake

mount --bind /some/where /else/where
makes /else/where a mount point under which the contents of /some/where are visible.
1,802
Posted By anil529
Thank you again Yes I am able to replicate...
Thank you again

Yes I am able to replicate successfully on other server

this server is failing

so you think there is some issue with the existing mount point / file systems?
1,802
Posted By anil529
Mount point bind issues
Hi ALL

I am unable to do mount bind to connect new storage

Once I run the below commands both file systems were empty

Code:
mount --bind /prod/OpenCSS /var/lib/test


Code:
echo...
Forum: Red Hat 03-22-2017
2,296
Posted By anil529
Sorry for the late response the mail...
Sorry for the late response

the mail service need to be registered internally in the companies website
2
1,565
Posted By anil529
Bind
Hi All

I need to do bind of exiting filesystem to new storage allocated

mount --bind /prod/OpenCSS /var/lib/test

echo "/prod/OpenCSS /var/lib/pgsql bind bind 0 0" >> /etc/fstab



will...
Forum: Red Hat 03-14-2017
2,296
Posted By anil529
Hi You got me to the right point ,yes this is...
Hi
You got me to the right point ,yes this is postfix , I checked /etc/postfix/main.cf and /etc/aliases
both were configured as other but this server is not able to generate emails
do I need to...
Forum: Red Hat 03-14-2017
2,296
Posted By anil529
Thanks for the reply I am comparing the current...
Thanks for the reply
I am comparing the current set up on the server which doesn't have send mail to others which have
I am not seeing /etc/mail/sendmail.mc
i am trying to understand how others...
Forum: Red Hat 03-14-2017
2,296
Posted By anil529
Mail service
I am using rhel OS 7 , how to enable sendmail option , i have looked all places

/bin/mail is this place to start with ?
6,167
Posted By anil529
Thank you for liking in to this I need to...
Thank you for liking in to this

I need to change the Schudle time and need to write some thing different plan completely
I provide my current code so that to have an idea

But this is not...
6,167
Posted By anil529
Yes that's what it is doing now But the...
Yes that's what it is doing now
But the requirement changed to do something like this
The script should store value and keep looking if the percebtage increases with out waiting for next cycle of...
6,167
Posted By anil529
Generate disk space usage email alert
hi all members

I have a shell script to generate disk space usage email alert if threshold is more than 80 %, now the requirement changed to keep sending alert emails for every 5% incremental...
7,118
Posted By anil529
Yes I made above changes ,but still some bad data...
Yes I made above changes ,but still some bad data with same value is repeatedly reported from all servers.
7,118
Posted By anil529
If we add monitoring scripts on the server will...
If we add monitoring scripts on the server will it increases server load
say 5 scripts running all time ?
7,118
Posted By anil529
you don't need a temp file. How about this for...
you don't need a temp file. How about this for the trailing portion of your script:

CPU_LOAD=`sar -P ALL 10 1 |grep 'Average.*all' |awk -F" " '{print 100.0 -$NF}' |cut -d \. -f1`
if [ $CPU_LOAD...
Showing results 1 to 25 of 38

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