dbTalk Databases Forums  

How to i create dbspace with "onutil" in informix XPS 8.5

comp.databases.informix comp.databases.informix


Discuss How to i create dbspace with "onutil" in informix XPS 8.5 in the comp.databases.informix forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
jeffhan
 
Posts: n/a

Default How to i create dbspace with "onutil" in informix XPS 8.5 - 08-10-2007 , 01:59 PM






i am using informix XPS 8.5
after oninit -iy, i want to create a user dbspace.
The command i used as below:

# ./onutil
1> create dbspace dat
2> chunk "/database/ibmdat/xps85/user1.dat" size 256MBYTES;

but i got a error:
[001] The chunk '/database/ibmdat/xps85/user1.dat' must have owner-ID
and group-ID set to informix.

i am pretty sure that user1.dat has owner "informix" and group
"informix" as well.

please help me, thank you


Reply With Quote
  #2  
Old   
Everett Mills
 
Posts: n/a

Default RE: How to i create dbspace with "onutil" in informix XPS 8.5 - 08-10-2007 , 02:09 PM








Quote:
-----Original Message-----
From: informix-list-bounces (AT) iiug (DOT) org [mailto:informix-list-
bounces (AT) iiug (DOT) org] On Behalf Of jeffhan
Sent: Friday, August 10, 2007 1:00 PM
To: informix-list (AT) iiug (DOT) org
Subject: How to i create dbspace with "onutil" in informix XPS 8.5

i am using informix XPS 8.5
after oninit -iy, i want to create a user dbspace.
The command i used as below:

# ./onutil
1> create dbspace dat
2> chunk "/database/ibmdat/xps85/user1.dat" size 256MBYTES;

but i got a error:
[001] The chunk '/database/ibmdat/xps85/user1.dat' must have owner-ID
and group-ID set to informix.

i am pretty sure that user1.dat has owner "informix" and group
"informix" as well.

please help me, thank you
Type ls -l /database/ibmdat/xps85/user1.dat and find out for sure. Also
make sure that informix has write permission to the object. If
user1.dat is a link (much better if it is), make sure that the linked
object is owned and writable by informix.

--EEM


Quote:
_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list

Reply With Quote
  #3  
Old   
jeffhan
 
Posts: n/a

Default Re: How to i create dbspace with "onutil" in informix XPS 8.5 - 08-10-2007 , 06:39 PM



-rwxrwxrwx 1 informix informix 268435456 Apr 18 18:02 user1.dat

i just used an old dat file. do i need to touch a new empty dat file?


Reply With Quote
  #4  
Old   
Claus Samuelsen
 
Posts: n/a

Default Re: How to i create dbspace with "onutil" in informix XPS 8.5 - 08-11-2007 , 03:22 AM



jeffhan wrote:
Quote:
-rwxrwxrwx 1 informix informix 268435456 Apr 18 18:02 user1.dat

i just used an old dat file. do i need to touch a new empty dat file?

You also need a 'chmod 660 user1.dat'


Reply With Quote
  #5  
Old   
Art S. Kagel
 
Posts: n/a

Default Re: How to i create dbspace with "onutil" in informix XPS 8.5 - 08-13-2007 , 01:33 PM



On Aug 10, 6:39 pm, jeffhan <hanzhef... (AT) gmail (DOT) com> wrote:
Quote:
-rwxrwxrwx 1 informix informix 268435456 Apr 18 18:02 user1.dat

i just used an old dat file. do i need to touch a new empty dat file?
Privs have to be -rw-rw---- informix informix

Art S. Kagel



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.