Apple Mac OS X Network Card User Manual


 
Chapter 4 Migrating From Mac OS X Server Version 10.3 43
4 In Server Admin, click Settings, click Advanced, and click Database to indicate where
you restored the database and mail store.
5 Click Save.
6 Open the Terminal application and use the su command to assume the identity of the
root user.
7 Run the mail database upgradedb script:
sudo -u cyrusimap /System/Library/ServerSetup/SetupExtras/upgradedb
8 In Server Admin, start mail service by clicking Mail, then clicking Start Service.
Webmail Data
Place saved address books and preferences in /var/db/squirrelmail/data/.
FTP Configuration Files
Copy saved FTP configuration files to:
 /Library/FTPServer/Configuration/
 /Library/FTPServer/Messages/
AFP Configuration
To migrate the AFP configuration, restore /Library/Preferences/
com.apple.AppleFileServer.plist.
NetBoot Images
Copy the <name>.nbi folder for each image you want to migrate, optionally placing it
into the location where it previously resided.
Restore the DHCP settings file, as described in “DHCP Settings” on page 45.
WebObjects Applications and Frameworks
To migrate WebObjects:
1 Copy saved applications and frameworks to:
 /Library/WebObjects/
 /System/Library/WebObjects/
2 Add the following line to the new httpd.conf file:
Include /System/Library/WebObjects/Adaptors/Apache/apache.conf
3 If you didn’t have Java 1.4.2 installed on your version 10.3 server, WebObjects
application projects need to be manually updated to use the version of the Java Virtual
Machine (VM) included with version 10.4.
Open the project in Xcode. In the Expert View for the main target’s settings, change the
property value for “JAVA_VM” to “java”.