Quote:
Originally posted by lloydnwo
Hi,
You will have to give this command in the command window where you started your IDS server. Eg. Start - Programs - Informix Dynamic server - Select your server
A command window will open, here you can give the above commands.
Regards,
lloyd
|
Hi Maruti,
Here's how you do it.
To Create new Dbspace
1 Go to command prompt
2 Create a new file – edit abc.dat with zero bytes
(eg edit abc.dat)
3 Save it
4 At the server end –
Onspaces –C –D Abc_dbs –P C:\data\abc -O 10 -S 50000
5 Take a level 0 archive – Ontape -S
Add new chuck to a dbspace
Follow the same 4 steps and
Onspaces – a ocslink -o 0 -p c:\ifmxdata\ocslink\ocslink_dat1 –s 50000
This should help.
Regards,
Lloyd