> > | 2012-11-21, hill
Attempting an initial installation of the VadaTech Commercial MCH card for the uTCA crate.
Procedure:
- Install the VadaTech module in the MCH2
- Initial attempt at IPbus-based communication with the uTCA crate results in successful pinging and control of the AMC13 in MCH1 and also the AMC13 in a non-MCH slot, but unsuccessful pinging of mCTR2s
- Relevant Documents are...
- 10/100 Ethernet has the default IP address 192.168.1.252, which conflicts with our IP assignment scheme for the AMC13s.
- According to the 'Getting Started Guide', the default IP address of the GbE is 192.168.40.250. Unsuccessful ping to this address.
- Run Eric's
pinger.py to see what I can talk to. Within the range 192.168.1.255.......1, I can only see the AMC13s. This was to check and make sure the VadaTech MCH card didn't magically take on the same IP address as the NAT MCH card
- Despite my not being able to ping the GbE, I am going to try and connect anyway, as the documentation suggests.
[cms2] /home/chill90 > ssh root@192.168.40.250
ssh: connect to host 192.168.40.250 port 22: Connection timed out
[cms2] /home/chill90 > ssh 192.168.40.250
ssh: connect to host 192.168.40.250 port 22: Connection timed out
Not surprisingly, no luck here. I get similar results if I try and access the IP address via a web browser
- Next try connecting via the 10/100 Ethernet Port at 192.168.1.252. This pings successfully!
- Eric has now take over.
- TelNet into the card successfully.
-
> telnet 192.168.1.252
- Username: root
- Password: root
- The HUB card will be running Linux. The command-line interface is based on the IPMI v2.0. The procedure to reassign the IP addresses of the ethernet ports is as follows
- Open the file
/etc/rc.d/rc.conf for editing
- net interface 0 is the 10/100 Ethernet port. Edit
IPADDR0 and/or NETMASK0 and/or BROADCAST0 as desired
- net interface 1 is the GbE port. Edit
IPADDR1 and/or NETMASK1 and/or BROADCAST1 as desired
- Only one of either
GATEWAY0 or GATEWAY1 should be set!! The MCH will use the device with the set 'GATEWAY' value to send traffic to other subnets and networks
- Power cycle the MCH for the changes to take effect
|