1748066 Members
5231 Online
108758 Solutions
New Discussion юеВ

Re: Informix Error

 
Amit Dixit_2
Regular Advisor

Informix Error

Hi,
There seems to be a strange problem with
my informix.

Whatever the way I start Informix
either
#oninit -iy
or
#oninit
My sysmaster is not getting created.

Please find attached the output of onstat -m
And there is no issue with the space on the
system.

#df -k
Tells me that I am having 50% of disk space
free

Please help me
Thanks,
Amit
8 REPLIES 8
Steve Steel
Honored Contributor

Re: Informix Error

Hi

Post /tmp/buildsmi.9817

This will give more


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Amit Dixit_2
Regular Advisor

Re: Informix Error

Hi,
Please find attached...
Rainer von Bongartz
Honored Contributor

Re: Informix Error

looks like we need your $ONCONFIG too.

Where does ROOTPATH in $ONCONFIG point to ?

do a bdf on the logical volume ROOTPATH is pointing to.

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Amit Dixit_2
Regular Advisor

Re: Informix Error

Hi,
UNDER THE ONCONFIG Files
ROOTPATH /dev/online_root
Which is a softlinke to
/data1/genevadb/genevarootdbs

Here is the output of bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 516096 167232 346168 33% /
/dev/vg00/lvol1 311296 95408 214264 31% /stand
/dev/vg00/lvol8 4710400 93816 4580624 2% /var
/dev/vg00/lvol7 4194304 2012128 2165184 48% /usr
/dev/vg00/lvol4 2097152 30784 2050424 1% /tmp
/dev/vg00/lvol6 4194304 2355520 1825280 56% /opt
/dev/vg00/lvol5 8192000 1532728 6607272 19% /home
/dev/vg00/lvol9 6225920 2807640 3204749 47% /data1


Thanks,
Amit
Steve Steel
Honored Contributor

Re: Informix Error

Hi

See
http://erde.fbe.fh-weingarten.de/plewnia/docu/sysmaster.html

{ Raw Disk }
create table sysrawdsk { Internal Use Only }
(
pagenum integer, { physical page address }
offset smallint, { bytes into page }
loc char(14), { location representation }
hexdata char(40), { 16 bytes hexdumped from offset}
ascdata char(16) { 16 bytes ascii-dumped }
);
create unique index sysrawdskidx on sysrawdsk (pagenum, offset);
revoke all on sysrawdsk from public;



bdf does not show raw disks

You seem to run out of raw disk space

Ask informix

Informix uses raw disk devices to control how data is stored on the disks


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Amit Dixit_2
Regular Advisor

Re: Informix Error

Hi,
How to check raw disk space on HP-UX

For testing I did installation on another
machine with same h/w config
On that server,
#oninit -i
Is able to create sysmaster,sysutil but
fails to create "sysuser".

What could be the reason..

Please help me with this.

Thanks,
Amit



James Morrish_1
New Member

Re: Informix Error

Hi Amit,

Check the root disk chunk size in the onconfig file of informix . May be rootdbs allocated might be full.

Thanks
Jim Poplawski
Advisor

Re: Informix Error

Use the onstat -d command to check the available free space in the rootdbs (typically chunk 1) and see what the free space is.
-Jim