- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Mount a Remote Linux System Drive to a HP-U...
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
01-10-2007 07:26 AM
01-10-2007 07:26 AM
How to Mount a Remote Linux System Drive to a HP-UX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 07:38 AM
01-10-2007 07:38 AM
Re: How to Mount a Remote Linux System Drive to a HP-UX system
You can mount using NFS, export the linux drive/filesystem and mount the drive/filesystem on hpux.
Example:
1. Mount the drive in a filesystem on Linux.
# mount /dev/cxtxdx /drive1
2. Export the /drive1 on Linux System.
3. Create a mount directory on hp-ux system:
# mkdir /drive1
4. On hp-ux system:
# mount -F nfs linux:/drive1 /drive1
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 08:01 AM
01-10-2007 08:01 AM
Re: How to Mount a Remote Linux System Drive to a HP-UX system
When you export the drive or filesystem on linux , you need to check in /etc/exports file,
Also check this out,
http://www.unixguide.net/unixguide.shtml
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 08:09 AM
01-10-2007 08:09 AM
Re: How to Mount a Remote Linux System Drive to a HP-UX system
Same as any other drive.
You can make a samba share in linux and mount with cifsclient on HP-UX or use NFS.
Just configure the Linux mountpoint in /etc/exports or smb.conf and restart the appropriate service.
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
01-10-2007 05:49 PM
01-10-2007 05:49 PM
Re: How to Mount a Remote Linux System Drive to a HP-UX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 07:23 PM
01-10-2007 07:23 PM
Re: How to Mount a Remote Linux System Drive to a HP-UX system
Possible ways if NfS export on linux server and mount it on hp.
Regds
B.Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 07:47 PM
01-10-2007 07:47 PM
Re: How to Mount a Remote Linux System Drive to a HP-UX system
you can also enter the following line in your fstab:
where
/d01 is the file system that you are trying to mount
/mnt/linuxserver is the mount point which should be a valid directory existing before the mount command.
to mount the remote file system you can then just run the following command:
mount /mnt/linuxserver
hope this helps!
kind regards
yogeeraj