Documentation, Support, and Training
Understanding Administrative Commands
Monitoring the InfiniBand Fabric
Controlling the InfiniBand Fabric
Understanding Signal Routing Through the Switch
Understanding Switch Startup and Component Addition
Understanding ILOM on the Switch
Switching Between the ILOM Shell and the Linux Shell
Controlling ILOM Targets (CLI)
Upgrading the Switch Firmware Through ILOM (CLI)
Administering ILOM (Web Interface)
Access ILOM From the Web Interface
Monitoring ILOM Targets (Web Interface)
Controlling ILOM Targets (Web Interface)
Upgrading the Switch Firmware Through ILOM (Web Interface)
Understanding InfiniBand Cabling
Understanding Switch Specifications
Understanding the Installation
Installing the InfiniBand Software Stack
Verifying the InfiniBand Fabric
Understanding Service Procedures
Inspect the Power Supply Hardware
Inspect the Power Supply Connectors
Servicing the Fabric Cards and Fabric Card Fillers
Inspect the Fabric Card Chassis
Inspect the Fabric Card Retainer Bolts
Inspect the Fabric Card XBOW Connectors
Remove a Fabric Card or Fabric Card Filler
Install a Fabric Card or Fabric Card Filler
Servicing the InfiniBand Cables
Inspecting the InfiniBand Cables
InfiniBand Cable Identification
Inspect the InfiniBand Cable Hardware
Inspect the InfiniBand Cable Connectors
Inspect the Line Card Retainer Bolts
Inspect the Line Card XBOW Connectors
Inspect the Line Card CXP Connectors
Doing Supportive Software Tasks
Configure CMCs for Identical Addresses
Understanding Switch-Specific Commands
If not already configured, the following procedure describes how to set up a TFTP server on a Solaris system.
tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot
# mkdir /tftpboot # chown root /tftpboot # chmod 755 /tftpboot # cd /tftpboot # ln -s . tftpboot
# pkill -HUP inetd
For example:
# cp /export/firmwarefilename /tftpboot/
where firmwarefilename is the firmware file you intend to make available on the TFTP server.
# chmod 444 /tftpboot/firmwarefilename
# cd /tmp
# tftp localhost tftp> get firmwarefilename Received xxx bytes in x.x seconds tftp>
If the received bytes is approximately the same as the firmware file size, the TFTP server is functioning properly.
Note - TFTP is not the same as FTP. It does not display the same error messages as FTP, and you cannot use the cd,ls, or most other commands recognized by FTP