- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: External file systems
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
12-19-2001 04:31 AM
12-19-2001 04:31 AM
I'd like to set up a folder on one of my NT servers that can be accessed via my HP-UX operating system. This would be extremely useful for scheduling cron jobs to create txt files that Excel can import and for dropping files from MS Exchange that my Oracle database can upload.
Is this sort of thing possible, and if so how can I go about it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 04:37 AM
12-19-2001 04:37 AM
Re: External file systems
You will need to install software on the HP machine as well as on your NT machines to do it but it is quite simple.
Hummingbird have such a product:
www.hummingbird.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 04:38 AM
12-19-2001 04:38 AM
SolutionCan you use 'ftp' to transfer files rather than sharing Disk Systems? An ftp script from HP-UX is fairly simple to set up.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 04:39 AM
12-19-2001 04:39 AM
Re: External file systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 04:42 AM
12-19-2001 04:42 AM
Re: External file systems
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 03:36 PM
12-21-2001 03:36 PM
Re: External file systems
You can enable NFS services on any WIN/NT or WIN2000. These are not installed or enabled by default but a brief consultation with M$'s website or support services should give you enough info to make this work. This would allow you to NFS mount an NT/2000 directory on your Unix system. Then merely direct the output or input from/to your Unix application to the directory where the NT filesystem is mounted.
Alternatively, you can obtain the CIFS9000 stuff from HP at http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=category&group_name=NSM
This allows you to mount a Unix directory on the NT box. Unix systems are a heckuva lot easier to administer, and they're more stable. So this would be my first recommendation.
There are several other ways to do this, but these two should be the first you look into.
Chris