HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- general questions for CIFS
Operating System - HP-UX
1833757
Members
2885
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
06-21-2001 07:21 AM
06-21-2001 07:21 AM
Hi, I'm going to setup an HP box as cifs server for windows NT users but I'm new to CIFS/9000. Could anybody help me out for below questions ? My up level team want to know what CIFS can provide before I've a chance to try. I don't want to over commit.
1. Beside installtion and configuration of cifs/9000 on HP server, do I need to install or configure anything on Windows side before a user can brows the content of CIFS server ?
2. As I saw from document, the client can be windows 95/98/NT/2000. Is there any function difference between 95/98 and NT/2000 clients ?
3. The cifs server can have domain/server/user/share level secerity. Does this apply to all kinds of client above ? Any recommendation for security level selection ?
4. The potential cifs clients are belong to a NT domain. If I use domain-level security, do I need to create the same user id ( group id) on CIFS server ?
Your advice on any above questions, or issues that I can't cover here, are welcome.
Thanks,
Victor
1. Beside installtion and configuration of cifs/9000 on HP server, do I need to install or configure anything on Windows side before a user can brows the content of CIFS server ?
2. As I saw from document, the client can be windows 95/98/NT/2000. Is there any function difference between 95/98 and NT/2000 clients ?
3. The cifs server can have domain/server/user/share level secerity. Does this apply to all kinds of client above ? Any recommendation for security level selection ?
4. The potential cifs clients are belong to a NT domain. If I use domain-level security, do I need to create the same user id ( group id) on CIFS server ?
Your advice on any above questions, or issues that I can't cover here, are welcome.
Thanks,
Victor
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 08:20 AM
06-21-2001 08:20 AM
Solution
Hello Victor,
to your questions:
1) yes you should start off by /opt/samba/bin/samba_setup
to get the basic smb.conf file, this is interactive an e.g. asks you which security-level you will run.
2) Yes that is true, but keep in mind that at least W95 does not use encrypted passwords and WinNT and W2K will do as long as you do not change it in the registry. You'll find additional information in encryption.txt and winnt.txt in the documentation directory.
3) this leads to the security models. levels user/share use smbpasswd (or /etc/passwd) for validation. levels server/domain will use an Windows server. (server will cause an rcp-request; domain will make the server part of the domain communicating via the secure channel)
security levels domain and server will use the windows userdatabase and map the user to a unix-user which must exist (either with via mapfile or as real user in /etc/passwd) (that was 4))
Additional you may want to view other sources for reading:
Here's the current CIFS-Weblist:
CIFS Support is not included in the HP-UX support;
Support Contracts:
CIFS Client: http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA
CIFS Server: http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
Documentation:
http://us1.samba.org/samba/oreilly/using_samba/ (Oreilly Book)
/opt/samba/swat/using_samba (Oreilly book)
/opt/samba/HP_docs (PDF's)
http://www.hp.com/products1/unix/operating/hpuxcifs9000/infolibrary/documentation/
Download of current/new versions:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
or http://www.software.hp.com/ click on "network & system administration"
I would exprect that there are some RCEN's in the knowledge database if you search for "cifs". I fear my access permissions do not match. A good one is XRDKBRC00006503
Hope this helps.
Rainer
to your questions:
1) yes you should start off by /opt/samba/bin/samba_setup
to get the basic smb.conf file, this is interactive an e.g. asks you which security-level you will run.
2) Yes that is true, but keep in mind that at least W95 does not use encrypted passwords and WinNT and W2K will do as long as you do not change it in the registry. You'll find additional information in encryption.txt and winnt.txt in the documentation directory.
3) this leads to the security models. levels user/share use smbpasswd (or /etc/passwd) for validation. levels server/domain will use an Windows server. (server will cause an rcp-request; domain will make the server part of the domain communicating via the secure channel)
security levels domain and server will use the windows userdatabase and map the user to a unix-user which must exist (either with via mapfile or as real user in /etc/passwd) (that was 4))
Additional you may want to view other sources for reading:
Here's the current CIFS-Weblist:
CIFS Support is not included in the HP-UX support;
Support Contracts:
CIFS Client: http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA
CIFS Server: http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
Documentation:
http://us1.samba.org/samba/oreilly/using_samba/ (Oreilly Book)
/opt/samba/swat/using_samba (Oreilly book)
/opt/samba/HP_docs (PDF's)
http://www.hp.com/products1/unix/operating/hpuxcifs9000/infolibrary/documentation/
Download of current/new versions:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
or http://www.software.hp.com/ click on "network & system administration"
I would exprect that there are some RCEN's in the knowledge database if you search for "cifs". I fear my access permissions do not match. A good one is XRDKBRC00006503
Hope this helps.
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 08:46 AM
06-21-2001 08:46 AM
Re: general questions for CIFS
Rainer,
Thanks. Your prompting message is a very good starting point of mine.
Really appreciate,
Victor
Thanks. Your prompting message is a very good starting point of mine.
Really appreciate,
Victor
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP