- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Advanced Server/9000
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
11-24-1999 11:41 PM
11-24-1999 11:41 PM
Advanced Server/9000
10.20 system via 'Advanced Server/9000' I always get a error message like:
"Cannot copy
Delete one or morefiles to free disk space, and try again."
On the destination is about 3.5 Gbyte diskspace free!
Attachment "lanman.ini"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-1999 12:18 AM
11-25-1999 12:18 AM
Re: Advanced Server/9000
I'm not familiar with 'Advanced Server/9000' but you don't happen to have the
diskquotas on do you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-1999 06:52 PM
11-25-1999 06:52 PM
Re: Advanced Server/9000
to copy such a file via ftp or from one filesystem to another there is no
problem. That works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-1999 07:11 PM
11-25-1999 07:11 PM
Re: Advanced Server/9000
which I know nothing about, sorry!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-1999 10:30 AM
11-27-1999 10:30 AM
Re: Advanced Server/9000
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-1999 02:41 AM
12-01-1999 02:41 AM
Re: Advanced Server/9000
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-1999 03:26 PM
12-01-1999 03:26 PM
Re: Advanced Server/9000
The problem is fixed!