List:MaxDB« Previous MessageNext Message »
From:Bernd Vorsprach Date:October 31 2000 7:31am
Subject:RE: Space questions
View as plain text  
Hi Matthias,

> > Please don't use "param_adddevspace"! This is only right in the
> > installation phase. For a running db use "db_adddevice".
> 
> how should I know that, haven't found any in the pdf-documentation.

You can't know that. The command is new and not yet in the 
documentation.

If you use param_adddevspace there is a second step necessary
(there is a hint in the documentation about this, but no full
 explanation):
  dbmcli -d ... -u ... -uUTL -c util_execute add [data|log] devspace <file>
pages <size>

This command says the kernel to initialize the new devspace.
If the util_execute failes you have to remove the devspace from the
param file:
    dbmcli -d ... -u ... param_restore 1

This handling is now included in the command db_adddevice.

> thx for this hint, well where do you know all that from,
> I got the dbmcli pdf-doc, but can't find it in there,
> do you have any more documentation or howtos available over
> the www ?? is there a complete reference for the DBMcli 
> somewhere ???

The pdf is the completest available reference of the dbmcli.
Also "dbmcli help" provides a short reference at implementation 
level.

Bernd
-- 
SAP Labs Berlin


Thread
Space questionsFlemming Frandsen26 Oct
  • Space questionsMatthias Reich30 Oct
RE: Space questionsBernd Vorsprach30 Oct
  • Re: Space questionsMatthias Reich30 Oct
RE: Space questionsBernd Vorsprach31 Oct