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('
|
Please tell us can we get dual port for this item so we can connect one to KVMport and another to KVM extender Unfortunately, Raritan does not offer a dual access dongle. I am a bit confused by your request, however. Are you attempting to connect a single server from a faraway distance to the KVM switch? In most cases you would just need a direct extension from the server to the switch. Please give us a call to discuss. 1-877-586-6654. | ||
We have multiple servers which we want to access .If we use Dominion KXII Do you have any USB dongle equivalent to P2CIM-APS2DUAL dongle so that it has Dual port (2 X RJ 45 Female) with Keyboard,Mouse support There is not a dual access (2 RJ 45 access) CIM for the KX2 unfortunately. Please give us a call to discuss what you are trying to accomplish and we should be able to pinpoint a solution for you. | ||
Do we need D2CIM-DVUSB cable for each server that goning to connect to KVM or we just need one on the KVM box? Thanks. Thank your for your inquiry. Yes, you would need a separate Computer Interface Module(CIM)for each attached server. | ||
What is the functional difference between this item and the "Raritan DCIM-USBG2"? Thank you for your inquiry. The DCIM-USBG2 (https://www.kvm-switches-online.com/dcim-usb.html) is the basic USB Computer Interface Module and is described by Raritan as: \'a basic, VGA-based USB CIM for customers not wanting virtual media, absolute mouse or the other advanced features.\' - Virtual media is the ability to attach a media storage device to the server through the remote console. This CIM, the D2CIM-DVUSB, on the other hand is a Dual Virtual Media USB CIM that is required for BIOS level virtual media access (necessary for booting to a recovery CD for instance) and absolute mouse synchronization. Dual Virtual Media CIMs provide enhanced features such as virtual media at the BIOS level, for audio, tiering and/or Smart Cards, including the US Government\'s Common Access Cards (CAC). There is one other similar CIM, the D2CIM-VUSB (https://www.kvm-switches-online.com/d2cim-vusb.html), which is a single USB Virtual Media CIM that supports absolute mouse synchronization and virtual media at the OS level only (would not allow booting to a virtual media source). | ||
Will this work with the KX III line of KVMs as well? Thank you for your inquiry. Yes, the D2CIM-DVUSB will work with the Dominion KX III line. The manufacturer states the following: The Dominion KX III was designed to use multiple types of CIMs, including: - New digital video KX II CIMs: D2CIM-DVUSB-DVI, D2CIM-DVUSB-HDMI, D2CIM-DVUSB-DP - VGA-based Dominion KX II CIMs (D2CIMs): D2CIM-DVUSB, D2CIM-VUSB and D2CIM-PWR - VGA-based Dominion KX I CIMs (DCIMs): DCIM-PS2, DCIM-USBG2 and DCIM-SUN - Select Paragon II CIMs | ||
More Questions... |