- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba, swat configuration
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
10-20-2006 08:17 AM
10-20-2006 08:17 AM
Samba, swat configuration
I have a server N4000 server hpux 11.00, it has the samba installed and the daemos are up. But, when I try to get access to the swat page http://host:901 it says The page cannot be found. Any ideas?
It has the /etc/inetd.conf configured, the /etc/services also.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 08:21 AM
10-20-2006 08:21 AM
Re: Samba, swat configuration
swat 901/tcp # SAMBA Web-based Admin Tool
And inetd.conf has:
swat stream tcp nowait.400 root /opt/samba/bin/swat swat
You say samba is installed - how? IE - was HP's CIFS Server installed - then it came with Swat. Older versions of samba may or may not have included swat.
Don you have a:
/opt/samba/swat
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 08:31 AM
10-20-2006 08:31 AM
Re: Samba, swat configuration
swat 901/tcp # Samba
# cat /etc/inetd.conf |grep swat
swat stream tcp nowait.400 root /opt/samba/bin/swat swat
# ls -l /opt/samba/swat
total 4
drwxrwx--- 2 root sys 1024 Feb 7 2000 help
drwxrwx--- 2 root sys 1024 Feb 7 2000 images
drwxrwx--- 2 root sys 96 Feb 7 2000 include
I don't installed the samba, it was installed before by another sysadmin, not sure the status of this installation.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 08:54 AM
10-20-2006 08:54 AM
Re: Samba, swat configuration
Look in /var/opt/samba/log.swat and log.smbd for any errors related to swat.
Are you running ipfilter? that might be blocking it...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:01 AM
10-20-2006 09:01 AM
Re: Samba, swat configuration
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:10 AM
10-20-2006 09:10 AM
Re: Samba, swat configuration
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:20 AM
10-20-2006 09:20 AM
Re: Samba, swat configuration
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:23 AM
10-20-2006 09:23 AM
Re: Samba, swat configuration
I started the daemon by executing:
/opt/samba/bin/nmbd -D
it is running now, the smdb daemon also
/opt/samba/bin/smbd -D
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:28 AM
10-20-2006 09:28 AM
Re: Samba, swat configuration
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:33 AM
10-20-2006 09:33 AM
Re: Samba, swat configuration
/opt/samba/bin/startsmb
Again, check your log files to see if there are any issues...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:34 AM
10-20-2006 09:34 AM
Re: Samba, swat configuration
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 09:37 AM
10-20-2006 09:37 AM
Re: Samba, swat configuration
No startsmb file
# pwd;ls -l
/opt/samba/bin
total 13516
-rwxr-xr-x 1 root sys 1708 Feb 7 2000 addtosmbpass
-rwxr-xr-x 1 root sys 446 Feb 7 2000 convert_smbpasswd
-rwxr-xr-x 1 root sys 286720 Feb 7 2000 make_printerdef
-rwxr-xr-x 1 root sys 286720 Feb 7 2000 make_smbcodepage
-rwxr-xr-x 1 root sys 573440 Feb 7 2000 nmbd
-rwxr-xr-x 1 root sys 397312 Feb 7 2000 nmblookup
-rwxr-xr-x 1 root sys 749568 Feb 7 2000 rpcclient
-rwxr-xr-x 1 root sys 475136 Feb 7 2000 smbclient
-rwxr-xr-x 1 root sys 1245184 Feb 7 2000 smbd
-rwxr-xr-x 1 root sys 700416 Feb 7 2000 smbpasswd
-rwxr-xr-x 1 root sys 397312 Feb 7 2000 smbspool
-rwxr-xr-x 1 root sys 315392 Feb 7 2000 smbstatus
-rwxr-xr-x 1 root sys 4862 Feb 7 2000 smbtar
-rw-rw-rw- 1 root sys 0 Sep 15 2002 swap.tmp
-rwxr-xr-x 1 root sys 778240 Feb 7 2000 swat
-rw-rw-rw- 1 root sys 111621 Sep 15 2002 swat.tmp
-rw-rw---- 1 root sys 0 Apr 3 2002 test.log
-rwxr-xr-x 1 root sys 282624 Feb 7 2000 testparm
-rw-rw-rw- 1 root sys 7526 Sep 15 2002 testparm.log
-rwxr-xr-x 1 root sys 303104 Feb 7 2000 testprns
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 10:36 AM
10-20-2006 10:36 AM
Re: Samba, swat configuration
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
Yang