- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SAMBA + ServiceGuard + RHEL 4
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
01-11-2006 03:16 AM
01-11-2006 03:16 AM
SAMBA + ServiceGuard + RHEL 4
In nmbd.log:
Failed to open nmb socket on interface 10.13.7.94 for port 137. Error was Cannot assign requested address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 04:26 AM
01-11-2006 04:26 AM
Re: SAMBA + ServiceGuard + RHEL 4
Second question, are you using the SAMBA toolkit from http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T2341BA
or even better:
http://h20293.www2.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=SGLXTOOLS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 05:06 AM
01-11-2006 05:06 AM
Re: SAMBA + ServiceGuard + RHEL 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 05:39 AM
01-11-2006 05:39 AM
Re: SAMBA + ServiceGuard + RHEL 4
netstat -an | grep ":37 "
I bet you'll see Samba already running on the port.
To make Samba open in SG, which is quite possible, you must make sure its not already running. The package script needs to start it.
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
01-11-2006 07:56 PM
01-11-2006 07:56 PM
Re: SAMBA + ServiceGuard + RHEL 4
2. samba-toolkit-A.02.00-0.product.redhat.i386.rpm
3. SElinux was in warning mode, now it's disabled.
4. SAMBA isn't running on the port.
I've installed Apache package.
It doesn't work too.
Jan 12 00:41:49 - Node "hp1": Starting Apache daemons.
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
ERROR: Function start_server: Failed to start Apache daemons.
ERROR: Jan 12 00:41:49 - Failed to start HTTP.
ERROR: Function customer_defined_run_cmds; Failed to RUN customer commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 08:45 PM
01-11-2006 08:45 PM
Re: SAMBA + ServiceGuard + RHEL 4
Jan 12 00:41:49 - Node "hp1": Starting Apache daemons.
(98)Address already in use: make_sock: could not bind to address [::]:80
There is already something listening on the socket you are trying to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 10:31 PM
01-11-2006 10:31 PM
Re: SAMBA + ServiceGuard + RHEL 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:59 AM
01-12-2006 02:59 AM
Re: SAMBA + ServiceGuard + RHEL 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 03:59 AM
01-12-2006 03:59 AM
Re: SAMBA + ServiceGuard + RHEL 4
Clarly ther eis nothing running on netstat. What does the port 137 entry look like in /etc/services
The web server is more curious. Daemons starting up wanting to bind to ports under 1024 require root access.
I assume root is trying the start but I'd like to check this.
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
01-12-2006 10:34 AM
01-12-2006 10:34 AM
Re: SAMBA + ServiceGuard + RHEL 4
I recently installed some 3rd party stuff on a FC4 box (SELinux enabled) and ran into odd issues. SELinux was enforcing, and I didn't have any new targeted policies to put in.
As it's the ServiceGuard which will probably be trying to do something with the port, does it have Targeted Policies to allow the access? (Sorry, I don't have any SG here to check).