Migrating from a primary server to a secondary server

You can easily migrate an independent primary InfoPrint Manager server to interoperate with another primary InfoPrint Manager server. To do this, the independent server must become a secondary server:

Important: If the primary server is a Linux machine and the secondary servers are AIX, you must run this command on each AIX server:

nfso -p -o nfs_use_reserved_ports=1

  1. Stop each InfoPrint Manager server process that you want to migrate with this command:
    stop_server -F ServerName
    where ServerName is the name of the server process that will become the future secondary server.
  2. Remove the /var/pddir/default_cell directory on the future secondary system with this commands:
    rm -fr /var/pddir/default_cell
  3. If an /ipdata directory is allocated on the future secondary system (and the primary system is using a different /ipdata), remove /ipdata from the future secondary system:
    umount /ipdata; rmfs -r /ipdata

    If the /ipdata directory does not have its own filesystem, type:

    rm -rf /ipdata

    On the primary system, perform these steps:

    Invoke the SMIT panel directly from the AIX command line by specifying either smit iprufst_secondary or smitty iprufst_secondary, or access the InfoPrint Utilities main menu:

    • If you have an InfoPrint Manager icon on your front panel, open InfoPrint Manager's menu and click InfoPrint SMIT. Then click InfoPrint Utilities. Click Configure Secondary Servers (NFS).
    • If you do not have an InfoPrint Manager icon on your front panel, open the InfoPrint folder in the Application Manager and double click InfoPrint SMIT. Then click InfoPrint Utilities. Click Configure Secondary Servers (NFS).

      Select Link from Primary Server to Secondary Server. Provide the information about your secondary system as prompted.

      Important: If the new primary server requires job ticketing, the required field Is /ipdata used for job ticketing? should be set to yes, otherwise it should be set to no.

    Or use the command-line script:

    1. Open a terminal window.
    2. Run the command cd /usr/lpp/Infoprint/install/bin.
    3. To configure the secondary servers via NFS, you need to link from the Primary Server to Secondary Server using the following command:

      ./link2srvr.ksh [-h secondary_hostname] -p -[r|t]

      where:

      • h secondary_hostname specifies the Secondary Server Host Name
      • p suppress the mounting of /ipdata
      • r|t where r specifies to retain secondary servers previously defines, while t does not retain secondary server previous data

  4. On the future secondary system, see Installing secondary InfoPrint servers
    Note: The user running InfoPrint Manager on all primary and secondary servers must be the same. The default system user is ipm1, which is automatically created by the installer. The user UID must have the same value on all AIX and/ or Linux servers to successfully interoperate them.