Hp-unix 11i

Hi,
everyone!
I have one question to ask for help!
Can tuxedo6.5 run properly on hp-unix 11i ?
If not,is there any patch to fix it?
Thank you very much!

BMP wrote:
Hi :
We recently migrated the databases from a HP-Unix server 11i to OEL 5.0 Server. As a part of the move we also had to migrate the shell scripts from Unix.
The source scripts uses B-Shell and when we try to run this on OEL nothing works. It looks like we may have to rewrite for BASH or KORN Shell in OEL 5.0.
I have very limited experience in writing shell scripts and need expert guidence on how the existing script could be modified to work in Linux. Any useful pointer would be great help.
Regards,
BalaI assume you mean 'Bourne shell' ... though possibly you have Posix (which is meant to be close to ksh).
In general ... with exceptions ... ksh and bash are a superset of (bourne shell).
Two things can help:
[1] Check the first line in the scripts and indicate what it is .....
head -1 some-shell-script.
Does hte she-bang command exit on OEL?
[2] Post one or show of the error messages here.
... It is possilbe you are getting one basic error/problem repeated everywhere rather than a lot of different eror messages
If you give examples ... without compromising your security .. that may be a more focused answer

Similar Messages

  • Migrating Shell scripts from HP-Unix 11i to OEL 5.0

    Hi :
    We recently migrated the databases from a HP-Unix server 11i to OEL 5.0 Server. As a part of the move we also had to migrate the shell scripts from Unix.
    The source scripts uses B-Shell and when we try to run this on OEL nothing works. It looks like we may have to rewrite for BASH or KORN Shell in OEL 5.0.
    I have very limited experience in writing shell scripts and need expert guidence on how the existing script could be modified to work in Linux. Any useful pointer would be great help.
    Regards,
    Bala

    BMP wrote:
    Hi :
    We recently migrated the databases from a HP-Unix server 11i to OEL 5.0 Server. As a part of the move we also had to migrate the shell scripts from Unix.
    The source scripts uses B-Shell and when we try to run this on OEL nothing works. It looks like we may have to rewrite for BASH or KORN Shell in OEL 5.0.
    I have very limited experience in writing shell scripts and need expert guidence on how the existing script could be modified to work in Linux. Any useful pointer would be great help.
    Regards,
    BalaI assume you mean 'Bourne shell' ... though possibly you have Posix (which is meant to be close to ksh).
    In general ... with exceptions ... ksh and bash are a superset of (bourne shell).
    Two things can help:
    [1] Check the first line in the scripts and indicate what it is .....
    head -1 some-shell-script.
    Does hte she-bang command exit on OEL?
    [2] Post one or show of the error messages here.
    ... It is possilbe you are getting one basic error/problem repeated everywhere rather than a lot of different eror messages
    If you give examples ... without compromising your security .. that may be a more focused answer

  • Clustering with Siebel 8 and HP Unix 11i v2.3

    Hi,
    Has anyone installed siebel on clustering environment in hp unix environment? If so could you please guide me to the documentation or detailed steps.
    Thanks for any assistance.
    Regards,
    Venkat R.

    can we connect to ASM instance remotely and pump data from one ASM to another ASM. It seems it is not possible , just a wild thought.No. Thats not possible.

  • Install ORACLE 8.1.6 and 9i on HP UNIX 11.20 (11i)

    Hi,
    When I install ORACLE 8.1.6 and/or 9i on HP UNIX 11i (11.20, hardware: i2000 workstation), I got the following error message:
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target nnfgt.o of makefile
    /opt/oracle/product/8.1.6/network/lib/ins_net_client.mk
    Exception Severity: 1
    Would appreciate very much if someone can help to analyse the cause of the problem.
    Thanks.

    Hi,
    When I install ORACLE 8.1.6 and/or 9i on HP UNIX 11i (11.20, hardware: i2000 workstation), I got the following error message:
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target nnfgt.o of makefile
    /opt/oracle/product/8.1.6/network/lib/ins_net_client.mk
    Exception Severity: 1
    Would appreciate very much if someone can help to analyse the cause of the problem.
    Thanks.

  • SAP DB Connection from SAP BI on HP UNIX to MS SQL External Database

    Dear All,
    Greetings!
    I have a scenario to configure a SAP DB Connection from SAP BI System on HP UNIX 11i to the external legacy system MS SQL 2000 Enterprise for data upload. I am interested in connecting the SQL server as a Source System to the BI System.
    I read through documents mentioning about installation of a Client driver in the SAP BI System, I also downloaded the JDBC client software and tried installing the same, but the steps as mentioned Setting the CLASSPATH or connecting to the server did not work.
    Please help me in connecting the SQL Server as Source System, I would like to know in detail about the same - so kindly help me with the links to documents and guides about the same.
    Thank you
    Regards,
    Vineeth Damodar

    Short answer: this does not work.
    Long answer: To connect directly to the database you need
    - a database client for the source system
    - a database interface library for the source system
    Both of them are not available for HP-UX if the target database is SQL server --> doesn't work.
    What you can do is: add a Windows application server to your  BI system (heterogeneous installations work and are supported) and add there the database client and the database interface library.
    Markus

  • MySAP ERP 2004 ECC5 installation on Unix Cluster

    hi
    I want to install mySAP ERP 2004 ECC5 ABAp component on HP unix 11i cluster. Please let me know the procedure. What are the details I have to give to HP person .
    The installation will active-passive ie ci and db will be in the same system.
    What are all mount points should be in the cluster and in the local system
    Please reply ASAP
    Regards
    Prasanna.B.S

    hi Penbury Young
    Thanks for your suggestion, I have installed the mySAP ERP 2004 on HP UX cluster. We are facing one problem, when we move package to second node we are unable to login. Why is it so.
    We are able to login to the server in Node 1
    please help me out
    Regards
    Prasanna.B.S

  • Error while rebuilding a text index

    I am on Oracle 10.2.0.3 and HP UNIX 11i. I am rebuilding a text index (textidx1) online
    using:
    Alter index rebuild textidx1;
    If I do a query so index is used, I get:
    ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE
    Error goes away after index is completely rebuilt.
    Since I am rebuilding index online, this error should not occur, otherwise what
    Is the purpose of on line index rebuild? Can someone explain how to get rid
    Of the error. I cannot stop my application while rebuilding text indexes.

    With text indexes if one adds the workd online:
    alter index X_TEXT_OBJECT_VALUE rebuild online
    ERROR at line 1:
    ORA-29874: warning in the execution of ODCIINDEXALTER routine
    ORA-29960: line 1,
    DRG-10595: ALTER INDEX X_TEXT_OBJECT_VALUE failed
    DRG-10562: missing alter index parameter
    with normal indexes adding online does not give syntax error.

  • Find start and end execution time of a sql statement?

    I am have databases with 10.2.0.3 and 9.2.0.8 on HP UNIX 11i and Windows 200x.
    I am not in a position to turn on sql tracing in production environment. Yet, I want to find when a sql statement started executing and when it ended. When I look at v$sql, it has information such FIRST_LOAD_TIME, LAST_LOAD_TIME etc. No where it has information last time statement began execution and when it ended execution.. It shows no of executions, elapsed time etc, but they are cumulative. Is there a way to find individual times (time information each time a sql statement was executed. – its start time, its end time ….)? If I were to write my own program how will I do it?
    Along the same line, when an AWR snapshot is shown, does it only include statements executed during that snapshot or it can have statements from the past if they have not been flushed from shared memory. If it only has statements executed in the snapshot period, how does it know when statement began execution?

    Hi,
    For oracle 10g you can use below query to find start and end time, you can see data for last seven days.
    select min(to_char(a.sample_time,'DD-MON-YY HH24:MI:SS')) "Start time", max(to_char(a.sample_time,'DD-MON-YY HH24:MI:SS')) "End Time", b.sql_text
    from dba_HIST_ACTIVE_SESS_HISTORY a,DBA_HIST_SQLTEXT b where
    a.sql_id=b.sql_id
    order by 1;
    Regards
    Jafar

  • Oracle 11g takes way too long to start

    I find that Oracle 11g 11.1 takes much longer to start than Oracle 10g or 9g. I am on HP UNIX 11i server, Have others observed similar issue. Are they any init.ora parameters to speed up startup.
    Thanks.

    alter system set fast_start_mttr_target=300 scope=bothThis has nothing to do with the posters startup time - at least if he stops his database not with "shutdown abort" or "startup force".
    @user12021554: What exactly is "long"? Can you compare these numbers to 10g or even 9i?
    Can you further check the server is not swapping and database parameters are equal?
    Ronny Egner
    My Blog: http://blog.ronnyegner-consulting.de

  • Do stored outlines work in Oracle 10.2.0.3?

    I am using 10.2.0.3 on HP UNIX 11i. I set cursor_sharing=force.
    I created a stored outline using:
    alter session set create_stored_outlines='CUSTOM';
    my sql_statement;
    When I run the sql statement and verify in v$sql whether outline was used by looking at outline_category and yes outline is used.
    But then I run dbms_stat on an underlying table and run my sql again, my plan has changed which means outline was not used. This is really baffling, if outline was used,
    Plan should be same as what was produced when creating outline. Something is
    Definitely wrong.

    After spending whole day, I narrowed down the proble. Stored outlines in 10.2.0.3
    do not work anymore whith cursor_sharing=force. They, however, they work with
    cusror_sharing=similar and cirsor_sahring=exact.

  • Perf Mon: Open PMUs & Open PMU Trees options are not working...

    Monitoring System: Windows, PeopleTools 8.49 Patch 13. Database, web, app, process scheduler all in one system and OS is windows.
    Monitored Systems:
    1) Self monitoring system: OS- Windows, PeopleTools 8.49 Patch 13.
    2) Fin Demo - People Tools: 8.46.14 - HP Unix 11i,all web, app, process scheduler on HP Unix, 11i.
    Both the Open PMUs & Open PMU Trees option in performance monitor supposes to display current open PMUs data, ran long running queries
    on Monitored systems we are not seeing any data for open PMUS with either Open PMUs or PMU Tress options in Monitoring system.
    Do have the same issue on a diff setting(follows):
    Monitoring System:
    People Tools Version: 8.46.14
    Monitored Systems:
    Fin Demo - People Tools: 8.46.14
    Inv Dev - People Tools: 8.45.13
    Any thoughts why its not working?
    Thx/T

    I am not sure if I can help you but you must first try to identify your problem more specifically. From the man page of evdev, I see:
    Option "EmulateThirdButton" "boolean"
    Enable third button emulation. Third button emulation emits a right button event (by default) by pressing
    and holding the first button. The first button must be held down for the configured timeout and must not
    move more than the configured threshold for the emulation to activate. Otherwise, the first button event
    is posted as normal. Default: off. Property: "Evdev Third Button Emulation".
    The first thing I would check, is how to "press and hold the first button" (from a system point of view). When you click down  the first button, the system should see a NotifyGrab event, when you release the button a NotifyUngrab event. Is this actually what the system see? Try to disable any configuration files and see the output of evdev. Are you able to generate a NotifyGrab event with no NotifyUngrab?

  • Apache issue in Content Server 6.40 installation

    Hi,
    We are installing content server 6.40 in HP Unix 11i v3. We have downloaded Apache 2.0.65. As per SAP Note 664384 we tried to install Apache but failed in step 'configure' apache. We got error ''configure not found"  . We already stuck with this. Please suggest a solution so that we can go forward. Waiting for valuable comments.
    Regards,
    Cinu

    Hello Deepak,
    Thank you for the help. We have problem in compiling and creating binaries. We found GCC compiler is missing in our system. When I check installed compiler by given command
    swlist -l product | grep -i compiler
      COMPLIBS              B.11.31        Compiler Support Libraries
      PHCO_42454            1.0            Linker/Compiler/Unwind ENG Manpage Patch
      PHCO_42463            1.0            linker/compiler/unwind Japanese manpage patch
      PHSS_38155            1.0            bundled PA C compiler on IPF
    Shall I go with installl GCC compiler?

  • Block Corruption in empty pages in Oracle 11g

    I am using Oracle 11.1.0.7.1 on HP UNIX 11i.
    On several occasions, I have been seen that block corruptions are reported by rman. I have never seen this problem in previous release of databases; but I have seen it more than once in Oracle 11g.
    However, when I run dbv command; I do not see any corruption in data and index blocks; so my conclusion is block corruption is in empty pages.
    Anyone has ideas why block corruption occurs in Oracle 11g. Has Oracle’s algorithm for checking block corruption have changed in 11g; I.e.; these corruptions existed in older Oracle releases but not reported by rman,
    Another strange thing I noticed:
    1.     When doing export backup, export backup reports about corrupted blocks.
    2.     When I do expdp no errors are reported.
    So question is why is exp command checking empty blocks?
    Any insights in above will be appreciated.

    Can some one explain following ooutput from dbv; what is difference in
    total pages failing and corrupt pages. I see
    total pages marked corrupt as 1345; yet I do not see any data or index
    pages marked corrupt; and there is only 1 empty page. So where are
    those 1345 corrupt pages.
    DBVERIFY - Verification complete
    Total Pages Examined : 371200
    Total Pages Processed (Data) : 328622
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 38
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 41194
    Total Pages Processed (Seg) : 0
    Total Pages Failing (Seg) : 0
    Total Pages Empty : 1
    Total Pages Marked Corrupt : 1345
    Total Pages Influx : 0
    Total Pages Encrypted : 0
    Highest block SCN : 3430163491 (2476.3430163491)
    DBVERIFY: Release 11.1.0.7.0 - Production on Sat Aug 14 00:25:24 2010

  • Wls 6.1 SP2 installing on hpux

    I have a problem with the service pack 2 installation on HP UNIX 11i. The thing is that the installation was completed successfully, but I noticed that weblogic.jar was not changed - the date of the last change remained the same.

    Hi Paul
    This is a JVM bug, Upgrade to 1.3.1_08 jvm from sun
    Contact weblogic support for temporary workaround
    Paul Wilson wrote:
    We've a client running 6.1 sp2 on Solaris, who is experiencing
    Weblogic hanging for roughly 10 minutes at a time. On resumption they
    get:
    ####<06-May-03 16:28:50 BST> <Critical> <WebLogicServer> <edox>
    <Mendel> <ListenThread> <system> <> <000204> <Failed to listen on port
    80, failure count: 1, failing for 1,052,234,928 seconds,
    java.net.SocketException: Software caused connection abort>
    ####<06-May-03 16:28:51 BST> <Notice> <WebLogicServer> <edox> <Mendel>
    <ListenThread> <system> <> <000205> <After having failed to listen,
    the server is now listening on port 80>
    The last time it occurred, I got them to take a thread dump and all
    but one execution thread and the listener threads were idle. One
    execution thread was busy reloading (or loading) a class from the war.
    I've asked them to ensure that the reload period is -1, but that
    shouldn't cause a 10 minute hang; plus nothing had changed. Red
    herring?
    As an experiment I wrote a servlet that just blocks its execution
    thread: after about a thousand calls to this on our dev box, we get
    <May 14, 2003 5:45:42 PM BST> <Critical> <WebLogicServer> <Failed to
    listen on port 6001, failure count: 3, failing for 1,052,930,739
    seconds, java.net.SocketException: Too many open files>
    AFAIK this means that we've run out of file descriptors. Our client
    doesn't get this, so I don't think that is happening to them.
    A number of people on weblogic.* groups reported similar problems
    about a year ago, but without any really definitive resolutions.
    Anyone solved this, even by upgrading?

  • Subject: Why creation of sql profiles take forever

    I am on Oracle 10.2.0.4 on HP UNIX 11i. I am creating sql profiles using following logic. Sometimes sql profile is generated in 1-2 minutes. Many times , even after an hour, no sql profile is created and I get timeout errors . I increased time limit from 3600 (1 hr) to 7200 (2 hrs), still timeout error, why?
    -- Tuning task created for specific a statement from the AWR.
    DECLARE
    l_sql_tune_task_id VARCHAR2(100);
    BEGIN
    l_sql_tune_task_id := DBMS_SQLTUNE.create_tuning_task ( sql_id => '$SQLSTMTID', scope =
    DBMS_SQLTUNE.scope_comprehensive, time_limit => 3600, task_name => '${SQLSTMTID}_AWR_tuning_task', description => 'Tuning task for statement ${SQLSTMTID} in AWR.');
    --DBMS_OUTPUT.put_line('l_sql_tune_task_id: ' || l_sql_tune_task_id);
    END;
    EXEC DBMS_SQLTUNE.execute_tuning_task(task_name => '${SQLSTMTID}_AWR_tuning_task');

    Depending on the complexity of the statement and the underlying objects, the sql tuning advisor will have differing amounts of work to do working through "statistical checks, access path analysis, SQL structure analysis and sql profiling".
    Perhaps see V$ADVISOR_PROGRESS?

Maybe you are looking for

  • HOW CAN I DELETE MY ITUNES ACCOUNT PLEASE HELP!!!

    SOMEONE PLEASE HELP CAUSE I SOLD MY IPOD AND THE PERSON WHO BOUGHT IT HAS MY ACCOUNT INFO!

  • Dynamiclly remove node from JTree

    hi all, I want to remove nodes from a tree dynamically. I used "treeModel.removeNodeFromParent(node);". The node was removed from that treeModel, but the tree never updated. I tried to use tree.repaint() method. It doesn't work. Any suggestion? thank

  • DataGrid - Freeze

    Hi Friends,              i am having doubt about the datagrid.Whether its possible to use datagrid columns as a Freeze panes like a MS - Excel?... if it possible how to create using flex3?... Thanks and Regards Karthick.S

  • Booting to Darwin/BSD login/password

    Help! Upon doing the recommended Apple Updates, my comuter boots to a black screen asking for Darwin/BSD (my name-Computer.local) (console) login: I executed some suggestions from other posts and it accepted a login & password, but then I get "Welcom

  • Turn off obpasswordchangeflag

    Hi All, When Administrator changing user's password from OIM, system is setting in OID a flag called "obpasswordchangeflag=true". So that user need to change his/her password in next login. but my requirement, we do not need this feature turned on. H