Chinaunix首页 | 论坛 | 博客
  • 博客访问: 840769
  • 博文数量: 339
  • 博客积分: 3151
  • 博客等级: 中校
  • 技术积分: 3425
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-10 14:47
文章分类

全部博文(339)

文章存档

2023年(43)

2022年(44)

2021年(3)

2020年(13)

2019年(39)

2018年(25)

2015年(2)

2014年(18)

2013年(12)

2012年(48)

2011年(79)

2010年(13)

分类: 服务器与存储

2022-12-08 08:52:39

kerberos
身份验证;身份认证;安全机制;单点登录

kerberos

 
英 ['k??b?r?s]     美 ['k??b?r?s]    
  • n. 希腊神话中把守冥府入口的三头狗
  • n. 一种网络密码验证授权系统




provision

 核心词汇
英 [pr?'v??n]     美 [pr?'v??n]    
  • n. 食品;粮食;供应;规定;条款;预备;【经】准备金
  • vt. 向 ... 供应食物





via

 核心词汇
英 ['va??]     美 ['va??]    
  • prep. 经由;通过




1.Create a volume:

volume create -vserver vserver_name -volume volume_name -aggregate aggregate_name -size {integer[KB|MB|GB|TB|PB]} -security-style {ntfs|unix|mixed} -user user_name_or_number -group group_name_or_number -junction-path junction_path [-policy export_policy_name]

The -security style, -user, -group, -junction-path, and -policy options are for NAS namespaces only.

The choices for -junction-path are the following:


2. Verify that the volume was created with the desired junction point:
  1. volume show -vserver vserver_name -volume volume_name -junction

Examples

The following command creates a new volume named users1 on the SVM vs1.example.com and the aggregate aggr1. The new volume is made available at /users. The volume is 750 GB in size, and its volume guarantee is of type volume (by default).

cluster1::> volume create -vserver vs1.example.com -volume users1 -aggregate aggr1 -size 750g -junction-path /users
[Job 1642] Job succeeded: Successful

cluster1::> volume show -vserver vs1.example.com -volume users1 -junction
                          Junction                 Junction
Vserver           Volume  Active   Junction Path   Path Source
----------------- ------- -------- --------------- -----------
vs1.example.com   users1  true     /users          RW_volume

ontap9 文档中心  命令查询地址, 有关 CLI 语法和用法的详细信息
%2Fcom.netapp.doc.dot-cm-cmpr%2FGUID-5CB10C70-AC11-41C0-8C16-B4D0DF916E9B.html










阅读(178) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~