Snapdrive for Unix
La versione in lingua italiana fornita proviene da una traduzione automatica. Per eventuali incoerenze, fare riferimento alla versione in lingua inglese.

Aggiunta di un nome host sd al sistema di storage mediante CLI

Collaboratori

L’amministratore del sistema di storage può creare e configurare l’utente del nome host sd utilizzando il comando useradmin.

Fasi
  1. Aggiungere storage.

    # dfm host add storage_array1
    Added host storage_array1.lab.eng.btc.xyz.in
  2. Impostare la password per l’host.

    # dfm host password save -u root -p xxxxxxxx storage_array1
    Changed login for host storage_array1.lab.eng.btc.xyz.in to root.
    Changed Password for host storage_array1.lab.eng.xyz.netapp
    .in
  3. Creare un ruolo nell’host.

    # dfm host role create -h storage_array1 -c "api-*,login-*" sd-unixhost-role
    Created role sd-unixhost-role on storage_array1
  4. Creare un gruppo di utenti.

    # dfm host usergroup create -h storage_array1 -r sd-unixhost-role sd-unixhost-ug
    Created usergroup sd-unixhost-ug(44) on storage_array1
  5. Creare un utente locale.

    # dfm host user create -h storage_array1 -p xxxxxxxx -g sd-unixhost-ug sd-unixhost
    Created local user sd-unixhost on storage_array1