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.


Messages - SV

Pages: [1] 2 3
1
z/OS Server / Re: ARSADMIN decompress issue
« on: February 02, 2021, 01:34:57 PM »
Hello I am having an issue with decompress. Z/OS CMOD 10.1.0.6, where decompressed object size is smaller than the object size.

-Ran a test arsdadmin retrieve.

retrieved file size    4856233 Feb  2 13:00 10260FAAA

-ran decompress. I even tried -b and -l option but still the same result.
   arsadmin decompress -o 10260FAAA.dat2 -s 10260FAAA -c F 

   - decompressed file size is  "816397 Feb  2 11:49 10260FAAA.dat "
 

2
Hello Migrating from CMOD Z/OS to Multiplatform.
Plan is to extract documents (AFP) and load to target CMOD.

Has any one done comparison of "arsadmin retrieve" vs "arsdoc getdoc" by Loadid. I would like to know which one is MIPS (Z/OS  CPU) efficient and other performance and time consideration.

Current CMOD Z/OS 10.1 with multiple years of documents archived to OAM managed DASD and after x number of years migrated to OAM managed TAPE.

Any feed back is appreciated.

3
MP Server / ArcDBP_SegSQL:Unable to exec direct sql db
« on: December 06, 2019, 11:00:57 AM »
AIX CMOD stooped. Not starting. Trace shows these db errors. SQL ERROR code is not showing up in the log


39518276:258 12/06/2019 10:39:25:195243 ERROR arsseg.c(1132)ArcDBP_SegSQL:Unable to exec direct sql db hstmt=65538 db sql str=CREATE TABLE ccsuser.SL1685 ( time_stamp INTEGER NOT NULL, userid VARCHAR(128) NOT NULL, severity CHAR(1) NOT NULL, msg_num SMALLINT NOT NULL, msg_text VARCHAR(2000) NOT NULL, appl_id CHAR(1) NOT NULL, log_id INTEGER NOT NULL, account VARCHAR(60) NOT NULL, doc_name VARCHAR(11) NOT NULL, doc_off INTEGER NOT NULL, doc_len INTEGER NOT NULL, comp_off INTEGER NOT NULL, comp_len INTEGER NOT NULL, annot CHAR(1) FOR BIT DATA NOT NULL, comp_type CHAR(1) FOR BIT DATA NOT NULL, resource INTEGER NOT NULL, pri_nid SMALLINT NOT NULL, sec_nid SMALLINT NOT NULL , time_stamp_dt TIMESTAMP NOT NULL) IN USERSPACE1 sql=CREATE TABLE ccsuser.SL1685 ( time_stamp INTEGER NOT NULL, userid VARCHAR(128) NOT NULL, severity CHAR(1) NOT NULL, msg_num SMALLINT NOT NULL, msg_text VARCHAR(2000) NOT NULL, appl_id CHAR(1) NOT NULL, log_id INTEGER NOT NULL, account VARCHAR(60) NOT NULL, doc_name VARCHAR(11) NOT NULL, doc_off INTEGER NOT NULL, doc_len INTEGER NOT NULL, comp_off INTEGER NOT NULL, comp_len INTEGER NOT NULL, annot CHAR(1) FOR BIT DATA NOT NULL, comp_type CHAR(1) FOR BIT DATA NOT NULL, resource INTEGER NOT NULL, pri_nid SMALLINT NOT NULL, sec_nid SMALLINT NOT NULL , time_stamp_dt TIMESTAMP NOT NULL) IN USERSPACE1 db sql rc=-1,SQL_ERROR


I executed this sql in the above error and got this error
SQL0289N  Unable to allocate new pages in table space "USERSPACE1". 
SQLSTATE=57011

4
Windows Client / Admin client 9502 - Adding new user fails
« on: May 23, 2019, 11:53:53 AM »
question: CMOD Window Admin client 9.5.0.2 , while adding a new user fails with a popup window that indicates UserID "xx##### or UID "1018" already exists. There are no System Log.  I can see another user having the same uid.

5
MP Server / Re: OD 10.1 Active Active High Availability implementation
« on: March 01, 2019, 11:48:24 AM »
I did a POC. Not deployed to test / or prod
Zookeeper: can run on cmod servers
arscache: should be on shared file system
TSM: can always be on it own server or can use one of the cmod server; And CMOD accesses TS via TSM client. so yes.
yes when you losad from any one of the CMOD server, you can access from any other cmod server in this active/active configuration.

6
MP Server / Re: System Load Application Group
« on: March 19, 2018, 09:09:57 AM »
What's the reason to delete the Sytem Load? Was there a specific issue you decided to delete the system load and can you share the procedure.

7
MP Server / Re: Implied Hold vs HOLD -Any drawback?
« on: March 19, 2018, 09:03:41 AM »
Lars,
Thanks for your response.


The plan is to add 7 years of retention and add implied hold to all docs
Another application to provide daily / weekly feed of Documents to be released.
In CMOD run arsdoc hold_release for the list.
Run weekly expiration, after the hold_release.

So again the follow up question is, in using implied hold, will cmod run auto reload upon X percentage documents deleted?

Also, can  this hold/ hold_release hold be achieved without ERM by setting the retention to never expire and delete the docs using 'arsdoc delete' upon the event trigger?

8
MP Server / Implied Hold vs HOLD -Any drawback?
« on: February 27, 2018, 10:52:43 AM »
Has a requirement to apply hold for all documents and release at document level when certain event happens. Also, reload should happen when certain percentage of docs are out of hold and met the retention.

I thought I can use implied_hold to add a default hold during load. But IBM document says (pasted below), use implied hold if you are using another solution for retention management.

-What is best approach for my requirement.
- Any disadvantage of using implied-hold.
- If implied hold is used, will it cause any CMOD functionality like reload to stop.
- Also when I used Implied-Hold, hold field displays a value of 16384.

Holds
You indicate, through the use of searches, the specific documents that you want to hold. You can apply holds to documents in any application group. Use this type of hold if you are using Content Manager OnDemand as your retention management tool.

Implied holds
When Content Manager OnDemand loads documents, it applies a hold to all the documents in that load. You can apply this type of hold only to documents in new application groups. Use this type of hold if you are using another solution as your retention management tool.

9
MP Server / DB Password Encryption
« on: November 17, 2017, 10:06:58 AM »
 is DB password encrypted in transit while CMOD (9.5 or 10.1)  is  connecting to a remote oracle DB. I know the password is stored encrypted in stash file.

10
MP Server / Password and DB connection security
« on: October 05, 2017, 09:12:11 AM »
I have general questions around security

CMOD   version > 9.0

Is password encrypted
  -  from OnDemand Desktop thick client to CMOD?
  -  From ODWEK to CMOD?

Is DB connection from CMOD secured? Does CMOD encrypt pw to DB?

11
wawad,

Can you provide an update on how you implemented HA. And for COB considerations, how it was configured on a remote datacenter?

thanks
SV

12
MP Server / ICOS as storage manager - ARS0452E return code 6
« on: September 11, 2017, 02:05:56 PM »
Hello,
Trying a proof of concept using ICOS as storage manager CMOD 10.1.0.1 on Linux X86.

The arsload  fails with ARS0452E with return code 6.

Has any one tried ICOS as storage manager and was it successful?



13
MP Server / Re: Sync user password between 2 Ondemand instances
« on: February 08, 2017, 08:32:38 AM »
Anand,

Was there a solution identified in synching passwords?

14
Documentation / Re: How is resource expiration handled?
« on: December 13, 2016, 11:16:21 AM »
I have not seen any issue or analyzed if do have one. With that said, just wondering on any documentation in general how resource expiration is handled?

I was asked to document this at my work, so curious.
What happens when the resource is reused. How the resource expiration happens when HOLD is removed? Is there any scenario that would cause orphaned resources that may not be expiring and taking space?

15
Documentation / How is resource expiration handled?
« on: December 09, 2016, 10:46:13 AM »
Has any one seen documentation on how the resource expiration is done in CMOD.
 

Pages: [1] 2 3