My current find command does not support printf.
I need find package that supports printf on AiX 6.1 system.
Can anyone help me with the download link or where / how / if I can find it ?
Can it be installed at a different non default location so that it can be reference without... (5 Replies)
Hello is there any trusted OpenJDK 1.8 RPM that can be used on AIX 7.1?
We are having problem with the application development using the JDK that comes from IBM. I dont see much information in internet about this, except PowerPC/AIX Port - Port: PowerPC/AIX - OpenJDK Wiki
Any ideas? (2 Replies)
Hello,
We have an Power8 System (S822) and a IBM StorWize v3700 SAN.
The OS is AIX 7.1.
With this hardware from what I read I need to download/install special SDDPCM drivers, so I did (SDDPCM VERSION 2.6.6.0 (devices.sddpcm.71.rte).
I carved my volumes in the StorWize and presented to... (3 Replies)
Hi Experts,
How to Check the what runtime package is applied on AIX OS?
I would like to verify if “xlcpp.rte.10.1.0.aix.base” package is applied or not ?
thanks in advance.
-Mallela (1 Reply)
I have created a .bff package for an app to tbe installed on AIX servers across regions. I am pretty new to the AIX mode of packaging using mkinstallp but I have been able to get the same done. I installed the same on the server in which i created the package and the application was deployed... (9 Replies)
Hi,
I have created a relocatable AIX package named Test.
The USIL is /abc
bash-2.05b# lsusil
INSTALL PATH = /abc
COMMENTS = None
Generally if a package gets installed in "/opt/Test" and i want to relocate it to "/abc" it gets installed under "/abc/Test". This happens the way in Solaris,... (2 Replies)
Hello,
we have an 7015-R40, we want to update AIX.
oslevel shows 4.3.2.0
At ibm.com we found following
AIX 4300-11 maintenance package
Recommended maintenance for AIX 4.3.3
It's possible to update the system with this file or does we need another source?
Thank you!
S. (8 Replies)
When i install SSH on AIX 5.1 I get the following message
{
A prerequisite package has not been installed. Open SSH
requires Open SSL (Secure Sockets Layer). Please install
Open SSL from the AIX Toolbox for Linux CD or Toolbox website:
}
I cannot find the AIX toolbox for linux CD, also on... (1 Reply)
epm(1) Easy Software Products epm(1)NAME
epm - create software packages.
SYNOPSIS
epm [ -a architecture ] [ -f format ] [ -g ] [ -k ] [ -m name ] [ -n[mrs] ] [ -s setup.xpm ] [ --depend ] [ --help ] [ --keep-files ] [
--output-dir directory ] [ --setup-image setup.xpm ] [ --setup-program /foo/bar/setup ] [ --setup-types setup.types ] [ -v ] [ name=value
... name=value ] product [ listfile ]
DESCRIPTION
epm generates software packages complete with installation, removal, and (if necessary) patch scripts. Unless otherwise specified, the
files required for product are read from a file named "product.list".
The -a option ("architecture") specifies the actual architecture for the software. Without this option the generic processor architecture
is used ("intel", "sparc", "mips", etc.)
The -f option ("format") specifies the distribution format:
aix
Generate an AIX distribution suitable for installation on an AIX system.
bsd
Generate a BSD distribution suitable for installation on a FreeBSD, NetBSD, or OpenBSD system.
deb
Generate a Debian distribution suitable for installation on a Debian Linux system.
inst, tardist
Generate an IRIX distribution suitable for installation on an system running IRIX.
lsb, lsb-signed
Generate RPM packages for LSB-conforming systems. The lsb-signed format uses the GPG private key you have defined in the ~/.rpmmacros
file.
native
Generate an native distribution. This uses rpm for Linux, inst for IRIX, pkg for Solaris, swinstall for HP-UX, bsd for FreeBSD, Net-
BSD, and OpenBSD, and osx for MacOS X. All other operating systems default to the portable format.
osx
Generate a MacOS X software package.
pkg
Generate an AT&T software package. These are used primarily under Solaris.
portable
Generate a portable distribution based on shell scripts and tar files. The resulting distribution is installed and removed the same
way on all operating systems. [default]
rpm, rpm-signed
Generate a Red Hat Package Manager ("RPM") distribution suitable for installation on a Red Hat Linux system. The rpm-signed format
uses the GPG private key you have defined in the ~/.rpmmacros file.
setld
Generate a Tru64 (setld) software distribution.
slackware
Generate a Slackware Linux software distribution.
swinstall, depot
Generate a HP-UX software distribution.
Executable files in the distribution are normally stripped of debugging information when packaged. To disable this functionality use the -g
option.
Intermediate (spec, etc.) files used to create the distribution are normally removed after the distribution is created. The -k option keeps
these files in the distribution directory.
The -s and --setup-image options ("setup") include the ESP Software Wizard with the specified GIF or XPM image file with the distribution.
This option is currently only supported by portable and RPM distributions.
The --setup-program option specifies the setup executable to use with the distribution. This option is currently only supported by portable
distributions.
The --setup-types option specifies the setup.types file to include with the distribution. This option is currently only supported by porta-
ble distributions.
The --output-dir option specifies the directory to place output file into. The default directory is based on the operating system, version,
and architecture.
The -v option ("verbose") increases the amount of information that is reported. Use multiple v's for more verbose output.
The --depend option lists the dependent (source) files for all files in the package.
Distributions normally are named "product-version-system-release-machine.ext" and "product-version-system-release-machine-patch.ext" (for
patch distributions.) The "system-release-machine" information can be customized or eliminated using the -n option with the appropriate
trailing letters. Using -n by itself will remove the "system-release-machine" string from the filename entirely. The "system-release-
machine" information can also be customized by using the -m option with an arbitrary string.
Debian, IRIX, portable, and Red Hat distributions use the extensions ".deb", ".tardist", "tar.gz", and ".rpm" respectively.
LIST FILES
The EPM list file format is now described in the epm.list(5) man page.
KNOWN BUGS
EPM does not currently support generation of IRIX software patches.
SEE ALSO epminstall(1) - add a directory, file, or symlink to a list file
mkepmlist(1) - make an epm list file from a directory
epm.list(5) - epm list file format
setup(1) - graphical setup program for the esp package manager
COPYRIGHT
Copyright 1999-2008 by Easy Software Products, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER-
CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
26 August 2008 ESP Package Manager epm(1)