- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change location of smb.conf
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
Discussions
Discussions
Discussions
Forums
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
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-27-2002 07:58 AM
тАО02-27-2002 07:58 AM
Change location of smb.conf
Where is the default location of the smb.conf file set? I have recently removed the Samba that came with HP-UX 11i and installed Samba 2.2.3a (domain problems), but it still looks for all the conf files, locks, secrets, in the location where the old samba install was.
Any help is appreciated
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 08:01 AM
тАО02-27-2002 08:01 AM
Re: Change location of smb.conf
/etc/opt/samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 10:33 AM
тАО02-27-2002 10:33 AM
Re: Change location of smb.conf
Thanks
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2002 11:37 PM
тАО02-27-2002 11:37 PM
Re: Change location of smb.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 12:36 AM
тАО02-28-2002 12:36 AM
Re: Change location of smb.conf
"/etc/rc.config.d/samba"
is the file that system checks whether to start samba services or not at the time of booting.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 12:42 AM
тАО02-28-2002 12:42 AM
Re: Change location of smb.conf
1. Edit the /etc/rc.config.d/samba file.
2. Change the last line of the file to: RUN_SAMBA=0.
3. Save the file.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 04:01 AM
тАО02-28-2002 04:01 AM
Re: Change location of smb.conf
The location of smb.conf is determined at compile time. If you want to set it to another dir, you will either have to recompile the software yourself (use ./configure --help to find out which configure parameter is used to set the configuration file location) OR you could link /etc/opt/samba to your dir of choice.
HTH.
Regards,
Vincent