07-20-2016
The Missing AIX Documentation Project
Welcome to
AIX - All Intricacies eXplained
List of AIX commands lacking documentation:
- mkinstallp (create installable packages)
- imfs (create FS entries in /etc/filesystems)
- getlvodm (get LVM information from LVCB and ODM)
- ldeletepv (delete phantom disks from ODM)
- lqueryvg (lists various VG information)
- realpath (translate path to absolute form)
- dmpdt_chrp (dump OpenFirmware device tree)
- /usr/lib/nls/lstz (list timezone information)
If you want this list to be expanded, send me (or any other moderator) a message or post here. If you want to write documentation for a command: just do so. We will link your thread gladly to the command here so that your work is easily found.
bakunin
Last edited by bakunin; 07-20-2016 at 07:52 PM..
This User Gave Thanks to bakunin For This Post:
8 More Discussions You Might Find Interesting
1. Programming
I'm looking for books or online documentation for writing device drivers for AIX 3.2.5. I've searched IBM's website and google and come up with next to nothing. There is plenty of information for 4.1 and above but virtually nothing for 3.2.5.
I'm specifically interested in porting one of the... (2 Replies)
Discussion started by: cejoe
2 Replies
2. Emergency UNIX and Linux Support
I am trying to install the Sysback client (TSM for System Backup and Recovery) 6.1 on an LPAR running AIX 5.3. One of the filesets is failing to install. Here's what it says in the preview:
FAILURES:
tivoli.tsm.client.api.32bit 5.5.1.0 # TSM Client - Application Pro...
MISSING... (2 Replies)
Discussion started by: need2bageek
2 Replies
3. AIX
Hi forum,
I have two servers. Both running same version 4.3.3 TL11.
On one of them efix IX85104 is installed but missing on another server.
I have tried to find it and download it but it's just too old.
Is there any way that I could extract/copy this efix from server where it's present... (1 Reply)
Discussion started by: phobus
1 Replies
4. AIX
Please anyone tell me "What is the command to view missing filesets in aix"
Thanks in advance
---------- Post updated at 09:34 PM ---------- Previous update was at 05:09 PM ----------
Please anyone tell me "What is the command to view missing filesets in aix"
Thanks in advance (3 Replies)
Discussion started by: sweetysiva29
3 Replies
5. UNIX and Linux Applications
I have installed following packages from perzl
samba-winbind-clients-3.6.22-1
samba-client-3.6.22-1
samba-domainjoin-gui-3.6.22-1
samba-winbind-devel-3.6.22-1
samba-3.6.22-1
samba-common-3.6.22-1
samba-winbind-krb5-locator-3.6.22-1
samba-doc-3.6.22-1
samba-swat-3.6.22-1... (7 Replies)
Discussion started by: laxtnog
7 Replies
6. AIX
NAME
dmpdt_chrp
SYNOPSIS
/usr/lib/boot/bin/dmpdt_chrp
/usr/lib/boot/bin/dmpdt_chrp
/usr/lib/boot/bin/dmpdt_chrp
/usr/lib/boot/bin/dmpdt_chrp
DESCRIPTION
Dumps OpenFirmware device tree
-n dumps NVRAM variables
-b dumps in some binary format
-i dumps in... (0 Replies)
Discussion started by: agent.kgb
0 Replies
7. AIX
NAME
realpath
SYNOPSIS
/usr/lib/instl/realpath --help | path
DESCRIPTION
Translates 'Path' into its absolute, canonical form.
EXAMPLES (0 Replies)
Discussion started by: agent.kgb
0 Replies
8. AIX
Hi everybody!
In general the documentation of AIX is well done and rather complete. Still, there are a few undocumented parts of AIX and some of the undocumented commands offer things you just can't get done the "official" way. We once talked about collecting the information we collectively have... (0 Replies)
Discussion started by: bakunin
0 Replies
htdig(1) General Commands Manual htdig(1)
NAME
htpurge - remove unused odocuments from the database (general maintenance script)
SYNOPSIS
htpurge [-][-a][-c configfile][-u][-v]
DESCRIPTION
Htpurge functions to remove specified URLs from the databases as well as bad URLs, unretrieved URLs, obsolete documents, etc. It is recom-
mended that htpurge be run after htdig to clean out any documents of this sort.
OPTIONS
- Take URL list from standard input (rather than specified with -u). Format of input file is one URL per line. -a Use alternate work
files. Tells htpurge to append .work to database files, causing a second copy of the database to be built. This allows the original
files to be used by htsearch during the run.
-c configfile
Use the specified configfile instead of the default.
-u URL Add this URL to the list of documents to remove. Must be specified multiple times if more than one URL are to be removed. Should nor
be used together with -.
-v Verbose mode. This increases the verbosity of the program. Using more than 2 is probably only useful for debugging purposes. The
default verbose mode (using only one -v) gives a nice progress report while digging.
FILES
/etc/htdig/htdig.conf
The default configuration file.
SEE ALSO
Please refer to the HTML pages (in the htdig-doc package) /usr/share/doc/htdig-doc/html/index.html and the manual pages htdigconfig(8) ,
htdig(1) and htmerge(1) for a detailed description of ht://Dig and its commands.
AUTHOR
This manual page was written by Robert Ribnitz, based on the HTML documentation of ht://Dig.
January 2004 htdig(1)