- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAMBA is not working
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
06-05-2009 10:25 PM
06-05-2009 10:25 PM
I have configured SAMAB and created user accounts, everything were working fine, but yesterday we are accessing shared folders from windows XP to HP UX ia64 hp superdome server SD64B and got results user / password incorrect.
any idea!!
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2009 10:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2009 10:43 PM
06-05-2009 10:43 PM
Re: SAMBA is not working
I checked /etc/passwd and found users already created and no any probelm found.
Regarding cifslist command, when i run i got the following error "The CIFS Client is not running".
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2009 10:53 PM
06-05-2009 10:53 PM
Re: SAMBA is not working
#Edi secure public share
[testuser]
comment = General purpose
path = /home/testuser
public = no
writable = yes
printable = no
browseable = yes
guest ok = no
valid users = gentran
2) useradd gentran (create user gentran at OS level )
3) /opt/samba/bin/smbpasswd -a gentran ( setup password for gentan, password is lucas)
4) /opt/samba/bin/testparm ( to test if there are any errors in the config file)
5) /sbin/init.d/samba stop (stop samba service)
6) /sbin/init.d/samba start (start samba service)
now from your PC, you can map your network drive to the server and search, you will find the folders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2009 11:14 PM
06-05-2009 11:14 PM
Re: SAMBA is not working
Thanks, when i reach to /sbin/init.d/samba stop (stop samba service). I can't i got "smbd & nmbd not shutting down gracefully, attempting to force it...
Unable to shut down smbd & nmbd!"
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2009 11:33 PM
06-05-2009 11:33 PM
Re: SAMBA is not working
The correct way to terminate nmbd and smbd is to send it a SIGTERM (-15) signal and wait for it to die on its own.
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2009 12:12 AM
06-06-2009 12:12 AM
Re: SAMBA is not working
Please can you paste the errors you are getting.
did you try kill 15 and the last sure kill
kill -9 on those pids.
What version of HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2009 10:39 PM
06-06-2009 10:39 PM