A lot of customers are using Content Manager 8 in connection with IBM Spectrum Protect, former IBM TSM SSAM, or other WORM Storage system to meet there compliance requirements. But in some cases you will have to migrate the content to a new storage system with or without WORM functionality. If the new system is not longer SSAM/Spectrum Protect there is out of the box no satisfying way to move the data. Sure you can use the Ressource Manager replication feature but you will need to keep the old Ressource Manager in you CM system till the end. So a better way to do is to migrate the data with the CM8 RM migration feature. If you configure the subsequent migration of you already stored data as it is described in the technote “Adding migration rules to an existing migration policy” you will face the issue that the CM8 systemadministration client wont let you change the order of you migration policy because the retention volume must be last instance in such a migration policy.
But in this article I will guide you how to how to get around that. In the following chapters I will describe how to move the data from SSAM to a new NAS storage volume. But it is the same way for all other storage volumes you can attach to CM8.
Another big advantage of this method is, that you will have no downtime during the content migration. And you end user will be not affected of this procedure. The migration is a backround task and will not effect you daily business.
At first you will need to add the new storage volume to you CM system. So check if the storage class of you required storage system is already configured in CM8. If not add it.

Based on the device create a new storage volume.

Create a new storage group, migration policy and workstation collection.
![Storage Group Properties
Stor age systems
- CMDATAGROUP
CMDATAGROUP
Assign I or more storage systems to this storage group
Volume
Z] CMDATA
D DATA
D JOURNAL
D MAIL
Storage Class
ASLE
FIXED
Status
Assigned
Assigned
Assigned
Assigned](http://justecm.de/wp-content/uploads/2020/06/image-29.png)

Now you can modify you existing itemtypes with the new collection so that all new content is directly written to the new storage system. If you did that the first part is done.
Now we need to configure the migration of the already archived content. For that we need to analyze the configuration of the current archiving setup. At add the new created volume to the existing storage group of the SSAM data. In my case it was the “MAILGROUP”. This is a mandatory step because without adding this to the storage group you wont be able to create the migration jobs later.

![Computergenerierter Alternativtext:
Storage Group Properties
Stor age systems
MAILGROUP
MAILGROUP
Assign I or more storage systems to this storage group
Volume
Z] CMDATA
D DATA
D JOURNAL
Z] MAIL
Storage Class
ASLE
CMDATA
Status
Assigned
Assigned
Assigned
Assigned](http://justecm.de/wp-content/uploads/2020/06/image-31.png)
After this you will need to modify the existing migration policy of the SSAM workstation collection. And here you will see that the sysadmin client wont let you change the order. Because a retention volume like SSAM is must be the last instance.

So if we want to do this we need to change this directly in the Ressource Manager database. At first I like to check the defined collections in the RMCOLLECTIONS table.

As you can see we have 4 collections and we will face on the MAIL.CLLCT001. Next I want to know how much items are stored in each collection. You can select this in the RMOBJECTS table.


So for the MAIL.CLLCT001 collection we have here 24.518.258 objects stored they will need to be migrated. The next step is to identify the sotrage class ID that are used for these object. You can select this also in the RMOBJECTs and RMSTORAGECLASS tables


So we see that all data was stored on the FIXED and DR550 class. So we need to move the content from storage class ID 3 “DR550” to storage class ID 4 “CMDATA”. The next point is to identify the volume IDs from the RMVOLUMES table because we need this information later on.

Now we have all necessary information to modify the existing migration policy. Lets select the configured migration policies from RMMGTCLASS table. We need to focus on ID 3 MAIL.

Now check the RMMGTTRANSITION table for the MAIL data.

The MGP_SINCEENTER describe the length of stay on the volume and “-1” means forever. So at first we need to change it from forever to e.g. 1 day.

If you now take a look in the migration policy in the sysadmin client you will see this.

In the next step we need to add the “CMDATA” storage class to the migration policy.

So we added “CMDATA” with sequence number 2 and with SINCEENTER -1. The result in the sysadmin client is this.

And this is the final setup before we can start the migration. Keep in my that the sysadmin client wont let you configure this! You will need to manage it in the database.
So now you can create the migration tasks at it was described in the technote I provided before. You will need to add all the migrationjobs to the RMMIGRATIONTASKS table. Use the following SQL statement and modify it to your needs.
INSERT INTO RMMIGRATIONTASKS (LIBRARYID, ITEMID, VERSION, COLLECTIONID, CRNTVOLUMEID, COLLECTIONNAME, CRNTTRANSITION, NEXTTRANSITION, ACTIONDATE) SELECT OBJ_LIBRARYID, OBJ_ITEMID, OBJ_VERSION, OBJ_COLLECTIONID, OBJ_VOLUMEID, RTRIM(COL_COLLNAME), MGP_SEQUENCENUM-1, MGP_SEQUENCENUM, ’08/09/2018′ FROM RMOBJECTS objs, RMCOLLECTIONS colls, RMMGTTRANSITION mgtt WHERE objs.OBJ_MGTCLASSID=mgtt.MGP_MGTCLASSID AND objs.OBJ_STGCLASSID=mgtt. MGP_STGCLASSID AND objs.OBJ_COLLECTIONID=colls.COL_COLLID AND colls.COL_MGTCLASSID=mgtt.MGP_MGTCLASSID AND objs.OBJ_STATUS IN (‘A’,’B’) AND mgtt.MGP_SINCEENTER<>-1 AND objs.OBJ_ACTIONDATE=’12/31/9999′ AND objs.OBJ_COLLECTIONID=3 AND objs.OBJ_STGCLASSID=3
In my case the RMMIGRATIONTASKS table was filled with the amount of objects I have on the DR550 volume.

After the RM migrator moved the data and processed all the jobs from the RMMIGRATIONTASK table I doublechecked the storage class ID in the RMOBJECTS table.

Now all the objects reside on the new storage class “CMDATA”.
At the end I will give you also some TSM settings tips, because in some cases the TSM settings are not suitable for mass migration. Connect to the SSAM instance with “dsmadmc” and query the options of the SSAM.

Here in this case we increased the MaxSessions to 50 for the SSAM instance.
==> setopt maxsession 50
We also changed the maximum number of mount points for the node that is used by ICMRM.

update node <NODENAME> maxnummp=50
And last but not least we also changed the TSM_MAX_POOLED_CONNECTIONS parameter to 20 for the ICMRM.

Now you have migrated your content from an WORM storage to another storage system with CM8 on-board features.
If you have any questions, do not hesitate to contact me.
Over and out :-).
It’s a shame you don’t have a donate button! I’d without a doubt donate to this excellent blog! I suppose for now i’ll settle for book-marking and adding your RSS feed to my Google account. I look forward to brand new updates and will share this blog with my Facebook group. Talk soon!
Definitely, what a fantastic blog and revealing posts, I will bookmark your blog.Best Regards!
Greetings! This is my first visit to your blog! We are a team of volunteers and starting a new project in a community in the same niche. Your blog provided us valuable information to work on. You have done a marvellous job!
Hi there! This post could not be written any better! Reading this post reminds me of my old room mate! He always kept talking about this. I will forward this article to him. Fairly certain he will have a good read. Many thanks for sharing!
I like this post, enjoyed this one regards for putting up.
It¦s actually a great and helpful piece of info. I¦m glad that you just shared this useful info with us. Please stay us informed like this. Thanks for sharing.
Excellent website you have here but I was curious if you knew of any community forums that cover the same topics discussed here? I’d really like to be a part of community where I can get feedback from other knowledgeable individuals that share the same interest. If you have any suggestions, please let me know. Cheers!
What i do not understood is actually how you’re not really much more well-liked than you might be right now. You’re very intelligent. You realize thus considerably relating to this subject, produced me personally consider it from so many varied angles. Its like women and men aren’t fascinated unless it’s one thing to do with Lady gaga! Your own stuffs nice. Always maintain it up!
I do love the manner in which you have presented this specific challenge and it does indeed supply me some fodder for thought. However, coming from what I have seen, I simply wish as other reviews pile on that people today continue to be on point and not get started on a soap box associated with some other news du jour. Anyway, thank you for this excellent point and whilst I can not necessarily agree with this in totality, I respect your viewpoint.
Greetings! I’ve been following your web site for some time now and finally got the courage to go ahead and give you a shout out from Huffman Texas! Just wanted to tell you keep up the great job!
hi!,I really like your writing very so much! share we keep in touch extra approximately your article on AOL? I require a specialist on this area to resolve my problem. May be that is you! Taking a look forward to peer you.
I like what you guys tend to be up too. This sort of clever work and exposure! Keep up the very good works guys I’ve you guys to blogroll.
You have observed very interesting details! ps decent web site. “Enemies, as well as lovers, come to resemble each other over a period of time.” by Sydney Harris.
I am really impressed with your writing skills and also with the layout on your weblog. Is this a paid theme or did you customize it yourself? Anyway keep up the nice quality writing, it is rare to see a great blog like this one these days..
I admire your piece of work, regards for all the interesting articles.
My brother recommended I may like this blog. He used to be totally right. This post truly made my day. You cann’t believe simply how a lot time I had spent for this info! Thanks!
Very interesting subject, regards for posting. “Nobody outside of a baby carriage or a judge’s chamber believes in an unprejudiced point of view.” by Lillian Hellman.
Hmm is anyone else experiencing problems with the images on this blog loading? I’m trying to figure out if its a problem on my end or if it’s the blog. Any responses would be greatly appreciated.
Thankyou for helping out, fantastic info .
hello there and thank you for your information – I have certainly picked up something new from right here. I did however expertise some technical issues using this website, as I experienced to reload the website many times previous to I could get it to load correctly. I had been wondering if your hosting is OK? Not that I’m complaining, but slow loading instances times will often affect your placement in google and could damage your high-quality score if ads and marketing with Adwords. Well I’m adding this RSS to my email and could look out for much more of your respective intriguing content. Ensure that you update this again soon..
Nice post. I be taught something more challenging on completely different blogs everyday. It is going to all the time be stimulating to learn content from different writers and observe a bit one thing from their store. I’d choose to make use of some with the content material on my blog whether or not you don’t mind. Natually I’ll provide you with a hyperlink in your net blog. Thanks for sharing.
I am impressed with this site, real I am a fan.
I like this web site very much, Its a rattling nice spot to read and get information.
I think other site proprietors should take this web site as an model, very clean and wonderful user genial style and design, let alone the content. You’re an expert in this topic!
I conceive this web site has very superb written articles articles.
Hello, i read your blog occasionally and i own a similar one and i was just curious if you get a lot of spam comments? If so how do you protect against it, any plugin or anything you can suggest? I get so much lately it’s driving me insane so any support is very much appreciated.
It’s a shame you don’t have a donate button! I’d certainly donate to this excellent blog! I guess for now i’ll settle for bookmarking and adding your RSS feed to my Google account. I look forward to fresh updates and will talk about this blog with my Facebook group. Talk soon!
Das NetBet Online Casino ist der beste Ort, um zu spielen, Boni zu verdienen und neue Möglichkeiten für ein nahtloses Spielerlebnis auf der Website oder in der App zu entdecken.