AIX UNIX Administrator #2UNIX SYSTEM ADMINISTRATOR
INFORMATION TECHNOLOGY
$60-69k + 10% bonus, pension plan, good benefits + education
Location: Guelph, ON
Reporting to Manager of I.T. Distribution Services, this position is
responsible for monitoring and maintenance of corporate Unix servers and
application while ensuring the highest level of customer service to the user
community.
Qualifications:
� 3-4 years hands on experience with maintaining and supporting IBM (AIX)
� 4-5 years hands on experience with medium to large size local and wide
area networks including wireless communications.
� Knowledge...
Upgrading AIX 4.2 to AIX 5.2 but database version going to be sameHi folks,
I have a client who doesn't want upgrade their oracle 7.3.4 which is running on AIX 4.2 server now and they want to upgrade the OS to AIX 5.2.
I have 7.3.4 CD's, Do i need to install 7.3.4 on AIX 5.2 server then move the database?
or
just copy oracle_home and database from AIX 4.2 server to new server and bring it up?
Do anyone already done this in any unix platform just upgraded the OS?
Thanks
Suresh
--
Message posted via http://www.oraclemonster.com
"suresh manampilly via OracleMonster.com" <forum@OracleMonster.com> a �crit dans le message de
news:91896d38851047afb966679b40a5992f@OracleMonster.com...
| Hi folks,
|
| I have a client who doesn't want upgrade their oracle 7.3.4 which is running on AIX 4.2 server now
and they want to upgrade the OS to AIX 5.2.
|
| I have 7.3.4 CD's, Do i need to install 7.3.4 on AIX 5.2 server then move the database?
|
| or
|
| just copy oracle_home and database from AIX 4.2 server to new server and bring it up?
|
| Do anyone already done this in any unix platform just upgraded the OS?
|
| Thanks
|
| Suresh
|
| --
| Message posted via http://www.oraclemonster.com
Oracle 7.3.4 does not work with AIX 5.*
See certification matrix on Metalink.
Regards
Michel Cadot
suresh manampilly via OracleMonster.com wrote:
> Hi folks,
>
> I have a client who doesn't want upgrade their oracle 7.3.4 which is running on AIX 4.2 server now and they want to upgrade the OS to AIX 5.2.
>
&...
Looking for AIX 5.2 binaries, IS anyone running Ruby on AIX 5.2 ??Looking for AIX 5.2 binaries, IS anyone running Ruby on AIX 5.2 ??
Regards
Bryan Webb
On Fri, 8 Jul 2005 bww00amdahl@yahoo.com wrote:
> Looking for AIX 5.2 binaries, IS anyone running Ruby on AIX 5.2 ??
We are still running 5.1 here at work and planning to go directly to 5.3
later on this year.
-- Matt
Nothing great was ever accomplished without _passion_
bww00amdahl@yahoo.com wrote:
> Looking for AIX 5.2 binaries, IS anyone running Ruby on AIX 5.2 ??
>
We are running ruby 1.8.3 on AIX 5.2.
It's more easier to build ruby on AIX with the 1.8.3 version. But you will
ha...
Availability of Seamonkey 2.0.2 for AIX 5L #2At the moment mozilla.org's mirrors are syncing. So within the next few
hours you can download
Seamonkey 2.0.2 for AIX 5L
from
<http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/2.0.2/contrib/>
Seamonkey 2.0.2 is the most modern and secure Internet suite for AIX
available today. It's browser engine is shared with Firefox 3.5.7 and
the integrated Email client shares it's source with Thunderbird 3.0.
Those Seamonkey builds use the official branding with permission by the
Seamonkey project council.
If there is a request for a 64bit version I can provide it too.
The complete patch against the released source tarball is appended to
the README file including detailed build instructions.
Firefox 3.5.x /Thunderbird 3.0.x:
I'm not permitted to publicly redistribute those with official branding.
It's not a technical problem, they build fine and work stable.
THX to:
Shailendra Jain (Sharing patches and bugzilla),
Michael Perzl (GNOME testing and RPM packaging),
Hajo Ehlers (build environment)
Sebastian Behm (ANSI C++ support)
for their help and support during the last years of porting work.
Have fun with the best and free browser for AIX
--
Uli Link
<http://www.linkitup.de/ForAIX/Mozilla>
...
Apache 2.2.0 binaries for AIX 5.2Hi,
Does anyone knows where I can get the binaries for Apache on AIX 5.2
for download ?
Thanks
joe
Hello,
You'll find binaries for Apache 1.3.34 here:
http://aixpdslib.seas.ucla.edu/packages/apache.html
Fija,
Thanks, but I need binaries for apache 2.2.0
joe
Here.. ~
http://www-306.ibm.com/software/webservers/httpservers/
...
AIX + GCC 2.95.3 - Python (2.1 or 2.2) - building the shared library (.so) for pythonHi all,
(If I use standard -shared linking, during the _import python is crashing.)
As seen in in AIX-NOTES there should be used ld_so_aix. But I suspect
that it was prepared for standard xlC (CC) compiler. How to make it
running for GCC compiler?
Now I receive following error:
gcc -Wl,-einitlib.a -Wl,-bE:lib.a.exp -Wl,-bI:./python.exp -Wl,-bhalt:4
-Wl,-bM:
SRE -Wl,-T512 -Wl,-H512 -lm -o lib.a. -shared -Wl,-bbigtoc
-L../../../../lib/pow
erpc_aix_4.3_gcc -L/users/tbech/ND/Python/usr/local/lib/python2.1/config
python.
exp y.tab.o lex.yy.o idlerr.o idlutil.o idltype.o idlrepoId.o idlscope.o
idlexpr
..o idlast.o idlvalidate.o idldump.o idlconfig.o idlfixed.o idlpython.o
ld: 0711-418 ERROR: Import or export file lib.a.exp at line 10:
A symbol name may only be followed by an export attribute
or an address. The line is being ignored.
When I remove this line 10 from lib.a.exp it is telling that several Py*
functions are not exported and that entry point initlib.a not found.
Additional questions:
1. Why is such nonuderstandable-ultimate-tricky solution prepared for AIX?
2. Does it work only for xlC (CC) or also for GCC? If, how to do it?
3. What is the entry point function? How I can find it in the sources?
4. Seems that makexp_aix wrongly makes exports :(
Thanks in advance,
Tom
hab <hab@polbox.com> writes:
> (If I use standard -shared linking, during the _import python is crashing.)
> As seen in in AIX-NOTES there should be used ld_so_aix...
major differences among UNIX, Solaris, AIX, Linux?? #2> I don't think "GUI" requires "integration with the kernel." I haven't
> found a defintion where this is a requirement.
True.
> > It is only Windows where the GUI is built into the operating system.
> Sun also had their GUI in the kernel in the 1980's. It was called
> SunWindows. And there were others as well.
Notice however, there's a difference between "in the kernel" and
"built into operating system". For example: Windows NT 3.51 definitly
had the GUI built into the OS, but it was all userland.
As of the next ...
Aix 5.2 and gcc 3.3-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Any bleading edgers out there get this to work?
Building with BerkeleyDb 4.1.25 and TLS
Had some problems with propolice (stack smashing protection) causing gcc
to fail. Removed that option and now it compiles but won't link... yeah
I know AIX what's new?
The configure script for newdb had some of the same errors while testing
for mutex's but eventually found
configure:17733: result: UI/threads/library
Fails with
ld: 0711-317 ERROR: Undefined symbol: .mutex_init
ld: 0711-317 ERROR: Undefined symbol: .cond_init
ld: 0711-317 ERROR: Undefined symbol: .mutex_trylock
ld: 0711-317 ERROR: Undefined symbol: .mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .cond_wait
ld: 0711-317 ERROR: Undefined symbol: .mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .cond_signal
ld: 0711-317 ERROR: Undefined symbol: .mutex_destroy
beyond that I'm trying w/o newdb and see if that works.
acqant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/PZb/eDVHAE9jNDwRAivoAJ4114m2pejXUMfTZ/0hjq7IGruRpgCfRZoU
gVZFeQfYeYZmh6uEhGodtcY=
=VoKZ
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
anthony wrote:
| Any bleading edgers out there get this to work?
|
| Building with BerkeleyDb 4.1.25 and TLS
- --snip--
| Fails with
|
| ld: 0711-317 ERROR: Undefined symbol: .mutex_init
| ld: 0711-317 ERROR: Undefined symbol: .cond_init
| ld: 0711-317 ERROR: Undefined symbol: .mutex_trylock
| ld: 07...
2 * 2 * 2 * 2 or pow(2, 4)?Hi ,
I hope this isn't too trivial to ask, but I'm evaluating a polynomial
that involve lots of terms like x^2y^2z^3, and although I can use the
power function pow(a, b), I wonder if just writing x*x*y*y*z*z*z for
example wouldn't be more efficient than pow(x, 2)*pow(y, 2)*pow(z,3).
Or is it all the same?
Thanks,
- Olumide
Olumide wrote:
> I hope this isn't too trivial to ask, but I'm evaluating a polynomial
> that involve lots of terms like x^2y^2z^3, and although I can use the
> power function pow(a, b), I wonder if just writing x*x*y*y*z*z*z for
> exam...
linspace(2,2,2) returns [2 2] ??May be the help for linspace should change?
It says:
"LINSPACE(X1, X2, N) generates N points between X1 and X2."
Notice, it says BETWEEN.
But when I ask for 2 points, between 2 and 2:
----------------
EDU>> linspace(2,2,2)
ans =
2 2
---------------
May be mathematically this is ok? i.e. there are infinite points between
the point and itself? (on the real line), but from programming point of
view, it is confusing. no?
--Nasser
Maybe it should say "generates N points between X1 and X2, inclusive."
What did you expect to get back as an answer from issuing linspace(2,2,2)?
I didn't understand your statement "there are infinite points between the point and itself?" How do you have an infinite number of points between 2 and 2? I can see an infinite number of points between 2 and something that's not itself, like 2.00000000000000001, but if they are absolutely perfectly identical how are you getting an infinite number of points?
On 10/10/2010 11:16 AM, Image Analyst wrote:
> Maybe it should say "generates N points between X1 and X2, inclusive."
>
> What did you expect to get back as an answer from issuing linspace(2,2,2)?
>
I was just not expecting it to "work". may be an error message. That is
not the point. The point is that it did work.
> I didn't understand your statement "there are infinite points between the point and it...
Difference between HP Unix and Unix AIXWhat are the difference between HP Unix and HP AIX at command line ???
Is there any ?
dlprogress wrote:
> What are the difference between HP Unix and HP AIX at command line ???
> Is there any ?
>
>
Unless you're getting into system dependent stuff, no, there's no real
difference. However, one real difference is that AIX is an IBM and not
an HP product.
--
Fletcher Glenn
...
US-TX-Austin: Technical Solution Archit, AIX, Linux, UNIX, MVS, VM, Win2000; 12M (45295657605) #2US-TX-Austin: Technical Solution Archit, AIX, Linux, UNIX, MVS, VM, Win2000; 12M (45295657605)
==============================================================================================
Position: Technical Solution Archit
Reference: MKL00767
Location: Austin TX
Duration: 12M
Skills: AIX
Linux
UNIX
MVS
VM
Windows 2000
Windows NT
Legacy
Written Communication
Oral Commnunication
Presentation Skills
Assembler
CICS
Cobol
C++
DB2
HTML
Java
Oracle
Perl
Sybase
Visual Basic
Visual C++
XML
TCP IP
JCL
REXX
Fortran
SQL
MQ Series
Tivoli
Weblogic
S 390 Server Solutions
X Series
Z Series
Sun
HP
Scope: The Custom Application Migration Engineer has experience in
the porting of custom application migrations involving a
variety of hardware platforms and operating system
environments. The position will require expert planning,
communication and execution skills t...
US-TX-Austin: Technical Solution Archit, AIX, Linux, UNIX, MVS, VM, Win2000; 12M (45296257631) #2US-TX-Austin: Technical Solution Archit, AIX, Linux, UNIX, MVS, VM, Win2000; 12M (45296257631)
==============================================================================================
Position: Technical Solution Archit
Reference: MKL00768
Location: Austin TX
Duration: 12M
Skills: AIX
Linux
UNIX
MVS
VM
Windows 2000
Windows NT
Architect Hardware
Web Developer
Architect Application
Architect Web
C...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45337514411) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45337514411)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ d...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336332403) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336332403)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ demonstrated ability
to initiate tech discussions on complex issues.
Scope: Project Description * This position is for a full-time
ON-SITE developer in Rockville, MD. The person will report
to the Project Manager. The person will assist in
maintenance, enhancements, and new development for the
application.
Please send your current resume in confidence to <staffing@eurosoft-inc.com>
..45336332403.
...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336314405) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336314405)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ d...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336957615) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336957615)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ d...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336914405) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336914405)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ d...
DB2 for AIX Version 2.1.2I want to migrate RS/6000 on AIX 4.3 to AIX L. I want know if DB2 for
AIX Version 2.1.2 run on AIX 5L without a problem.
Thank you
Pedro wrote:
> I want to migrate RS/6000 on AIX 4.3 to AIX L. I want know if DB2 for
> AIX Version 2.1.2 run on AIX 5L without a problem.
>
> Thank you
DB2 V2 won't be supported on AIX 5L. The problem you also face is that
to get to a supported level of DB2, ie V8, you would need to perform
some interim upgrades, V2 to V5, V5 to V7, and V7 to V8. What makes
this almost impossible is that V2, V5, V7 are all out of support, so
g...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336632406) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336632406)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ d...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336057613) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336057613)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
2-3 yrs Shell scripting
Unix commands
Strong Pro C 2-3 yrs
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
3-5 yrs overall de...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336357603) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336357603)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ d...
US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336914405) #2US-MD-Rockville: Developer, ProC (2+yrs), Oracle (2+yrs), Scripting, UNIX; 7M (45336914405)
===========================================================================================
Position: Developer
Reference: SMC01892
Location: Rockville MD
Duration: 7M
Skills: Strong Unix bckgd
Shell scripting
Unix commands
Strong Pro*C
Oracle 2-3 yrs (9i experience preferred)
Maestro (or some other scheduling tool)
Visual Basic skills
Strong problem-solving skills w/ d...
Problem with xpr on AIX 5.2.2
Folks,
I am having weird problems with xpr on AIX 4.3.3 and AIX 5.2.2.
I execute following command on both the systems:
xwd -frame | xpr | lp
They poth print to same print queue.
1) On AIX 4.2.2 system I am able to execute the above commands, but when I
execute it is prints the text on the title. When another user executes
the same command printing to the same queue, the text in the tital bar
is not printed.
2) On AIX 5.5.2 systems when I execute the above command it prints black
page. The xwd command captures the screen properly, I can view it with
...