How to remove a customized UAS configuration and restore the base installed configuration.
The configuration set up using the Cray CLI to interact with UAS persists as long as UAS remains installed and survives upgrades. This is called the running configuration and it is both persistent and malleable. During installation and localization, however, the installer creates a base installed configuration. It may be necessary to return to this base configuration. To do this, delete the running configuration, which will cause the UAS to reset to the base installed configuration.
WARNING: Deleting the running configuration discards all changes that have been made since initial installation and is not recoverable. Be certain this is acceptable before proceeding.
This procedure requires administrator privileges.
Delete the running configuration.
ncn-w001 # cray uas admin config delete
This will delete all locally applied configuration, Are you sure? [y/N]:
Confirm the command. This will delete the running configuration and cannot be undone.
ncn-w001 # cray uas admin config delete
This will delete all locally applied configuration, Are you sure? [y/N]: y
Alternatively, note that the interactive prompt can be bypassed by supplying the -y option.
ncn-w001 # cray uas admin config delete -y