Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2008, 09:24 PM
Pete's
 
Posts: n/a
Default HACMP Configuration question

Vital Info:
2 Node cluster, p660-6h1's running AIX 4.3.3 ml09 with HACMP 4.4.1.
It has shared SCSI disks using 2 2104-DU3's with 10 total Physical
Volumes. Note, I know that my OS and HA software is unsupported right
now and I am planning on upgrading.

Currently 'Node 1'(which is the primary node) has the cluster
resources and is running fine.

'Node 2'(which is the secondary) is in the cluster, but, has lost all
information regarding the shared disk, i.e. PVID's and Volume Group
information is gone. Just a note, was troubleshooting via diag and it
had issues with a scsi card which happened to be attached to shared
disk. Diag recommended to remove the device and run cfgmgr which I
did and should not have(I knew better not too). Ok, I need to get the
configuration corrected and the following is how I plan on doing it:

On Node 2
1. Assign PVID's to the shared disk since they no longer have any
assigned.
2. Shutdown the cluster software.
On Node 1
3. Shutdown the cluster software
4. exportvg vg01
On Node 2
5. importvg vg01
6. varyoffvg vg01
On Node 1
7. importvg vg01
8. varyoffvg vg01
9. Start the cluster software.
On Node 2
10. Start the cluster software.

I tried this before except that the PV's did not have id's assigned
and it failed(I'm assuming it failed because of no pvid's).

Question(s), Am I missing anything in the steps outlined above?
Should assign the pvid's, skip the exportvg/importvg and try a
failover and see if the 'Lazy Update' update the volume group
information? Is there anything I should watch out for?

TIA
Pete's
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-04-2008, 09:24 PM
Andreas Schulze
 
Posts: n/a
Default Re: HACMP Configuration question

"Pete's" <empete2000@yahoo.com> schrieb im Newsbeitrag
news:6724a51f.0401220607.36d4155e@posting.google.c om...
> Vital Info:
> 2 Node cluster, p660-6h1's running AIX 4.3.3 ml09 with HACMP 4.4.1.
> It has shared SCSI disks using 2 2104-DU3's with 10 total Physical
> Volumes. [snip]
> Currently 'Node 1'(which is the primary node) has the cluster
> resources and is running fine.
>
> 'Node 2'(which is the secondary) is in the cluster, but, has lost all
> information regarding the shared disk, i.e. PVID's and Volume Group
> information is gone.[some snipped]


Hallo Pete,
sounds like you got your punishment already ;-). Here's the good news: the
solution might be less painful because we are talking AIX here
Disclaimer: I am writing from memory and I assume that the HACMP
configuration itself was working properly before and did not change through
your diag adventure...
>
> On Node 2
> 1. Assign PVID's to the shared disk since they no longer have any
> assigned.

Nope. Don't assign manually, just let configuration manager read what's
there (node1 still sees the old/original PIVDs doesn' it? Then they can be
read by node2 again, too.)
> 2. Shutdown the cluster software.
> On Node 1
> 3. Shutdown the cluster software
> 4. exportvg vg01

Nope!!!!!! just varyoffvg vg01
> On Node 2

# cfgmgr -vlscsi0 ... (or similar, as you like. Use -v verbose option to
watch hardware detection)
> 5. importvg vg01

# importvg vg01 <one_of_the_vg01_member_disks_rediscovered_by_cfgm gr>
Assign Major Number (same as on node1) during import if fs of vg is exported
via NFS. (I would in any case).
> 6. varyoffvg vg01
> On Node 1
> 7. importvg vg01

Just varyonvg vg01 after varyoffvg
> 8. varyoffvg vg01

Why? Did not understand why you want to do this step. Do you want to run
HACMP from node2? Should you run node1 as primary and node2 as backup (e.g.
not concurrent cluster) I would start HACMP on node1 and then do a manual
takeover to node2 and back to see whether everything's working. (As I said
above: it should if your HACMP config was fine before and did not change).
Synchronize cluster resources bevore starting takeover tests.
> 9. Start the cluster software.
> On Node 2
> 10. Start the cluster software.
>
> I tried this before except that the PV's did not have id's assigned
> and it failed(I'm assuming it failed because of no pvid's).

Yes. Actually that's the starting point. You need to see disks from node2.
Write again if cfgmgr cannot access the disks because of some lvm locks or
scsi reserve bits.

HTH,
Andreas


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-04-2008, 09:24 PM
Pete's
 
Posts: n/a
Default Re: HACMP Configuration question

"Andreas Schulze" <b79xan@gmx.de> wrote in message news:<buon2q$9mk10@news-1.bank.dresdner.net>...
> "Pete's" <empete2000@yahoo.com> schrieb im Newsbeitrag
> news:6724a51f.0401220607.36d4155e@posting.google.c om...
> > Vital Info:
> > 2 Node cluster, p660-6h1's running AIX 4.3.3 ml09 with HACMP 4.4.1.
> > It has shared SCSI disks using 2 2104-DU3's with 10 total Physical
> > Volumes. [snip]
> > Currently 'Node 1'(which is the primary node) has the cluster
> > resources and is running fine.
> >
> > 'Node 2'(which is the secondary) is in the cluster, but, has lost all
> > information regarding the shared disk, i.e. PVID's and Volume Group
> > information is gone.[some snipped]

>
> Hallo Pete,
> sounds like you got your punishment already ;-). Here's the good news: the
> solution might be less painful because we are talking AIX here
> Disclaimer: I am writing from memory and I assume that the HACMP
> configuration itself was working properly before and did not change through
> your diag adventure...


Nope, nothing should have changed through my adventure.

> >
> > On Node 2
> > 1. Assign PVID's to the shared disk since they no longer have any
> > assigned.

> Nope. Don't assign manually, just let configuration manager read what's
> there (node1 still sees the old/original PIVDs doesn' it? Then they can be
> read by node2 again, too.)
> > 2. Shutdown the cluster software.
> > On Node 1
> > 3. Shutdown the cluster software
> > 4. exportvg vg01

> Nope!!!!!! just varyoffvg vg01


If the cluster software is not running, the vg is already varied off.
Plus, when you do an exportvg, it removes pv and filesystem info from
the ODM and places it all on disk. So, what you are basically saying
is do not do the exportvg because I'm not actually moving the data and
all the VG, PV and filesystem is still there in the VGDA. Correct?
Then run cfgmgr and importvg on Node2. Correct?

> > On Node 2

> # cfgmgr -vlscsi0 ... (or similar, as you like. Use -v verbose option to
> watch hardware detection)


When I originally ran cfgmgr on Node2, the Node1 had the disk
resources, so, there could have been locks. But, cfgmgr on Node2 did
not pick up the PVID's. I do an lspv and there are no pvid's
assigned. On Node2, should I remove the current pv devices and then
run cfgmgr when Node1 does not have the disks locked?

> > 5. importvg vg01

> # importvg vg01 <one_of_the_vg01_member_disks_rediscovered_by_cfgm gr>
> Assign Major Number (same as on node1) during import if fs of vg is exported
> via NFS. (I would in any case).


These are not NFS exports, so no worries there.

> > 6. varyoffvg vg01
> > On Node 1
> > 7. importvg vg01

> Just varyonvg vg01 after varyoffvg
> > 8. varyoffvg vg01

> Why? Did not understand why you want to do this step. Do you want to run
> HACMP from node2? Should you run node1 as primary and node2 as backup (e.g.
> not concurrent cluster) I would start HACMP on node1 and then do a manual


This is non-concurrent cluster, the reason I would do this is because
exportvg removes the VG, PV and filesystem information from the
ODM(lqueryvg is a headache saver).

> takeover to node2 and back to see whether everything's working. (As I said
> above: it should if your HACMP config was fine before and did not change).
> Synchronize cluster resources bevore starting takeover tests.
> > 9. Start the cluster software.
> > On Node 2
> > 10. Start the cluster software.
> >
> > I tried this before except that the PV's did not have id's assigned
> > and it failed(I'm assuming it failed because of no pvid's).

> Yes. Actually that's the starting point. You need to see disks from node2.
> Write again if cfgmgr cannot access the disks because of some lvm locks or
> scsi reserve bits.
>
> HTH,
> Andreas


Thanks for your reply Andreas. Additional questions above, feel free
to email me at my above address Andreas.

TIA,
Pete's
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-04-2008, 09:24 PM
Andreas Schulze
 
Posts: n/a
Default Re: HACMP Configuration question

"Pete's" <empete2000@yahoo.com> schrieb im Newsbeitrag
news:6724a51f.0401221251.327285be@posting.google.c om...
> "Andreas Schulze" <b79xan@gmx.de> wrote in message

news:<buon2q$9mk10@news-1.bank.dresdner.net>...
> > "Pete's" <empete2000@yahoo.com> schrieb im Newsbeitrag
> > news:6724a51f.0401220607.36d4155e@posting.google.c om...
> > > Vital Info:
> > > 2 Node cluster, p660-6h1's running AIX 4.3.3 ml09 with HACMP 4.4.1.
> > > It has shared SCSI disks using 2 2104-DU3's with 10 total Physical
> > > Volumes. [snip]
> > > Currently 'Node 1'(which is the primary node) has the cluster
> > > resources and is running fine.
> > >
> > > 'Node 2'(which is the secondary) is in the cluster, but, has lost all
> > > information regarding the shared disk, i.e. PVID's and Volume Group
> > > information is gone.[some snipped]

> >
> > [some snipped] I assume that the HACMP
> > configuration itself was working properly before and did not change

through
> > your diag adventure...

> Nope, nothing should have changed through my adventure.
>
> > > On Node 2
> > > 1. Assign PVID's to the shared disk since they no longer have any
> > > assigned.

> > Nope. Don't assign manually, just let configuration manager read what's
> > there (node1 still sees the old/original PVIDs doesn' it? Then they can

be
> > read by node2 again, too.)
> > > 2. Shutdown the cluster software.
> > > On Node 1
> > > 3. Shutdown the cluster software
> > > 4. exportvg vg01

> > Nope!!!!!! just varyoffvg vg01

> If the cluster software is not running, the vg is already varied off.
> Plus, when you do an exportvg, it removes pv and filesystem info from
> the ODM and places it all on disk. So, what you are basically saying
> is do not do the exportvg because I'm not actually moving the data and
> all the VG, PV and filesystem is still there in the VGDA. Correct?

Each VGDA contains the complete allocation information of the entire volume
group. There is no need to remove the known information out of the ODM and
/etc/filesystems just to import this VGDA information into another server.
> Then run cfgmgr and importvg on Node2. Correct?

Yes. We could have used a Learning Import while node1 is up and applications
are running if the if diag had not swept out node2's memory.
>
> > > On Node 2

> > # cfgmgr -vlscsi0 ... (or similar, as you like. Use -v verbose option to
> > watch hardware detection)

>
> When I originally ran cfgmgr on Node2, the Node1 had the disk
> resources, so, there could have been locks.
>But, cfgmgr on Node2 did not pick up the PVID's.
>I do an lspv and there are no pvid's
> assigned. On Node2, should I remove the current pv devices and then
> run cfgmgr when Node1 does not have the disks locked?

Yes, in this case cfgmgr could not read sector 0 that contains the pvid. On
node2 rmdev -d -l all the hdisk devices of the shared vg then run cfgmgr
again (with the shared vg varyed off from node1). If cfgmgr just had
problems with the LVM lock this should be sufficient to read the information
we need. Should there still be some scsi disk reservation active you could
use an HACMP utility to blast the reserve bit
# /usr/sbin/cluster/utilities/cl_SCSIdiskreset /dev/hdisk_in_question
Path will be /usr/es/sbin... if you use ES. You need to run this command
against all of the shared vg's hdisk devices. Alternatively (or in case the
utility fails) you could just reboot node1.
>
> > > 5. importvg vg01

> > # importvg vg01 <one_of_the_vg01_member_disks_rediscovered_by_cfgm gr>
> > Assign Major Number (same as on node1) during import if fs of vg is

exported
> > via NFS. (I would in any case).

>
> These are not NFS exports, so no worries there.
>
> > > 6. varyoffvg vg01
> > > On Node 1
> > > 7. importvg vg01

> > Just varyonvg vg01 after varyoffvg
> > > 8. varyoffvg vg01

> > Why? Did not understand why you want to do this step. Do you want to run
> > HACMP from node2? Should you run node1 as primary and node2 as backup

(e.g.
> > not concurrent cluster) I would start HACMP on node1 and then do a

manual
> > [some snipped]

> This is non-concurrent cluster, the reason I would do this is because
> exportvg removes the VG, PV and filesystem information from the
> ODM(lqueryvg is a headache saver).

I see. But IMHO you do not have to export. See above.
>
> > takeover to node2 and back to see whether everything's working. (As I

said
> > above: it should if your HACMP config was fine before and did not

change).
> > Synchronize cluster resources bevore starting takeover tests.

Don't know whether I got you correctly that you always export and import
your shared vg during failover/takeover. In this case at least fs order in
/etc/filesystem should be fine. Otherwise check this if order of fs is
important for error free mounting. After the volumegroup is known to both
nodes synchronize cluster resources bevore starting takeover tests.
> > > 9. Start the cluster software.
> > > On Node 2
> > > 10. Start the cluster software.
> > >
> > > I tried this before except that the PV's did not have id's assigned
> > > and it failed(I'm assuming it failed because of no pvid's).

> > Yes. Actually that's the starting point. You need to see disks from

node2.
> > Write again if cfgmgr cannot access the disks because of some lvm locks

or
> > scsi reserve bits.
> >
> > HTH,
> > Andreas

>
> Thanks for your reply Andreas. Additional questions above, feel free
> to email me at my above address Andreas.

Pls let's stick to the list for the benefit of others that might experience
similar problems.
>
> TIA,
> Pete's


HTH,
Andreas


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-04-2008, 09:26 PM
Rick
 
Posts: n/a
Default Re: HACMP Configuration question

Hey Pete, a quick thought...did you assign a unique SCSI ID to your SCSI
cards? (e.g. Node1 SCSI ID 6. Node 2 SCSI ID 5)

Rick

Pete's wrote:

> Vital Info:
> 2 Node cluster, p660-6h1's running AIX 4.3.3 ml09 with HACMP 4.4.1.
> It has shared SCSI disks using 2 2104-DU3's with 10 total Physical
> Volumes. Note, I know that my OS and HA software is unsupported right
> now and I am planning on upgrading.
>
> Currently 'Node 1'(which is the primary node) has the cluster
> resources and is running fine.
>
> 'Node 2'(which is the secondary) is in the cluster, but, has lost all
> information regarding the shared disk, i.e. PVID's and Volume Group
> information is gone. Just a note, was troubleshooting via diag and it
> had issues with a scsi card which happened to be attached to shared
> disk. Diag recommended to remove the device and run cfgmgr which I
> did and should not have(I knew better not too). Ok, I need to get the
> configuration corrected and the following is how I plan on doing it:
>
> On Node 2
> 1. Assign PVID's to the shared disk since they no longer have any
> assigned.
> 2. Shutdown the cluster software.
> On Node 1
> 3. Shutdown the cluster software
> 4. exportvg vg01
> On Node 2
> 5. importvg vg01
> 6. varyoffvg vg01
> On Node 1
> 7. importvg vg01
> 8. varyoffvg vg01
> 9. Start the cluster software.
> On Node 2
> 10. Start the cluster software.
>
> I tried this before except that the PV's did not have id's assigned
> and it failed(I'm assuming it failed because of no pvid's).
>
> Question(s), Am I missing anything in the steps outlined above?
> Should assign the pvid's, skip the exportvg/importvg and try a
> failover and see if the 'Lazy Update' update the volume group
> information? Is there anything I should watch out for?
>
> TIA
> Pete's


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-04-2008, 09:27 PM
Pete's
 
Posts: n/a
Default Re: HACMP Configuration question

Rick <rmunn@eastlink.ca> wrote in message news:<A90Rb.3811$Ja2.51225@nnrp1.uunet.ca>...
> Hey Pete, a quick thought...did you assign a unique SCSI ID to your SCSI
> cards? (e.g. Node1 SCSI ID 6. Node 2 SCSI ID 5)
>
> Rick
>
> Pete's wrote:
>
> > Vital Info:
> > 2 Node cluster, p660-6h1's running AIX 4.3.3 ml09 with HACMP 4.4.1.
> > It has shared SCSI disks using 2 2104-DU3's with 10 total Physical
> > Volumes. Note, I know that my OS and HA software is unsupported right
> > now and I am planning on upgrading.
> >
> > Currently 'Node 1'(which is the primary node) has the cluster
> > resources and is running fine.
> >
> > 'Node 2'(which is the secondary) is in the cluster, but, has lost all
> > information regarding the shared disk, i.e. PVID's and Volume Group
> > information is gone. Just a note, was troubleshooting via diag and it
> > had issues with a scsi card which happened to be attached to shared
> > disk. Diag recommended to remove the device and run cfgmgr which I
> > did and should not have(I knew better not too). Ok, I need to get the
> > configuration corrected and the following is how I plan on doing it:
> >
> > On Node 2
> > 1. Assign PVID's to the shared disk since they no longer have any
> > assigned.
> > 2. Shutdown the cluster software.
> > On Node 1
> > 3. Shutdown the cluster software
> > 4. exportvg vg01
> > On Node 2
> > 5. importvg vg01
> > 6. varyoffvg vg01
> > On Node 1
> > 7. importvg vg01
> > 8. varyoffvg vg01
> > 9. Start the cluster software.
> > On Node 2
> > 10. Start the cluster software.
> >
> > I tried this before except that the PV's did not have id's assigned
> > and it failed(I'm assuming it failed because of no pvid's).
> >
> > Question(s), Am I missing anything in the steps outlined above?
> > Should assign the pvid's, skip the exportvg/importvg and try a
> > failover and see if the 'Lazy Update' update the volume group
> > information? Is there anything I should watch out for?
> >
> > TIA
> > Pete's


Yep, if you don't and you boot up, spurious events start happening
when Node1 has the disk resources. Ran into this on one card when I
first brought up this cluster because I forgot to change it on one
adapter, that was about 1.5yrs ago.

Thanks,
Pete's
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-04-2008, 09:29 PM
Pete's
 
Posts: n/a
Default Re: HACMP Configuration question

"Andreas Schulze" <b79xan@gmx.de> wrote in message news:<bupisn$kj2g9$1@ID-208966.news.uni-berlin.de>...
> "Pete's" <empete2000@yahoo.com> schrieb im Newsbeitrag
> news:6724a51f.0401221251.327285be@posting.google.c om...
> > "Andreas Schulze" <b79xan@gmx.de> wrote in message

> news:<buon2q$9mk10@news-1.bank.dresdner.net>...
> > > "Pete's" <empete2000@yahoo.com> schrieb im Newsbeitrag
> > > news:6724a51f.0401220607.36d4155e@posting.google.c om...


SNIPPED.

> change).
> > > Synchronize cluster resources bevore starting takeover tests.

> Don't know whether I got you correctly that you always export and import
> your shared vg during failover/takeover. In this case at least fs order in
> /etc/filesystem should be fine. Otherwise check this if order of fs is
> important for error free mounting. After the volumegroup is known to both
> nodes synchronize cluster resources bevore starting takeover tests.
> > > > 9. Start the cluster software.
> > > > On Node 2
> > > > 10. Start the cluster software.
> > > >
> > > > I tried this before except that the PV's did not have id's assigned
> > > > and it failed(I'm assuming it failed because of no pvid's).
> > > Yes. Actually that's the starting point. You need to see disks from

> node2.
> > > Write again if cfgmgr cannot access the disks because of some lvm locks

> or
> > > scsi reserve bits.
> > >
> > > HTH,
> > > Andreas

> >
> > Thanks for your reply Andreas. Additional questions above, feel free
> > to email me at my above address Andreas.

> Pls let's stick to the list for the benefit of others that might experience
> similar problems.
> >
> > TIA,
> > Pete's

>
> HTH,
> Andreas


I thought I'd post a followup to this thread. I successfully fixed my
configuration. Everything appears to be sync'd. Just confirming
where I went wrong when I first tried to fix this, I had run 'cfgmgr'
while my primary node had the disk resources, so no pvid's were
imported from the command. After shutting down the cluster on both
sides and running cfgmgr after all the disks were rmdev'd, lspv
reported pvid's. Hopefully, my adventure and punishment is subsiding
now.

Key lesson with HACMP - Never automatically do what 'diag' tells you
to do (i.e. rmdev a scsi device) when troubleshooting scsi devices.

HTH someone else.

Pete's
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 05:29 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
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