How to Validate ARSMAINT Migration Process

Previous topic - Next topic

Jaydeep Mehta


Is Any way  to validate statement counts & retrieve capability when migrated from cache to NAS.


Or any Validation process for ARSMAINT. ??


Justin Derrick

If you want to validate retrievals from NAS, you simply need to retrieve a document that is old enough to be forced out of the cache.  If you're working on a new system, then you have to use the arsadmin retrieve command to try and fetch an object from the NAS directly.

There is a -v (validate cache) option for arsmaint.  Otherwise, I'm not sure what you're asking.

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Jaydeep Mehta

Thanks for response..!

i want to validate after  ARSMAINT  run how much data   are migrated .?

i am using running below command

arsmaint -I CMODU -u XXXX -p XXXX -g TestAG1  -mcsv


i am getting below error

Cache Migration Failed: ApplGroup(TestAG1) Agid(9525) ObjName(10FAAA) Date(16839) Server(orsapuatoh1.nam.nsroot.net)
SM Error: ANS1353E (RC53)   Session rejected: Unknown or incorrect ID entered
, Return Code=53, Reason=0, File=arssmsms.cpp, Line=1141  Srvr->UNKNOWN CLIENT non-SSL<-
Cache Migration: Internal Date(16842) Server(orsapuatoh1.nam.nsroot.net)

And When using option  -v  below error is getting .

Unexpected empty directory in cache >/arscache1/CMOD_UAT/retr/BIA/DOC<  Srvr->UNKNOWN CLIENT non-SSL<-
Unexpected empty directory in cache >/arscache1/CMOD_UAT/retr/AIA/DOC<  Srvr->UNKNOWN CLIENT non-SSL<-


so i am not sure actuly data is migrated or not..?

Regards
Jd Mehta

Alessandro Perucchi

Quote
Cache Migration Failed: ApplGroup(TestAG1) Agid(9525) ObjName(10FAAA) Date(16839) Server(orsapuatoh1.nam.nsroot.net)
SM Error: ANS1353E (RC53)   Session rejected: Unknown or incorrect ID entered
, Return Code=53, Reason=0, File=arssmsms.cpp, Line=1141  Srvr->UNKNOWN CLIENT non-SSL<-
Cache Migration: Internal Date(16842) Server(orsapuatoh1.nam.nsroot.net)

It means that your TSM login/pwd is wrong... therefore the document was not migrated in CMOD to TSM (-m option)
It means, you must double check that your userid/pwd is correctly setup in the storage set/storage node in CMOD.

Quote
Unexpected empty directory in cache >/arscache1/CMOD_UAT/retr/BIA/DOC<  Srvr->UNKNOWN CLIENT non-SSL<-
Unexpected empty directory in cache >/arscache1/CMOD_UAT/retr/AIA/DOC<  Srvr->UNKNOWN CLIENT non-SSL<-

It means that you have a directory called /arscache1/CMOD_UAT/retr/AIA/DOC and the content of this directory is empty.
Did you "play" with these kind of directory? Normally, when CMOD removes links in it, and the directory is empty, it will also remove all the unneeded directory.
That means most likely, that someone did something manually.


As a side advice would be, in your case, do not use -m and -c at the same time... finish all the migration at once, and only then use the option -c.
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

Jaydeep Mehta

Hi Alessandro Thanks for support..!

But we didn't did any change anything in /arscache1/CMOD_UAT/retr/AIA/DOC  dir.

As advice i finishes with -m and then run -c  but stiil getting ths ame error.

How to Overcome the below error.

Unexpected empty directory in cache >/arscache1/CMOD_UAT/retr/BIA/DOC<  Srvr->UNKNOWN CLIENT non-SSL<-
Unexpected empty directory in cache >/arscache1/CMOD_UAT/retr/AIA/DOC<  Srvr->UNKNOWN CLIENT non-SSL<-

Thanks

Jd Mehta




Alessandro Perucchi


rmdir /arscache1/CMOD_UAT/retr/BIA/DOC
rmdir /arscache1/CMOD_UAT/retr/BIA
rmdir /arscache1/CMOD_UAT/retr/AIA/DOC
rmdir /arscache1/CMOD_UAT/retr/AIA
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

Justin Derrick

Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR