maintenance --remote_access [--static_ip] [--ip <IPv4/IPv6 address>] [--netmask <netmask>] [--gateway <IPv4/IPv6 address>] [--device <lom1|lom2|lom3|lom4>]
--static_ip Assign a static IP address for Integrated Dell Remote Access Controller (iDRAC).
--ip Static IP address to use.
--netmask Netmask for the assigned static IP address.
--gateway Gateway for routing.
--device Network device for iDRAC. By default, if you do not specify a device, the iDRAC port will be used.
For example, to enable the remote access, you can run a similar command like the one below:maintenance --remote_access --enable --static_ip --ip 10.250.241.167 --netmask 255.255.252.0 --gateway 10.250.240.1
Usage:
maintenance --filesystem [--scan_status]
[--scan_report [verbose]]
[--repair_status [verbose]]
[--repair_history [verbose]]
[--scan_restart [verify_data | verify_rda_metadata | verify_metadata]]
[--repair_now]
[--reclaim_space]
[--stop_reclaim_space]
[--clear_quarantine]
[--start_scan [verify_data | verify_rda_metadata | verify_metadata]] [--storage_group <name>]
[--stop_scan]
maintenance --configuration [--backup]
[--restore]
[--reinit_dictionary]
maintenance --hardware [--reinit_nvram]
[--restore_hw_db]
[--network_reconfigure]
[--motherboard_replaced]
maintenance --disk [--make_standby [slot num]] [--type <internal | external-<num> | service tag>]
[--clear_foreign]
maintenance --remote_access [--show]
[--enable] [--static_ip] [--ip <IPv4/IPv6 address>] [--netmask <netmask>] [--gateway <IPv4/IPv6 address>]
[--device <lom1|lom2|lom3|lom4>]
[--disable]
maintenance --vdisk --check_consistency --type <boot | internal | external> [--service_tag <service tag>]
maintenance --help
maintenance <command> <command-arguments>
<command> can be one of:
--filesystem Maintenance operations on filesystem.
--configuration Backup/Restore system configuration.
--hardware Manage appliance hardware.
--disk Manage disk drives.
--remote_access Manage Integrated Remote Access Controller (iDRAC).
--vdisk Manage virtual disk drives.
For command-specific help, please type maintenance --help <command>
eg:
maintenance --help filesystem