IIS backup

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
kumar11
Participant
Posts: 15
Joined: Wed Sep 14, 2016 5:47 am

IIS backup

Post by kumar11 »

Any one please help me on how to take backup of the Infosphere Information server 11.5.0.1 . and also how to take weekly back up of the projects.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:!: No need to keep posting this in other forums, any help will show up here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you looking to back up the DataStage portions? There are two approaches to do this:
1. Client based - use the Export tab in the Designer
2. Server/Engine based - use "istool" command to export selected components.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

The DataStage Client Export command backups up jobs, sequencers, table definitions and parameter sets - basically all the components of DataStage jobs, to DSX files.

The istool command can be used to backup significantly more "things" - like the metadata assets that support other products, contract libraries used by Hierarchical stages, etc.

However, the problem with istool is that it doesn't support partial restores. Backup a project with istool and you have to restore the whole project. Back up a project with DSX and you can selectively restore any jobs you require. In order to restore a single job from an istool backup, you'll need to create a new project, restore it there, and then move the single asset you needed to the correct project.

DSX's can only be created from the client, which means all the jobs have to be pulled down to the client. The istool command can be run on the server.

...some things to think about.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you need to back up services and repository too?
Open the IBM Knowledge Centerand find (search for) the topic "Backing up and restoring IBM InfoSphere Information Server"
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar11
Participant
Posts: 15
Joined: Wed Sep 14, 2016 5:47 am

Post by kumar11 »

Thanks much !!
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Tips on istool syntax and some examples. Note the syntax may have changed slightly on later revisions of DataStage.

viewtopic.php?t=128126
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply