Search Results

Search: Posts Made By: Syedsabeel
6,002
Posted By Syedsabeel
Start.sh is my application start script. Stop.sh...
Start.sh is my application start script. Stop.sh we dont have. Nothing else running java process as of now except in start.sh java processes.
6,002
Posted By Syedsabeel
We have procedure to stop we used to kill the...
We have procedure to stop we used to kill the process. For start we have to go bin path and have to start using ./start.sh.

--- Post updated at 04:52 PM ---

Stuck or failure data will be around...
6,002
Posted By Syedsabeel
If there is a server failure or reboot. I have to...
If there is a server failure or reboot. I have to run the script again as the process gets killed surely.
6,002
Posted By Syedsabeel
Its my peak 00 to 6am why i dont want this to run...
Its my peak 00 to 6am why i dont want this to run coz some other things will be running in my server. So i want to stop this script to keep running on my peak time.
When i start the script it will...
6,002
Posted By Syedsabeel
It will pick some data from database and update...
It will pick some data from database and update it. When it stops it will stop updating the database and when it runs again it should continue from the same.
Can you please help me by writing script.
6,002
Posted By Syedsabeel
My current .sh file below. Which need to run only...
My current .sh file below. Which need to run only once and it will do its job. I need below script to run only at 6am to 00.

#!/bin/bash

BM_HOME=/home/jsoc
...
6,002
Posted By Syedsabeel
Hi i have java script bulk.sh. inside this i have...
Hi i have java script bulk.sh. inside this i have jar file where my java code is written.
6,002
Posted By Syedsabeel
Script should keep running only at specific time
I want a script to run once at 6:00AM, keep running, and then STOP running at 23:59PM.

Hi,
Can we use crontab and can you write one example where the script will run only in between 6am to 00...
4,092
Posted By Syedsabeel
Hi sea, Will crontab works can you write one...
Hi sea,
Will crontab works can you write one example where it will run only in between 6am to 00 daily
4,092
Posted By Syedsabeel
Hi RudiC, Thanks for the reply. I have a script...
Hi RudiC,
Thanks for the reply. I have a script named termination.sh where I want this to run keep running only in the time specified time i.,e 06 to 23:59 but I don't want this to run/execute again...
4,092
Posted By Syedsabeel
Syntax error: unexpected 'else'
Im trying to pause my script for 23:59 to 6am but it is throwing error:
Code below:
#!/system/bin/sh

while true
do
TIME=$(date '+%H%M%S')
if [ $TIME -ge 235900 ] -a [ $TIME -le 060000 ]...
Showing results 1 to 11 of 11

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