Turns out, because it was an untar of the OneFS 6.5.5.29 installation tarball, there were some files that had special flags set (chflags(1)). There were visible with the 'ls -lo' command.
Someone guided me in the right direction in the Isilon Users Google Group.
jblaine1
5 Posts
1
December 27th, 2014 14:00
Turns out, because it was an untar of the OneFS 6.5.5.29 installation tarball, there were some files that had special flags set (chflags(1)). There were visible with the 'ls -lo' command.
Someone guided me in the right direction in the Isilon Users Google Group.
# cd /ifs/data
# chflags -R 0 bin lib libexec sbin usr var
# rm -r bin lib libexec sbin usr var
#
chughh
122 Posts
2
December 25th, 2014 18:00
Hello,
Could you please check if quota is implemented on the path where you are trying to delete data.
arthur.r.olivei
11 Posts
1
December 26th, 2014 11:00
Try to look for immutable flags with lsattr and remove it with chattr.
jblaine1
5 Posts
0
December 26th, 2014 12:00
I have no lsattr command.
isibed-1# which lsattr
lsattr not found
isibed-1# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
isibed-1#
jblaine1
5 Posts
0
December 26th, 2014 12:00
No quotas enabled here.
arthur.r.olivei
11 Posts
0
December 29th, 2014 19:00
Thanks! And sorry by the confusion with the commands.