- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba SWAT status shows smbd not running but...
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
05-15-2003 01:23 AM
05-15-2003 01:23 AM
I've installed CIFS/9000 server on my HP-UX11i box. It seems work fine, but using the SWAT status tab it shows me that "nmbd" daemon is running and "smbd" not even if it is running. From this menu I can restart "smbd", but not stop because "not running"; "nmbd" is correctly show as "runnig".
Has anyone an idea on how to manage this?
Thanks
Romano
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 01:25 AM
05-15-2003 01:25 AM
Re: Samba SWAT status shows smbd not running but...
ps -ef|grep bd
???
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 01:28 AM
05-15-2003 01:28 AM
Re: Samba SWAT status shows smbd not running but...
http://docs.cup.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8725-90039/B8725-90039_top.html&con=/hpux/onlinedocs/B8725-90039/00/00/9-con.html&toc=/hpux/onlinedocs/B8725-90039/00/00/9-toc.html&searchterms=swat%7ccifs&queryid=20030515-022655
Should help
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 01:36 AM
05-15-2003 01:36 AM
Re: Samba SWAT status shows smbd not running but...
>ps -ef |grep bd
root 11 0 0 May 5 ? 0:00 strfreebd
root 1098 1 0 May 5 ? 0:00 /usr/sbin/hubd
root 25553 1 0 11:12:25 ? 0:00 /opt/samba/bin/smbd -D
root 25566 1 0 11:13:11 ? 0:00 /opt/samba/bin/nmbd -D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 02:33 AM
05-15-2003 02:33 AM
Re: Samba SWAT status shows smbd not running but...
Check whether the smbd daemon's pid file is created or not.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 03:00 AM
05-15-2003 03:00 AM
Re: Samba SWAT status shows smbd not running but...
This is looks pretty strange but cifs9000
stop script (stopsmb) is the only one that
mentions (removes) /var/opt/samba/locks/*.pid
files (that has smbd/nmbd pid).
Anyway,the problem with SWAT is a bit different
---- From some of my searches ------------
The way the swat (Samba Web Administration Tool) tool determines
whether SMBD is running or not is by doing a name_query on 127.0.0.1
for the name "SAMBA". If it finds this name, then it reports that
smbd is running.
Make sure the configuration has not somehow disabled 127.0.0.1.
There are various places to check depending on the network
configuration in terms of name resolutions:
1. NIS
2. DNS
3. /etc/hosts file
4. nsswitch configuration
Regards
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 03:34 AM
05-15-2003 03:34 AM
SolutionThats where you can see it:
/opt/samba/bin/nmblookup -A localhost.
On my samba:
silverc:root:samba/bin# nmblookup -A localhost
Looking up status of 127.0.0.1
SILVERC <00> - M
SILVERC <03> - M
SILVERC <20> - M
SAMBA <1e> -
Where 1e stands for group..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 03:59 AM
05-15-2003 03:59 AM
Re: Samba SWAT status shows smbd not running but...
[Zeev]
localhost is resolved, I run SWAT even from a remote PC than from the same host were CIFS is running, but alway the same:
smbd: not running
nmbd: running
[SivaKumar]
.pid files are created.
[Steve]
I can't reach docs.cup.hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:16 AM
05-15-2003 04:16 AM
Re: Samba SWAT status shows smbd not running but...
Thnk you Zeev 10 pts!!!
The samba host was looking just on DNS, but it could not resolve (due to a bug) localhost (just 127.0.0.1 to localhost and not the reverse). So I edited the nsswitch.conf I put host as 1st choice and it works!!
Thank you all
ciao
Romano