From: Holger Schurig [mailto:[EMAIL PROTECTED]]
> I know that I can add an additional data dev space while the database > is running. However, I forgot how to do it. > > I can recall that I have to do something like this: > > # Size in MB > DATASIZE=1000 > dbmcli -d $SERVERDB -u dbm,dbm >>/var/tmp/createsapdb.log <<EOF > param_adddevspace 2 DATA /var/sapdb/wrk/TST/DAT_01 F > $(($DATASIZE*128)) > EOF > > So, now the database knows about that. But how can I make the > database create this additional file? Please use db_adddevspace (formerly known as db_adddevice) instead of param_adddevspace. ( http://www.sapdb.org/htmhelp/28/a3560833fd11d5aa9c006094b92fad/content.htm ) If you already add the devspace definition with param_adddevspace to the configuration file of the database instance revert this changes with "param_restore 1". ( http://www.sapdb.org/htmhelp/ea/be1435481611d4aa1100a0c9430730/content.htm ) Bernd -- SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
