- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to share one directory between HPux11.0 and Li...
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
03-24-2004 09:02 AM
03-24-2004 09:02 AM
How can I share a Directory on HP ux v.11.0, so Linux version 9, can see it and read information?
To migrate from Oracle 8i To Oracle 9i, in different boxes, I need to put share data diretory so Oracle Upgrade can see that directory like local, although, Oracle thinks that the database to migrate stay at same box, and It'll do the migration...
I don't have anything special in both servers, both have LVM only.
I know samba is an option but I can't configure that, Are there other posibilities to do that?
How to configure these?
Thanks for your time...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 09:05 AM
03-24-2004 09:05 AM
Re: How to share one directory between HPux11.0 and Linux 9
http://www.cites.uiuc.edu/wsg/resources/unixguide/nfs.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 09:07 AM
03-24-2004 09:07 AM
Re: How to share one directory between HPux11.0 and Linux 9
Set the HP-UX as an NFS server and start the processes.
Set up your /etc/exports file.
The make sure the Linux box has NFS client processing running and mount the dir export from HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 12:59 PM
03-24-2004 12:59 PM
SolutionIf you do not know the syntax for editing the /etc/exports file directly I recommend you to do this by using: sam
if you edit the /etc/exports manually make sure you run the command: exportfs afterwards.
Linux 9... SUSE ?
On SUSE Linux 9.0 you can use YaST Control Center/Network Services and configure the NFS Client
- or a terminal window
* create a mountpoint (empty directory)
* mount -t nfs {hp-ux_server_ip}:/directory /{local_mount_point}
* and to make it permanent edit the /etc/fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 01:41 PM
03-24-2004 01:41 PM
Re: How to share one directory between HPux11.0 and Linux 9
vi /etc/exports
pick the directory for sharing
exportfs -av to reload the shares.
The mount command above will work.
You could try samba. Thats an option in most versions of Linux and an add in product called CIFS/9000 in HP-UX side.
Client
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
Server:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
Based on Samba 2.2
Not from HP:
http://hpux.connect.org.uk/hppd/hpux/Networking/Misc/samba-3.0.2a/
Based on Samba 3.02
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:29 PM
03-24-2004 03:29 PM
Re: How to share one directory between HPux11.0 and Linux 9
rsize=8192,wsize=8192"
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:01 AM
03-25-2004 03:01 AM
Re: How to share one directory between HPux11.0 and Linux 9
migrate the databases.
Export the oracle db as system. Do a full export to the NFS drive.
make identical filesystems on the new box, or
re-layout the tablespaces, and inport the data from the shared drive. Then create the indexes after the import.
That is how I would proceed.
Tim Sanko