Questions tagged [aix]

AIX (Advanced Interactive eXecutive, pronounced "a i ex") is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.

288 questions
0
votes
1 answer

File shows up when I do a listing of my current working directory but says it does not exist if I try to do anything with it

I'm working with an AIX server. I created a file, ucm.txt, today. Now I am done with the file and would like to remove it. If I do ls -ltr in my current directory, I get this. -rw-r--r-- 1 barringer myserver 11729 Jul 16 09:11…
0
votes
1 answer

What is causing visudo to fail with: "visudo: can't stat : Bad file number"?

We use the #include feature in the sudoers file for organizing our sudo rules on a per-application basis. Our sudoers set up looks kinda like this: /etc/sudoers -> #include /usr/local/etc/sudo/sudoers.master -> #include…
fizzlepapers
  • 305
  • 1
  • 2
  • 10
0
votes
0 answers

IBM WebSphere Application Server SSO sets REMOTE_USER incorrectly on Cognos BI 10.2.1

I am running IBM Cognos Business Intelligence Server 10.2.1 (no other extra software products) on WebSphere Application Server 7, both softwares on an AIX server. I am trying to configure LTPA SSO through basic HTTP authentication from WebSphere to…
RAKK
  • 151
  • 1
  • 8
0
votes
1 answer

AIX hdisk creation

I am new to networking and am trying to implement power HA in an AIX environment. As a pre requisite I need my rootvg which is hdisk0 and another 3 additional hdisks, which will be hdisk1, hdisk2 & hdisk3. I am a little confused and wanted to know…
0
votes
1 answer

Why am I getting a 'Memory fault(coredump)' when I start the oracle listener?

This server (AIX ver 6) recently went out due a prolonged power outage. When I try to start the oracle listener I get this $ lsnrctl start Memory fault(coredump)
0
votes
2 answers

Solutions for bridging Solaris/AIX to Active Directory?

I need to have Solaris and AIX systems obtain authentication and name services to AD. I have had some success with Solaris using OpenLDAP as a proxy for user authentication. I have also successfully configured AIX to use AD kerberos authentication…
0
votes
0 answers

Is it possible to break out of a "trap 1 2 3" secured terminal session by using SIGSEGV?

The title says it mostly. I'm auditing the security of a terminal-based application on AIX, and the way you use it is to connect to it remotely through telnet, where the ".profile" of the telnet user used to log in contains a "trap 1 2 3" command,…
0
votes
5 answers

Optimising a large array for use with Oracle

I have 20 hard disks the are going to be deployed into multiple RAID 5 arrays for use with Oracle on an AIX host. What is the optimal way to create/lay out the arrays?
Tomimak
0
votes
1 answer

AIX P740 Server need to be upgrade SDDPCM version

I am try to upgrade SDDPCM version, when i trying to install means below error will occur. #installp -aXY devices.sddpcm.61.rte Out of memory, malloc() failed. 0503-003 installp: The specified device /dev/rfd0 is not a valid device or file.…
0
votes
1 answer

Find Users without a password in UNIX AIX

I'm searching for a script that finds users who don't have a password. Could anybody please explain me the commands that are needed in such a script?
0
votes
0 answers

Web request unable to enter Server

I have a website hosted on AIX server on Tomcat. It receives its requests from another server with Apche installed on it and the server with Apache on it sets on request header as well. Recently I upgraded the OS and some hardware on the hosting…
0
votes
1 answer

Periodically SSH process hangs on AIX

On one of our AIX servers, the following ssh process hangs sometimes: Server1# ssh -i /rsync-key Server2 "rm file" & It is a string of script in the crontab. This problem is not always reproduced. Here is an example: Server1 # ps aux | head…
phar1no
  • 3
  • 2
0
votes
1 answer

Password Rules histsize Ineffective for Some Users

We're trying to deploy a tightened password policy on an AIX 5.3: Users are not allowed to reused last 24 passwords. So, I change histsize from the previous value from 5 to 24 in /etc/security/user, default: histsize = 24 I test successfully with…
0
votes
3 answers

AIX openSSH allow anyuser any IP (default) but restrict a particular user to an IP

Can't seem to come up with the correct Match for this one sshd should allow anyone from anywhere i.e. the usual/default config, but I want to restrict a user to a IP For example bob should only be allowed in from IP 1.2.3.4 PS I have added AIX as…
user214402
  • 11
  • 1
  • 2
0
votes
0 answers

AIX JFS2 I/O performance problems

I have a fresh installation of AIX 7.1. I noticed that JFS2 file system with logging enabled (log=/dev/hd8) is dramatically slower than one with log=NULL. Simple zip archive extraction takes 5 minutes with logging enabled vs 5 seconds with no…
vooD
  • 101
  • 3