Build:Tutorial:Configuring an XServe G5: Difference between revisions
Jump to navigation
Jump to search
(add initial setup information) |
(link the ordered list together) |
||
Line 2: | Line 2: | ||
#* Administrator password. | #* Administrator password. | ||
#* Final network information (IP address, netmask, gateway, DNS servers). | #* Final network information (IP address, netmask, gateway, DNS servers). | ||
# Connect hardware. | # Connect hardware. | ||
#* Network cable to network jack on network serving addresses via DHCP and using a small private network. | #* Network cable to network jack on network serving addresses via DHCP and using a small private network. | ||
#* Power cable. | #* Power cable. | ||
# Power on and connect to the system via SSH. | # Power on and connect to the system via SSH. | ||
## 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]. | # Install [http://www.redstonesoftware.com/vnc.html OSXVNC]. | ||
## [http://www.redstonesoftware.com/vnc.html#download Download OSXVNC] using curl. | ## [http://www.redstonesoftware.com/vnc.html#download Download OSXVNC] using curl. |
Revision as of 23:58, 15 June 2005
- Gather preconfiguration information.
- Administrator password.
- Final network information (IP address, netmask, gateway, DNS servers).
- Connect hardware.
- Network cable to network jack on network serving addresses via DHCP and using a small private network.
- Power cable.
- Power on and connect to the system via SSH.
- After machine has powered on, dissect what IP address it received. This should be found easily.
- Log in using SSH and preconfiguration login information.
- Install OSXVNC.
- Download OSXVNC using curl.
curl -O <url>
- Mount the OSXVNC disk image and
hdiutil attach OSXvnc1.5.dmg
- Find where the OSXVNC disk image is mounted and unmount it.
df | grep OSXvnc
hdiutil detach /dev/disk1s2
- Download OSXVNC using curl.