- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAMBA problem
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
04-25-2007 11:51 PM
04-25-2007 11:51 PM
SAMBA problem
The samba is installed in it. But my attempts to start the samba service is not happening.
I am getting the prompt back without any message or error and samba is still not started.
I hope checking sama is running or not is through ps -ef |grep samba command only.
I tried ps -ef | grep smbd also because i am not sure what is the daemon running for samba.
please help how i will proceed.
Thanks
s.o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 12:02 AM
04-26-2007 12:02 AM
Re: SAMBA problem
The services for samba are usually called smbd and nmbd...
If these aren't present then you'll need to find Samba's logs to work out why things aren't starting. It could well be a problem in your smb.conf file.
Hope this helps,
Regards,
Rob
P.S. Remember to assign points !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 02:21 AM
04-26-2007 02:21 AM
Re: SAMBA problem
I just pathed /opt/samba/bin into our environment and run .. startsmb
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 03:01 AM
04-26-2007 03:01 AM
Re: SAMBA problem
You have to check that:
RUN_SAMBA=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 03:07 AM
04-26-2007 03:07 AM
Re: SAMBA problem
you have to change:
RUN_SAMBA=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 03:19 AM
04-26-2007 03:19 AM
Re: SAMBA problem
If this is the first time you are trying to do this; then do as below.
Go to /etc/rc.config.d/
vi samba
Make the RUN_SAMBA=1 (from 0)
Save it.
cd /etc/opt/samba/
cp smb.example.conf smb.conf
(This is the config file for smb)
/sbin/init.d/samba start
ps -ef|grep mb (there should be two processes one smbd and the other nmbd)
Regards
Rasheed Tamton.