Re: HDR
Not fully true, you do not always need a full restore if the logfiles are not on disk any more. if the previuosly failed primary is assigned a secondary role (started with onmode -PHY, then onmode -d...
View Article11.5FC7WE x PROCS AFFINITY
Hi, everyone. I'm performed a Informix 11.5FC7WE install on Red Hat 6 Linux . The machine I'm using have 4 procs and I want to use 3 of then in Informix (VPCLASS cpu).Since the first time I tried to...
View ArticleRe: 11.5FC7WE x PROCS AFFINITY
Post the VPCLASS cpu entry from your ONCONFIG file. Art Art S. Kagel, President and Principal Consultant ASK Database Management www.askdbmgt.com Blog: http://informix-myview.blogspot.com/ Disclaimer:...
View ArticleRE: 11.5FC7WE x PROCS AFFINITY
Here is it, Art MULTIPROCESSOR 1VPCLASS cpu,num=3,noageVP_MEMORY_CACHE_KB 0SINGLE_CPU_VP 0 > To: ids@iiug.org > From: art.kagel@gmail.com > Subject: Re: 11.5FC7WE x PROCS AFFINITY [34716] >...
View ArticleRe: 11.5FC7WE x PROCS AFFINITY
Andre: With those settings you should not be seeing affinity at all! I was expecting to see something like: VPCLASS cpu,num=3,noage,aff_nprocs=1,aff_sproc=0 Your setting is correct for no affinity....
View ArticleRe: 11.5FC7WE x PROCS AFFINITY
Andre, Can you post the full onconfig file? Regards, David. > On 25 February 2015 at 18:53 Art Kagel <art.kagel@gmail.com> wrote: > > > Andre: > > With those settings you should...
View ArticleRE: 11.5FC7WE x PROCS AFFINITY
I thought he said IDS was running everything on one processor and leaving the others idle. I think he was asking how to turn affinity on for three processors and leave one for other purposes. I think...
View ArticleRe: 11.5FC7WE x PROCS AFFINITY
Without affinity set there should be no messages in the message log about affining CPU VPs to particular physical processor cores and the CPU VPs should be free to float among all available cores as...
View ArticleRE: 11.5FC7WE x PROCS AFFINITY
OK, I missed that. > -----Original Message----- > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of > Art Kagel > Sent: Wednesday, February 25, 2015 2:11 PM > To:...
View Articleinformix restore failed
CentOS 6.4 32Bit+IDS 11.70 09:45:06 IBM Informix Dynamic Server Started. 09:45:06 Requested shared memory segment size rounded from 139076KB to 139264KB 09:45:06 Shared memory segment will use huge...
View ArticleRe: informix restore failed
Is there a question here? The initial assert failure is this one: 11:41:34 Assert Failed: Page Check Error in rsclose_phr: bad chunk free list page That could be a hardware problem that prevented a...
View ArticleConverting existing second dbspace as chunk
Hi, I have a box that has two sbspaces created (main_sbspace and subsys_sbspace). The main_sbspace is configured as SBSPACENAME in onconfig file. Because of space and other constraints, I cannot...
View ArticleRe: Converting existing second dbspace as chunk
Mahesh Basically, yes, but only by losing all existing data in that space. In order to add the space to main_sbspace you would need to drop the chunk and subsys_sbspace and then add the chunk to...
View ArticleRe: Converting existing second dbspace as chunk
No, you cannot do what you want to do. You can use the PUT clause to manually place new smart blob objects into the subsys_sbspace, but there is no way to merge the spaces. You unload the objects...
View ArticleLinux Processor x Informix 11.5FC5WE
Good morning everyone. I have a IDS 11.5FC5WE installed on Red Hat 6 Linux. I don't want to use AFFINITY resources and I dont know how to avoid. My VPCLASS ONCONFIG parameters MULTIPROCESSOR 1 VPCLASS...
View ArticleRe: Linux Processor x Informix 11.5FC5WE
Affinity is OFF by default, the aff= clause in your VPCLASS entry is turning it on and assigning all VPs to processor core #0. Just remove that entry. As far as how many VPs to use, my testing over the...
View ArticleRe: Linux Processor x Informix 11.5FC5WE
On 27/02/15 12:18, André Luiz Rufino wrote: > Good morning everyone. > > I have a IDS 11.5FC5WE installed on Red Hat 6 Linux. I don't want to use > AFFINITY resources and I dont know how to...
View ArticleDetermining the current database
Greetings. This is a minor epiphany, motivated by a detail of a hack I'm trying to write. In any session, like in ESQL or Perl, the code often does not know shat is the current database. And it's...
View ArticleRE: Determining the current database
I assume you have tried DBINFO('dbname') ? I have no idea where DBINFO exists is SE mind you Cheers Paul > -----Original Message----- > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On...
View ArticleRe: Determining the current database
Hi, You will find the table syssqlcurall on the sysmaster database: infx1210@infxsrv:informix-> dbaccess tardis - Database selected. > SELECT sqc_currdb > FROM sysmaster:syssqlcurall >...
View Article