- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux Packaging
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
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
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
тАО05-14-2006 08:03 AM
тАО05-14-2006 08:03 AM
Linux Packaging
My name is Allison, how are you doing?
We are migrating some HP-UX servers to Linux 3.0 32 bit, and Linux 4.0 64 bit, there are lots of HP-UX packages to be recreated in Linux, I have several questions.
. I am not familiar with Linux package commands, is there a comparing CLI list for HP-UX Vs Linux
HP-UX Linux
checkinstall ???
request ???
postinstall ???
checkremove ???
preremove ???
postremove ???
2. For same third-party software, do I need to create one package on Linux 3.0 32bit, another for Linux 4.0 64 bit, or I can just develop one pkg on either OS, and will work for both?
If you can advise when you get a chance, I would appreciate it.
Thank you in advance,
Fanglin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2006 11:36 AM
тАО05-14-2006 11:36 AM
Re: Linux Packaging
checkinstall ???
request ???
postinstall ???
checkremove ???
preremove ???
postremove ???
No direct corresonding programs.
You are not entirely precise on what you mean by Linux. It may be assumed you mean Red Hat, but that is not certain. Please add detail.
Red Hat Linux works with three major installation formats besides good old fashioned tar files.
rpm (built in, reasonable command set)
yum (built in to fedora, wish it was in RH)
apt (Very good, may some day be the standard)
HP-UX uses SD/UX and that is proprietary and does not work on other platforms, hence my earlier answer.
2. You have choices. You can create 1 32 bit package that will run on both platforms unless there are certain portions of you code which won't work that way. 32 bit programs do suffer from memory limitation which may inspire you to have two different code sets. True answer: it depends.
Posting your email address to one of the places that spam is farmed is ill advised. I suggest you ask the moderators to amend your post and remove the address.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1023646
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
тАО05-14-2006 12:56 PM
тАО05-14-2006 12:56 PM
Re: Linux Packaging
I forgot to mention that we are going to use RedHat Linux 3.0 (32bit) and RedHat Linux 4.0 (64bit), will use "rpmbuild" to create pakcage on Linux.
Hopefully there is a comparing CLI list for HP-UX Vs Linux
HP-UX Linux
checkinstall ???
request ???
postinstall ???
checkremove ???
preremove ???
postremove ???
Again, thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2006 06:48 PM
тАО05-14-2006 06:48 PM
Re: Linux Packaging
I suggest you to start with "Maximum RPM" from http://www.rpm.org/ in order to learn about RPM.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2006 10:39 AM
тАО05-15-2006 10:39 AM
Re: Linux Packaging
SD/UX actually is not proprietary, but POSIX compliant, it's just noone else is using it :)
The debian people discussed it a bit in '99.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2006 01:46 PM
тАО06-12-2006 01:46 PM