CLI basics
The VxFlex OS CLI, SCLI, enables you to perform all provision, maintain, and monitor
activities.
SCLI is installed as part of the AMS, and can be found in the following path:
l
Windows:
C:\Program Files\EMC\ScaleIO\AMS\webapps\ROOT\resources
l
Linux:
/opt/emc/scaleio/ams/webapps/ROOT/resources/
Before using the CLI in Linux, you must give the file execute permissions:
chmod a+x /opt/emc/scaleio/ams/webapps/ROOT/resources/scli
Before using SCLI, you must log in to the AMS using the
scli --login
command,
as described in
Authenticating with the management server
All SCLI commands use one of the following formats, depending on your environment:
NOTICE
These instructions apply to every SCLI command, with one exception: When first
logging in using the
--login
command, do not use the
--mdm_port
flag.
l
To run commands locally on the AMS, from the correct path enter:
scli <command> --mdm_port 6611
(for --login, do not use --mdm_port)
l
To run commands from a Linux server to a remote AMS, from location of the SCLI
bin on the local server enter:
scli <command> --mdm_ip <AMS_IP_Address> --mdm_port 6611
l
To run commands from Windows to a remote AMS, from the location of SCLI bin
on the local server enter:
scli.exe <command> --mdm_ip <AMS_IP_address> --mdm_port 6611
Description: Execute a CLI command.
Parameter
Description
--mdm_ip <IP>
Use the IP address of the AMS server.
--approve_certificate
Preemptive approval of the MDM's certificate
<command>
Command to be executed
--mdm_port <PORT>
The port of the MDM that is listening for the
command requests. This value is always 6611.
scli --mdm_ip 10.10.10.3,10.10.10.4 --query_all --mdm_port 6611
The
mdm_ip
indicates the MDM that receives and is to execute the command. If the
command is run from the Master MDM, this switch may be omitted.
To avoid using the
--mdm_ip
parameter in every command, or avoid having to install
the CLI on other servers, use SSH or RDM to log in to the shell running on the
management server.
Managing System Objects
132
Dell EMC VxFlex Ready Node AMS User Guide
Summary of Contents for EMC VxFlex Ready Node
Page 1: ...Dell EMC VxFlex Ready Node Version 3 x AMS User Guide P N 302 005 733 REV 02 June 2019 ...
Page 10: ...Contents 10 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 12: ...Figures 12 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 14: ...Tables 14 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 18: ...Introduction 18 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 24: ...Introduction to VxFlex Ready Node 24 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 80: ...Architecture 80 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 110: ...VxFlex OS Performance Fine Tuning 110 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 130: ...Managing and Monitoring 130 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 156: ...Managing System Objects 156 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 182: ...Security Management 182 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 188: ...Monitoring the System using the VxFlex OS GUI 188 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 252: ...Reference 252 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 274: ...Common Tasks 274 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 292: ...System events 292 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 324: ...SNMP Trap Support 324 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 348: ...DTK Hardware Update Bootable ISO 348 Dell EMC VxFlex Ready Node AMS User Guide ...
Page 354: ...Glossary 354 Dell EMC VxFlex Ready Node AMS User Guide ...