Sponsored Content
Operating Systems AIX How do you keep your AIX skills up to date? Post 302990188 by bakunin on Monday 23rd of January 2017 01:13:55 PM
Old 01-23-2017
Quote:
Originally Posted by Colin_Fearnley
I am very curious to find out how AIX admins keep up to date and refreshed with all of the options and features of AIX without having access to a test environment?
That (the fact that IBM has no AIX system at a price affordable for a singular person) is perhaps the most unwise (to avoid a stronger term) decision IBM ever has come up with and probably will - in the long run - be the undoing of AIX.

Sun Microsystems, for a long time, showered universities with lots of hardware at minimal prices (if not free of cost at all: "You want to buy some E4500? Great, we give you some good rebate and chip in 5 U05 for free.") and that served to educate the physicists, chemists, etc. in SunOS/Solaris. Most of the physicists don't work in physics but end up doing software engineering or systems administration and when these were asked which UNIX platform to select for a project - guess, which one they chose.

IBM, on the other hand, never had anything comparable to a U05 in the last ten years. If you want some equipment for playing around with Linux virtualisation you buy some better-than-average PC for, say, $ 1000 and start playing around. If you want some playground for AIX virtualisation you buy a HMC, a 822, a few licenses and you are conveniently set back some $50k. I, for my part, can't afford that.

All that leads to a severe lack of new blood. The average IBM shop has admins in my age range on average - and i am 55. We are the new MVS admins - another species rapidly being taken care of by biology.

So, to answer your question: i always make it a point that customers have some test equipment because i sure know i can't do tests for new things at home on my own. Second, i am an avid reader of documentation and whenever new features come up i read up on them, even if i can't try them always out. And, finally: AIX environments are a lot more static than i.e. Linux environments, so there is no need to be as innovative as with those. A typical AIX shop ten years ago ran about half a dozen applications (SAP, DB/2, Oracle, Informatica, Websphere, TSM) and that was it. A current AIX shop does the same, just the versions have changed. Therefore it is somewhat easier to keep up.

Does that answer your question?

bakunin
 

5 More Discussions You Might Find Interesting

1. Debian

Don't want destroy windows! Ask skills

I am going to install Linux/Debian on my computer. My current OS is windows 98. My question is that if I install Linux, it is required to partition the hard drive. Windows may be destroyed. I still want to keep it. I have no windows installtion CD. I don't want to buy it. Can I avoid... (1 Reply)
Discussion started by: zhshqzyc
1 Replies

2. UNIX for Dummies Questions & Answers

Improving Unix Skills

Kindly any advice to improve my unix skills as electronic books i can download or valuable sites as this one etc... (3 Replies)
Discussion started by: sak900354
3 Replies

3. UNIX Desktop Questions & Answers

Suggestions on furthering my skills?

I am fairly 'green' when it comes to UNIX and programming in general. I am going into the start of my second year of my BS in Software Systems Engineering. My first year was pretty slow and simple with basic math, english composition and a few java, databse, and entry level 'psuedo code'... (3 Replies)
Discussion started by: phoxly
3 Replies

4. AIX

Get Next month in AIX from curent date in unix AIX

How could we derive teh Next month in MON-RR format from current date ie sysdate in UNI AIX sheel script.I coould get a command but i supports only inLinux susse andnotin AIX. I need for Unix AIX.Pls Help. Regards Shiv (2 Replies)
Discussion started by: SHIV75
2 Replies

5. Shell Programming and Scripting

I would like to have some exercises to develop my skills

Hi , I would like to do some exercises/scripts in order to develop my skills in shell scripts, can someone pass me some links/suggestions where i can find this? Thanks a lot :) (3 Replies)
Discussion started by: prpkrk
3 Replies
captoinfo(1)						      General Commands Manual						      captoinfo(1)

NAME
captoinfo - convert a termcap description into a terminfo description SYNOPSIS
captoinfo [-vn width] [-V] [-1] [-w width] file . . . DESCRIPTION
captoinfo looks in file for termcap descriptions. For each one found, an equivalent terminfo description is written to standard output. Termcap tc capabilities are translated directly to terminfo use capabilities. If no file is given, then the environment variable TERMCAP is used for the filename or entry. If TERMCAP is a full pathname to a file, only the terminal whose name is specified in the environment variable TERM is extracted from that file. If the environment variable TERM- CAP is not set, then the file /usr/share/terminfo is read. -v print out tracing information on standard error as the program runs. -V print out the version of the program in use on standard error and exit. -1 cause the fields to print out one to a line. Otherwise, the fields will be printed several to a line to a maximum width of 60 charac- ters. -w change the output to width characters. FILES
/usr/share/terminfo Compiled terminal description database. TRANSLATIONS FROM NONSTANDARD CAPABILITIES
Some obsolete nonstandard capabilities will automatically be translated into standard (SVr4/XSI Curses) terminfo capabilities by captoinfo. Whenever one of these automatic translations is done, the program will issue an notification to stderr, inviting the user to check that it has not mistakenly translated a completely unknown and random capability and/or syntax error. XENIX termcap also used to have a set of extension capabilities for forms drawing, designed to take advantage of the IBM PC high-half graphics. They were as follows: If the single-line capabilities occur in an entry, they will automatically be composed into an acsc string. The double-line capabilities and GG are discarded with a warning message. IBM's AIX has a terminfo facility descended from SVr1 terminfo but incompatible with the SVr4 format. The following AIX extensions are automatically translated: Additionally, the AIX box1 capability will be automatically translated to an acsc string. Hewlett-Packard's terminfo library supports two nonstandard terminfo capabilities meml (memory lock) and memu (memory unlock). These will be discarded with a warning message. NOTES
This utility is actually a link to tic(1), running in -I mode. You can use other tic options such as -f and -x. The trace option is not identical to SVr4's. Under SVr4, instead of following the -v with a trace level n, you repeat it n times. SEE ALSO
infocmp(1), ncurses(3NCURSES), terminfo(5) This describes ncurses version 5.7 (patch 20100109). AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com> captoinfo(1)
All times are GMT -4. The time now is 04:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy