ISS Technology Brief HP BladeSystem C7000 Enclosure, 3rd edition; Part 2


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS ISS Technology Brief HP BladeSystem C7000 Enclosure, 3rd edition; Part 2
# 1  
Old 01-05-2009
ISS Technology Brief HP BladeSystem C7000 Enclosure, 3rd edition; Part 2

Part two of a podcast of the ISS Technology Brief HP BladeSystem C7000 Enclosure, 3rd edition. This technology brief provides an overview of the HP BladeSystem c7000 Enclosure, including Thermal Logic power and cooling technologies and interconnect options.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

I want replace string <enclosure>&#x22;</enclosure> with <enclosure>&#x5e;</enclosure> in xml

I have xml files with with extension .ktr in subfolders i want to replace the string <enclosure>&#x22;</enclosure> with <enclosure>&#x5e;</enclosure> i have written logic but it is not working correctly sed -i '' 's#<enclosure>&\#x22;</enclosure>#<enclosure>&\#x5e;</enclosure>#g' *.ktr ... (3 Replies)
Discussion started by: reddy12
3 Replies

2. Shell Programming and Scripting

Learning Perl 3rd Edition

Does anyone know where I might be able to download the exercises from the learning perl 3rd edition book. Any URL's would be valuable! Thanks:confused: (1 Reply)
Discussion started by: bilal_aa
1 Replies
Login or Register to Ask a Question
UFTDI(4)						   BSD Kernel Interfaces Manual 						  UFTDI(4)

NAME
uftdi -- USB support for serial adapters based on the FT8U100AX and FT8U232AM SYNOPSIS
uftdi* at uhub? ucom* at uftdi? DESCRIPTION
The uftdi driver provides support for various serial adapters based on the FTDI USB UART IC family. Supported chip models are FT8U100AX, FT8U232AM, FT232BM, FT232R, dual channel FT2232D, dual channel FT2232H, and quad channel FT4232H. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The uftdi driver supports the following adapters: B&B Electronics uLinks RS-422/485 Coastal ChipWorks TNC-X Crystalfontz CFA-631 LCD Crystalfontz CFA-632 LCD Crystalfontz CFA-633 LCD Crystalfontz CFA-634 LCD Crystalfontz CFA-635 LCD CTI USB-485-Mini and and USB-Nano-485 Falcom Samba 55/56 GSM/GPRS modem Falcom Twist GSM/GPRS modem Future Technology Devices DB9 Future Technology Devices IC Future Technology Devices KW Future Technology Devices RS232 Future Technology Devices Y6 Future Technology Devices Y8 Future Technology Devices Y9 Future Technology Devices YS GlobalScale Technogogies SheevaPlug and OpenRD HP USB-Serial adapter shipped with some HP laptops Inland UAS111 Interpid Control Systems NeoVI Blue Interpid Control Systems ValueCAN Matrix Orbital LK/VK/PK202-24 LCD Matrix Orbital LK/VK204-24 LCD Matrix Orbital MX2/MX3/MX6 Series Matrix Orbital MX4/MX5 Series LCD QVS USC-1000 RATOC Systems REX-USB60F Robot Electronics USB to I2C Communications Module Sealevel Systems USB-Serial adapter SIIG US2308 Serial Telldus Tellstick and Tellstick Duo VScom USB-COM Mini SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The uftdi driver appeared in NetBSD 1.5. BSD
October 18, 2012 BSD