Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

VNX: NFS와 동일한 CIFS 인터페이스를 동일한 VDM에 연결하는 방법

Summary: CLI 명령을 통해서만 NFS와 동일한 CIFS 인터페이스를 동일한 VDM에 연결할 수 있습니다.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Control Station SSH에 연결합니다.

CIFS 또는 NFS와 같은 연결된 인터페이스를 보려면 다음 명령을 적용합니다.
$nas_server -i -v

예시:
migadmin@nla3v1stor003 ~]$ nas_server -i -v PROD_VDM
id = 1
name = PROD_VDM
acl = 0
type = vdm
server = server_2
rootfs = root_fs_vdm_PROD_VDM
I18N mode = UNICODE
mountedfs = Prod_Perf,Prod_Space,Prod_Perf_2,Prod_Perf_3
member_of =
status :
defined = enabled
actual = loaded, active
Interfaces to services mapping:
interface=Prodperf :cifs
interface=nl0123nas0001_390 :cifs
interface=nl0123nas0002_390 :cifs
interface=Prodspace :cifs nfs


위의 예시에서는 인터페이스 이름 "nl0123nas0002_390"이 CIFS로만 연결되고 인터페이스 이름 "Prodspace"은 CIFS  NFS로 연결된 것을 보여줍니다.

NFS에서 적용한 것과 동일한 CIFS 인터페이스를 연결하려면 다음 명령을 적용합니다.
$nas_server - vdm -attach

예시:
migadmin@nla3v1stor003 ~]$ nas_server -vdm PROD_VDM -attach nl0123nas0002_390
id = 1
name = PROD_VDM
acl = 0
type = vdm
server = server_2
rootfs = root_fs_vdm_PROD_VDM
I18N mode = UNICODE
mountedfs = Prod_Perf,Prod_Space,Prod_Perf_2,Prod_Perf_3
member_of =
status :
defined = enabled
actual = loaded, active
Interfaces to services mapping:
interface=Prodperf :cifs
interface=nl0123nas0001_390 :cifs
interface=nl0123nas0002_390 :cifs nfs
interface=Prodspace :cifs nfs

Article Properties


Affected Product

VNX1 Series, VNX2 Series, VNX5100, VNX5150, VNX5200, VNX5300, VNX5400, VNX5500, VNX5600, VNX5700

Product

VNX5800, VNX7500, VNX7600, VNX8000

Last Published Date

06 Jan 2022

Version

2

Article Type

How To