Migrating Oblik to another host. Version 2
Source: Red Hat Linux 8.0 (Psyche), kernel 2.4.18-14. Destination: CentOS 4.8, kernel 2.6.9-89
- Installed a new server.
-
Transferred the directories to it (using tar):
-
Created new users and set passwords:
groupadd -g 200 progress useradd -u 200 -g progress -d /usr/dlc91/home -s /bin/sh -c "Progress user" progress useradd -u 201 -o -g progress -d /usr/pro/admin/home -s /bin/sh -c "Progress Admin user" admin useradd -u 202 -g progress -d /usr/pro/home -s /bin/sh -c dbadmin dbadmin passwd progress passwd admin passwd dbadmin -
Set directory permissions:
This came up in July 2016 on CentOS 5.3: there were many databases on the server (166). Not enough semaphores. Add: