Troubleshooting Retrying to Set up the Target System
If you need to retry setting up the target system, follow these steps:
-
Delete
/root/.MANAGER_SETUP_COMPLETE
. -
Stop PostgreSQL and remove
/var/lib/pgsql/data
. -
Set the target system hostname to match the source system hostname.
-
Check the
/etc/hosts
file, and correct it if necessary. -
Check
/etc/setup_env.sh
on the target system, and ensure the database name is set:MANAGER_DB_NAME='susemanager'
-
Reboot the target system.
-
Run
mgr-setup
again.