Is Any way to validate statement counts & retrieve capability when migrated from cache to NAS.
Or any Validation process for ARSMAINT. ??
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.
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
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.
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
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
You might be experiencing this bug: http://www-01.ibm.com/support/docview.wss?uid=swg1PM80684