/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Distrib/mac/mac_server.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
VNC Connection
 
2
--------------
 
3
 - VNC connections could complain on not supported security modes. To fix that,
 
4
 you need 
 
5
    a) Server Admin / Settings / General
 
6
        switch off 'Remote Management' capability
 
7
    b) SysConfig / Sharing 
 
8
        enable 'Screen Sharing' and set a password
 
9
    c) You can enable 'Remote Management' again
 
10
 - MacOS is using tortured VNC protocol. Only special VNC clients are able
 
11
 to connect to MacOS server: tightvnc
 
12
    http://www.venturecake.com/how-to-use-apple-remote-desktop-from-ubuntu/
 
13
 
 
14
Hardware Configuration
 
15
----------------------
 
16
 - Commands:
 
17
    kextinfo - show loaded drivers
 
18
 - Creating Software raid
 
19
    Utilities / Disk Utility (only RAID-0 and RAID-1 are supported)
 
20
    + There is a side project (www.softraid.com), but they also do not supply
 
21
    RAID-5 support up to now.
 
22
 - Enable multibooting
 
23
    + Install 'refit'
 
24
    + Run '/efi/refit/enable.sh
 
25
 
 
26
 
 
27
Software
 
28
--------
 
29
 - Unix toolset: Fink
 
30
    a) Install
 
31
    b) In home directory copy '.profile' to '.bashrc'
 
32
    c) In /sw/etc/fink.conf configure proxy servers
 
33
    d) You need to have Xcode installed in order to recompile images
 
34
    e) Use 'sudo /sw/bin/apt-get install mc' after install
 
35
 
 
36
Virtual Machine Installation (Parallels)
 
37
----------------------------------------
 
38
 - Start installation from CD, you will get no keyboard and mouse but it is 
 
39
 OK. However, your VM should be able to receive dynamic IP with DHCP.
 
40
 - Find actual VM IP. It could be achieved by using:
 
41
    Server Assistant/Remote Install
 
42
 - Connect with TightVNC that IP. The password is: 12345678
 
43
    Install server and choose configuration
 
44
 - Connect with Server Admin
 
45
    Update to MacOS 10.5.4 (The update is strictly necessary to get mouse 
 
46
    & keyboard support)
 
47
 - Install Parallels Tools (It's only drivers, no configuration app). The 
 
48
 drivers could be seen with 'kextinfo' call.
 
49
 However:
 
50
    a) promised 'dynamic resolution' is not working for me.
 
51
    b) video is quite slow
 
52
    c) no copy/paste between host and guest
 
53
 - Be aware about Serial Number collisions
 
54