Isilon: Isilon 群集上的 /base 分区是什么
Summary: 查看 Isilon 节点上的分区或 df 命令等命令的输出时,会看到 /base 分区并将其显示为已满
Instructions
查看 Isilon 节点上的分区或 df 命令等命令的输出时,会看到 /base 分区并将其显示为已满。例如(您的节点可能看起来不同,因为这是一个虚拟节点):
tf80-1# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/mirror/root0 1.9G 412M 1.3G 23% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/mirror/var0 956M 65M 814M 7% /var
/dev/mirror/var-crash 2.8G 4.8M 2.6G 0% /var/crash
/dev/mirror/keystore 60M 10K 55M 0% /keystore
/dev/md0 60M 812K 54M 1% /tmp/ufp
/dev/md1.uzip 104M 98M -2.9M 103% /base
OneFS 72G 24G 18G 57% /ifs
这是在较新的 OneFS 内部版本中添加的,以支持具有较小根分区的较旧 IMDD 节点。无需担心此分区已满,不应删除任何内容。
这是一个压缩的只读文件系统,文件被移动到此处,并从其原始位置符号链接,
例如:
TF8002-1# ls -l /usr/local/apache2/icons|more
共 2 条
lrwxr-xr-x 1 root wheel 36 Aug 17, 2016 README -> /base/usr/local/apache2/icons/README
LRWXR-XR-X 1 根轮 41 17 8月 2016 README.html -> /base/usr/local/apache2/icons/README.html
lrwxr-xr-x 1 root wheel 35 17 8月 2016 a.gif -> /base/usr/local/apache2/icons/a.gif
lrwxr-xr-x 1 root wheel 35 17 Aug 2016 a.png -> /base/usr/local/apache2/icons/a.png
lrwxr-xr-x 1 根轮 45 17 8月 2016 alert.black.gif -> /base/usr/local/apache2/icons/alert.black.gif
lrwxr-xr-x 1 root wheel 45 17 8月 2016 alert.black.png -> /base/usr/local/apache2/icons/alert.black.png
lrwxr-xr-x 1 根轮 43 17 8月 2016 alert.red.gif -> /base/usr/local/apache2/icons/alert.red.gif
lrwxr-xr-x 1 root wheel 43 17 8月 2016 alert.red.png -> /base/usr/local/apache2/icons/alert.red.png
lrwxr-xr-x 1 root wheel 43 17 Aug 2016 apache_pb.gif -> /base/usr/local/apache2/icons/apache_pb.gif
lrwxr-xr-x 1 root wheel 43 17 8月 2016 apache_pb.png -> /base/usr/local/apache2/icons/apache_pb.png
lrwxr-xr-x 1 root wheel 44 17 8月 2016 apache_pb2.gif -> /base/usr/local/apache2/icons/apache_pb2.gif
lrwxr-xr-x 1 root wheel 44 17 8月 2016 apache_pb2.png -> /base/usr/local/apache2/icons/apache_pb2.png
lrwxr-xr-x 1 根轮 48 17 8月 2016 apache_pb2_ani.gif -> /base/usr/local/apache2/icons/apache_pb2_ani.gif
lrwxr-xr-x 1 root wheel 38 17 8月 2016 back.gif -> /base/usr/local/apache2/icons/back.gif
lrwxr-xr-x 1 root wheel 38 17 8月 2016 back.png -> /base/usr/local/apache2/icons/back.png
lrwxr-xr-x 1 root wheel 43 17 8月 2016 ball.gray.gif -> /base/usr/local/apache2/icons/ball.gray.gif
lrwxr-xr-x 1 root wheel 43 17 Aug 2016 ball.gray.png -> /base/usr/local/apache2/icons/ball.gray.png
lrwxr-xr-x 1 root wheel 42 17 8月 2016 ball.red.gif -> /base/usr/local/apache2/icons/ball.red.gif
lrwxr-xr-x 1 root wheel 42 17 8月 2016 ball.red.png -> /base/usr/local/apache2/icons/ball.red.png
lrwxr-xr-x 1 root wheel 40 17 8月 2016 binary.gif -> /base/usr/local/apache2/icons/binary.gif
lrwxr-xr-x 1 root wheel 40 17 8月 2016 binary.png -> /base/usr/local/apache2/icons/binary.png
这应该是在每个节点上,并且是作系统的一部分。