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
0 answers

aix to xp with crossover, ping from xp works, ping from aix doesn't work

I'm in the process of removing a legacy system from the network and trying to connect an xp client machine directly to the AIX server, so as to still have access to the legacy application. I connected the two machines with a crossover cable, gave…
0
votes
1 answer

Need to know the commands to Start and Stop Microfocus Server

I have microfocus server installed on AIX. What I figured out is, all the servers are there at : cd /var/mfcobol/es # ls -l total 40 drwxr-xr-x 2 root system 256 Aug 13 09:53 ABCD drwxr-xr-x 2 mfuser system 4096 May 13…
sanjana
0
votes
1 answer

VGDA full in a scalable volume group? (extendvg)

I have an AIX 6.1 volume group called arscachevg. It is a few terabytes big and consists of 15 physical volumes. When I try to extend it with a new physical volume, I get this error: 0516-008 extendvg: LVM system call returned an unknown error…
MattBianco
  • 597
  • 1
  • 7
  • 23
0
votes
1 answer

-XX:MaxNewSize and other JVM parameter setting in AIX

All, I am trying to adjust our application's memory settings: JVM and Heap adjustments. I also came across -XX:MaxNewSize parameter. Our application runs on a AIX machine which has ample RAM (100+ GB). 1200 concurrent users. Deployed in WAS 6.1 My…
Kannan Lg
  • 133
  • 2
  • 7
0
votes
2 answers

Mounting a mainframe file system on Unix (or vice versa)

We have a data conversion project where the overall process works this way: Mainframe legacy application will extract out their data into flat text files. Our application (running on AIX) will FTP to the mainframe and pick up the flat text…
feicipet
  • 565
  • 1
  • 6
  • 13
0
votes
1 answer

AIX 6.1 - CUPS 'unsupported document-format' when printing

I have a Zebra printer that I'm trying to send a PDF of a label to. I was reading on Zebra's website that CUPS is an optional print server/spooler that can be used for exactly what I need. So I went through the process of installing CUPS on my AIX…
Zac
  • 123
  • 1
  • 4
0
votes
1 answer

Monitoring memory of AIX 5.3 LPARs

I'm currently administrating an IBM Power 740 server via an HMC. We have four LPARs running, two VIOS LPARs, one application LPAR and one database LPAR. We have implemented lpar2rrd to monitor CPU usage and memory on the entire server (CEC), we can…
carlos.mejia
0
votes
1 answer

GIT issue in AIX 6.1

I recently installed GIT 1.8.1 on my AIX 6.1 machine and am facing a few issues with it. Now if I login as root and issue git commands like git --version I get the response as shown : Code: git version 1.8.1 And I have tried creating repositories…
david.colais
  • 123
  • 5
0
votes
2 answers

JBoss 5 on AIX 5.3

I am a very newbie for AIX and system monitoring. Actually our application currently run production on jboss 5.1 in AIX 5.3. Please check below configuration & system settings. AIX system configuration OS Level 5.3.9.0 (oslevel -g) Physical…
jess
  • 1
0
votes
1 answer

Preventing AIX mount point from writing to root file system

Is there a way to make the mount point unwritable? I can't write a script or anything to check, but thought there might be a way to do this via permissions. On Linux you could make it immutable. The problem is that a backup process is filling up the…
0
votes
1 answer

Safe to delete .lastcomm

I have a .lastcomm file that is >2GB is it safe to delete it? It's taking up a lot of room on the server and I can't find any documentation online related to it's log file.
Nick
  • 15
  • 3
0
votes
1 answer

Questions about AIX passwd file

I'm a beginner in AIX and I have 2 questions on AIX's passwd file. If there is a hash (#) symbol in front of a username, what does this mean? Correct me if I'm wrong. On the password field, if a user has password, it will be marked with an asterisk…
John Doe
  • 1
  • 1
0
votes
3 answers

Du tells me it can't find the current directory?

I'm on AIX, and in some directories I can't use the du command. I get the follow error message: du: 0653-175 Cannot find the current directory. Obviously the current directory exists, and I have permissions to it. I can list the directory and…
C. Ross
  • 3,075
  • 9
  • 35
  • 36
0
votes
1 answer

Whats the output format of "df -ki" in AIX?

I just wanna know the output format (the order of columns) when running the command df -ki in an AIX system. I dont have access to an AIX system , and since it doesnt run on x86 machines , i cant try it out in a virtual machine either. Can someone…
hari_sree
  • 103
  • 2
0
votes
1 answer

boot IBM p series 650 from 3580-L23 LTO-2 tape

We have a p series 650 that has a dds4 tape drive built-in. In the past, recover has been as simple as putting a mksysb tape into the drive and booting the machine. During boot, the machine detects that a tape is in the drive and goes into the…