Unix Technical Forum

RE: ISM restore to different machine

This is a discussion on RE: ISM restore to different machine within the Informix forums, part of the Database Server Software category; --> Malcolm. I know of this problem because we have it as well. So far we haven't been able to ...


Go Back   Unix Technical Forum > Database Server Software > Informix

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-20-2008, 09:16 AM
R.A. Reissaus
 
Posts: n/a
Default RE: ISM restore to different machine


Malcolm.
I know of this problem because we have it as well. So far we haven't been
able to solve it, and were forced to go back to ontape; wich doesn't present
any problem.

Would you be willing to send me this alternative set you got from IBM tech?
I would be most gratefull.
Regards,
Robert A. Reissaus

------------------------------------------------------------------------
R.A. Reissaus
Risdi, Amsterdam, the Netherlands
Ibm/Informix Consultants
Telefoon: +31(0)20 6331140 : Phone
Mobiel : +31(0)6 51185352 : Mobile
E-mail : r.a.reissaus@risdi.com
Website : www.risdi.com
------------------------------------------------------------------------
-----Oorspronkelijk bericht-----
Van: owner-informix-list@iiug.org [mailtowner-informix-list@iiug.org]
Namens mweallans@panacea.co.uk
Verzonden: maandag 26 september 2005 15:46
Aan: informix-list@iiug.org
Onderwerp: Re: ISM restore to different machine


Thanks Andreas,

I think I followed all the steps but it is a very convoluted procedure. It
also assumes that I have control of the source system. In fact in parallel
IBM tech support have provided me with a different set of instructions.
That too specifies what I have to do on the source system (8 steps) and what
to do on the destination system (31 steps).

I am just about to set out on the "Thirty Nine Steps". (Now what does that
remind me of?)

BTW I also enpountered a problem in that I didn't see anywhere any warnings
about running ISM backups as root. But if you don't run ISM backups as root
the bootstrap does not get copied. And that presents problems later on.
But when I modified the source system to run all ism backups as root the
backup times grew from 20 minutes to 11 hours. The reason - PRINTER
environment variable. It wasn't set but it still seemed to cause a problem.
(Funnier and funnier)

regards

Malcolm
(up to my neck in crocodiles - now which swamp was I in when I
started?)


Andreas Breitfeld wrote:
> Hi,
>
> please check if you did all steps described in 'IBM Informix Storage
> Manager Administrator's Guide' chapter 'Transferring Data with the
> Imported Restore'.
>
> If you get an error like
> nsrmm: error, file disk data1 not in media index
>
> when running the ism_op-mount command on the target machine then run
> 'ism_catalog -recreate_from' command for each of your devices befor.
>
> Andreas
>
>
> On Wednesday 21 September 2005 21:58, malcolm weallans wrote:
> > IDS 9.40 on Suse Linux SLES8.
> >
> > We backup IDS to disk using onbar and ISM. We then backup the whole
> > Linux disk using cpio. And we have recovered this configuration to
> > the same physical machine in the past. We are now trying to "clone"
> > the machine for further development purposes. We restored all of
> > the informix directories and the ISM backup directories. We then
> > created the appropriate devices for ISM, and mounted them. So far
> > so good. We started up ism and asked ism_catalog to find_bootstrap
> > on the device. It failed to find a bootstrap. It did manage to
> > recover the save set info though.
> >
> > Does anybody have any idea as to the contents of the bootstrap?
> >
> > Needless to say that - as usual - the development project haven't
> > allowed us much time to do this "delicate" operation.
> >
> > And BTW - we did have propblems with ism_startup but we solved those
> > by unsetting the PRINTER environment variable and by installing the
> > c compiler. It's interesting that ism needs those facilities to run
> > on Linux. I Live and Learn.
> >
> > Malcolm
> > sending to informix-list

> sending to informix-list

sending to informix-list
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-20-2008, 09:16 AM
mweallans@panacea.co.uk
 
Posts: n/a
Default Re: ISM restore to different machine

I have finally been successful in getting an ISM restore working to a
different machine. It has been a tough haul but we got there in the
end. I say we, but to be brutally frank, I got there without any
little bit of help from my friends, neither OpenPSL or IBM.

I did have some support From Robert Reissaus who has been there before.
It's funny but even that kind of support can be of value.

The final solution will need some investigation before I can publish
but if you get sent the 39 steps from Informix (8 on the source and 31
on the target) the problem is step 19 on the target. I redid this step
manually using the nsradmin visual interface and the system came into
life. I did have a few device linking errors and shared memory config
problems (it is Linux after all) but I have seen those before when
trying to use onbar with other storage managers.

Please look out in the near future for "The 39 steps". An Informix
adventure.

regards

Malcolm
R.A. Reissaus wrote:
> Malcolm.
> I know of this problem because we have it as well. So far we haven't been
> able to solve it, and were forced to go back to ontape; wich doesn't present
> any problem.
>
> Would you be willing to send me this alternative set you got from IBM tech?
> I would be most gratefull.
> Regards,
> Robert A. Reissaus
>
> ------------------------------------------------------------------------
> R.A. Reissaus
> Risdi, Amsterdam, the Netherlands
> Ibm/Informix Consultants
> Telefoon: +31(0)20 6331140 : Phone
> Mobiel : +31(0)6 51185352 : Mobile
> E-mail : r.a.reissaus@risdi.com
> Website : www.risdi.com
> ------------------------------------------------------------------------
> -----Oorspronkelijk bericht-----
> Van: owner-informix-list@iiug.org [mailtowner-informix-list@iiug.org]
> Namens mweallans@panacea.co.uk
> Verzonden: maandag 26 september 2005 15:46
> Aan: informix-list@iiug.org
> Onderwerp: Re: ISM restore to different machine
>
>
> Thanks Andreas,
>
> I think I followed all the steps but it is a very convoluted procedure. It
> also assumes that I have control of the source system. In fact in parallel
> IBM tech support have provided me with a different set of instructions.
> That too specifies what I have to do on the source system (8 steps) and what
> to do on the destination system (31 steps).
>
> I am just about to set out on the "Thirty Nine Steps". (Now what does that
> remind me of?)
>
> BTW I also enpountered a problem in that I didn't see anywhere any warnings
> about running ISM backups as root. But if you don't run ISM backups as root
> the bootstrap does not get copied. And that presents problems later on.
> But when I modified the source system to run all ism backups as root the
> backup times grew from 20 minutes to 11 hours. The reason - PRINTER
> environment variable. It wasn't set but it still seemed to cause a problem.
> (Funnier and funnier)
>
> regards
>
> Malcolm
> (up to my neck in crocodiles - now which swamp was I in when I
> started?)
>
>
> Andreas Breitfeld wrote:
> > Hi,
> >
> > please check if you did all steps described in 'IBM Informix Storage
> > Manager Administrator's Guide' chapter 'Transferring Data with the
> > Imported Restore'.
> >
> > If you get an error like
> > nsrmm: error, file disk data1 not in media index
> >
> > when running the ism_op-mount command on the target machine then run
> > 'ism_catalog -recreate_from' command for each of your devices befor.
> >
> > Andreas
> >
> >
> > On Wednesday 21 September 2005 21:58, malcolm weallans wrote:
> > > IDS 9.40 on Suse Linux SLES8.
> > >
> > > We backup IDS to disk using onbar and ISM. We then backup the whole
> > > Linux disk using cpio. And we have recovered this configuration to
> > > the same physical machine in the past. We are now trying to "clone"
> > > the machine for further development purposes. We restored all of
> > > the informix directories and the ISM backup directories. We then
> > > created the appropriate devices for ISM, and mounted them. So far
> > > so good. We started up ism and asked ism_catalog to find_bootstrap
> > > on the device. It failed to find a bootstrap. It did manage to
> > > recover the save set info though.
> > >
> > > Does anybody have any idea as to the contents of the bootstrap?
> > >
> > > Needless to say that - as usual - the development project haven't
> > > allowed us much time to do this "delicate" operation.
> > >
> > > And BTW - we did have propblems with ism_startup but we solved those
> > > by unsetting the PRINTER environment variable and by installing the
> > > c compiler. It's interesting that ism needs those facilities to run
> > > on Linux. I Live and Learn.
> > >
> > > Malcolm
> > > sending to informix-list

> > sending to informix-list

> sending to informix-list


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-20-2008, 09:16 AM
Neil Truby
 
Posts: n/a
Default Re: ISM restore to different machine

We do this on v7 at a customer site. I can let you have a copy of the
documention we wrote for it if you like ..
Can you send us the "39 Steps" document you refer to below - never heard of
it previously: we, like you, had to work it out for ourselves.

--
Neil Truby t:01932 724027
Director m:07798 811708
Ardenta Limited e:neil.truby@ardenta.com


<mweallans@panacea.co.uk> wrote in message
news:1127817724.585331.244440@f14g2000cwb.googlegr oups.com...
>I have finally been successful in getting an ISM restore working to a
> different machine. It has been a tough haul but we got there in the
> end. I say we, but to be brutally frank, I got there without any
> little bit of help from my friends, neither OpenPSL or IBM.
>
> I did have some support From Robert Reissaus who has been there before.
> It's funny but even that kind of support can be of value.
>
> The final solution will need some investigation before I can publish
> but if you get sent the 39 steps from Informix (8 on the source and 31
> on the target) the problem is step 19 on the target. I redid this step
> manually using the nsradmin visual interface and the system came into
> life. I did have a few device linking errors and shared memory config
> problems (it is Linux after all) but I have seen those before when
> trying to use onbar with other storage managers.
>
> Please look out in the near future for "The 39 steps". An Informix
> adventure.
>
> regards
>
> Malcolm
> R.A. Reissaus wrote:
>> Malcolm.
>> I know of this problem because we have it as well. So far we haven't been
>> able to solve it, and were forced to go back to ontape; wich doesn't
>> present
>> any problem.
>>
>> Would you be willing to send me this alternative set you got from IBM
>> tech?
>> I would be most gratefull.
>> Regards,
>> Robert A. Reissaus
>>
>> ------------------------------------------------------------------------
>> R.A. Reissaus
>> Risdi, Amsterdam, the Netherlands
>> Ibm/Informix Consultants
>> Telefoon: +31(0)20 6331140 : Phone
>> Mobiel : +31(0)6 51185352 : Mobile
>> E-mail : r.a.reissaus@risdi.com
>> Website : www.risdi.com
>> ------------------------------------------------------------------------
>> -----Oorspronkelijk bericht-----
>> Van: owner-informix-list@iiug.org [mailtowner-informix-list@iiug.org]
>> Namens mweallans@panacea.co.uk
>> Verzonden: maandag 26 september 2005 15:46
>> Aan: informix-list@iiug.org
>> Onderwerp: Re: ISM restore to different machine
>>
>>
>> Thanks Andreas,
>>
>> I think I followed all the steps but it is a very convoluted procedure.
>> It
>> also assumes that I have control of the source system. In fact in
>> parallel
>> IBM tech support have provided me with a different set of instructions.
>> That too specifies what I have to do on the source system (8 steps) and
>> what
>> to do on the destination system (31 steps).
>>
>> I am just about to set out on the "Thirty Nine Steps". (Now what does
>> that
>> remind me of?)
>>
>> BTW I also enpountered a problem in that I didn't see anywhere any
>> warnings
>> about running ISM backups as root. But if you don't run ISM backups as
>> root
>> the bootstrap does not get copied. And that presents problems later on.
>> But when I modified the source system to run all ism backups as root the
>> backup times grew from 20 minutes to 11 hours. The reason - PRINTER
>> environment variable. It wasn't set but it still seemed to cause a
>> problem.
>> (Funnier and funnier)
>>
>> regards
>>
>> Malcolm
>> (up to my neck in crocodiles - now which swamp was I in when I
>> started?)
>>
>>
>> Andreas Breitfeld wrote:
>> > Hi,
>> >
>> > please check if you did all steps described in 'IBM Informix Storage
>> > Manager Administrator's Guide' chapter 'Transferring Data with the
>> > Imported Restore'.
>> >
>> > If you get an error like
>> > nsrmm: error, file disk data1 not in media index
>> >
>> > when running the ism_op-mount command on the target machine then run
>> > 'ism_catalog -recreate_from' command for each of your devices befor.
>> >
>> > Andreas
>> >
>> >
>> > On Wednesday 21 September 2005 21:58, malcolm weallans wrote:
>> > > IDS 9.40 on Suse Linux SLES8.
>> > >
>> > > We backup IDS to disk using onbar and ISM. We then backup the whole
>> > > Linux disk using cpio. And we have recovered this configuration to
>> > > the same physical machine in the past. We are now trying to "clone"
>> > > the machine for further development purposes. We restored all of
>> > > the informix directories and the ISM backup directories. We then
>> > > created the appropriate devices for ISM, and mounted them. So far
>> > > so good. We started up ism and asked ism_catalog to find_bootstrap
>> > > on the device. It failed to find a bootstrap. It did manage to
>> > > recover the save set info though.
>> > >
>> > > Does anybody have any idea as to the contents of the bootstrap?
>> > >
>> > > Needless to say that - as usual - the development project haven't
>> > > allowed us much time to do this "delicate" operation.
>> > >
>> > > And BTW - we did have propblems with ism_startup but we solved those
>> > > by unsetting the PRINTER environment variable and by installing the
>> > > c compiler. It's interesting that ism needs those facilities to run
>> > > on Linux. I Live and Learn.
>> > >
>> > > Malcolm
>> > > sending to informix-list
>> > sending to informix-list

>> sending to informix-list

>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-20-2008, 09:16 AM
mweallans@panacea.co.uk
 
Posts: n/a
Default Re: ISM restore to different machine

As many people seem to want this information here goes:-

This is the 39 steps as sent to me by IBM Tech Support. Be warned that
target step 19 is suspect. I had to do it manually using nsradmin.

###### IBM Comments

I have found this article which may help..

Steps used during imported restores using ISM

Source system

Assumptions:
Using the following disk devices for back up
/archive/arc1
/archive/logs1
Source system = eagles
Target system = ts19208
Source SEVERNAME=eagles_tcp1
Source SERVERNUM = 108
Source ONCONFIG=onconfig.eagles_tcp1

1. On source system(eagles) take Level 0 backup.

2. Run onstat -d. Use this output as the guide to setup the
proper devices on the target system.

3. run ism_show -admin
Current admin for ISM are administrator: root@eagles, informix;
If informix is not listed then add it.

4. Run ism_catalog -create_bootstrap -pool ISMDiskData

5. Copy $INFORMIXDIR/etc/ixbar.108, oncfg_eagles.108,
onconfig.eagles_tcp1, and sqlhosts to /archive directory

6. cd /archive

7. tar cvf archive.tar *

This will archive the files needed to restore on target system.

8. Compress and ftp binary, archive.tar.Z to target system.
------------------------------------------------------------------------------





TARGET

This is assuming you are creating a brand new instance on the
target machine and no other engines are running.

Assumptions:
Using the following disk devices for back up
/opt/eagles/arch_eagles
/opt/eagles/logs_eagles
Source system = eagles
Target system = ts19208
Target SERVERNAME ko_tcp1
Target SERVERNUM = 110
Target ONCONFIG=onconfig.ko_tcp
Working directory will by /opt
---------------------------------

1. Login as root
cd /opt
mkdir archive
chmod 777 archive

2. Set targets's environment for informix. INFORMIXDIR,
INFORMIXSERVER,ONCONFIG,PATH

3. If ISM is running run ism_shutown
%ism_shutdown

4. %cd $INFORMIXDIR/bin
%cp ism_startup ism_startup.orig
%vi ism_startup

a. locate the following line in the startuup script:
hostname=$(hostaname)

b. Add the following line IMMEDIATELY after that line and save
hostname="source_hostname"

5. Run ism_startup -init

6. %cd /opt/archive

8. Create file call nsr.client and type
create type: NSR client; name: source_hostname; remote access:
Administrator
@target_hostname, informix@target_hostname

example:
create type: NSR client; name: eagles; remote access:
Administrator@ts19208, inf
ormix@ts19208

*** must be all one line

9. Run nsradmin -s target_hostname -i nsr.client


ex: nsradmin -s ts19208 -i nsr.client


10.cd /opt/archive
Uncompress and extract archive.tar into a directory


ex: tar xvf archive.tar


11.Run ism_add -device /opt/archive/arch1 -type file

ism_add -device /opt/archive/logs1 -type file


12.ism_catalog -find_bootstrap device_name

ex: ism_catalog -find_bootstrap /opt/archive/arch1

Get SSID number for all bootstap save sets on the volume


13. ism_catalog -recover

Wait util the following message displays


*** THIS MAY TAKE AWHILE. BE PATIENT.


nsrindexasm: Didn't find earlier versions to recover!

Warning: The on-line index for hostname was NOT fully recovered....


14. ism_shutdown


15 cd $INFORMIXDIR/ism

rm -rf res

mv res.R res


16. ism_startup


17. ism_show devices

Remove all devices listed from Source system

ism_rm -device


18. Re-Add your devices for target system(ts19208)


ism_add -device /opt/archive/arch1 -type file

ism_add -device /opt/archive/logs1 -type file



19.Create file nsr_client2

type the following


print type: NSR client; name: source_hostname


update remote access: informix@target_hostname,
root@target_hostname,informix

example:

print type: NSR client; name: eagles


update remote access: informix@ts19208, root@ts19208, informix



20. run nsradmin -s target_hostname -i nsr_client2


ex: nsradmin -s ts19208 -i nsr_client2



21. Set the following Environment


INFORMIXDIR,INFORMIXSERVER,PATH,ONCONFIG


ISM_CLIENT=Source_server

ISM_SERVER=Target_server


ISM_DATA_VOLUME_POOL=ISMDiskData

ISM_LOG_VOLUME_POOL=ISMDiskLogs

export ISM_CLIENT ISM_SERVER ISM_DATA_VOLUME_POOL ISM_LOG_VOLUME_POOL


example:


INFORMIXSERVER=ko_tcp1

INFORMIXDIR=/opt/informix

PATH=/opt/informix/bin:.:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin




ONCONFIG=onconfig.ko_tcp

SM_CLIENT=eagles

ISM_SERVER=ts19208

ISM_DATA_VOLUME_POOL=ISMDiskData

ISM_LOG_VOLUME_POOL=ISMDiskLogs


export ISM_CLIENT ISM_SERVER ISM_DATA_VOLUME_POOL ISM_LOG_VOLUME_POOL


22. Create Symbolic links that match source system.
Device names for chunks must match source system
ln -s existing_device /path/match/source
ex: ln -s /space/import/rootdbs /usr2/chunks/rootdbs
or
ln -s /dev/rdsk/c1t2d0s3 /usr2/chunks/rootdbs

23 run ism_catalog -recreate_from /opt/archive/arch_eagles

24 run ism_catalog -recreate_from /opt/archive/logs_eagles


25 run nsrim -v


26. Do the following on the "data" device

ism_show -devices

ism_op -umount /opt/archive/arch_eagles
ism_show -volumes

ism_config -volume volume_name -only_restore no

ism_op -mount /opt/archive/arch_eagles
ism_show -devices (should be write enabled)

27. cd /opt/archive (Directory where you uncompressed and untared files
from source)
* cp oncfg_source_dbservername.servnum to
oncfg_target_dbservername.servernum

example oncfg_eagles_tcp1.108 $INFORMIXDIR/etc/oncfg_ko_tcp1.110


* cp ixbar.source_serv_num to ixbar.target_serv_num


example ixbar.108 to $INFORMIXDIR/etc/ixbar.110


* cp onconfig.source to onconfig.target


cp onconfig.eagles_tcp1 $INFORMIXDIR/etc/onconfig.ko_tcp

* cp sqlhost_source to sqlhosts_target

cp sqlhosts $INFORMIXDIR/etc/sqlhosts


28. Edit the targets onconfig and sqlhosts. Change the DBSERVERNAME and

number to match targets names.


29. Add source_hostname to /etc/hosts


30. Login as informix
Set enviroment see step 21
Run onbar -r -p
Run onbar -r -l
Run onmode -m.

31. Copy orginal $INFORMIXDIR/bin/ism_startup back.

Technical Analyst
IBM Data Management Solutions

###### End

and this script will save having problems with the PRINTER environment
variable

UNSETTING THE PRINTER ENV VARIABLE

Document Number: 825
Last reviewed: 03/11/2002

--------------------------------------------------------------------------------



Summary:

Unsetting the PRINTER env. variable has no effect on the ism_catalog
-create_bootstrap command even after stopping and restarting the ISM
daemons.

1. Log in a "root"
2. Run nsradmin -c
3. Press "N" until you come to the following record.
type: NSR notification;
name: Bootstrap
action: /usr/bin/lpr -P%PRINTER;
4. Press "E"
5. On action line press Cntrl K
This will erase the line.
6. Type:
/usr/bin/logger -p daemon.notice
7. Press escape.
8. Save

It should now look like this:
type: NSR notification;
name: Bootstrap
action: /usr/bin/logger -p daemon.notice;

9. Quit
10. Bounce ISM

This will keep the bootstrap information from going to the printer. If
you
ever need to sent it to the printer again you will need to add back the
print line "/usr/bin/lpr -P%PRINTER"


###### End

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:01 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685