Skip to content

NHN Cloud

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

If you add storage without any options, you will be prompted to enter an Email Account and API Password.

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

Alternatively, an Email Account or API Password can be specified as options.

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>

Warning

Shell commands are logged in history. If possible, we recommend not specifying the --nhn-api-password option with a value.

If a mount directory is not specified, it will be mounted to a directory such as /mnt/nhn under /mnt. To specify the mount directory, use the --mount-path option.

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

Additional options

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

See also