Sponsored Content
Operating Systems AIX Error when running .sh file in AIX platform Post 302976644 by becky123 on Saturday 2nd of July 2016 08:51:03 AM
Old 07-02-2016
Thanks for your reply. Yes, you are right. There shouldn't be any space between them. Here are the code fragments of owbclient.sh file.
Code:
#!/bin/sh
eval `cat setowbenv.sh`
cd ../admin
PLATF=`/bin/uname -s`
if [ "$PLATF" != "OSF1" ] ; then
  MAXPERMSIZE="-XX:MaxPermSize=256M"
fi
$JAVAPATH/bin/java -Xms64M -Xmx768M $MAXPERMSIZE -Dlimit=768M -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=$ORACLE_HOME -DOWBCC_HOME=$ORACLE_HOME -DOCM_HOME=$ORACLE_HOME -DOCM_ORACLE_HOME=$ORACLE_HOME -DORCLCWM_META_MODEL_FILE=../../bridges/admin/orcl_cwm.xml -Djava.security.policy=../../bridges/admin/policy -Doracle.cwm.tools.transfer.config=../../bridges/admin/TransferConfigUnix_en_US.properties -DTCLLIBPATH="$TCLLIBPATH" $CLASSPATH_LAUNCHER oracle.wh.ui.framework.StaticLoader $*
cd ../unix


Last edited by becky123; 07-02-2016 at 10:02 AM.. Reason: additional details included
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Tracing utilities for AIX platform

Hello, I have an application problem that uses trimrun on an AIX 5.1 platform. A specific process clocks at 100% for a cpu. I would like to trace/debug this process to see what it is doing. I have used trace & truss but wondering if there are other utilities out there that are better? Can... (1 Reply)
Discussion started by: ctcuser
1 Replies

2. AIX

Error in running on AIX 5.2

A exe works fine on AIX 4.3 but when I run it on AIX 5.2, I can read the following message : Symbol resolution failed for pl2x because: Symbol connect (number 33) is not exported from dependent module /unix. Symbol select (number 36) is not exported from dependent ... (0 Replies)
Discussion started by: SMISS
0 Replies

3. AIX

AIX platform

Hello, I need to download some programs to AIX 5.2 box but the download page have two versions: for 32 and 64 bits. Is there a command to know what platform is my AIX 5.2 box? I mean 32 or 64 bits?? Thanks in advance. (1 Reply)
Discussion started by: jpoot
1 Replies

4. Shell Programming and Scripting

Running a check platform script

Hi, I want to run a check platform & application script under ksh (Soaris boxes). It runs some commands and it take some time. I want to customize it like that: - output is too big, hence I want some output of the commands to be redirect ed in an output file (or maybe two or three) - not... (4 Replies)
Discussion started by: heartwork
4 Replies

5. UNIX for Dummies Questions & Answers

running a Perl script on HPUX platform

Hi, I wish to execute a simple perl script to pass unix commands on a HPUX platform, retrieve the result and filter through the text to determine outcomes x,y and z. I am developing the code on my windows system. I initially wrote the code to issue UNIX commands line by line, however i soon... (1 Reply)
Discussion started by: mmetcalfe
1 Replies

6. AIX

migrating easytrieve from Z/OS to AIX platform

Hi, my requirement is to migrate easytrieve running on Z/OS to AIX platform. can anyone let me know what changes should be made if we do such a migration. (0 Replies)
Discussion started by: rohit510
0 Replies

7. Shell Programming and Scripting

`(' unexpected error when running a shell script in AIX

Hi, We are moving from linux to AIX servers, and as a result testing our scripts on the new platform. When I run one of our scripts, I get the following error message: ./branchDataUpdate.sh: syntax error at line 21 : `(' unexpected Following is an extract from the script: ...... ........ (1 Reply)
Discussion started by: dawgfather80
1 Replies

8. UNIX for Dummies Questions & Answers

Any company running large scale grid platform still

Hi buddy, I would like to know are there any company still running large scale grid platform like Parabon? Parabon is the only company running such kind of platform and purchasing CPU power. Is that right? Thanks, Colapig (0 Replies)
Discussion started by: colapig
0 Replies

9. AIX

Adding CR to ascii data file generated on AIX platform and will be transmitted to Windows OS

I desperately need help converting ascii data file generated on AIX platform that contains dollar sign ($) at the end of each line in the data file as shown below. ME570^0128237^HG278999^20140805:21:00:00^BEENZ001^$ This is the AWK command for adding CR to the new line. awk... (1 Reply)
Discussion started by: cumeh1624
1 Replies
asadmin-create-admin-object(1AS)				   User Commands				  asadmin-create-admin-object(1AS)

NAME
asadmin-create-admin-object, create-admin-object - adds the administered object with the specified JNDI name SYNOPSIS
create-admin-object --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive=true] --restype aorestype --raname resource_adapter_name [--enabled=true] [--description description] [--property name=value[:name=value]*] jndi_name Creates an administered object specific to the Enterprise Information Server (typically a messaging provider) with the JNDI name provided. The resource adapter exposes the administered object as a Javabean. Application programs can lookup the administered object using the JNDI name, and use it using messaging style specific APIs. Before you can create an administered object, you must first deploy the resource adapter and specify it using the --raname option. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. --restype administered object resource type as defined by the resource adapter in the ra.xml file. This is the same value found in the adminobject-interface elements in the deployment descriptor of a resource adapter (ra.xml). --raname module name of the deployed resource adapter. In case of a resource adapter that is embedded in an application, the raname will be appname#raname. --enabled determines whether the resource is enabled at runtime. --description text description of the connection pool. --property name/value pair of the properties of admin object java bean. admin object java bean is specified by the adminob- ject-class in the resource adapter's deployment descriptor (ra.xml). OPERANDS
jndi_name JNDI name of the administered object to be created. Example 1: Using create-admin-object The javax.jms.Queue resource type is obtained from the rar.xml file. The jmsra must be deployed prior to executing this command. asadmin> create-admin-object --user admin1 --password adminadmin1 --restype javax.jms.Queue --raname jmsra --property Name=sample_jmsqueue jms/samplequeue Command create-admin-object executed successfully EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-delete-admin-object(1AS), asadmin-list-admin-objects(1AS) J2EE 1.4 SDK March 2004 asadmin-create-admin-object(1AS)
All times are GMT -4. The time now is 03:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy