2018-03-15 03:36 AM
Hi All,
I have done gang creation in Archiver with aggregate max session 10000. Now I have to check how the session is getting grouped between two archivers with session IDs.
Can any one tell how to check sessions in both archiver i.e. how much sessions are going to which archiver to validate this Gang creation.
2018-03-15 03:42 AM
Hi Saad,
If you tailf /var/log/messages, you will see similar messages:
"consumed session ranges [16192-17192]"
The bracket contains session number, just check that and you can make a note.
Regards,
Twinkle
2018-03-15 05:17 AM
Hi Twinkle,
I have checked that part after configuring but it contains not exact things what the customer required. Also it was showing session like example "192028384428-193038382323 with 3056 gaps".
So I want another way to showcase this.
2018-03-15 05:27 AM
Hi Saad,
You need to check such messages.
Mar 12 09:27:09 DRArchiver NwArchiver[33111]: [Aggregation] [info] Device 'xx.xx.xx.xx:50002' consumed session ranges [161380974343-161396973342]
In your case,
on arch1, you should see consumed 1-10000
on arch2,you should see consumed 10001-20000
If you are unable to see this, let me know.
Regards,
Twinkle