This post is more than 5 years old
1 Rookie
•
53 Posts
0
1319
October 23rd, 2015 02:00
How to add a esx host as a SDC to the system
Hi,guys,
I just use:
[root@localhost ~]# scli --add_sdc --sdc_ip 10.204.28.170
Successfully approved sdc Object ID a662013800000003 ip 10.204.28.170 guid N/A
and when I query all sdc:
[root@localhost ~]# scli --query_all_sdc
MDM restricted sdc mode: disabled
Query all SDC returned 4 SDC nodes.
SDC ID: a662013500000000 Name: N/A IP: 10.204.28.173 State: Connected GUID: 79544FA1-B7DD-4A1F-9DE5-B1F223C8C31C
Read bandwidth: 0 IOPS 0 Bytes per-second
Write bandwidth: 0 IOPS 0 Bytes per-second
SDC ID: a662013600000001 Name: N/A IP: 10.204.28.175 State: Connected GUID: 0AEA5227-17C3-4C0B-A994-A5A644875714
Read bandwidth: 0 IOPS 0 Bytes per-second
Write bandwidth: 0 IOPS 0 Bytes per-second
SDC ID: a662013700000002 Name: N/A IP: 10.204.28.174 State: Connected GUID: A8F94464-24FC-424D-BF1E-77163C195081
Read bandwidth: 0 IOPS 0 Bytes per-second
Write bandwidth: 0 IOPS 0 Bytes per-second
SDC ID: a662013800000003 Name: N/A IP: 10.204.28.170 State: Disconnected GUID: 00000000-0000-0000-0000-000000000000
Read bandwidth: 0 IOPS 0 Bytes per-second
Write bandwidth: 0 IOPS 0 Bytes per-second
And how to change the state from Disconnected to Connected?
tomer__engineer
155 Posts
0
October 26th, 2015 05:00
See UserGuide -> section: Modifying configuration parameters on ESX servers
tomer__engineer
155 Posts
0
October 24th, 2015 23:00
Proper way to add SDC to your system is to install it with the proper MDM IPs he needs to communicate with.
The add SDC command is for a different usage altogether.
add_sdc command is meant for when the restricted mode is enabled and even after installing an SDC properly with the MDM IPs you still need to execute the add_sdc command in order for the MDM to allow mapping volumes to that SDC.
The reply you got from virby123 should also work, but again I recommend doing it right and not as a workaround.
littleboy1
1 Rookie
•
53 Posts
0
October 25th, 2015 19:00
@tomer Okay,got it.Thank you!
But there have the drv_cfg command on a esx host?