APC的智能信号电缆(940-0024)真的是专有的吗?

首先,不知道这个问题是属于这个还是这个SU,所以请在这个问题上进行相应的build议。

我们有一个最近configuration在我们的networking上的UPS单元。 UPS单元使用AP9606网卡,但也有一个terminal使用的串行端口(腻子真棒)。 我不熟悉后者。 长话短说,我能够使用telnetconfigurationnetworking适配器。 一切都很好。

不pipe什么原因,当我们重新启动我们的configuration为使用我们的UPS设备进行自动关机的机器时,UPS上的网卡似乎只是丢弃了它的IPconfiguration(仍然试图找出这个问题)。 从那以后,任何尝试与NIC联系的尝试都失败了。

到目前为止尝试的步骤是:

  • 我做了手动ARP条目,以达到按照这些说明 。
  • 点击重置button,重试上一步。
  • Ran WireShark尝试前面的步骤来查看网卡的MAC或IP是否出现在ARP请求的任何位置。

从UPS单元中分离出来的唯一东西是48p交换机,所以在同一子网内不应该有任何networking过滤。 我没有任何办法来判断这张卡是不是很糟糕,或者如果我真的必须按照这些说明来尝试这个系列。 因为我们固定了UPS单元,所以这个智能信号电缆无处可寻。 不过,我手头上有一个看起来可以工作的思科YC电缆,但我很难find电线configuration,看看他们是否会匹配。 OTOH,得到这个APC电缆也意味着我将不得不find一个陈旧的电脑,也有一个串口。

在我的时间里configuration了一些SmartUPS与AP9606,我不记得曾经需要一个“APC专有”串行电缆。 文档引脚看起来像一个简单的零调制解调器电缆交换TX和RX引脚:

+-----------------------------------------------------------------+ | | | Black APC 940-0024C Smart Signalling UPS Cable Wiring Diagram | | This information is verified and tested to be 100% correct. | | | +-----------------------------------------------------------------+ | | | DB9M(UPS) 2m Cable DB9F(Computer) | | --------- -------- -------------- | | | | (SHELL)<---------+----//----+----------------<(SHELL) | | | | | | - - | | | | | | | | CHASSIS 9<--------------//---------------------<5 SG | | | | | | | | TXD 2<--------------//---------------------<2 RXD | | | | | | | | RXD 1<--------------//---------------------<3 TXD | | | | | | | | - - +--<1 DCD | | | | | +--<4 DTR | | NOTES: | | Cable type is shielded 28AWG. +--<7 RTS | | The DB shells are connected | | | to each other via the shield. +--<8 CTS | | | +-----------------------------------------------------------------+ | | | Operation: The UPS communicates with the Computer via | | ordinary RS-232 serial protocol at 2400-8N1 with software | | flow control. Jumpered pins in the DB9F connector are for | | automatic or PNP cable identification by UPS software. | | | +-----------------------------------------------------------------+ | | | Male (pins) Female (holes) | | DB9 RS-232 PC | | type connector 1 5 5 1 | | ---------------- _______________ _______________ | | Pinout numbering \ . . . . . / \ ooooo / | | looking into the \ . . . . / \ oooo / | | end of the cable ----------- ----------- | | 6 9 9 6 | | | | NOTE: Solder a wire to the metal shell for use as a FRAME-GND | | | +-----------------------------------------------------------------+ 

而不是使用带有串口的个人电脑,我build议只需要一个基于PL2303的USB转串口适配器电缆 – 在过去的十年里,几乎所有的操作系​​统都可以很好的pipe理串口控制台。

那么,它可能是专有的(从非标准的引脚上看),但是如果你知道你在找什么,你可以find引脚图,如果你有一些便宜的工具,你也可以制作一个。

这是一个相当简单的:这是0024C型号:

 +-----------------------------------------------------------------+ | | | Black APC 940-0024C Smart Signalling UPS Cable Wiring Diagram | | This information is verified and tested to be 100% correct. | | | +-----------------------------------------------------------------+ | | | DB9M(UPS) 2m Cable DB9F(Computer) | | --------- -------- -------------- | | | | (SHELL)<---------+----//----+----------------<(SHELL) | | | | | | - - | | | | | | | | CHASSIS 9<--------------//---------------------<5 SG | | | | | | | | TXD 2<--------------//---------------------<2 RXD | | | | | | | | RXD 1<--------------//---------------------<3 TXD | | | | | | | | - - +--<1 DCD | | | | | +--<4 DTR | | NOTES: | | Cable type is shielded 28AWG. +--<7 RTS | | The DB shells are connected | | | to each other via the shield. +--<8 CTS | | | +-----------------------------------------------------------------+ | | | Operation: The UPS communicates with the Computer via | | ordinary RS-232 serial protocol at 2400-8N1 with software | | flow control. Jumpered pins in the DB9F connector are for | | automatic or PNP cable identification by UPS software. | | | +-----------------------------------------------------------------+ | | | Male (pins) Female (holes) | | DB9 RS-232 PC | | type connector 1 5 5 1 | | ---------------- _______________ _______________ | | Pinout numbering \ . . . . . / \ ooooo / | | looking into the \ . . . . / \ oooo / | | end of the cable ----------- ----------- | | 6 9 9 6 | | | | NOTE: Solder a wire to the metal shell for use as a FRAME-GND | | | +-----------------------------------------------------------------+ 

在这里find

如果本页给出的电缆接线图是准确的,那么它基本上只是针脚2,3和接地。 它从那里看起来像地面运行到壳而不是在UPS端5针,但我敢打赌,如果你使用沼泽标准的DB9 – DB9男性直女通过它会工作。 请注意,鉴于它是RS232,不pipe怎么说,如果你弄错了,那么你就不会破坏任何东西 – 232是非常强大的。

至于find一个串行端口,为串行USB适配器投入几美元,并将其插入附近的服务器或笔记本电脑来获得控制权。