- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba Help..
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
08-05-2002 11:26 AM
08-05-2002 11:26 AM
Samba Help..
Any ideas or help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:36 AM
08-05-2002 11:36 AM
Re: Samba Help..
You probably expected it to put either links or the binaries in the /usr/local/bin directory. You can do it manually.
# ls -l /opt/samba/bin/startsmb /opt/samba/script/startsmb
is the start for smb.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:42 AM
08-05-2002 11:42 AM
Re: Samba Help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:47 AM
08-05-2002 11:47 AM
Re: Samba Help..
Do a search on the system and check for the files. Check the install log file and see if there was any errors/warnings. If you suspect any issues with the zip file, then download it again and install it. Do the checksum test after you have the file in the system and make sure it did transfer everything alright. Also while doing install, check and mark all components you need to install. Login as root and do the install.
gl,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:03 PM
08-05-2002 12:03 PM
Re: Samba Help..
let us know how that works.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:15 PM
08-05-2002 12:15 PM
Re: Samba Help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:27 PM
08-05-2002 12:27 PM
Re: Samba Help..
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:28 PM
08-05-2002 12:28 PM
Re: Samba Help..
Larry,
Strange! Very Strange!
You are installing this as root, correct? What OS are you putting it on, 11.00 or 11.11 (11i)??
I guess you could try HP's samba:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=CIFS&search_free=1&search_trial=1&search_buy=1
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:47 PM
08-05-2002 12:47 PM
Re: Samba Help..
before installing it again and again, first remove the existing one. Then install fresh from the depot. Check the log file during install. Check the other system and make sure that your permissions are right.
gl,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 01:02 PM
08-05-2002 01:02 PM
Re: Samba Help..
SAMBA is installed only under /opt/samba unless you change your target in swinstall.
There are no programs by name smbstart or install.
You start samba by running the commands /opt/samba/bin/smbd and nmbd.
You can use "swat" to easily configure the shares and hence smb.conf. Or you can manually create it using an editor in /opt/samba/lib directory. Look at smb.conf man page for syntax.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 01:51 AM
08-06-2002 01:51 AM
Re: Samba Help..
You haven't mentioned where you obtained your Samba depot, perhaps you could try another source in case there are problems with that depot. Alternatively the HP CIFS distribution (available from software.hp.com) has extra scripts to ease setting up.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 02:04 AM
08-06-2002 02:04 AM
Re: Samba Help..
I have had same problems with gcc when I downloaded from hpux.cs.utah.edu and installing them.
There were no files after installing them.
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 08:52 AM
08-06-2002 08:52 AM
Re: Samba Help..
One "version" uses:
/opt/samba/bin/startsmb
/opt/samba/bin/stopsmb
The other "version" uses
${SAMBA_DIR:=/opt/samba}/bin/smbd -D -d ${SAMBA_SMBD_DEBUG_LEVEL:=0} -l ${SAMBA_SMBD_LOG:=/var/opt/samba/log.smb}
${SAMBA_DIR:=/opt/samba}/bin/nmbd -D -d ${SAMBA_NMBD_DEBUG_LEVEL:=0} -l ${SAMBA_NMBD_LOG:=/var/opt/samba/log.nmb}
Sound like your confusion might be due to where you picked your source.
Ror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 08:55 AM
08-06-2002 08:55 AM
Re: Samba Help..
root> swlist |grep -i samba
samba 2.2.3a samba
Then look for the files:
root> swlist -l file samba | more
That will list all of the files installed and the full path to where it installed them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:11 AM
08-06-2002 11:11 AM
Re: Samba Help..
I would highly recommend installing Samba from HP. You can find it on your Aplication CD's CIFS Client in CD 1 and CIFS Server on CD 4 or 5 typically. (Might have reversed them)
Or from software.hp.com, just look for CIFS.
I have had problems in the past using samba downloaded from samba.org
Good luck,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:20 AM
08-07-2002 12:20 AM
Re: Samba Help..
If you do not need any of the fixes in 2.2.4 or 2.2.5, you should download the HP depot from software.hp.com (Prod.no. B8725AA) this should contain all the stuff you are missing.
Although it does add the links /sbin/rc(1|2).d/(K100|S900)samba, the actual script they point to is in /opt/samba/script. You'll need to copy this to /sbin/init.d yourself (I believe this is covered in the README).
Stanley.