** WARNING ** A level 0 archive of Root DBSpace will need to be done.

Hi Spokey ,

While Creating the DBSPACES throuth the onspaces command iam getting the warning messages

** WARNING ** A level 0 archive of Root DBSpace will need to be done.

why this warning message appears and what we have to do for this ? If we are ignoring this warning messages is any issues will arise in future ?

onspaces -c -d testdbs -k 2kbytes -p /home/test/dbspace/chunk/testdbs -o 0kbytes -s 50000000kbytes

Verifying physical disk space, please wait...

Space successfully added.
** WARNING ** A level 0 archive of Root DBSpace will need to be done.

Thanks
Karthik

Working as designed

Hi Karthik,

1. There are different levels of backup and you can, depending on your backup tool (onbar or ontape) you can either back up some dbspaces or all dbspaces.
2. Until you take a level 0 backup of the rootdbspace, if the instance needs to be restored, you will not only lose any data not backed up since the last backup, but you will also lose the definition of the new dbspace that you just created.
3. You should be taking regular backups anyway!
4. Given what I know of the size of your database, I would suggest taking an ontape backup of the entire database on a daily basis.
5. Since this is a test / development environment, you probably don't take regular backups, so whenever you see a message like this, take a full backup immediately.

Hope this helps!

Thanks Spokey Thanks a lot

Thanks Spokey

Thanks a lot for your Valuable information

Now i am clear why this warning message appears