Zum Inhalt

NHN Cloud

raidrivecli add nhn --nhn-container <container> --nhn-tenant-id <tenant-id>

Wenn Sie den Speicher ohne Optionen hinzufügen, werden Sie zur Eingabe von Email Account und API Password aufgefordert.

raidrivecli add nhn --nhn-container mycontainer --nhn-tenant-id mytenantid
Email Account: <account>
API Password: ********

Alternativ können Sie Email Account oder API Password als Optionen angeben.

raidrivecli add nhn --nhn-container <container> \
                    --nhn-tenant-id <tenant-id> \
                    --nhn-account <account>
raidrivecli add nhn --nhn-container <container> \
                    --nhn-tenant-id <tenant-id> \
                    --nhn-account <account> \
                    --nhn-api-password <password>

Warnung

Shell-Befehle werden im Befehlsverlauf gespeichert. Geben Sie nach Möglichkeit bei der Option --nhn-api-password keinen Wert direkt an.

Wenn Sie kein Einbindungsverzeichnis angeben, wird der Speicher in ein Verzeichnis unter /mnt eingebunden, z. B. /mnt/nhn. Um das Einbindungsverzeichnis festzulegen, verwenden Sie die Option --mount-path.

raidrivecli add nhn --nhn-container mycontainer --nhn-tenant-id mytenantid \
                    --mount-path /myservices/nhn

Weitere Optionen

--nhn-container <container>             bucket
--nhn-tenant-id <tenant>                tenant id
--nhn-account  <account>                account 
--nhn-api-password [password]           password

Siehe auch