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 - pankaj.puranik

Pages: [1] 2 3 4 5 6 ... 25
1
Other / Re: AFP view failing- T1GMCUSR code page is not found
« on: October 12, 2016, 02:14:18 AM »
Thank you! we will give that a try and see where it takes us.  I appreciate the start in the right direction and will provide an update.

Looking at the error you mentioned, there are 2 possibilities in my opinion.
1. The source system is producing AFPs that are not fully composed. This means they just have a reference to the resource name (code page in this case) in them but not the actual resource. And this resource is not present in the resource library on the CMOD server.
2. The resources are present in the AFP but your indexing parameters are no configured to collect them.

You need to check these and then get the resources from source systems if the AFPs are not fully composed.
Use RESTYPE=ALL otherwise.

Cheers
Pankaj.

2
MP Server / Re: Limit the Number of files in Cache1/retr folder
« on: October 12, 2016, 02:02:14 AM »
We are seeing a similar issue

$ df -g /arsca*
Filesystem         GB blocks      Free %Used    Iused %Iused Mounted on
/dev/arscache01lv     14.00      1.52   90% 23906568    99% /arscache01
/dev/fslv02          1499.00   1279.57   15% 23995306     8% /arscache02

I know we have  big discrepancy between the size of cache01 and 02, but we thought the system would limit the files added to 01 before it filled up.  Last week the 01 filesystem completely filled and our AIX support team added (4) more GB.  I also need to have them expand the inodes still.

Is there anything we can do to prevent this filesystem from filling up again?

Did you check if there is a permission issue?
All the cache directories should be owned by the same ID that runs ARSSOCKD.

Cheers
Pankaj.

3
MP Server / Re: Limit the Number of files in Cache1/retr folder
« on: October 12, 2016, 01:54:29 AM »
To add to Justin's comment about the 'retr' links in the first defined cache filesystem; CMOD reserves 5% of the first cache filesystem for this.
So when the first cache filesystem hits 95% utilized, no new storage objects will be written to that filesystem, as long as it is at 95% or above utilized.

Interesting... thanks for the tip!  :)

-JD.

Here's a tech note on this topic.
http://www-01.ibm.com/support/docview.wss?uid=swg21409251

Cheers
Pankaj.

4
MP Server / Horizontal Scalability - Library server
« on: October 03, 2016, 10:13:45 PM »
Hi

The IBM documentation says the following about Horizontal Scalability.
I did not really understand how this would work practically in terms of ingestion and retrieval.

"Even though Content Manager OnDemand allows a single library server for each instance,
this library server can be scaled horizontally. The library server is scaled horizontally by using
one or both of the following methods:
 The database tables (both the system and the application group) can be placed in different
databases (z/OS) or different table spaces (Multiplatforms and z/OS) at the table level.
Therefore, each of these tables can scale to the maximum practical size that is supported
by the database within the operational constraints of maintenance and performance.
Content Manager OnDemand does not impose a limitation.
 The application group data table design facilitates the following actions:
– You can create as many application groups as you need to support the required data to
be archived.
– Each application group can be segmented into multiple tables where the table
segmentation is based on size.
– Each of these application group data tables can be placed in a separate database
(z/OS) or table space (Multiplatforms and z/OS)."



Thanks
Pankaj.

5
MP Server / TSM Vs HDFS
« on: May 31, 2016, 12:11:37 AM »
Hi

Has anyone done a study on the advantages of using HDFS over TSM.
In what situations HDFS is better over TSM?
There are not many papers on the internet that talks about using HDFS with CMOD and what advantages does it pose over TSM with SAN/NAS storage.

Thanks
Pankaj.

6
MP Server / Storing dates earlier than 1st Jan 1970
« on: April 12, 2016, 06:15:40 AM »
Hi

I came across this requirement where the user want to store Date of Birth in CMOD.
Obviously there would be many date that would be older than 1st Jan 1970.
The only option I can think of is to store it as a string and not date.

Any thoughts?

Thanks
Pankaj.

7
Hi Michel

Could you elaborate on which script you are talking about here that does the ISO-8859-1 to IBM-285 conversion?
Is this a shell script or a CMOD feature.
Just want to know for my knowledge.

Cheers
Pankaj.

8
MP Server / Re: Folder access query
« on: March 18, 2016, 04:58:28 AM »
After turning on the logging, you may use the ARSRPT utility as well to see the usage.

Cheers
Pankaj.

9
MP Server / Re: ARSMAINT on system log
« on: March 16, 2016, 05:24:48 AM »
The reason why the space utilization was not coming down even after expiring eligible records was because we did not run the REORG.
We are using DB2 and it seems that you need to run the REORG to reclaim the space.
The utilization is down to 70 % now.

Cheers
Pankaj.

10
MP Server / Re: ARSMAINT on system log
« on: March 15, 2016, 11:40:30 PM »
See the utilization.
Finding now way to find the biggest contributor.

/dev/mapper/root_vg-db2data1
                       15481840  13935136    760336  95% /apps/IBM/db2/xxxx/data1

11
MP Server / Re: ARSMAINT on system log
« on: March 14, 2016, 10:52:34 PM »
Found this post from Alessandro which probably answers it.
http://www.odusergroup.org/forums/index.php?topic=1871.msg6967#msg6967

The -t option does not work with -d option :(

12
MP Server / Re: ARSMAINT on system log
« on: March 14, 2016, 09:49:09 PM »
I understand JBNC that this will wipe off System Log.
Note that this is a non-production server.

Also I did a query on the database to get the size info and this is what I got.

As you can see that SL3 alone is consuming about 3 GB of space.


Table Name                                  Table Physical size in MB Index Size
SL3                                                 3179
SL2                                                 1708


13
MP Server / ARSMAINT on system log
« on: March 14, 2016, 06:26:12 AM »
Hi

I tried to expire the System Log using the following command.

/opt/ibm/ondemand/V9.0/bin/arsmaint -I xxxxxxx -u xxxxx -p xxxxx -n 10 -x 10 -t 2027-12-31 -g "System Log" -d

However after running for some time and completing, when I check the space utilization on the file system, it is unchanged.
Meaning that no expiration happened.
Also the number of rows on the System Log remained unchanged.

Note that I am running the expiration processing using a future date.
Any reason why the space is not clearing.

The retention period on the System Log App Group is 7 years.

Thanks
Pankaj.

14
MP Server / Re: Trace Logs
« on: February 29, 2016, 05:44:44 AM »
 :) CMOD version 9.0.0.5
Operating System - Linux

There are multiple applications that access this CMOD server.
As per the trace log (looking at the time stamps), the last activity was a search query that passed in an account number and a date range.

I tried the same criteria again after bring the server up but the query did not cause a crash.
The point I am trying to make is why did the trace log didn't log any ERROR message at all in spite of the fact that the logging was set to the highest level (15).

Thanks
Pankaj.

15
OD/WEK & JAVA API / Online archival using ODWEK service.
« on: February 25, 2016, 11:44:08 PM »
Hi

I have an application group that has a date field which is mandatory field.
Now if a batch ingestion is done without passing a date, CMOD throws an error.
Whereas if I try to upload the same document using the ODWEK API and do not pass a date, no errors are thrown and the document ingests successfully.
This is a strange scenario.
Is anyone aware of this issue or faced it earlier?

Thanks
Pankaj.

Pages: [1] 2 3 4 5 6 ... 25