- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- installing Samba for HP-UX version 3.0.5
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
12-16-2004 03:43 AM
12-16-2004 03:43 AM
i installed samba for hp-ux version 3.0.5 and is receiving the error message:
P001S100:/opt/ldapux/lib# /usr/local/samba/bin/smbd -D
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/liblber.sl.2
/usr/lib/dld.sl: No such file or directory
Can anybody help me ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 03:54 AM
12-16-2004 03:54 AM
Re: installing Samba for HP-UX version 3.0.5
If this came from depots its a possible bug.
Checklist.
1) Does the file (in error messag) exist?
2) If it does exist is it on the PATH variable
3) Is /usr/lib on the SHLIB_PATH variable path
You may need to modify the source slightly to get it to compile.
Alternate source(maybe):
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP3
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP22
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
12-16-2004 04:30 AM
12-16-2004 04:30 AM
Re: installing Samba for HP-UX version 3.0.5
the cifs product is functionaly as samba, execute same functions?
The SH_LIB is OK.
My samba was downloading from samba.org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 04:53 AM
12-16-2004 04:53 AM
SolutionJ4269AA B.03.30 LDAP-UX Integration
PHSS_29486 1.0 KRB5-Client Version 1.0
I would install SAMBA version from HP instead (as I have done):
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP3
Here's my plan:
First, backup old files:
cp -p /etc/opt/samba/smb.conf /etc/opt/samba/smb.conf.bak
cp -p /etc/opt/samba/username.map /etc/opt/samba/username.map.bak
Shut down samba
/opt/samba/bin/stopsmb
Remove old samba -
swremove B8725AA
I created a depot with the following:
CIFSTP3 T.30.PV.02 HP CIFS Server Technolog
J4269AA B.03.30 LDAP-UX Integration
PHSS_29486 1.0 KRB5-Client Version 1.0
Install - interactively - sellect all
swinstall -s DEPOTSERVER:/var/software/hp/samba3 @`uname -n`
Watch logfile
tail -f /var/adm/sw/swagent.log
Start samba
/opt/samba/bin/startsmb
Add to windbind to /etc/nsswitch.conf:
passwd: files winbind
group: files winbind
Add or change /etc/opt/samba/smb.conf
security = DOMAIN
idmap uid = 10000-20000
idmap gid = 10000-20000
template primary group = users
winbind separator = +
as well as valid users, example:
valid users = XXX+NTGROUP, bb, oracle, XXX+gwild
then, for each share, set the valid users as well, example:
[src]
path = /usr/local/src
valid users = bb, XXX+NTGROUP, XXX+gwild
force user = bb
Note: force user sets the Unix permissions to the uid of that user - so it must be a Unix id.
zero out the username.map file - no longer needed.
May or may not need to re-join the XXX domain:
/opt/samba/bin/net rpc join -U administrator
Start Samba and windbind from either SWAT ( http://server:901 ) or command line:
First modify startsmb and stopsmb as outlined in the Appendix, then
/opt/samba/bin/startsmb
Verify you can connect from Windows by:
Start -> Run -> \\server
Check log files on Samba Server in /var/opt/samba if it doesn't seem to be working.
Set XXX to your Windows Domain.
I also modified the stopsmb and startsmb scripts to include winbind.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 05:07 AM
12-16-2004 05:07 AM
Re: installing Samba for HP-UX version 3.0.5
If you *really* want Samba, you will find a depot version at http://hpux.cs.utah.edu/. Remember using depot will certainly be easiest than home-compiled.
Regarding Geoff answer, if you have HP-UX 11.0, Kerberos 5 is provided by this package (also on software.hp.com) :
J5849AA (Pam Kerberos)
About SEP, check for /usr/local/lib in your SHLIB_PATH (not /usr/lib). Also you can use ldd over smbd to look at other unresolved dependencies.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)