UNSOLVED

gambin1

updated

10 years ago

G

gambin1

2 Posts

0

1104

January 9th, 2017 02:00

VNX1 / Problem to remove NAS root_rep_ckpt

Hi all,

I have an old VNX5500 Unified (for my personal tests), and (for information) without any active support contract.

  • Block : 05.32.000.5.215
  • Files: 8.1.9-155

I would like remove all the FS NAS (my objective is to remove the Storage Pool for files), but i can't remove the olds root_rep_ckpt (see bellow my traces).

I always has a status "Error 5005: failed to complete command".


  • List all checkpoint for fs DATA

[nasadmin@CS0-VNX5500 ~]$ fs_ckpt DATA -list -all

id    ckpt_name                creation_time           inuse fullmark   total_savvol_used  ckpt_usage_on_savvol

141   root_rep_ckpt_23_485927_ 10/09/2013-14:39:07-CEST  n   N/A        N/A                N/A

142   root_rep_ckpt_23_485927_ 10/09/2013-14:39:10-CEST  n   N/A        N/A                N/A

Info 26306752329: The value of ckpt_usage_on_savvol for read-only checkpoints may not be consistent with the total_savvol_used.

id    wckpt_name               inuse fullmark total_savvol_used  base  ckpt_usage_on_savvol


  • List all fs mounted

[nasadmin@CS0-VNX5500 ~]$ server_mount ALL

server_2 :

root_fs_2 on / uxfs,perm,rw

root_fs_common on /.etc_common uxfs,perm,ro

server_3 :

root_fs_3 on / uxfs,perm,rw,

root_fs_common on /.etc_common uxfs,perm,ro,

  • List fs DATA informations

[nasadmin@CS0-VNX5500 ~]$ nas_fs -i DATA

id        = 23

name      = DATA

acl       = 0

in_use    = False

type      = uxfs

worm      = off

volume    = v116

pool      = clarsas_archive

member_of = root_avm_fs_group_32

rw_servers=

ro_servers=

rw_vdms   =

ro_vdms   =

auto_ext  = no,thin=no

fast_clone_level = unavailable

deduplication   = unavailable

ckpts     = root_rep_ckpt_23_485927_1,root_rep_ckpt_23_485927_2

stor_devs = CKM00114800700-0004,CKM00114800700-0001,CKM00114800700-0013,CKM00114800700-0012

disks     = d10,d7,d16,d15

  • Show the replication status

[nasadmin@CS0-VNX5500 ~]$ nas_replicate -l

Name                      Type       Local Mover               Interconnect         Celerra      Status

  • Try to remove these checkpoints

[nasadmin@CS0-VNX5500 ~]$ /nas/sbin/rootnas_fs -delete root_rep_ckpt_23_485927_1 -o umount=yes -ALLOW_REP_INT_CKPT_OP

Error 5005: failed to complete command

Have you any idea to help me?