- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- Linux and HP-UX
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Linux and HP-UX
SOLVED- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-21-2003 10:38 AM
05-21-2003 10:38 AM
1. I have to mount directories from the linux on to the HP-UX. Have any body done such mixed environments? I am sure some of you might have. Will somebody give me an advice on as to this will work? Or is there any hitches?
2. I have to run a shell script that was written for HP-UX to run on Linux? Will it work? I would appreciate a reply.
Thanks
Sam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-21-2003 11:42 AM
05-21-2003 11:42 AM
SolutionThe primary tool for network connectivity that works across all platforms is nfs.
CIFS/9000 & Samba has better security and throughput and does the same thing plus shares printers.
As far as the scripts go:
The shell in the top of the scripts will be different.
As far as the commands go, if they are generic UNIX they will work. If they include the full path name of the command, they will have to be adjusted.
Proprietary HP-UX commands won't work, though lvm has been ported to linux.
The PATH and TERM variables will probably need to be adjusted based on actual locations anf files.
You'll run into lots of little glitches, and the best thing you can do for quality assurance is this:
Write a test plan to test scripts and functionality.
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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-21-2003 04:03 PM
05-21-2003 04:03 PM
Re: Linux and HP-UX
Re: Linux and HP-UX
As for your scripts, try debugging them under LInux by adding the -x command to your shell specification:
#!/bin/sh -x
It will help you find errors in script execution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-21-2003 04:20 PM
05-21-2003 04:20 PM
Re: Linux and HP-UX
Re: Linux and HP-UX
But I would agree that the HP-UX NFS implementation would be better ;)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-21-2003 04:24 PM
05-21-2003 04:24 PM
Re: Linux and HP-UX
Re: Linux and HP-UX
Regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-21-2003 04:24 PM
05-21-2003 04:24 PM
Re: Linux and HP-UX
Re: Linux and HP-UX
Regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-22-2003 05:04 AM
05-22-2003 05:04 AM
Re: Linux and HP-UX
Re: Linux and HP-UX
As for differences or issues. You'll have to get used to the bash shell. not a big difference though. Most everything will switch over. you'll need to change the first line in you scripts to reflect
#! /bin/bash
instead of
#! /usr/bin/ksh
I'd recommend going through your scripts then and testing them to see if they work and debug anthing that needs fixing.
We're using one of our linus boxes as an NFS server with absolutely no issues. We're using SuSE linux (again... decided by France due to SAP support) I'd rather be using Red Hat. The administrative tools are another thing you'll have to get people used to. no SAM in Linux.... SuSE has yast and yast2. RedHat has it's own admin tools as well.
In the future we're looking at getting another 40 Linux servers in the next few years.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-22-2003 05:33 AM
05-22-2003 05:33 AM
Re: Linux and HP-UX
Re: Linux and HP-UX
Christoph
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-22-2003 10:41 AM
05-22-2003 10:41 AM
Re: Linux and HP-UX
Re: Linux and HP-UX
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-25-2003 07:41 AM
07-25-2003 07:41 AM
Re: Linux and HP-UX
Re: Linux and HP-UX
I never thought about doing that before, but I believe that just may be what I need to make my jump into the Linux world just a little less painful???
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-25-2003 09:43 AM
07-25-2003 09:43 AM
Re: Linux and HP-UX
Re: Linux and HP-UX
http://www.rpmfind.net/
It is a collect of RPMs and where to locate them.
Good Luck,
---dan
http://www.cs.mun.ca/~michael/pdksh/
http://www.cs.mun.ca/~michael/pdksh
Package Summary Distribution Download
pdksh-5.2.14-8.ppc.html A public domain clone of the Korn shell (ksh). Yellow Dog PPC pdksh-5.2.14-8.ppc.rpm
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-25-2003 11:33 AM
07-25-2003 11:33 AM
Re: Linux and HP-UX
Re: Linux and HP-UX
I work in this kind of configuration,
Linux and HPUX on one network.
I use nfs between them and also NIS.
Every thing work fine.
Caesar
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP