JR- ANR8366E

2005-09-15 Thread JR Trimark
According to the IBM documentation the maximum size is 128GB, but the AIX operating system has a limit of just under 64GB (setting it to 63GB works fine). JR Trimark Lead Data Network Engineer Aurora Health Care 414.647.3256 Voice 414.647.4999 Fax 414.222.2219 Pager [EMAIL PROTECTED]

Re: JR- ANR8366E

2005-09-15 Thread JR Trimark
Here is a copy of the command I am typingin along with the error: DEFINE DEVCLASS TESTFILE DEVTYPE=FILE MOUNTLIMIT=15 MAXCAPACITY=250G DIRECTORY=/jrtestfiles SHARED=NO 09/15/05 06:36:47 ANR8366E DEFINE DEVCLASS: Invalid value for MAXCAPACITY parameter. (SESSION: 106764)

Fw: JR- ANR8366E

2005-09-14 Thread Sung Y Lee
Ah, my previous post can be ignored. .., just found something interesting. Looks like when defining devclass for file type, maxcap value is not limited by filesize nor space limitation. wiki link is still cool however.. Sung Y. Lee - Forwarded by Sung Y Lee/Austin/IBM on 09/14/2005 05:34 PM -

Re: JR- ANR8366E

2005-09-14 Thread Andrew Raibeck
Well, of course it would be much more helpful to know the exact command you were issuing (copy & pasted from what you typed), but at a guess, you probably used MAXCAP=250GB instead of just MAXCAP=250G. Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Development Intern

Re: JR- ANR8366E

2005-09-14 Thread Sung Y Lee
what is the system OS? I am thinking there is some sort of file size limitation placed by the OS, Checkout the wiki link. http://en.wikipedia.org/wiki/Comparison_of_file_systems Thanks, Sung Y. Lee "ADSM: Dist Stor Manager" wrote on 09/14/2005 05:09:17 PM: > I am trying to create a file devi

JR- ANR8366E

2005-09-14 Thread JR Trimark
I am trying to create a file device class of 250GB (I have more than enough free disk space to do this) and I am getting the following error: ANR8366E DEFINE DEVCLASS: Invalid value for MAXCAPACITY parameter. (SESSION: 104127) Any ideas?