Sponsored Content
Full Discussion: AIX JVM -32 or 64?
Operating Systems AIX AIX JVM -32 or 64? Post 302258120 by Govindh.v on Thursday 13th of November 2008 11:21:38 PM
Old 11-14-2008
AIX JVM -32 or 64?

Friends,

Can any one tell me what command should be used to check whether the JVM in AIX is 32 bit or 64 bit?

Thanks,
Govindh
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Instaling JVM

Hi Everyone I`ve just started with unix can some please help me execute this command via webmin on avirtual server or how do you execute such .bin file this is the error ./j2sdk-1_3_1_15-linux-i586.bin: not found > ls -l total 69124 -rw------- 1 root wheel 8380 May 15 18:01... (2 Replies)
Discussion started by: J.Carlos MC05
2 Replies

2. UNIX for Advanced & Expert Users

inside the JVM

Hi, does anyone know how to find out what's happening inside a JVM on a unix system? Like what processes are running, which ports, memory usage etc. I'm using AIX 5.2 (1 Reply)
Discussion started by: rein
1 Replies

3. AIX

JVM Setting

What should be the idle JVM setting for the LPAR having 16 GB of memory? Currently the JVM setting is set to -Xms1024M -Xmx10240M (1 Reply)
Discussion started by: aajmani
1 Replies

4. AIX

JVM Invocation in AIX 6.1

Hi all, I'm trying to do JVM invocation from C++ in AIX 6.1. So inorder to do that, i'm loading libjvm.a. When i load the libjvm.a from the path where jre is installed (i.e /usr/java5/jre/bin/classic), it loads correctly and the program works correctly. But according to my requirement, the... (0 Replies)
Discussion started by: d_ccc
0 Replies

5. Web Development

need help about jvm

hi all i want to install apache and tomcat in unix solaris 10 so i need to konw about heap and jvm memory architecture in jdk version 4 and 5 and 6 i want one help me i searched alot and i can't find something helo me (1 Reply)
Discussion started by: maxim42
1 Replies

6. Shell Programming and Scripting

What's my JVM bitness?

/apps/wls/bea10/jdk160_05/bin/java -d64 -version execve(): No such file or directory Error trying to exec /apps/wls/bea10/jdk160_05/bin/sparcv9/java. Check if file exists and permissions are set correctly. Failed to start a 64-bit JVM process from a 32-bit JVM. Verify all necessary J2SE... (8 Replies)
Discussion started by: mohtashims
8 Replies

7. UNIX for Advanced & Expert Users

JVM Memory used on AIX

Hello, i need just a Unix command line (AIX 6) that gives me the memory/CPU used by a WebSphere JVM from it's PID such as ps -ef | grep 'jvm name'. I know jstat -gc PID but it didn't work Could you help me please Thanks Christian (1 Reply)
Discussion started by: steiner
1 Replies

8. UNIX for Dummies Questions & Answers

JVM Memory

Hi all, I am starting a JVM in unix and when I use ps command on the pid of process starting JVM the output is something like this :- java -Xms32M -Xmx64M -Xmx128M I need to know what would be the value of Xmx in this case. And how to check that this value be picked while starting JVM... (3 Replies)
Discussion started by: Raj999
3 Replies

9. AIX

JVM Process Name

Hi - In AIX, how do I find the Java Virtual Machine Process Name running on a particular machine? I tried ps -ef | grep java but it does not return a process name. Please help. (4 Replies)
Discussion started by: ocbit
4 Replies
val(1)							      General Commands Manual							    val(1)

Name
       val - validate SCCS file

Syntax
       val -
       val [-s] [-rSID] [-mname] [-ytype] files

Description
       The  command  determines  if the specified file is an SCCS file meeting the characteristics specified by the optional argument list.  Argu-
       ments to may appear in any order.  The arguments consist of keyletter arguments that begin with a ``-'' and named files.

       The command has a special argument, ``-,'' which causes reading of the standard input until an end-of-file  condition  is  detected.   Each
       line read is independently processed, as if it were a command line argument list.

       The  command  generates diagnostic messages on the standard output for each command line and file processed and also returns a single 8-bit
       code upon exit as described below.

Options
       The effects of any keyletter argument apply independently to each named file on the command line.  The keyletter arguments are  defined	as
       follows:

	      -  Causes stdin to be read until end of file.

	      -s Suppresses all error messages.

	      -rSID
		 Indicates  specified  delta  version  number.	A check is made to determine if the SID is ambiguous, for example, r1 is ambiguous
		 because it physically does not exist but implies 1.1, 1.2, and so forth, which may exist) or invalid, for example, r1.0 or r1.1.0
		 are  invalid  because neither case can exist as a valid delta number).  If the SID is valid and not ambiguous, a check is made to
		 determine if it actually exists.

	      -mname
		 Compares specified value with the SCCS val.1 keyword.

	      -ytype
		 Compares specified type with SCCS  keyword.

       The 8-bit code returned by is a disjunction of the possible errors.  It can be interpreted as a bit string where set bits  are  interpreted
       (from left to right) as:

	      bit 0 = missing file argument
	      bit 1 = unknown or duplicate keyletter argument
	      bit 2 = corrupted SCCS file
	      bit 3 = can't open file or file not SCCS
	      bit 4 = SID is invalid or ambiguous
	      bit 5 = SID does not exist
	      bit 6 = %Y%, -y mismatch
	      bit 7 = %M%, -m mismatch

       Note that can process two or more files on a given command line and can process multiple command lines when reading the standard input.	In
       these cases, an aggregate code is returned - a logical OR of the codes generated for each command line and file processed.

Restrictions
       The command can process up to 50 files on a single command line.  Any number above 50 produces a core dump.

Diagnostics
       Use for explanations.

See Also
       admin(1), delta(1), get(1), prs(1), sccs(1)
       Guide to the Source Code Control System

																	    val(1)
All times are GMT -4. The time now is 05:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy