- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX shares
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-24-2001 07:27 AM
09-24-2001 07:27 AM
1) does anyone know anything about Triteal's status (did they go under)?
2) if they did, does anyone know enough about their software to help ?
3) if nobody can help the first two - what else can I use to do the same task?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 07:37 AM
09-24-2001 07:37 AM
Re: HP-UX shares
With HP-UX 11.0, you could have used CIFS/9000 (which is repackaged version of Samba) but on 10.20, you may have to download and install it from the source code. YOu can get it from
http://samba.org
Once you install and configure samba, you can map your HP-UX filesystems on your NT machines.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 07:39 AM
09-24-2001 07:39 AM
Re: HP-UX shares
I'm sorry I know nothing about the software you're using, but we use samba for this purpose (www.samba.org).
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 04:35 AM
09-28-2001 04:35 AM
Re: HP-UX shares
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 04:52 AM
09-28-2001 04:52 AM
Re: HP-UX shares
Samba comes with a neat Web based configuration utility called swat. You can configure swat to run from inetd or as a daemon (if memory serves). In order to configuer swat to run from inetd, do the following:
add swat to the services file:
swat 906/tcp
put the following entry in /etc/indet.conf:
swat stream tcp nowait root /usr/local/samba/bin/swat swat
then bounce inetd:
inetd -c
Now use any browser to connect to your server at port 906:
http://
This should bring up swat. The gui is very easy to use and heavily documented.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 04:53 AM
09-28-2001 04:53 AM
Re: HP-UX shares
with samba you have a gui tool for configuration called SWAT.
To use:
Go to a PC which is in the network of your HP box (or at your HP box itself if you have netscape on it) and open a web browser.
Now open the URL: http://
It asks for a user and password (for the first time use root).
All parameters for the configuration are well documented in SWAT.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:00 AM
09-28-2001 05:00 AM
Re: HP-UX shares
swat stream tcp nowait.400 root /opt/samba/bin/swat swat
Does that mean I should use :400 instead of :901 (or :906)? Does the server have to be running IIS software?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:03 AM
09-28-2001 05:03 AM
Re: HP-UX shares
No, do a grep on /etc/services and see what port swat is assigned, i.e.:
grep swat /etc/services
This will tell you which port to use when connecting from your browser.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:16 AM
09-28-2001 05:16 AM
Re: HP-UX shares
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:19 AM
09-28-2001 05:19 AM
Re: HP-UX shares
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:19 AM
09-28-2001 05:19 AM
Re: HP-UX shares
changes made with swat are automatically set when you pres 'commit changes'.
There's no need to stopt/start the deamons.
However if you change something and have active shares you can reinitailize them at the status window by clicking the X-Botton for a share process.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:33 AM
09-28-2001 05:33 AM
Re: HP-UX shares
I also noticed that there isn't a tool for configuring the [homes] section of the smb.conf (unless I'm going blind and can't see it).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:42 AM
09-28-2001 05:42 AM
Re: HP-UX shares
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:46 AM
09-28-2001 05:46 AM
Re: HP-UX shares
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:47 AM
09-28-2001 05:47 AM
Re: HP-UX shares
Active shares only lists the shares that are in use, i.e. that someone has mounted already.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 05:50 AM
09-28-2001 05:50 AM
Re: HP-UX shares
I'm trying to connect from a Windows machine, and I'm getting an error that says that the account is not authorized to log in from this station. Any ideas on what settings to look for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 06:08 AM
09-28-2001 06:08 AM
Re: HP-UX shares
Example 1: allow all IPs in 150.203.*.* except one
hosts allow = 150.203. EXCEPT 150.203.6.66
Example 2: allow hosts that match the given network/netmask
hosts allow = 150.203.15.0/255.255.255.0
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 06:27 AM
09-28-2001 06:27 AM
Re: HP-UX shares
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 10:38 AM
09-28-2001 10:38 AM
Re: HP-UX shares
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 10:43 AM
09-28-2001 10:43 AM