1833012 Members
2864 Online
110048 Solutions
New Discussion

Register MIB

 
Lourival
Occasional Contributor

Register MIB

I´m tring register a mib for Dell support on HSIM 4.1. I can compile fine when a run the command mcompile dell10892.mib. So, when I try to register a mib running the command mxmib -a dell10892.cfg a get the following error.
Any idea?? Someone try this problem before?
Thanks!

IMPORTING CFG dell10892.cfg
java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.net.SocketException: Connection reset
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:203)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at com.hp.mx.core.controllers.AlertControllerImpl_Stub.importCfg(Unknown Source)
at com.hp.mx.core.client.AlertClientImpl.importCfg(Unknown Source)
at com.hp.mx.cli.executors.MxMibCLIExecutor.addCfg(Unknown Source)
at com.hp.mx.cli.executors.MxMibCLIExecutor.execute(Unknown Source)
at com.hp.mx.cli.MxCommandDispatcher.dispatchCommand(Unknown Source)
at com.hp.mx.cli.MxCommandDispatcher.main(Unknown Source) Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at java.io.DataInputStream.readByte(DataInputStream.java:331)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:189)
... 7 more
com.hp.mx.core.client.MxSessionClosedException: Lost the connection with the server.
at com.hp.mx.core.client.AlertClientImpl.importCfg(Unknown Source)
at com.hp.mx.cli.executors.MxMibCLIExecutor.addCfg(Unknown Source)
at com.hp.mx.cli.executors.MxMibCLIExecutor.execute(Unknown Source)
at com.hp.mx.cli.MxCommandDispatcher.dispatchCommand(Unknown Source)
at com.hp.mx.cli.MxCommandDispatcher.main(Unknown Source)
java.rmi.ConnectException: Connection refused to host: 10.32.0.204; nested exception is:
java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101)
at com.hp.mx.core.controllers.AlertControllerImpl_Stub.releaseLock(Unknown Source)
at com.hp.mx.core.client.AlertClientImpl.releaseLock(Unknown Source)
at com.hp.mx.cli.executors.MxMibCLIExecutor.addCfg(Unknown Source)
at com.hp.mx.cli.executors.MxMibCLIExecutor.execute(Unknown Source)
at com.hp.mx.cli.MxCommandDispatcher.dispatchCommand(Unknown Source)
at com.hp.mx.cli.MxCommandDispatcher.main(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.(Socket.java:309)
at java.net.Socket.(Socket.java:124)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
... 9 mor