- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Using samba in a SG cluster
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
09-02-2009 06:22 AM
09-02-2009 06:22 AM
HP-UX 11iv2
SG A.11.17
My requirement is to include samba in a Serviceguard failover package on a two node cluster node1(active) and node2(passive). I am going to use the samba toolkit(ECMT). In that I have read the Readme file. On that they have mentioned
[global]
workgroup = ha_domain
netbios name = smb1
interfaces = XXX.XXX.XXX.XXX/xxx.xxx.xxx.xxx
bind interfaces only = yes
I will be using the relocatable IP address in the interfaces field.
What is the significance of the netbios name here? Can I use any of the node names or package DNS name or any other name so that the CIFS client can access using this name?
Thanks,
Srini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2009 06:39 AM
09-02-2009 06:39 AM
Re: Using samba in a SG cluster
Current smb.conf looks like
[global]
netbios name = bcdmpa01
workgroup = LIVE_BILLIND
server string = BC Production server
wins support = no
The host name of this file contains is bclive01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2009 06:39 AM
09-02-2009 06:39 AM
SolutionI have run samba in a two node SG cluster.
I used different netbios names during the test process to know which node was running.
Then I assigned a common netbios name to both smb.conf files.
It worked in both formats.
You are going to have to run some failover tests to see how your domain/DNS environment reacts. You may have to support the netbios name in each systems /etc/hosts networking environment to insure fast name resolution.
SEP
hpuxconsulting in yahoo messenger.
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
09-02-2009 06:50 AM
09-02-2009 06:50 AM
Re: Using samba in a SG cluster
Lets say I have a file look like below:
[global]
netbios name = tempname
workgroup = LIVE_BILLIND
interfaces = 10.24.128.31/10.24.128.0
server string = BC Production server
wins support = no
....
[live_log]
comment = Live1
path = /live1/log
browseable = yes
writeable = no
valid users = user1
How the CIFS client will connect to the CIFS server share. Is it just enough to use \\tempname\live_log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2009 08:05 AM
09-02-2009 08:05 AM
Re: Using samba in a SG cluster
How the CIFS client will connect to the CIFS server share. Is it just enough to use \\tempname\live_log?
I believe so. It is test time.
There comes a point where you take the configuration off the whiteboard and put it in production.
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
09-02-2009 06:54 PM
09-02-2009 06:54 PM
Re: Using samba in a SG cluster
10.24.128.31 tempname
smb.conf:
[global]
netbios name = tempname
workgroup = LIVE_BILLIND
interfaces = 10.24.128.31/10.24.128.0
Note: Requirement is in design stage so I need to confirm this method will work or not before doing the implementation and testing.
Thanks in advance,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2009 06:08 AM
09-08-2009 06:08 AM