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:
nfso -p -o nfs_use_reserved_ports=1
- Stop each InfoPrint Manager server process that you want to migrate with this command:
stop_server -F ServerName
whereServerNameis the name of the server process that will become the future secondary server. - Remove the
/var/pddir/default_celldirectory on the future secondary system with this commands:rm -fr /var/pddir/default_cell
- If an
/ipdatadirectory is allocated on the future secondary system (and the primary system is using a different/ipdata), remove/ipdatafrom the future secondary system:-
If the
/ipdatadirectory has its own filesystem, type:umount /ipdata; rmfs -r /ipdata
-
If the
/ipdatadirectory does not have its own filesystem, type:rm -rf /ipdata
Invoke the SMIT panel directly from the AIX command line by specifying either
smit iprufst_secondaryorsmitty iprufst_secondary, or access theInfoPrint Utilitiesmain menu:- If you have an InfoPrint Manager icon on your front panel, open InfoPrint Manager's menu and click
InfoPrint SMIT. Then clickInfoPrint Utilities. ClickConfigure 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 clickInfoPrint Utilities. ClickConfigure 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 fieldIs /ipdata used for job ticketing?should be set to yes, otherwise it should be set to no.
Or use the command-line script:
- Open a terminal window.
- Run the command
cd /usr/lpp/Infoprint/install/bin. - To configure the secondary servers via NFS, you need to link from the Primary Server
to the 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 suppresses the mounting of /ipdata
- -r specifies that previously defined secondary servers should be retained, while -t discards all such data.
-
- On the future secondary system, see Installing secondary InfoPrint Manager serversNote: 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 Linux and/ or AIX servers to successfully interoperate them.