Dataserver auf anderem Rechner installieren. 1) Laufente Dataserver (Nelant2) stoppen 2) Auf dem neue Rechner eine Plattepartition einrichten mit dem selben Buchstaben wie der Rechner1 (E) und das selbe Verzeichnis anlegen (Pro) 3) Das ganze Verzeichnis (Dataserver) in das selbe Verzeichnis auf dem neue Rechner kopieren. 4) Neue Rechner vom Laufwerk trennen 5) Neue Rechner umbenennen selben Name wie alte Rechner (Nelant2) und als localer Administrator starten. 6) Fileserver von der CD installieren. 7) Rechner neu starten und Fileserver starten. 8) Dataserver von der CD installieren. 9) Unter dataserver/Intralink/bin/ proimgr.bat öffnen und in der erste Zeile: set lang=uascii. 10) DSMU starten und als System/Manager und Intralink/Intralink einlogen. 11) Rechner Name ändern. 12) Rechner neu starten 13) Unter datasever/Network/Admin In den Dateien Lisener.ora und tnsname.ora der alte Rechnername mirt dem Neue umschreiben. 14) Umschreiben vom Fileserver und vom Filevault How do I migrate my Pro/INTRALINK File Server and File Vaults? This only applies to Pro/INTRALINK 1.1. For 1.2 use the Data Server Management Utility. Install the File Server application on the new machine. With the Data Server running type the following command at a command prompt: C:\temp> sqlplus %oracle_user%/%password% full path is ORACLE_HOME\bin\sqlplus.exe default intralink install values are: %oracle_user% = system %password% = manager example: C:\temp> sqlplus system/manager At the SQL prompt SQL> type the following to verify the current values for the File Server name and File Vault path: SQL> select * from pdm.pdm_pool; POOLID POOLNAME --------- ---------------------------------------------------------------------- POOLPATH -------------------------------------------------------------------------------- POOLSTATUS POOLHOST ---------- --------------------------------------------------------------------- CREATEDBY CREATEDON -------------------------------------------------------------------------------- MODIFIEDBY MODIFIEDO -------------------------------------------------------------------------------- 1 SYSPOOL D:\testpath\fvault1 1 orion PDM 09-MAR-98 PDM 09-MAR-98 Note the items in dark green above. These need to be updated using sql commands. SQL> select * from pdm.pdm_fileserver; FSVID FSVHOST --------- ---------------------------------------------------------------------- FSVPORT CREATEDON -------------------------------------------------------------------------------- CREATEDBY MODIFIEDO -------------------------------------------------------------------------------- MODIFIEDBY -------------------------------------------------------------------------------- 1 orion 7777 09-MAR-98 PDM SYSHOST Note the item in dark green above. This need to be updated using sql commands. Now to update the fields in the tables: SQL> update pdm.pdm_pool set poolpath='D:\test' where poolid=1; (a) SQL> update pdm.pdm_pool set poolhost='newmachine' where poolid=1; (b) SQL> update pdm.pdm_fileserver set fsvhost='newmachine' where fsvid=1; (a) 1 ist die laufende Nr. vom Vault (b) ist die selbe Nr wie der Vault a und b fuer jeden Vault durchführen. Verify the tables have been updated: SQL> select * from pdm.pdm_pool; SQL> select * from pdm.pdm_fileserver; Copy the files (or filevault - depending on what you typed in for the poolpath field) from the existing file server/file vault path to the new location. Shutdown the Data Server and then restart it. Start the Pro/INTRALINK client. Open the Commonspace. If you get an Error! (Assertion failed) most likely the system_prefs file in the file vault did not get completely copied to the sysprefs.cpy file in the .proi dir. Compare file sizes. If this is the case - double check the value you typed in for the vault path and server name in the tables. Easy way to check is to open Pro/ADMIN Storage tab. This path needs to match the path on the file server machine. If Commonspace opens create a new object in the Commonspace. A new file should be added to the file vault you just migrated. 15) neue Starten dan solltes es gehen.