- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba automatic startup at boot ?
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
09-08-2004 03:17 AM
09-08-2004 03:17 AM
samba automatic startup at boot ?
I want to setup samba that samba server start when hpux boot...
I adapt the file /etc/rc.config.d/samba but it doesn't work.
Must I config some more files ?
I have tried with this statements to start samba server automatically:
RUN_SAMBA=1
thanks
steffen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 03:22 AM
09-08-2004 03:22 AM
Re: samba automatic startup at boot ?
Try to execute startsmb command from the command line. If the command executes successfully then Samba should automatically start at bootup.
Review the /etc/rc.log file, that can tell you if there were any error messages from /sbin/init.d/samba script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 03:25 AM
09-08-2004 03:25 AM
Re: samba automatic startup at boot ?
that was only the first step !
You'll have to create startup files in /sbin/init.d too and link them to /sbin/rc2.d (start samba) and /sbin/rc1.d (stop samba)
for example
/sbin/rc1.d/K100samba and
/sbin/rc2.d/S900samba
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 03:31 AM
09-08-2004 03:31 AM
Re: samba automatic startup at boot ?
You need to have a properly configured /etc/opt/samba/smb.conf file in place.
Specifically in the Global parameters section you specify workgroup, server string & most importantly the directories to share as well as the account info for whom can access them.
Don't forget to run /sbin/init.d/samba start if you haven't rebooted the system.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 07:20 PM
09-08-2004 07:20 PM
Re: samba automatic startup at boot ?
is your problem solved now ? If so than please assign points
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 12:27 AM
09-09-2004 12:27 AM
Re: samba automatic startup at boot ?
franky's answer should be working.
I've already in init.d the same samba file.
now I mus set a link to the mentioned rc file. I will try this and give a feedback.
thanks !
steffen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 02:48 AM
09-09-2004 02:48 AM
Re: samba automatic startup at boot ?
swlist: Warining: The windowing mode was previously set to ASCII-Terminal
it cannot be changed to X11/Motif
ERROR: The interactive UI failed to start
what is the problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:02 AM
09-09-2004 03:02 AM
Re: samba automatic startup at boot ?
I have already the files in init.d and rc1.d and rc2.d.
in init.d is the file named "samba"
should I insert the 2 paths into that file ?
or should I "link" the files with ln comand? if yes can you give me an example how to setup a proper link to /sbin/rc1.d/... and /sbin/rc2.d/...
tanks...