Hello Carlos,

what does "dbmcli -d BWP -u ...,... param_getvolsall" tell you about
your volumes?

To change the location of a file volume of an existing database do
something like:

dbmcli -d BWP -u ...,... db_offline
mv <volume_current_location> <volume_new_location>
dbmcli -d BWP -u ...,...
>param_directput DATA_VOLUME_NAME_<number> <volume_new_location>
>db_online

<number> is the number of the volume you are moving and can be
determined with the "param_getvolsall" command.

Best regards,
Tilo Heinrich
SAP Labs Berlin

-----Original Message-----
From: Marino, Carlos [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 27, 2005 8:59 PM
To: Maxdb (E-mail)
Subject: Move Data Files

Hi Dear List,

My system has a volume created under the /sapmnt/BWP/sapdata/BWP and the
second volume created under the /sapdb/BWP/sapdata.

My question is: How can I move the second volume to the same location of
the first one and after that create a link under the /sapdb/BWP/sapdata
pointing to /sapmnt/BWP/sapdata/BWP.

Regards,

Carlos Marino

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to