- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CIFS "cookbook"
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
03-28-2001 08:43 AM
03-28-2001 08:43 AM
TIA
Tommy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 10:06 AM
03-28-2001 10:06 AM
Re: CIFS "cookbook"
However, there is probably a documents directory with some PDF (Adobe Acrobat) documentation.
The document I looked at a few days ago (in CIFS for UX 11i) seemed fairly well laid out, and comprehensive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 10:13 AM
03-28-2001 10:13 AM
Re: CIFS "cookbook"
I looked at that, but I didnt make much sense out of it.
I can get to my unix home directory, readonly. but I still could not see the gis directory.
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 10:44 AM
03-28-2001 10:44 AM
Re: CIFS "cookbook"
I suppose you are using the Web Admin Tool. It makes a tough job easy. Just go into it and add the file system that you want to share and a share name. You then have to stop and restart the SMB daemon and wait a bit for the share to be known on the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 12:35 PM
03-28-2001 12:35 PM
Re: CIFS "cookbook"
http://docs.hp.com/hpux/netcom/index.html#CIFS/9000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 12:44 PM
03-28-2001 12:44 PM
Re: CIFS "cookbook"
Related searches might include SMB, SAMBA, Server Message Blocks, LMX, LM/X, Lan Manager for Unix, ASU, Advanced Server for Unix
Some of this knowledge will be older knowledge, and the tools will doubtless have changed (I mean improved) over time - and some, like the Lan Manager stuff will be pretty close to antique... but may be relevant in the absence of live, competent help.
Good Luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 09:57 PM
03-28-2001 09:57 PM
Re: CIFS "cookbook"
for a good documentation/reference you should have a look at http://www.oreilly.com/catalog/samba/noframes.html. This is about the best book on samba and you can download it for free (as html or pdf).
As your samba is up and running this is just a configuration problem. Please post your configuration file here. If we can have a look at, we might figure out whats wrong.
If you have a Windows NT domain, you can use this domain for access control. In the general section put security to domain and put your PDC and BDC in the password server. But this is also described in the book mentioned above.
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 01:54 PM
03-29-2001 01:54 PM
Re: CIFS "cookbook"
Thanks again, Tommy
PS to Joseph. I accessed a lot of the documents you mentioned, but could not grasp the concept much less the mechanics of the configuration.
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 11:00 PM
03-29-2001 11:00 PM
Re: CIFS "cookbook"
here are some configurations from our smb.conf file. These should help you configuring your password server and perhaps fix the problem with the shared directories:
[global]
workgroup = Workgroup
netbios name = UXSERVER
server string = Sambaserver auf UXSERVER
interfaces = 172.16.10.1/255.255.0.0
security = DOMAIN
encrypt passwords = Yes
password server = serv1, serv2, serv3
wins server = 172.16.50.2
guest account = guest
create mask = 0777
directory mask = 0777
hosts allow = 172.16.
[CADTRANSFER]
comment = Transfer CAD - Windows
path = /cadtransfer
writeable = Yes
guest ok = Yes
hosts allow = 172.16.
the encrypt password is necessary for NT with Servicepack 3 and above. serv1 is our PDC serv2 and serv3 are BDC's. Security to domain and not to server is important.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 11:01 PM
03-29-2001 11:01 PM
Re: CIFS "cookbook"
here are some configurations from our smb.conf file. These should help you configuring your password server and perhaps fix the problem with the shared directories:
[global]
workgroup = Workgroup
netbios name = UXSERVER
server string = Sambaserver auf UXSERVER
interfaces = 172.16.10.1/255.255.0.0
security = DOMAIN
encrypt passwords = Yes
password server = serv1, serv2, serv3
wins server = 172.16.50.2
guest account = guest
create mask = 0777
directory mask = 0777
hosts allow = 172.16.
[CADTRANSFER]
comment = Transfer CAD - Windows
path = /cadtransfer
writeable = Yes
guest ok = Yes
hosts allow = 172.16.
the encrypt password is necessary for NT with Servicepack 3 and above. serv1 is our PDC serv2 and serv3 are BDC's. Security to domain and not to server is important.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 11:01 PM
03-29-2001 11:01 PM
Re: CIFS "cookbook"
here are some configurations from our smb.conf file. These should help you configuring your password server and perhaps fix the problem with the shared directories:
[global]
workgroup = Workgroup
netbios name = UXSERVER
server string = Sambaserver auf UXSERVER
interfaces = 172.16.10.1/255.255.0.0
security = DOMAIN
encrypt passwords = Yes
password server = serv1, serv2, serv3
wins server = 172.16.50.2
guest account = guest
create mask = 0777
directory mask = 0777
hosts allow = 172.16.
[CADTRANSFER]
comment = Transfer CAD - Windows
path = /cadtransfer
writeable = Yes
guest ok = Yes
hosts allow = 172.16.
the encrypt password is necessary for NT with Servicepack 3 and above. serv1 is our PDC serv2 and serv3 are BDC's. Security to domain and not to server is important.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 11:17 PM
03-29-2001 11:17 PM
Re: CIFS "cookbook"
Sorry for this doublepost, but there has been a 404 error again and i tried to reload the document, which actually repostet my reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 06:27 AM
03-30-2001 06:27 AM
Re: CIFS "cookbook"
A little progress, I still cannot copy or move data into the share. Also, Win 95 users cannot login (minor point all the operational users are NT) I am not sure of any other functional isses yet. I appreciate your help.
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 07:26 AM
02-14-2002 07:26 AM
Re: CIFS "cookbook"
Have your Win95 users applied the registry edit to allow the password encyrption/non-encryption to work? The "Using Samba" documentation presented earlier in your thread should tell you all you need to know that.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 07:29 AM
02-14-2002 07:29 AM
Re: CIFS "cookbook"
We have abandoned CIFS/SAMBA and I had forgotten abouth this thread. I am giving you the points for your answer. We did try domain securiity amongst others, but never really could get it off the ground.
Thanks again,
Tommy