This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: how do i check HP-UX ia64 platform
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 10, 2010
03:07 AM
how do i check HP-UX ia64 platform
Hi ,
I am working with a project where i need to check "HP-UX ia64"(HP-ux itanium 64) platform.But i do not have that one in the existing platform of check platform rule.If i want to add a new platform, with what name shall i add so that it will be detected on "HP-UX ia64" but not on HP-UX.
Thanks,
Vijji123
I am working with a project where i need to check "HP-UX ia64"(HP-ux itanium 64) platform.But i do not have that one in the existing platform of check platform rule.If i want to add a new platform, with what name shall i add so that it will be detected on "HP-UX ia64" but not on HP-UX.
Thanks,
Vijji123
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 10, 2010
04:46 AM
Most likely an "uname -a" should tell you it's running on IA64.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 10, 2010
05:11 AM
Hi Vlad,
I am talking about platform check rule of Install Anywhere 2009.
for the command uname -a on on HPUX-ia64 machine, i am getting the following output.
HP-UX eshxh002 B.11.31 U ia64 3698277762 unlimited-user license
out of which do i need to add to new platform in platform check rule of Install Anywhere 2009.
Thanks,
Vijii123
I am talking about platform check rule of Install Anywhere 2009.
for the command uname -a on on HPUX-ia64 machine, i am getting the following output.
HP-UX eshxh002 B.11.31 U ia64 3698277762 unlimited-user license
out of which do i need to add to new platform in platform check rule of Install Anywhere 2009.
Thanks,
Vijii123
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 10, 2010
07:04 AM
So, here is how I would do it: as the 1st action in the preinstall task I would issue an 'uname -a' and I would store the result somewhere (in a IA variable in a file etc). Then I would set a variable, say $IS_HP-UX_IA64$ to true if the uname -a result contains ia64. Then all actions will be done if $IS_HP-UX_IA64$ is true, if not you can force the installer to exit.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 10, 2010
10:40 PM
can we mix, i mean put an and rule for check platform(HPUX) and check architecture(itanium 64) . which will give HP-UX ia64.
Vijji123
Vijji123
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2010
10:33 AM
Yes, you can! 😄