Re: Logical log backup
Hi, sometimes a log backup takes longer for some reasons (external maybe, winding the tape ...). Then, a log backup triggers by the alarm program will fail (backup already in progress). This can occur...
View ArticleRe: script to check status of dbspaces & chunks
Something I wrote a while back. You can mail yourself the output. dbaccess sysmaster - 2>/dev/null <<EOF unload to /tmp/DBAmon.tmp=20 select fname, is_offline, is_recovering, is_inconsistent...
View ArticleRe: script to check status of dbspaces & chunks
D*mn mail program. Attaching it as a file. j. On Jan 2, 2014, at 8:42 AM, Jack Parker <jack.parker4@verizon.net> = wrote: > Something I wrote a while back. You can mail yourself the output.=20...
View ArticleRe: script to check status of dbspaces & chunks
Attachments don't work on the forums Jack. Here, cleaned it up for you: dbaccess sysmaster - 2>/dev/null <<EOF unload to /tmp/DBAmon.tmp select fname, is_offline, is_recovering,...
View ArticleRe: script to check status of dbspaces & chunks
Thanks Kagel & Parker It worked for me but i can't query the sysmaster db if temporary dbspaces got corrupted/down/inconsistent I got the following error while running query on sysmaster 229: Could...
View ArticleRe: script to check status of dbspaces & chunks
I am able to execute the query you provided even if the temp dbspace is down But actually i need to display dbspace name as well,so i am using the following query which gave the error select...
View ArticleRe: script to check status of dbspaces & chunks
If you go to the iiug website, in the software archives is the original = DBAmon which was written before sys master existed. That did the same = check, but used onstat -d and should solve your...
View ArticleRe: script to check status of dbspaces & chunks
I would use the IBM provided script alarmprogram.sh in onconfig ALARMPROGRAM /opt/informix/etc/alarmprogram.sh ******************************************************************************* To post a...
View ArticleRe: script to check status of dbspaces & chunks
unable to find the old script,kindly share the script or share the exact path Hope you won't mind it Thanks & regards,...
View ArticleRe: script to check status of dbspaces & chunks
It should be in $INFORMIXDIR/etc directory. From: "MUHAMMAD SHAKEEL AZEEM"<mazeem@i2cinc.com> Sent: Tue, 07 Jan 2014 10:28:29 To: ids@iiug.org Subject: Re: script to check status of dbspaces...
View Articlescript auto backup informix to disk
hi, We have 2 informix 11.50 production instance on HP-UX 11.3 I want to create backup script on HP-UX to auto backup my informix data to disk. Please advice. tq...
View ArticleRe: script to check status of dbspaces & chunks
i was talking about DBAmon script which Jack mentioned that this script can be found at iiug website Regards, ******************************************************************************* To post a...
View ArticleRe: script to check status of dbspaces & chunks
Can anyone please share DBmon (with onstat -d) script ? ******************************************************************************* To post a response via email (IIUG members only): 1. Address it...
View ArticleRe: script to check status of dbspaces & chunks
Here is the link to the repository http://www.iiug.org/software/index_DBA.html ******************************************************************************* To post a response via email (IIUG members...
View ArticleRe: script auto backup informix to disk
You can use the below script - export INFORMIXDIR=/users/informix export ONCONFIG=onconfig.inew export INFORMIXSERVER=inew export PATH=/users/informix/bin:$PATH export...
View ArticleRe: script auto backup informix to disk
Your TAPEDEV settings in oncofing file would be like this TAPEDEV /users/informix/backup TAPEBLK 64 # Tape block size (Kbytes) TAPESIZE 1024000 # Maximum amount of data to put on tape (Kbytes) you can...
View ArticleRe: script auto backup informix to disk
You just have to have a cron job wake up, set the environment variables so it can access one or the other Informix instance, and then run ontape or onbar as appropriate. If you are using onbar with a...
View ArticleRe: Migration from AIX to Linux
Should I ask You how You transfer data among these Informix instances on AIX and Linux? We also plan to migrate Informix 11.50 from AIX (RISC) to Red Hat Linux (x86_64) and as I know, the only way how...
View ArticleRE: Migration from AIX to Linux
Hello. You could always use ER for migration purposes without downtime. It´s a great feature for that. You might just have to tune some TCP stuff, to optimize data transfer, and voilà. Best regards....
View ArticleRe: Migration from AIX to Linux
There are several other options besides dbexport to text and reload: 1 - If you have no BLOB, CLOB, TEXT, or BYTE columns you can use my binary export/import tool ul.ec which is in the utils2_ak...
View Article