- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- access problem with samba(CIFS server) share on hp...
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
02-01-2007 07:04 PM
02-01-2007 07:04 PM
access problem with samba(CIFS server) share on hpux
My windows(XP SP2) can't find a samba share on hpux(11.23)
Here is very simple smb.conf & network environment.
--------------------------------------------
<<
[global]
encrypt passwords = no
netbios name = primesmb
workgroup = PSAC
security = share
[Data]
path = /samba
read only = yes
guest ok = yes
<<
hpux: 192.168.10.62 / netmask: 255.255.0.0
windows: 192.168.91.83 / netmask: 255.255.0.0
--------------------------------------------
I executed 'startsmb' and it looked like very ok. I could see the followings as the result of 'smbclient'
-------------------------------------------
Domain=[PSAC] OS=[Unix] Server=[Samba 2.2.5]
Sharename Type Comment
--------- ---- -------
Data Disk
IPC$ IPC IPC Service (Samba 2.2.5)
ADMIN$ Disk IPC Service (Samba 2.2.5)
Server Comment
--------- -------
PRIMESMB Samba 2.2.5
Workgroup Master
--------- -------
PSAC PRIMESMB
------------------------------------------
I don't know what to do with this problem.
I just want to access samba shares on hpux from my pc windows.
Please help me to figure it out.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 08:31 PM
02-01-2007 08:31 PM
Re: access problem with samba(CIFS server) share on hpux
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 12:21 AM
02-02-2007 12:21 AM
Re: access problem with samba(CIFS server) share on hpux
I tried what you suggested though, couldn't get out of the pitfall. --;;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 12:41 AM
02-02-2007 12:41 AM
Re: access problem with samba(CIFS server) share on hpux
Also, make sure the user you're authenticating as exists in the passwd file.
How are you tring to connect to the share ? (net use command or another way ?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 04:00 PM
02-02-2007 04:00 PM
Re: access problem with samba(CIFS server) share on hpux
[2007/02/03 11:59:54, 0] smbd/server.c:main(709)
smbd version 2.2.5 started.
Copyright Andrew Tridgell and the Samba Team 1992-2002
[2007/02/03 11:59:54, 0] nmbd/nmbd.c:main(794)
Netbios nameserver version 2.2.5 started.
Copyright Andrew Tridgell and the Samba Team 1994-2002
[2007/02/03 11:59:58, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
find_response_record: response packet id 1596 received with no matching record.
[2007/02/03 11:59:58, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
find_response_record: response packet id 1597 received with no matching record.
[2007/02/03 12:05:39, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(404)
*****
Samba name server PRIMESMB is now a local master browser for workgroup PSAC on subnet 172.21.90.48
*****
--------------------------------------------
I found one error message, 'find_response_record: response packet id 1597 received with no matching record'. what does it mean?
I tried to see the share through 'my network places' on my windows explorer's left panel and also executed '\\primesmb\Data' on 'start -> run'.
This time, I tried 'net use' command,
c:\..> net use \\172.21.90.48 which retured 'System Error 53 (network path was not found..)'
Lastly, I just want to access to the share by using guest, i mean 'nobody'. In that case, do I need to add my account to /etc/passwd file? even though the security mode is 'share'.