Difference between revisions of "PASE"

From MidrangeWiki
Jump to: navigation, search
(add shells section)
m (AIX compatability: add V4R4 info from V5R2 infocenter table)
Line 9: Line 9:
 
{|style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse;  background:white; clear:right; text-align:center;" border="1" cellpadding="7"
 
{|style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse;  background:white; clear:right; text-align:center;" border="1" cellpadding="7"
 
! AIX<br>release  
 
! AIX<br>release  
 +
! V4R4
 
! V4R5
 
! V4R5
 
! V5R1
 
! V5R1
Line 16: Line 17:
 
|-
 
|-
 
| 4.2<br>(32-bit)
 
| 4.2<br>(32-bit)
 +
|| Yes
 
|| Yes
 
|| Yes
 
|| Yes
 
|| Yes
Line 23: Line 25:
 
|-
 
|-
 
| 4.3<br>(32-bit)
 
| 4.3<br>(32-bit)
 +
|| {{small|No}}
 
|| Yes
 
|| Yes
 
|| Yes
 
|| Yes
Line 30: Line 33:
 
|-
 
|-
 
| 4.3<br>(64-bit)
 
| 4.3<br>(64-bit)
 +
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
 
|| Yes
 
|| Yes
Line 37: Line 41:
 
|-
 
|-
 
| 5.1<br>(32/64-bit)
 
| 5.1<br>(32/64-bit)
 +
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
Line 44: Line 49:
 
|-
 
|-
 
| 5.2<br>(32/64-bit)
 
| 5.2<br>(32/64-bit)
 +
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
Line 51: Line 57:
 
|-
 
|-
 
| 5.3<br>(32/64-bit)
 
| 5.3<br>(32/64-bit)
 +
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
 
|| {{small|No}}
Line 59: Line 66:
  
 
Sources:  
 
Sources:  
 +
*[http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/rzalf/rzalfintro.htm Infocenter V5R2 - Plan for OS/400 PASE]
 
*[http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/rzalf/rzalfplanning.htm Infocenter V5R3 - Plan for OS/400 PASE]
 
*[http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/rzalf/rzalfplanning.htm Infocenter V5R3 - Plan for OS/400 PASE]
 
*[http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzalf/rzalfplanning.htm Infocenter V5R4 - Plan for i5/OS PASE]
 
*[http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzalf/rzalfplanning.htm Infocenter V5R4 - Plan for i5/OS PASE]

Revision as of 19:16, 27 September 2007

PASE, an acronym for Portable Application Solutions Environment, is an IBM-supplied licensed program which provides a subset of AIX functionality on the iSeries.

This can be used to port a number of traditionally unix-only capabilites to the iSeries, including zip/unzip, sftp, tcl and GnuPGP.

Shells

PASE includes three shells: Korn (ksh), Bourne (bsh), and C (csh). The default shell, located in the IFS at /QOpenSys/usr/bin/sh, is the Korn shell.

AIX compatability

AIX
release
V4R4 V4R5 V5R1 V5R2 V5R3 V5R4
4.2
(32-bit)
Yes Yes Yes Yes Yes Unknown
4.3
(32-bit)
No Yes Yes Yes Yes Yes
4.3
(64-bit)
No No Yes No No No
5.1
(32/64-bit)
No No No Yes Yes Yes
5.2
(32/64-bit)
No No No No Yes Yes
5.3
(32/64-bit)
No No No No No Yes

Sources:

Java

In V5R4, the 32bit version of the JVM runs in PASE.

External links

Categories