Difference between revisions of "Host Computer Configuration"
Jump to navigation
Jump to search
| Line 14: | Line 14: | ||
/etc/xinitd.d/tftp | /etc/xinitd.d/tftp | ||
| + | # default: off | ||
| + | # description: The tftp server serves files using the trivial file transfer \ | ||
| + | # protocol. The tftp protocol is often used to boot diskless \ | ||
| + | # workstations, download configuration files to network-aware printers, \ | ||
| + | # and to start the installation process for some operating systems. | ||
| + | service tftp | ||
| + | { | ||
| + | socket_type = dgram | ||
| + | protocol = udp | ||
| + | wait = yes | ||
| + | user = root | ||
| + | server = /usr/sbin/in.tftpd | ||
| + | server_args = -s /tftpboot | ||
| + | disable = yes | ||
| + | per_source = 11 | ||
| + | cps = 100 2 | ||
| + | flags = IPv4 | ||
| + | } | ||
| − | to see how tftp was configured by default | + | to see how tftp was configured by default. The file tell me that the tftp files should be located in the subdirectory |
| + | |||
| + | /tftpboot | ||
| + | |||
| + | == Download files from JLAB == | ||
| + | |||
| + | I downloaded the boot file and VXworks kernel from JLAB | ||
| + | |||
| + | /site/coda/kern/5.5/boot/boot6100_122.bin | ||
| + | /site/coda/kern/5.5/vx6100_v4.1 | ||
| + | |||
==Debug Connector Pinouts== | ==Debug Connector Pinouts== | ||
Revision as of 21:38, 17 August 2007
MVME 6100
ROC1 ethernet address: 0001AF1998B5
ROC1 ethernet address: 0001AF1998B6
MPC7457 RISC G4 processor (PPC family)
Install tftp onto the Linux host computer
For CentOS I used yumm
yum install tftp
yum install tftp-server
then I looked in the file
/etc/xinitd.d/tftp
- default: off
- description: The tftp server serves files using the trivial file transfer \
- protocol. The tftp protocol is often used to boot diskless \
- workstations, download configuration files to network-aware printers, \
- and to start the installation process for some operating systems.
service tftp {
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = yes
per_source = 11
cps = 100 2
flags = IPv4
}
to see how tftp was configured by default. The file tell me that the tftp files should be located in the subdirectory
/tftpboot
Download files from JLAB
I downloaded the boot file and VXworks kernel from JLAB
/site/coda/kern/5.5/boot/boot6100_122.bin /site/coda/kern/5.5/vx6100_v4.1
Debug Connector Pinouts
Information below is Table 5-11 pg 92 of this reference
| ROC Pin# | DB9 Pin # | DB9 shell | Signal |
| 1 | 1 | Blue | DCD (Carrier Detect) |
| 2 | 7 | Orange | RTS (Request to Send) |
| 3 | 5 | Black | GNDC |
| 4 | 3 | Red | TX (Transmit) |
| 5 | 2 | Green | RX (Recieve) |
| 6 | 5 | Yellow | GNDC |
| 7 | 8 | Brown | CTS (Clear to Send) |
| 8 | 4 | White | DTR (Data Terminal Ready) |
Basic commands
setting the time
The command below will print the help screen for the time set command
he set
for example
MVME6100> set -t082604163100
MVME6100> time
THU AUG 26 16:31:02.00 2004
show the flash memory
MVME6100> flashShow
Load in the VxWorks boot kernel
MVME6100> tftpGet -cCLIENT_IP_ADDRESS -sSERVER_IP_ADDRESS -fFILENAME
CLIENT_IP_ADDESS is the address to send the file to SERVER_IP_ADDRESS is the address of the computer hosting the file
Flash the RAM with the program
>MVME6100>flashProgram -d/dev/flash0 -o03f00100 -nfff00
After flashing you flip dipswitch #2 on S4 fo off and powercycle