We reboot our server every weekend using shutdown -r. For the last 2 weekends, we have come in on Monday morning to find that the server shut down, but did not reboot successfully. The console has all kinds of blinking lights and gibberish on it. At this point, we reboot it manually and it works...
Polani,
We had a similar problem on AIX 4.3.3, with Progress 9.1C. We had a lot of <defunct> processes when we did "ps -ef." To solve the problem, we now run a script from the crontab to shut down all databases and reboot every Monday morning at 4:00AM.
I recommend calling IBM Software...
Due to the fact that IBM is not going to support AIX 4.3.3 much longer, we are being forced to upgrade to AIX 5.1 or 5.2. This will require that we also upgrade to Progress 9.1D Enterprise database.
Has anyone run into any problems doing this?
Thanks!
Natalie
I would bet my life that I had su'd to root when I edited the crontab, but I could be wrong. I always su to root when I'm on this server.
I just edited it again as root. I didn't change anything, but I saved it again from root. We'll see on Monday morning if the script runs.
Have a good...
This script works from crontab and sends the email from root:
df -k>fs.txt
mail -s FileSystems -c "email1@lala.com email2@email.com" email3@email.com<fs.txt
This one doesn't, but when I run it manually, it sends the email from system:
cp /tmp/ONLINEBKUP /u/bin/ONLINEBKUP
mail -s...
0 23 * * 1-5 /u/bin/onlinebkup2.sh
0 8 * * 1-5 /u/bin/backrept2.sh
The first one works, the 2nd doesn't. However, I can manually run backrept2.sh just fine. It's a script that emails me a file. One point is that it emails me from the login of 'system', whereas another script in the crontab...
Have you tried referencing the .p or .w instead of the .r? Also, you may want to reference an .ini file (-ini filename.ini) which lists the propath for the instance of Progress. Make sure the first folder in the propath is the folder where the .r is.
"c:\program...
Thank you for your response. It's very informative. I hope you can answer a few more questions.
Where does the Java come in? I understand the Progress, TSQL, and DTS (we use all of those currently).
Also, can you explain your Queue table a little more? What data is kept there? I'm thinking the...
Has anyone had to deal with HIPAA?
We just got word that we have to be able to accept 237's by Oct. 16th. (Don't ask.)
I need to implement this quickly.
Does anyone have a file layout or a create table statement for creating a HIPAA 237 table?
Thanks!
Natalie
To date, we have been importing the entire Progress DB into SQL Server every night. This process is now taking over 12 hours. We are looking into replicating our Progress DB into our SQL Server data warehouse in real time.
We are researching the following:
SonicMQ (messaging)
PeerDirect
A warm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.