1826126 Members
4394 Online
109690 Solutions
New Discussion

Re: Advanced Server/9000

 
Frank-michael Lichte
Occasional Contributor

Advanced Server/9000

When I try to copy a file about 29 Mbytes from a Windows NT system to the HP-UX
10.20 system via 'Advanced Server/9000' I always get a error message like:

"Cannot copy : There is not enoughfree disk space.
Delete one or morefiles to free disk space, and try again."

On the destination is about 3.5 Gbyte diskspace free!

Attachment "lanman.ini"
6 REPLIES 6
Paul Heffels_1
Frequent Advisor

Re: Advanced Server/9000

Hi,

I'm not familiar with 'Advanced Server/9000' but you don't happen to have the
diskquotas on do you?
Frank-michael Lichte
Occasional Contributor

Re: Advanced Server/9000

Hi,
to copy such a file via ftp or from one filesystem to another there is no
problem. That works fine.
Paul Heffels_1
Frequent Advisor

Re: Advanced Server/9000

hmmmmm, then it probably does have something to do with advanced server, of
which I know nothing about, sorry!
Peter Brimacombe_1
Occasional Advisor

Re: Advanced Server/9000

a competing product is SCO VisionFS
it works very well

but
I set it up so that PC users are authenicated from a local NT domain
which works very well

but
in my Department there are 100 domains and users outside the one local domain
cannot be authenicated

question

Does Advanced Server allow users from many NT domains to be authenicated?

the NT administrators have set up trust relationships amoung the domains up the
ying yang
Martha Mueller_2
New Member

Re: Advanced Server/9000

There is a default registry setting that limits the size of files to 2 meg.
Use this command to change it...this example sets it to 700 meg. Then, stop
and start Advanced Server.

change into the advanced server directory:
cd /opt/asu/lanman/bin

This line is all one line...It may display differently. There is a space after
regconfig, a space after FileServiceParameters, a space after MaxFileSizeInKB,
and a space after REG_DWORD.

./regconfig
SYSTEM/CurrentControlSet/Services/AdvancedServer/FileServiceParameters
MaxFileSizeInKB REG_DWORD 700000

stop advanced server by:
net stop server

start advanced server by:
net start server

I know this is unwieldy, but it works. You can e-mail me at
mmueller@jockeyclub.com if you need more information.
Frank-michael Lichte
Occasional Contributor

Re: Advanced Server/9000

Thanks all (special thanks to Martha and Darren) for helping me.
The problem is fixed!