function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
I added another server but purchased another cable to plug into additional local console port for adding remote devices. However it does not display.
Thank you for your inquiry. Due to the varied nature of user environments, detailed product support is beyond the scope of this simple FAQ.

Having said that, if you don\'t have space on an existing Dual-Port Micro-Cable Kit to attach an additional server, you will need another dual-port cable kit for USB or PS/2 such as the F1D9400-06 ( https://www.kvm-switches-online.com/f1d9400-06.html ) or the F1D9401-06 ( https://www.kvm-switches-online.com/f1d9401-06.html ). This cable will plug into the next available "Hosts XX & YY" (where XX and YY are sequential number pairs from 1 to 16). The additional local console ports would be to add another keyboard, mouse and monitor setup to access the attached servers.

For additional trouble shooting tips, please consult the F1DC108B-SR manual, which you can download here.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Does this product support windows 2008 server environment?
Thank you for your inquiry. The short answer is, yes it should. The attached Belkin OmniView PRO3 KVM is a hardware based solution, and as such, should work with a Windows 2008 Server Environment.

The long answer, however, is a little more complicated. Some users are having issues with Windows 7 and certain KVMs due to the way in which Windows 7 continuously reads the EDID from attached monitors and constantly polls other devices such as keyboards and mice. While we have not heard of any issues with Server 2008, it is entirely possible that that OS displays the same issues since it is based on the same core.

The manual for the KVM monitor drawer, as well as the PRO3 KVM itself, do not explicitly state Windows Server 2008 as a compatible OS in the specifications. Nor have we tested either with Windows Server 2008. It is entirely possible that the switch doesn\'t support Server 2008. We have placed an inquiry with Belkin, if we receive new information regarding compatibility, we will update this post.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Will the following cable work with the KVM switch; db15 male --db15female 25 ft 3-in1 universal PS/2 KVM Cable: SVP23N1_25. I tried putting it in theadditional local console port on the back of the switch.
Thank you for your inquiry. Unfortunately, no, that cable will not work. The integrated PRO3 KVM requires proprietary cables. Additionally, if you are attaching a server, the proprietary cable will need to be plugged into the SCSI-50 dual-host ports. The console ports are strictly for adding an additional keyboard, mouse and monitor.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
I have one of these KVMs and need a manual to describe what key strokes are to enter the OSD.
Thank you for your inquiry. You can download the manual for this device here: http://www.42u.com/pdf/man_f1dc1xxb-sr_pm00395-a.pdf.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
I need the cables for this switch. Where can I buy them?
Thank you for your inquiry. The switch on the back of this unit requires the Belkin Dual-Port Micro-Cable Kit. PS/2 style cables are part number F1D9400-XX, and USB cables are F1D9401-XX (-xx represents a specific length).

The 6 foot PS/2 version can be found here: https://www.kvm-switches-online.com/f1d9400-06.html and the 6 foot USB version here: https://www.kvm-switches-online.com/f1d9401-06.html.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';