473,395 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

what is true image?

Step 1: Write suspend for database.

Connect to database.
Issue the following command:
db2 set write suspend for database

Step 2: Create True Image
Create a True Image of the required NAS Volumes.

Step 3: Write resume for database.
Issue the following command:
db2 set write resume for database

Can someone elaborate how to take a true image...is it the normal
backup referred as true image?

Thanks for your time.
Nov 12 '05 #1
4 1876

"Kums" <hi****@gmail.com> ????
news:ca**************************@posting.google.c om...
Step 1: Write suspend for database.

Connect to database.
Issue the following command:
db2 set write suspend for database

Step 2: Create True Image
Create a True Image of the required NAS Volumes.

Step 3: Write resume for database.
Issue the following command:
db2 set write resume for database

Can someone elaborate how to take a true image...is it the normal
backup referred as true image?

Thanks for your time.


This is not a DB2 term, but a term of storage system. It provide a virtual
copy of whole storage volume and is used to restore data.
Maybe you can use PSM(Persistence storage manager) to create true image.
I am not skilled at storage system, so above information is just a
reference.

Nov 12 '05 #2
It's a "full volume dump", and is not part of DB2. Rather it is supplied by
your NAS supplier or as a third party add on thereto.

I'd recommend using a DB2 backup, even if you have volume saves. I'd also
strongly recommend against using NAS - in fact, I was under the impression
that DB2 didn't work on NAS - it definitely isn't supported.
"Kums" <hi****@gmail.com> wrote in message
news:ca**************************@posting.google.c om...
Step 1: Write suspend for database.

Connect to database.
Issue the following command:
db2 set write suspend for database

Step 2: Create True Image
Create a True Image of the required NAS Volumes.

Step 3: Write resume for database.
Issue the following command:
db2 set write resume for database

Can someone elaborate how to take a true image...is it the normal
backup referred as true image?

Thanks for your time.

Nov 12 '05 #3
Ian
Mark Yudkin wrote:
It's a "full volume dump", and is not part of DB2. Rather it is supplied by
your NAS supplier or as a third party add on thereto.

I'd recommend using a DB2 backup, even if you have volume saves. I'd also
strongly recommend against using NAS - in fact, I was under the impression
that DB2 didn't work on NAS - it definitely isn't supported.


Certain NAS configurations are supported (NetApp Filer is one)! You
have to have certain code levels on server and NAS device, and of course
you must have enough bandwidth to support this.

Using the DB2 backup is key, though. My experience has always been that
the snap/shadow/etc. copy of the database is made available to a
separate host, where the database is brought up (using db2inidb) and
then backed up via BACKUP DATABASE.
Nov 12 '05 #4
My understanding of the DB2 documentation is that only very specific
solutions are supported, mostly from IBM (or of the iSCSI type) and subject
to a range of caveats.

"Ian" <ia*****@mobileaudio.com> wrote in message
news:41**********@newsfeed.slurp.net...
Mark Yudkin wrote:
It's a "full volume dump", and is not part of DB2. Rather it is supplied
by your NAS supplier or as a third party add on thereto.

I'd recommend using a DB2 backup, even if you have volume saves. I'd also
strongly recommend against using NAS - in fact, I was under the
impression that DB2 didn't work on NAS - it definitely isn't supported.


Certain NAS configurations are supported (NetApp Filer is one)! You
have to have certain code levels on server and NAS device, and of course
you must have enough bandwidth to support this.

Using the DB2 backup is key, though. My experience has always been that
the snap/shadow/etc. copy of the database is made available to a
separate host, where the database is brought up (using db2inidb) and
then backed up via BACKUP DATABASE.

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: candy_init | last post by:
I sometimes comes across statements which invloves the use of size_t.But I dont know exactly that what is the meaning of size_t.What I know about it is that it is used to hide the platform...
2
by: Nuno Esculcas | last post by:
Hello, I come from C++ and i now have to work with C#, and someone tell me that bye bye pointers but i think this is not true, i must convert a DIB image in something that i can use in C# (like...
4
by: Rachel Suddeth | last post by:
What is the difference between a managed/unmanaged resource, and how do you tell which is which? I'm trying to understand how to write some Dispose() methods, and we are supposed to put code that...
9
by: AFN | last post by:
I was just dropped into someone else's code (isn't that always so fun?). I can't figure out why a custom validation control's server event function is executing. There is nothing (that I see)...
11
by: Neo Geshel | last post by:
I have an Access DB, from which I am going to pull images. Each image has an associated ID, but the ID's are not necessarily sequential (some images may have been deleted, leaving gaps in the list...
9
by: Marc Miller | last post by:
I have an html img with a source of 'lbug.gif'. I want to be able to change out the source of the img by clicking a button. Here's my code: function swapPic() { if (document.Form1.imgBug.src...
3
by: comp.lang.php | last post by:
class ThumbView extends PaginationView { function ThumbView() {} /** * Determine if the original image is actually an image and thus a thumbnail can be generated at all * * @access public...
4
by: Weston | last post by:
I've been playing around with some means of testing image loading, and noticing that the "complete" property seems to default to true. Trying the following in the squarefree javascript shell: I...
4
by: Ty | last post by:
Hello all, I am creating a web site with Visual Stuido 2008. I am trying to use a java script file to create a busybox for login from this page http://blogs.crsw.com/mark/articles/642.aspx. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.