- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX fs mounted on Linux??
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
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
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-28-2004 05:55 AM
тАО01-28-2004 05:55 AM
HP-UX fs mounted on Linux??
Does somebody know if I can mount and read a HP-UX hfs filesystem on a RedHat 9 (kernel 2.4.20) box??
I need to read some Magneto-Optical disks. If somebody have a clue on how to mount to MO disks on Linux.. Let me know... ;) But big question that I have is "Can I mount hfs (HP-UX) fs on a Linux box???"
Thanks
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 06:06 AM
тАО01-28-2004 06:06 AM
Re: HP-UX fs mounted on Linux??
On hp box as root
vi /etc/exports
# add the hfs filesystem to export example
/hfsdata
save the file
exportfs -a -v
On Linux, you merely need to mount the target filesystem as a nfs fs.
The particularities of HFS are handled on the HP-UX server.
You need nfs client enabled on Linux which is the default, then its just a mount command
mount hp_ux_hostname://hfsdata /hfsdata
df -h will show the filesystem as available.
I'm attaching a real /etc/exports file as an example to you of the hpux stuff
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-28-2004 06:12 AM
тАО01-28-2004 06:12 AM
Re: HP-UX fs mounted on Linux??
I have no idea whether MO disk would make any difference or not. We routinely mount HP-UX file systems on Linux via NFS, if that's any help. Obviously NFS needs to be running on both, the file system in question needs to be exported from the HP box, then the Linux box should be able to mount it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 06:44 AM
тАО01-28-2004 06:44 AM
Re: HP-UX fs mounted on Linux??
Your HP system has to be set up as an NFS server. Make sure that in /etc/rc.config.d/nfsconf (for most versions) that the correct variable is set (I think it's NFS_SERVER=1 -- or something very similar).
If NFS has not previously been started on your HP, then after you change the above file, you'll need to (as root):
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
Once the NFS server processes are running on the HP server, exportfs -a -v can be run.
You may run into interest permissions/ownership issues with the fact that this is done via NFS. Running NIS (Network Information Service) could help but takes work to implement. Other helps are various mount and export options (on Linux and HP-UX respectively) and manually editing the UIDs in the /etc/passwd files or changing file ownership.
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 07:27 AM
тАО01-28-2004 07:27 AM
Re: HP-UX fs mounted on Linux??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 07:32 AM
тАО01-28-2004 07:32 AM
Re: HP-UX fs mounted on Linux??
Yes RedHat-9 does support HFS - see the following:
http://rpmfind.net/linux/RPM/redhat/9/i386/lib_modules_2.4.20-8_kernel_fs_hfs_Tree.html
Now it's just a matter of getting the MO drive to work with RedHat-9. Unfortunately google searches for that reurn nothing.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2004 01:13 AM
тАО01-29-2004 01:13 AM
Re: HP-UX fs mounted on Linux??
I have a similar scenario with a zx6000 that can dual boot between Linux (RH AS 2.1) and HP-UX 11.23. There is no native filesystem that I have found that is shared between the two. There is some promise that Veritas will work between the two, but that is speculation and costs money to find out if it will work. As it is, I can't access any of the other OS's filesystems from HP-UX or Linux on this box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2004 01:20 AM
тАО01-29-2004 01:20 AM
Re: HP-UX fs mounted on Linux??
I beleive that the HFS in linux refers to the Apple Mac version; HP has it's own version of HFS.....
Just in case you access HP HFS media, you would treat them just like another hard drive and the mount command may look like:
mount -v -r -t hfs /dev/scd0 /mnt/optical
where /mnt/optical is a blank directory and using a SCSI MO drive....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2004 05:31 AM
тАО02-05-2004 05:31 AM
Re: HP-UX fs mounted on Linux??
Can I read an HFS fs on a 11i box???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2004 05:45 AM
тАО02-05-2004 05:45 AM
Re: HP-UX fs mounted on Linux??
Absolutely - in fact /stand is (and has to be) an HFS filesystem.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2004 05:52 AM
тАО02-05-2004 05:52 AM
Re: HP-UX fs mounted on Linux??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2004 06:18 AM
тАО02-05-2004 06:18 AM
Re: HP-UX fs mounted on Linux??
The same can be said for other opsystems and their methods for handling disk layouts. It's possible that a Veritas volume manager layout on a single MO platter might play OK on another opsystem but I don't think a lot of testing goes into this type of portability.
Bill Hassell, sysadmin