- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX: CIFS 3.0c not seeing user quota ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2005 10:47 PM
08-28-2005 10:47 PM
HPUX: CIFS 3.0c not seeing user quota ?
I set up quota per user on an hpux 11i machine. On unix, this works fine. I installed A.02.01.02 cifs server, I set the "disk quotas" to "yes" globally and on the share, but when I try smbcquota, it always reports "Quotas are not supported by the server." . Am I doing something wrong ? The release notes said this version should support quota ...
Thanks in advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2005 11:02 PM
08-28-2005 11:02 PM
Re: HPUX: CIFS 3.0c not seeing user quota ?
Perhaps you need to activate it on the OS. Then it should work regardless of the smb.conf settings.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2005 11:23 PM
08-28-2005 11:23 PM
Re: HPUX: CIFS 3.0c not seeing user quota ?
[root@testx]/opt/samba/bin>quota -v weblogic
Disk quotas for weblogic (uid 520):
Filesystem usage quota limit timeleft files quota limit timeleft
/users 1056428 1000000 1300000 6.9 days 5445 0 0
/bigvol 6830 256000 300000 634 0 0
But still, samba doesn't see them :
[root@testx]/opt/samba/bin>./smbcquotas -u weblogic //testx/weblogic
Password:
Quotas are not supported by the server.
NOTE: //testx/weblogic is the 'homes' share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 12:01 AM
09-06-2005 12:01 AM
Re: HPUX: CIFS 3.0c not seeing user quota ?
What is the official forum for the cifs packages ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 12:49 AM
09-06-2005 12:49 AM
Re: HPUX: CIFS 3.0c not seeing user quota ?
HP CIFS Server does not suppport the following parameters of smb.conf:
get quota command
set quota command
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 07:21 PM
09-13-2005 07:21 PM
Re: HPUX: CIFS 3.0c not seeing user quota ?
As the release note clearly states quota's are supported, I assume natively ( so without the need for get and set quota ).
Still, it does not work, has ANYBODY gotten this to work on an hpux ??