Showing posts with label CREATE A VFILER UNIT. Show all posts
Showing posts with label CREATE A VFILER UNIT. Show all posts

Sunday, 2 September 2012

VFILER COMMANDS

 TO CREATE A VFILER UNIT:

> vfiler create <vfiler name> -i <ip address> <Volume or Qtree path>

Fas2050> vfiler create vfiler1 -i 10.10.x.x /vol/vol1

  • After command executed vfiler1 is installed in volume1 
  • vfiler install is same like ONTAP installation. 

TO GO TO A VFILER CLI:

         > vfiler context <vfiler name>

Fas2050> vfiler context vfiler1

  • This is the command to enter in vfiler unit.

TO GO TO NON DEFAULT VFILER UNIT:

         > vfiler context <vfiler0>

Fas2050> vfiler context vfiler0

  • Vfiler0 is the main filer
  • If this command is execute vfiler come to Physical filer(FAS2050)


TO RENAME A VFILER:

         > vfiler rename <old name> <new name>

Fas2050> vfiler rename old_vfiler1 to new_vfiler

TO DESTROY A VFILER:

         > vfiler stop <vfiler name> and then vfiler destroy <vfiler name>

  • we cannot destroy vfiler directly 

Fas2050> vfiler stop vfiler1

Fas2050> vfiler destroy viler1

TO CONFIGURE DISASTER RECOVERY FOR A VFILER:


         > vfiler dr configure –l <remote_login:remote_passwd>

TO ADD RESOURCES TO A VFILER:

  • Resources is nothing, its is another volume or qtree
  • if we need to increase vfiler space, we can add another volume or qtree

         > vfiler add <vfiler name> -I <ip address> <path>

Fas2050>

TO REMOVE RESOURCES FROM A VFILER:

  • if added more than enough volume or qtree means,
  • we can remove resources from vfiler

         > vfiler remove <vfiler name> -I <ip address> <path>

TO MIGRATE A VFILER:


         > vfiler migrate start –l <remote_login:remote_passwd>
                                                                 remote_vfiler@remote_filer

Fas2050>

TO MOVE RESOURCES FROM ONE VFILER TO OTHER IS:


         > vfiler move <vfiler_from> <vfiler_to> -I <ip address> <path>

Fas2050>

To START A VFILER:


         > vfiler start <vfiler name>

Fas2050> vfiler start vfiler1

TO STOP A VFILER:


         > vfiler stop <vfiler name>

Fas2050> vfiler stop vfiler1


TO CHECK THE STATUS OF A VFILER:

         > vfiler status

Fas2050> vfiler status

TO RUN A COMMAND ON A VFILER:


         > vfiler run <vfiler name> command

Fas2050>

TO ALLOW USE OF A PROTOCOL ON A VFILER:


  • Using vfiler allow command, we can allow need protocols

         > vfiler allow <vfiler name> <proto=cifs| nfs| rsh| iscsi| ftp
                                                                  | http>

Fas2050> viler allow vfiler1 cifs

TO DISALLOW USE OF A PROTOCOL ON A VFILER:

  • Using vfiler disallow command, we can remove unwanted protocols.
         > vfiler disallow <vfiler name> <proto=cifs| nfs| rsh| iscsi| ftp
                                                                 | http>

Fas2050> viler disallow vfiler1 cifs

TO SET NUMBER OF VFILER UNIT:


  • Maximum of 65 vfiler unit and 65th is viler0 for one filer.
  • we can limit vfiler unit creation for the physical filer
  • if we limited vfiler means we cannot create more than limited value

         > vfiler limit <number>

Fas2050>  vfiler limit 15

LICENSING THE VILER:


         > license add <Multistore license>

Fas2050> license add xxxxxxxxxxxxx


Related Topic



Please write your valuable comments, about my blogspot.

Saturday, 1 September 2012

Vfiler

MultiStore
  1. MultiStore is a software product you can use optionally.
  2. MultiStore enables you to partition the storage and network resources of a single storage system so that it appears as multiple storage systems on the network.
  3. Each "storage system" created as a result of the partitioning is called a vFiler unit.
  4. A vFiler unit, using the resources assigned, delivers file services to its clients as a storage system does.The storage resource assigned to a vFiler unit can be one or more qtrees or volumes. The network resource assigned can be one or more base IP addresses or IP aliases associated with network interfaces.
  5. You can add or remove resources at any time.
  6. we don't need additional license for the vfiler unit, we can use physical filer license to vfiler unit.
Reasons for using MultiStore

MultiStore has many features that you can use for your provisioning needs.
  1. To consolidate multiple servers to one storage system.
  2. To use the storage system to host data for multiple customers, such as clients of a service provider or different organizations within an enterprise.
  3. To use the SnapMirror technology for migrating data from one storage system to another
    transparently.
Some limitations of MultiStore
  1. You can have a maximum of 65 vFiler units on a storage system. You can create 64 vFiler units on a storage system. The 65th vFiler unit is vfiler0, which is created automatically when MultiStore is licensed on the storage system.
  2. In an active/active configuration, you can create up to 64 vFiler units on each node of the active/active configuration, for a maximum of 130 vFilers in the active/active configuration.
  3. Only Ethernet interfaces are supported for vFiler units
  4. Only the NFS, CIFS, iSCSI, HTTP, and FTP protocols are supported for the vFiler units. However, protocols not supported on vFiler units are supported on vfiler0, the default vFiler unit.


Related Topic

VFILER COMMANDS



Please write your valuable comments, About this Blogspot.