Script - Clear Hosts and Devices: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
(Created page with "= What it is = This script will delete all saved hosts and devices information. All current state stored associated with each hosts (quotas, captive portal, hostnames) will b...")
 
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
This script will delete all saved hosts and devices information.
This script will delete all saved hosts and devices information.
All current state stored associated with each hosts (quotas, captive portal, hostnames) will be deleted.
All current state stored associated with each hosts (quotas, captive portal, hostnames) will be deleted.


'''WARNING:''' All hosts and devices information will be completely lost.
'''WARNING:''' All hosts and devices information will be completely lost.
Line 10: Line 9:


<code>
<code>
curl -k https://www.untangle.com/download/patches/generic/dump_hosts_devices.sh | dash
curl -k https://downloads.untangle.com/public/patches/generic/dump_hosts_devices.sh | dash
</code>
</code>
= Future =
This script will always be available to run, however will not be included in Untangle.

Latest revision as of 15:56, 27 November 2019

What it is

This script will delete all saved hosts and devices information. All current state stored associated with each hosts (quotas, captive portal, hostnames) will be deleted.

WARNING: All hosts and devices information will be completely lost.

How to run

curl -k https://downloads.untangle.com/public/patches/generic/dump_hosts_devices.sh | dash