qtree & quota in netapp


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory qtree & quota in netapp
Prev   Next
# 1  
Old 05-26-2009
qtree & quota in netapp

Hi All,

What will exactly happen? if I run "quota off" and "quota on" after removing qtree in a netapp
Due to this any slowness/quota changes will occur for any other qtrees?

Thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Hardware

Flexvols NetApp FlexClone technology

Hello, Please help me understand Copy on Write technology in reference to Flexvols. NetApp FlexClone technology This is in reference to Snap Clone: Instant, self-serviced database-on-demand Best regards, Vishal (0 Replies)
Discussion started by: admin_db
0 Replies

2. Solaris

Netapp filer details - command?

What command can I use to find out details about a netapp filer. I have a directory that is a filer i would like to know details about the source host/folder that it points to. Thanks. (2 Replies)
Discussion started by: jjohnson
2 Replies

3. AIX

Netapp iscsi lun

Hi, I have aix 6.1 box. I want to configure iscsi luns from netapp storage. I tried in google but not getting proper solution for that. i m not getting the proper iqn name. Please share me the steps to complete this requirements. Thanks in advance. (1 Reply)
Discussion started by: sunnybee
1 Replies

4. Filesystems, Disks and Memory

NFSv4 on Netapp and Redhat 5.3 as Client

Hi Folks! I'm new in using NFSv4 and do have a little trouble. I had a partition working with NFSv3, at the beginning i couldn't see on the client the German umlauts letters {ö,ä,ü} a manipulation of the LANG environment variable helped and the filenames with this letters were shown normally... (2 Replies)
Discussion started by: oku
2 Replies

5. Solaris

Can't see Netapp LUN on Solaris using LPFC after reboot.

Hi, I've just edited this post. I found the solution for this. Thanks. (0 Replies)
Discussion started by: gwhelan
0 Replies

6. UNIX for Dummies Questions & Answers

can not get netapp to mount RPC Not registered error

getting "NFS mount: netapp : RPC: Program not registered" error searched the site but none of the fixes from previous threads are helping (2 Replies)
Discussion started by: calamine
2 Replies

7. Cybersecurity

netapp security

Hi all Background some of the users shuold have access to a folder on the netapp and for other users the access should be denied Question How can I doing that ? Thanks at advance Sam (3 Replies)
Discussion started by: skfn1203
3 Replies

8. Solaris

Use DFM Netapp 3.01 R1 on Solaris 8

I have this problem when i integrate a new san switch in DFM 3.01 R1 : dfm fcswitch add switchname1 Error: Host switchname2 (11197) already exists. switchname2 is a similar san switch but in another fabric, switchname2 is already integrated in DFM database. Bests Regards Olivier (2 Replies)
Discussion started by: omainfroy
2 Replies

9. Filesystems, Disks and Memory

backup NetApp using dump command

I have been trying to backup my NetApp /vol/vol0 data to local tape drive. It is around 68GB. The tape I am using is DLT tape and should be able to handle 70GB data. However, dump always aborted around reaching 57~58GB data. Tape drive is attached on NetApp. 1st try to dump /vol/vol0 to... (2 Replies)
Discussion started by: yellowfish
2 Replies
Login or Register to Ask a Question
CONVERTQUOTA(8) 					      System Manager's Manual						   CONVERTQUOTA(8)

NAME
convertquota - convert quota from old file format to new one SYNOPSIS
convertquota [ -ug ] [ -e | -f ] filesystem DESCRIPTION
convertquota converts old quota files quota.user and quota.group to files aquota.user and aquota.group in new format currently used by 2.4.0-ac? and newer or by Red Hat Linux 2.4 kernels on filesystem. New file format allows using quotas for 32-bit uids / gids, setting quotas for root, accounting used space in bytes (and so allowing use of quotas in ReiserFS) and it is also architecture independent. This format introduces Radix Tree (a simple form of tree structure) to quota file. OPTIONS
-u convert user quota file. This is the default. -g convert group quota file. -f convert from old file format to new one. This is the default. -e convert new file format from big endian to little endian. -V print version information. FILES
aquota.user new user quota file aquota.group new group quota file SEE ALSO
quota(1), setquota(8), edquota(8), quotacheck(8), quotaon(8), repquota(8) AUTHOR
Jan Kara <jack@suse.cz> 4th Berkeley Distribution Fri Aug 20 1999 CONVERTQUOTA(8)