新しい会話を開始

Solved!

ソリューションへ移動

3 Apprentice

 • 

1.4K メッセージ

27

2025年2月12日 01:39

PowerScaleの自動マッピングのIDに関して

PowerScaleの場合デフォルトでSMB(SID)でアクセスしてきた場合、内部で1,000,000 ~ 2,000,000の範囲のUIDを自動でマッピングすると思います。

の1000000~2000000に関してお客様環境内で使用している場合は変更しておいたほうがいいかともいますが、こちらの数値はいくつまで設定可能なものでしょうか。

PowerScale内で指定できる数字の上限があるのかご教授いただきたく。

Community Manager

 • 

7.2K メッセージ

2025年2月12日 08:10

Mawataraiさん

 

試しにGUIでUID:30000000 を指定しましたが作成できました。
コマンドラインでは4000000を指定しても作成可能だったのでおそらく制限はないと思います。


GUI>30000000指定
 

Image

コマンド結果>省略してます。
powerscale1-3% isi auth users create ayatest --uid 4000000
powerscale1-3% isi aut users list 
Name
-------------
Guest
king3
ayatest
-------------
Total: 31

 

以下では使わないほうがよさそう。。な数字がありますので参考まで。

 

参考:PowerScale OneFS 9.10.0.0 Web Administration Guide
Page 168 
Avoid common UIDs and GIDs Do not include commonly used UIDs and GIDs in your ID ranges. For example, UIDs and GIDs below 1000 are reserved for system accounts; do not assign them to users or groups


Page25 Dell EMC PowerScale OneFS User Mapping

It is also important that the range from which OneFS automatically allocates UIDs and GIDs does not overlap with any other ID range. The range from which OneFS automatically allocates a UID and GID is 1,000,000 to 2,000,000.

 

Community Manager

 • 

7.2K メッセージ

2025年2月26日 02:32

 

mawataraiさん

 

すいません。訂正です。。上限ありました!

 

PowerScale OneFS 9.10.0.0 CLI Administration Guide

Page 190

A UNIX user identifier (UID) and a group identifier (GID). A UID or GID is a 32-bit number with a maximum value of 4,294,967,295.

 

 

イベントは見つかりませんでした!

Top