From: Alejandro D. Burne > I've got out of data space, then I trie to add through command line > with this command found on http://sapdb.icf.net/cgi/firststep.html > > param_adddevspace 2 DATA /home/dbo/AMR/DISKD0002 F 131072 > > when I trie to make db_online it goes shutdown. > > Looking at krnldiag.err > > 7854 ERR 11000 devopen Unknown file MODE '/home/dbo/AMR/DISKD0002' > 7854 ERR 11000 d0_vatta Cannot open volume, Bad file descriptor > 7854 ERR 11000 d0_vatta Volume name '/home/dbo/AMR/DISKD0002' > 7890 ERR 11000 vattach dev0_vattach returned FALSE > 7890 ERR 13 IOMan Attach error on Data volume 2: Could not open volume > 7890 ERR 59 Log RESTART ERROR '9050' => SHUTDOWN IS FORCED
Hi Alejandro, with param_adddevspace you did only define a volume in the configuration but you did not create it. In the first steps document the creation of the volumes will be done with "util_execute INIT CONFIG". Please remove the new volume definition in mode offline: param_restore 1 After bring this the database instance in mode online and use db_addvolume: db_addvolume DATA /home/dbo/AMR/DISKD0002 F 131072 (use db_adddevice in 7.3.00) Bernd -- SAP Labs Berlin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
