HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba errors
Operating System - HP-UX
1836546
Members
2634
Online
110102
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-30-2007 06:56 PM
09-30-2007 06:56 PM
# uname -a
HP-UX test3 B.11.11 U 9000/785 2013846943 unlimited-user license
# swlist | grep Samba
Samba 3.0.23a Samba Server
script to start Samba
#!/bin/ksh
mode=$1
case $mode in
'start_msg')
echo "Start Samba Server"
;;
'stop_msg')
echo "Stop Samba Server"
;;
'start')
/usr/local/samba/bin/smbd -D
/usr/local/samba/bin/nmbd -D
;;
'stop')
kill `cat /var/opt/samba/locks/smbd.pid`
kill `cat /var/opt/samba/locks/nmbd.pid`
rm -f /var/opt/samba/locks/smbd.pid
rm -f /var/opt/samba/locks/nmbd.pid
;;
*)
echo "Usage $0 { start | stop }"
esac
exit 0
# ./samba.ks start
/usr/lib/dld.sl: Can't find path for shared library: libiconv.sl
/usr/lib/dld.sl: No such file or directory
./samba.ks[13]: 27317 Abort(coredump)
/usr/lib/dld.sl: Can't find path for shared library: liblber.sl.2
/usr/lib/dld.sl: No such file or directory
./samba.ks[14]: 27318 Abort(coredump)
any idea how to solve this?
Thanks
HP-UX test3 B.11.11 U 9000/785 2013846943 unlimited-user license
# swlist | grep Samba
Samba 3.0.23a Samba Server
script to start Samba
#!/bin/ksh
mode=$1
case $mode in
'start_msg')
echo "Start Samba Server"
;;
'stop_msg')
echo "Stop Samba Server"
;;
'start')
/usr/local/samba/bin/smbd -D
/usr/local/samba/bin/nmbd -D
;;
'stop')
kill `cat /var/opt/samba/locks/smbd.pid`
kill `cat /var/opt/samba/locks/nmbd.pid`
rm -f /var/opt/samba/locks/smbd.pid
rm -f /var/opt/samba/locks/nmbd.pid
;;
*)
echo "Usage $0 { start | stop }"
esac
exit 0
# ./samba.ks start
/usr/lib/dld.sl: Can't find path for shared library: libiconv.sl
/usr/lib/dld.sl: No such file or directory
./samba.ks[13]: 27317 Abort(coredump)
/usr/lib/dld.sl: Can't find path for shared library: liblber.sl.2
/usr/lib/dld.sl: No such file or directory
./samba.ks[14]: 27318 Abort(coredump)
any idea how to solve this?
Thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2007 07:16 PM
09-30-2007 07:16 PM
Solution
Hello Sharath,
Install HP CIFS Server A.02.03.02 (Samba):
https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=B8725AA
Thanks
Install HP CIFS Server A.02.03.02 (Samba):
https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=B8725AA
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 02:05 PM
10-01-2007 02:05 PM
Re: samba errors
Hello Sharath,
HP CIFS Server Patch Requirement:
http://docs.hp.com/en/B8725-90127/ar01s03.html#v1891859
Install HP-UX 11.11 OS Patches:
PHCO_35250 libpam_unix cumulative patch
PHKL_30398 KI FSS ID and KI_rfscall
PHNE_36168 ONC/NFS General Release/Performance Patch
PHCO_35743 libc cumulative patch
PHCO_31923 libc cumulative header file patch
PHNE_29445 libnss_dns DNS backend patch
PHSS_29487 GSS-API Version 1.0 Cumulative patch
PHSS_36286 KRB5-Client Version 1.0 cumulative patch
Thanks
HP CIFS Server Patch Requirement:
http://docs.hp.com/en/B8725-90127/ar01s03.html#v1891859
Install HP-UX 11.11 OS Patches:
PHCO_35250 libpam_unix cumulative patch
PHKL_30398 KI FSS ID and KI_rfscall
PHNE_36168 ONC/NFS General Release/Performance Patch
PHCO_35743 libc cumulative patch
PHCO_31923 libc cumulative header file patch
PHNE_29445 libnss_dns DNS backend patch
PHSS_29487 GSS-API Version 1.0 Cumulative patch
PHSS_36286 KRB5-Client Version 1.0 cumulative patch
Thanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP