- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Samba server installation
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
10-24-2004 04:05 AM
10-24-2004 04:05 AM
I want to install the Samba server but dont know where to download and how to install & configure.Looking for help.
I am having HP-UX11i running on server.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 04:44 AM
10-24-2004 04:44 AM
Re: Samba server installation
Find the information here:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 05:21 AM
10-24-2004 05:21 AM
Re: Samba server installation
That is SWAT - Samba Web Admin Tool
It has a wizard and great online documentation to get you started.
Here's the HP Doc at:
http://docs.hp.com/hpux/onlinedocs/B8725-90063/B8725-90063.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 08:43 PM
10-25-2004 08:43 PM
Re: Samba server installation
I have installed the SAMBA server and smbd service is also running. But not able to configure the samba server for sharing the shared volumed.
Any one can tell which files I have to modify and what to what to modify.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 08:50 PM
10-25-2004 08:50 PM
Re: Samba server installation
Have you access to SWAT of not ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 09:50 PM
10-25-2004 09:50 PM
Re: Samba server installation
after that where and what changes to be made. If someone can guide me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 10:11 PM
10-25-2004 10:11 PM
Re: Samba server installation
Login will be your root account.
In the upper part, you'll have to set up config in "Globals", "Shares" and "Passord" sections.
In Globals, you'll found infos such as workgroup/domainname or log file. This is general info about the server. Don't forget to commit changes when done.
In Shares, all you have to do is to give a new share name and do "create new share". Tell the directory to share, set writable or not and so on. Commit to set changes.
In Password, create samba users. Samba users are not Unix users. You will be able to grant access in Shares section to one or more users to a share, and deny access to others.
Commited changes will be effective immediately from network neighborhood in win machines.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 11:31 PM
10-25-2004 11:31 PM
Re: Samba server installation
If you can give more input to me.
workgroup-CORP.GNPOC.COM
server string-Samba Server
security-USER
guest account-what I have give here?
Samba config file created using SWAT
# from 10.1.5.142 (10.1.5.142)
# Date: 2004/10/26 14:40:10
# Global parameters
[global]
workgroup = CORP.GNPOC.COM
server string = Samba Server
encrypt passwords = Yes
syslog = 0
log file = /var/opt/samba/log.%m
max log size = 1000
local master = No
guest account = nbhatkoti
read only = No
short preserve case = No
dos filetime resolution = Yes
[homes]
comment = Home Directories
browseable = No
[tmp]
comment = Temporary file space
path = /tmp
[/home/aplpatch]
path = /home/aplpatch
guest account = root cranganathan aplpatch
read only = Yes
guest ok = Yes
[lvol9]
comment = shared folder
path = /lvol9
username = nbhatkoti
guest account =
valid users = nbhatkoti
admin users = root
guest ok = Yes
volume = /lvol9
fstype = vxfs
set directory = Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 11:54 PM
10-25-2004 11:54 PM
Re: Samba server installation
Hi Jack,
Download samba:-
--------------------------------------------
http://ie.samba.org/samba/download/
How to install on:-
-----------------------
http://ie.samba.org/samba/docs/man/Samba-HOWTO-Collection/install.html
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 12:05 AM
10-26-2004 12:05 AM
Re: Samba server installation
One more thing Which I am not able to understand that from how the samba users will login from there PCs.
If you could brief me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 01:01 AM
10-26-2004 01:01 AM
SolutionSamba will do all its username/password validation via a remote server.
Then set:
password server = NTBDC1, NTBDC2, NTBDC3
If you are using a Windows NT server as your password server then you will have to ensure that your users are able to login from the Samba server, as when in security = server mode the network logon will appear to come from there rather than from the users workstation.
That way all user authentication comes from Windows..
Here's what you have:
SECURITY = USER
This is the default security setting in Samba 2.2. With user-level security a client must first "log-on" with a valid username and password (which can be mapped using the username map parameter). Encrypted passwords (see the encrypted passwords parameter) can also be used in this security mode. Parameters such as user and guest only if set are then applied and may change the UNIX user to use on this connection, but only after the user has been successfully authenticated.
Note that the name of the resource being requested is not sent to the server until after the server has successfully authenticated the client. This is why guest shares don't work in user level security without allowing the server to automatically map unknown users into the guest account. See the map to guest parameter for details on doing this.
NOTE ABOUT USERNAME/PASSWORD VALIDATION
There are a number of ways in which a user can connect to a service. The server uses the following steps in determining if it will allow a connection to a specified service. If all the steps fail, then the connection request is rejected. However, if one of the steps succeeds, then the following steps are not checked.
If the service is marked "guest only = yes" and the server is running with share-level security ("security = share") then steps 1 to 5 are skipped.
If the client has passed a username/password pair and that username/password pair is validated by the UNIX system's password programs then the connection is made as that username. Note that this includes the \\server\service%username method of passing a username.
If the client has previously registered a username with the system and now supplies a correct password for that username then the connection is allowed.
The client's NetBIOS name and any previously used user names are checked against the supplied password, if they match then the connection is allowed as the corresponding user.
If the client has previously validated a username/password pair with the server and the client has passed the validation token then that username is used.
If a "user = " field is given in the smb.conf file for the service and the client has supplied a password, and that password matches (according to the UNIX system's password checking) with one of the usernames from the "user =" field then the connection is made as the username in the "user =" line. If one of the username in the "user =" list begins with a '@' then that name expands to a list of names in the group of the same name.
If the service is a guest service then a connection is made as the username given in the "guest account =" for the service, irrespective of the supplied password.
You will have to configure users with smbpasswd
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 01:08 AM
10-26-2004 01:08 AM
Re: Samba server installation
I actually use a Linux server with samba as file server, acting as PDC. My users open conection on their PC identifying on the server (ie with samba users created).
If you don't have a PDC, or don't want your samba server to act as a PDC, when user will browse the server in network neighborhood, they will be asked for authentication before displaying shares.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)