Build:Tutorial:Configuring an XServe G5: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
## After machine has powered on, dissect what IP address it received.  This should be found easily.
## After machine has powered on, dissect what IP address it received.  This should be found easily.
## Log in using SSH and preconfiguration login information.
## Log in using SSH and preconfiguration login information.
# Install [http://www.redstonesoftware.com/vnc.html OSXVNC].
# Download [http://www.redstonesoftware.com/vnc.html OSXVNC] locally.
## [http://www.redstonesoftware.com/vnc.html#download Download OSXVNC] using curl.
## [http://www.redstonesoftware.com/vnc.html#download Download OSXVNC] using curl.
##* curl -O ''http://.../''
##* curl -O ''http://.../''

Revision as of 00:12, 16 June 2005

  1. Gather preconfiguration information.
    • Administrator password.
    • Final network information (IP address, netmask, gateway, DNS servers).
  2. Connect hardware.
    • Network cable to network jack on network serving addresses via DHCP and using a small private network.
    • Power cable.
  3. Power on and connect to the system via SSH.
    1. After machine has powered on, dissect what IP address it received. This should be found easily.
    2. Log in using SSH and preconfiguration login information.
  4. Download OSXVNC locally.
    1. Download OSXVNC using curl.
    2. Mount the OSXVNC disk image and
      • hdiutil attach OSXvnc1.5.dmg
    3. Copy OSXvnc.app to ~/.
      • rsync -av /Volumes/OSXvnc/OSXvnc.app ~/
    4. Find where the OSXVNC disk image is mounted and unmount it.
      • df | grep OSXvnc
      • hdiutil detach /dev/disk1s2