Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - niteskum

#1
CMOD for Multiplatforms / CMOD Migration to new DC
January 12, 2024, 03:09:00 AM
Requirement is to move all data and CMOD to new data center. Is there a way to do lift and shift instead of extract and ingest of CMOD if Data center is changing? CMOD version, DB, OS, Storage would be similar at new data center.

Current CMOD environment: - CMOD v10.5, Spectrum protect (TSM), Oracle DB, NAS and ECS storage


#2
CMOD for Multiplatforms / Object level migration
June 08, 2023, 08:01:50 PM

I had a question regarding a migration of CMOD on-prem to CMOD cloud, Planning object extract and transfer to cloud and then ingest object, I understand tables need to be altered at the target but not sure exactly which one and columns.  Any insight.

CMOD version at source and target are same i.e 10.5.
Source cmod has data on cache and TSM(Spectrum protect), thinking of moving away from TSM at target.
#3
We want to change to segment Field of an existing AG,  Can anyone help which all table need to be altered? 
#4
New to XML indexer and  XML concept!! .
How to create cd_catalog.xslt file?  I have XML file and odxmlidx.xsd with me. Any tool to create Xslt?
#5
CHYTU453,

how did you migrate the Metadata?

You need to move to 8.5 verison and then V9.5, it will be two step. There was some change at DB level in 8.5. 
#6
CHYTU453...

you have just moved the object and not the metadata, you need to move the metadata aswell.   
#7
  We are planning to move from CMOD On Prem to CMOD cloud, can anyone give a HI-level design to migrate.
What should be approach, to migrate all metadata, documents  cmod definition .
#8
Hi ED,

-E is to be specified when the user-written program that is associated with the ARSUUPDT exit point is to be invoked.  I want my Index exit
of ACIF to be invoked. kept my indexit in OnDemand\V9.5\exits\acif  but its saying EXIT NOT FOUND.

Anything else to be checked in cfg?
#9
If  FORMDEF is not inline in AFP, copy the formdef and keep inside any dir, and  mention the actual formdef name path.
#10
CMOD for Multiplatforms / Index Exit should be placed
January 11, 2018, 03:11:53 PM
I have written the index exit, complied using gcc -o test test.c -std=c99 -c,   placed it in library server.
Modified Indexer information as INDEXIT=test, but geeting error USER INDEX EXIT test WAS NOT FOUND.

Please let me know if i am missing something.
#11
I was searching for documentation , did not quite get it :-), no haven't tried it till know. will appreciate if you can help me to point to the documentation.
 
#12
what are the steps need to be followed in setup ARSLOAD as Started task in ZOS v9.5. Please help?   Need to do it for our customer.
#13
CMOD for z/OS Server / Re: ARSADMIN decompress issue
December 18, 2015, 12:47:56 PM
Hi Alessandro.

I figured out we need to use D instead of O in -c ,

I dn't have any idea how you can we use below command you  replied,  can you please explain it would be good learning for me.

3)dd -if=XXXXFAAA_decom.out of=XXXXFAAA_decom_XXXXXX.out -skip=(DOC_OFF) -count=(DOC_LENGTH) -bs=1.

IS this full comand ?

Thanks in advance for your help
#14
CMOD for z/OS Server / ARSADMIN decompress issue
December 15, 2015, 11:53:51 AM
Hi,

Facing a issue while using ARSADMIN, i am able to retrive the object and do the decompress of object, but when use the decompress object to decompress DOCUMENT getting below error:-

The system has encountered invalid data in the file during file decompression and has reported the following return code(8).

Below are the step i follow to retrive and decompress:-
1)arsadmin retrieve -h XXXXX  -u XXXXXX  -p XXXXX  -m2 -n 30-0 -g "XXXXXXX" -d "XXXXXXX" XXXXFAAA:- Succesfful result
2)arsadmin decompress -c O -s /XXXXXXXX/XXXXFAAA -o XXXXFAAA_decom.out -b (object offset) -l (object_length):- sucessfull result
3)arsadmin decompress -c O -s /XXXXXXXX/XXXXFAAA_decom.out -o XXXXFAAA_decom_XXXXXX.out -b (Doc_off) -l (doc_length):- here i am getting error.. 

I am able to view the same document properly though client and also retreive with arsload properly..

Any  Idea on it ?
#15
Thanks. We are checking with DBA.