Ga naar inhoud

NHN Cloud

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

Als je opslag zonder opties toevoegt, vraagt de CLI om Email Account en API Password.

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

Je kunt Email Account of API Password ook als optie opgeven.

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>

Waarschuwing

Shell-opdrachten worden in de geschiedenis vastgelegd. Geef de optie --nhn-api-password daarom bij voorkeur niet met een waarde op.

Als je geen koppelmap opgeeft, wordt de opslag gekoppeld aan een map onder /mnt, zoals /mnt/nhn. Gebruik de optie --mount-path om zelf een koppelmap op te geven.

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

Extra opties

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

Zie ook