2021년 2월 22일 월요일

Export & Import a quota configuration

 

    Procedure

  1. Open a secure shell (SSH) connection to any node in the cluster and log in.
  2. At the command prompt, run the following command:
    isi_classic quota list --export

    The quota configuration file displays as raw XML.

    Procedure

  3. Open a secure shell (SSH) connection to any node in the cluster and log in.
  4. Navigate to the location of the exported quota configuration file.
  5. At the command prompt, run the following command, where <filename> is the name of an exported configuration file:
    isi_classic quota import --from-file=<filename>
    The system parses the file and imports the quota settings from the configuration file. Quota settings that you configured before importing the quota configuration file are retained, and the imported quota settings are effective immediately.