![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
We have informix Database 9.2 running on Solaris, ad our database is registered with datablades, which we are not using at all. As i am going to set up a new server , i have exported the database and changed the .sql file removed all the scrap except what needs for our Database did dbimport and application works fine with this. My question is if we are not going to use datablades , do we need to have SBSPACE in our database? When i try to register ETX it will point an error abt SBSPACE otherwise if i dont install no problem. At the moment the prod and test boxes have datablades, but to put the database on new server with dbimport it needs SBSPACE. Is it Ok to go with the above process i.e., 1.changing the .sql file and import the database OR 2. Unregister the Datablades and do dbexport and import the db on new server I observed even after unregistering, some procedures, datatypes will be still there. Any suggestions would be appreciated. |
#4
| |||
| |||
|
|
Ronald Cole wrote: [i] have been unable to find oninit/onmode exit codes documented anywhere in IBM's rather extensive online documentation... What exactly do you mean/need? Here's my /etc/init.d/informix script start() { echo -n $"Starting Informix services: " daemon oninit $ONINIT_OPTIONS RETVAL=$? echo return $RETVAL } stop() { echo -n $"Shutting down Informix services: " onmode -ky RETVAL=$? echo return $RETVAL } |
#5
| |||
| |||
|
|
"Andrew Hamm" <ahamm (AT) mail (DOT) com> writes: Ronald Cole wrote: [i] have been unable to find oninit/onmode exit codes documented anywhere in IBM's rather extensive online documentation... What exactly do you mean/need? Here's my /etc/init.d/informix script start() { echo -n $"Starting Informix services: " daemon oninit $ONINIT_OPTIONS RETVAL=$? echo return $RETVAL } stop() { echo -n $"Shutting down Informix services: " onmode -ky RETVAL=$? echo return $RETVAL } Yeah, the values in RETVAL that your are returning... where are the oninit/onmode return values documented? spoiling the original thread a lil further, |
#6
| |||
| |||
|
|
Yeah, the values in RETVAL that your are returning... where are the oninit/onmode return values documented? |
#7
| |||
| |||
|
|
Ronald Cole wrote: Yeah, the values in RETVAL that your are returning... where are the oninit/onmode return values documented? ummm, it's somewhere in the admin guide. Perhaps in the section that documents the command line utilities? |
![]() |
| Thread Tools | |
| Display Modes | |
| |