5 Posts

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

#

122 Posts

December 25th, 2014 18:00

Hello,

Could you please check if quota is implemented on the path where you are trying to delete data.

December 26th, 2014 11:00

Try to look for immutable flags with lsattr and remove it with chattr. 

5 Posts

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#

5 Posts

December 26th, 2014 12:00

No quotas enabled here.

December 29th, 2014 19:00

Thanks! And sorry by the confusion with the commands.

No Events found!

Top