1) I want to perform several sanity tests on coprHD using smi-s simulator. want to create single virtual pool of FC and IP storage arrays. For this I had installed the cisco simulator, and tried to create fabric manager. While creating the fabric manager I got the error 1008 :parameter ID not valid. suggest the cause and solution for the error. Find attached screenshot of error.
2)I have installed coprHD on two machines running as a virtual machine on Microsoft Hyper V cloud stack. On both the controller machines I have installed the smis simulator, running on two different ports for VNX and VMAX. Following are the queries for the same
i)On one of the machine I am not able to locate the storage drives for VMAX (Symmetrix), even though the simulator process is running, socket connectivity is established on the port(Checked using telnet).
ii) One other controller machine, I am able to locate the storage drives and can perform other sanity test activities. however after a certain period , I cannot open the dashboard from url, it shows java.net.ConnectionExecption: connection refused. The error on dashboard is 6503 service not available.
in log folder I get the socket connection failed as follows
2016-06-09 10:20:58,677 [main-SendThread(
10.212.0.193:2181)] WARN ClientCnxn.java (line 1102) Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)