- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS on HP-UX 11.11
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
05-14-2003 07:08 AM
05-14-2003 07:08 AM
CIFS on HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 07:14 AM
05-14-2003 07:14 AM
Re: CIFS on HP-UX 11.11
No problems at all....on a RP7410 11.11.
You might even want to try the cifs/9000 server technology preview:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=CIFSTP22
I have that running on our DEV system - no issues with it either.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 07:17 AM
05-14-2003 07:17 AM
Re: CIFS on HP-UX 11.11
If this parameter is zero, no keepalive packets will be sent. Keepalive packets, if sent, allow the server to tell whether a client is still present and responding.
That's what I did.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 07:21 AM
05-14-2003 07:21 AM
Re: CIFS on HP-UX 11.11
There is a huge security issue in older versions of CIFS that needs to be addressed.
I'm uploading a working smb.conf file for referene.
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
05-14-2003 07:48 AM
05-14-2003 07:48 AM
Re: CIFS on HP-UX 11.11
The latest CIFS version is A.01.09.04; as Stephen says it fixes a previous security issue. It's a free download from http://software.hp.com
It may be useful for you to post your smb.conf so we can see how you have configured CIFS.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:02 AM
05-15-2003 04:02 AM
Re: CIFS on HP-UX 11.11
add the following lines to your global section of /etc/opt/samba/smb.conf
log file=/var/opt/samba/log.%m
and
log level = 5
(NOTE that you will want to change log level to 0 after you are done, as this WILL affect performance)
This will create log files of the form
log.pcname (in the case of your terminal server, you will have a single log with your terminal server pc name, rather than one for each pc connecting THRU your terminal server)
Then when pc's cannot connect, take a look at the log.pcname for that pc that couldn't connect and see if you see any errors or failures.
Before you do any of this, you might want to grep your CURRENT /var/opt/samba/log.* for
-ei error -ei fail and see if you have any related errors to your pc's not logging in already at the default log level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:16 AM
05-15-2003 04:16 AM
Re: CIFS on HP-UX 11.11
I have sometimes problems with users who can't connect to the CIFS server and the most common reason in my case is problem with NIS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 05:13 AM
05-15-2003 05:13 AM
Re: CIFS on HP-UX 11.11
I recommend you check some of the Windows network parameters like max TCP connections etc. I don't do CIFS from Windows servers anymore, so I don't recall the actual parameters. However, this document covers all this stuff, plus more: http://www.dabcc.com/thinsol/XP/docs/MF%20XP%20Instal%20and%20Tuning%20Tips.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 05:14 AM
05-15-2003 05:14 AM
Re: CIFS on HP-UX 11.11
I recommend you check some of the Windows network parameters like max TCP connections etc. I don't do CIFS from Windows servers anymore, so I don't recall the actual parameters. However, this document covers all this stuff, plus more: http://www.dabcc.com/thinsol/XP/docs/MF%20XP%20Instal%20and%20Tuning%20Tips.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 05:14 AM
05-15-2003 05:14 AM
Re: CIFS on HP-UX 11.11
I recommend you check some of the Windows network parameters like max TCP connections etc. I don't do CIFS from Windows servers anymore, so I don't recall the actual parameters. However, this document covers all this stuff, plus more: http://www.dabcc.com/thinsol/XP/docs/MF%20XP%20Instal%20and%20Tuning%20Tips.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 05:39 AM
05-15-2003 05:39 AM
Re: CIFS on HP-UX 11.11
Thanks to everyone for the help!!!!!!