Examples

Archive objects

To archive all the objects from an InfoPrint Manager AIX or InfoPrint Manager for Linux server and place the resulting archive in a specific directory, enter:

ismu -pdname=server1 -pdarchive -pdtemp=/tmp/server1_archive 
-pdsave_cfg_files

To archive all the objects from an InfoPrint Manager Windows server and place the resulting archive in a specific directory, enter:

ismu -pdname=server1 -pdarchive -pdtemp="C:\temp\server1_archive" 
-pdsave_cfg_files

Restore objects

To restore all the InfoPrint Manager AIX or InfoPrint Manager for Linux servers objects that are found in one specific archive directory, enter:

ismu -pdname=server1 -pdrestore -pdtemp=/tmp/server1_archive 
-pdrestore_cfg_files

To restore all the InfoPrint Manager Windows servers objects that are found in one specific archive directory, enter:

ismu -pdname=server1 -pdrestore -pdtemp="C:\temp\server1_archive" 
-pdrestore_cfg_files

Rename objects with new server name

For AIX or Linux

If the target machine has a different server name than the one archive was created, then before restoring the objects, enter:

ismu –pdname=server1 –pdmodify_to=server_new_name 
–pdtemp=/temp/server1_archive
Note: If the target machine contains more than one InfoPrint Manager servers, with different target names than the original ones, this step must be executed for each of them before the actual restore.

For Windows

If the target machine has a different server name than the one archive was created, then before restoring the objects, enter:

ismu –pdname=server1 –pdmodify_to=server_new_name 
–pdtemp=”C:\temp\server1_archive”