Hello ceinma,
The storages ( Actual: SYMM, New: CLARIION ) are connected to my server ( Fujitsu Primepower 850 Machine ) over HBAs using fibers. I use EMC Powerpath.
The server is running a Solaris 5.8:
% uname -a
SunOS metrica 5.8 Generic_117350-45 sun4us sparc FJSV,GPUZC-M
And Informix version:
IBM Informix Dynamic Server Version 9.30.FC6X1 -- On-Line -- Up 15 days 23:45:55 -- 11246592 Kbytes
Yes, i use link to my devices and i acees they as raw devices.
The 2 storages are now connected and configured together on the machine on 2 different HBAs. After the transfer is succesfully complete, the old Storage will be disconnected.
The less time the DB be offline better. And the size of the DB is about 500GB actually, 1,5TB after this changes.
All help are welcome, tks by now
Quote:
|
Originally Posted by ceinma
Hi Patrybr
How are your devices configuration?
What OS?
What Informix Version?
Do you use links to devices?
Do you use LVM ?
Do you access your chunks as cooked file or raw device?
Will you have the 2 storages connected and configured at the same time on the machine?
How much time do you have to keep the database offline ?
How big is your database?
There are a lot ways to do this..
But it all depend on what version of IDS and OS you work and how is your configuration (link, raw, cooked file).
Some examples:
- like Gustavo and nitin said...
- If you are using raw + links + LVM , just create new LVs and copy all data with "dd" command (with database off line), and remake your links.
- If you are using raw + links + LVM , do a backup level 0, put offline, recreate your links to new devices, restore de database.
- If you are using cooked file, just create a new file system (without journaling) and copy (cp) your files... remount on the same path used before and start you database
- if you need to avoid keep your database offline, you can create a mirror of all chunks (temporally), put off line the principal chunks, remake the links to new device and put it online again and finally remove the mirror, all this with database online.
there are lots of ways ... just answer the questions above, so we can help you.
|