Re: Porting ksh scripts?

From: Zebrouvis, Lois (zebrouvis_at_PPG.COM)
Date: 05/20/03

  • Next message: Bill Verzal: "Re: Porting ksh scripts?"
    Date:         Tue, 20 May 2003 14:42:24 -0400
    To: aix-l@Princeton.EDU
    
    

    While ksh syntax is very similear, LVM commands are very different.

    We also had some problems with some ksh syntax for Linux like:
    echo "$string" | read a b c

    LVM differences:
    aix HP
    mkvg vgcreate
    mklv lvcreate

    -----Original Message-----
    From: Theresa Sarver [mailto:tsarver.IFMC@SDPS.ORG]
    Sent: Tuesday, May 20, 2003 2:33 PM
    To: aix-l@Princeton.EDU
    Subject: Porting ksh scripts?

    Hi all;

    Does anyone know -- will 'ksh' scripts, build on AIX [433], port to any/all of the most current versions of the following OS's: HPUX, Solaris, Red Hat?

    I ask because we'll be building a "test lab" with 1 of the above vendors (I don't know which one yet) and I'd like to script as much of the LVM build (mkvg, mklv, crjfs) as possible before the new hardware arrives....but only if it the script(s) can be ported fairly simply.

    Thanks in advance for the help!
    Theresa


  • Next message: Bill Verzal: "Re: Porting ksh scripts?"