Techstack of HP-UNIX SUN Solaris migration

Hi I need help in the migration process application server of HP to the Sun.

I am following the Doc #238276.1, and I am applying techstack interop patch 4139957 (already applied the specific fix personalized).

But if I run adpatch, I got the following and these binaries are HP.

# adpatch
ksh: adpatch: not found
oracta001:/UL01/app/applmgr/lasrx/ad/11.5.0/bin >
# ls-l adpatch
-rwxr-xr-x 1 lasrx s/n 5963776 7 Dec 17:00 adpatch
oracta001:/UL01/app/applmgr/lasrx/ad/11.5.0/bin >

Thus, any Suggetions on it. Is this work with Sun solaris, if we need to do to support Sun solaris.

Thank you.

Were you able to apply the update custom using adpatch without error? If so and the problem with the executable files will appear only after applying this fix, then I would say that connect you a SR.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Migration Oracle 11 g of Sun Solaris sparc to Red had linux

    Dear Experts,

    Could you please share your experiences of migration Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - Production of Sun Solaris Sparc 64 - bit Red Hat linux 5.6. Any links, documentation, issues, notes would be very useful.

    Thank you.

    I think that the best way to achieve this is to perform a test using test databases/servers. This test will identify the problems and obstacles specific to your installation, which may or may not be mentioned in the generic documentation that you can find.

    HTH
    Srini

  • memory usage by a process of oracle on sun Solaris

    Hello forum,.

    I want to track the memory usage by a process of oracle on sun solaris 64-bit SPARC system.

    I tried to do it by the command of the PMAC, but I found that the output for each pid (process oracle) is even around 8GB. Please note that the 8 GB is the size of our LMS.

    Please let me know the command by which I can check that "how much memory that uses an oracle on Sun Solaris Sparc 64-bit server process.

    Thank you
    Sharad

    See http://tech.e2sn.com/oracle/performance/unix-performance-tools/process-memory-matrix

    Hemant K Collette

  • abandonment of Oracle 8i on sun solaris platform server

    Greetings

    I have a database of oracle 8.1.7 sitting on a sun solaris Server 8 I have to let go. can someone give me the steps?

    On the unix database do not depend on any service from the OS. It save it yourself in the registry. Droping the database on any UNIX flaver is so very simple, just delete all files in database, Redolog files, control file, spfile, password file

    You can find the files of data dba_data_files v$ datafile
    Redolog v$ logfiles
    controlfiles v$ controlfiles

  • Install the package for Firefox 30.0 on Sun Solaris 10 SPARC?

    Looking for the latest Firefox 30 Sun Solaris 10 SPARC package. It appears he either not yet displayed or development of Firefox on Sun Solaris has ceased.

    http://FTP.Mozilla.org/pub/mozilla.org/Firefox/releases/latest/contrib/
    http://FTP.Mozilla.org/pub/mozilla.org/Firefox/releases/latest/contrib-localized/

    http://FTP.Mozilla.org/pub/mozilla.org/Firefox/releases/30.0/contrib/
    http://FTP.Mozilla.org/pub/mozilla.org/Firefox/releases/30.0/contrib-localized/

    The package name should be similar to "firefox-30.0.en-US.solaris-10-fcs-sparc-pkg.bz2".

    Thank you!

    30.0 Firefox for Solaris was posted to http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/30.0/contrib/ July 4, 2014. Took them a while but better late than never.

  • EBS R12 clone Linux from Sun solaris...

    Hi all

    Please let me know can we do EBS R12 clone of Linux for Sun solaris.

    Source - EBS R12 with Linux

    Target-Sun solaris

    Thank you
    Vincent

    user540791 wrote:
    Hi all

    Please let me know can we do EBS R12 clone of Linux for Sun solaris.

    Source - EBS R12 with Linux

    Target-Sun solaris

    Thank you
    Vincent

    No, it is not possible, the clone requirement is the source and target must be compatible to the binary format.

    Please see question 13 in

    FAQ: Cloning Oracle Applications Release 11i [ID 216664.1] (some of these FAQ also applies to R12).

    Thank you

  • Sun Solaris 5.10 - SSH 1.1.3 - Not able to connect to the server by ssh - Urgent

    Hello
    I am not able to coonect to a server by using the code below.

    If I try the same code on the server to connect it self, it works well. But when I try to connect to another server gives the error below. And I use the IBM Jdk when getting this error. Y at - it a setting to avoid this error.

    Error:
    INFO: Add /usr/jdk/instances/jdk1.6.0/jre/lib/ext/sunpkcs11.jar to the CLASSPATH of the extension
    ConfigurationLoader
    November 30, 2010 16:33:12 < clinit > com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
    INFO: Loading public key algorithms
    Error so that SFTP
    java.util.NoSuchElementException
    at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
    at java.util.StringTokenizer.nextElement(StringTokenizer.java:390)
    to com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification. < init >(Unknown Source)
    to com.sshtools.j2ssh.transport.ConsoleKnownHostsKeyVerification. < init >(Unknown Source)
    at com.sshtools.j2ssh.SshClient.connect (unknown Source)
    at fileTransfer.connectToServer(fileTransfer.java:18)
    at fileTransfer.main(fileTransfer.java:56)



    Code:
    public static boolean connectToServer (String serverIp, int serverPort, String userId, String password)
    {
    SFC SshClient = null;
    try {}
    System.out.println ("inside the Try to like his SFTP");
    ConfigurationLoader.initialize (false);
    System.out.println ("ConfigurationLoader");

    SFC = new SshClient();
    SFC. Connect (Ipserver, serverPort);
    System.out.println ("SFC. Connect");

    PasswordAuthenticationClient pwd = new PasswordAuthenticationClient();

    pwd.setUsername (userId);

    pwd.setPassword (password);

    int checkAuth = sfc.authenticate (pwd);
    System.out.println ("checkAuth" + checkAuth);

    If (checkAuth == 4) {}
    System.out.println ("AuthenticationProtocolState.Complete");

    SFTP SftpClient = sfc.openSftpClient ();
    sftp.Quit ();
    SFC. Disconnect();
    }
    on the other
    {
    throw new Exception ("invalid user name or password for the user");
    }
    }
    catch (System.Exception e)
    {
    System.out.println ("Error While SFTP");
    SFC. Disconnect();
    e.getStackTrace ();
    Returns false;
    }
    Returns true;
    }

    Swapped

    Sun Solaris 5.10 - SSH 1.1.3 - Not able to connect to the server by ssh - Urgent

    @O.P.
    Don't, don't.
    In the future, to choose the most appropriate forum and make your post.
    Swap shall be the same as the rude spamming.
    I'm not aware of any web-site-of-value forum that would promote the permutation in its directions on the label.

    ... and for what is "Urgent"?
    This web site is for the end-user community gather and discuss various topics in general conversations. Your time constraints are irrelevant. If you need real support for something, then log a support case and pay for a quick response.

    See the FAQ in the link at the top of the page.

  • Sun solaris user define process

    Hi friend;

    Need your help once more. I do installation on Sun can you show me a way how I can configure the maximum number of users in Sun Solaris Sparc(didn't learn yet their version,still waiting response) source.

    How can I make those?

    X display server

    X display I will use this right:

    RPM - qa vnc < < if it exists I'll run

    vncserver-geometry 24 - depth 1280 x 1024 (should I say starting the service VNC server or something like that?)


    The value of umask 022:
    Set the 'ulimit' as 'unlimited': (using Korn Shell)

    Can I define where and how?

    The following command displays the current settings of ulimit:

    I should put those in root, applmgr and oramgr, if I'm below I just put their right session? If so how I can put these value permanently?

    $ ulimit - a

    Time (seconds): unlimited
    file (Blocks): unlimited
    Data (KBytes): 131072
    Stack (KBytes): 2048
    Memory (KBytes): 216272
    coredump (Blocks): unlimited
    nofiles (descriptors): 4096
    Vmemory (KBytes): 1048576

    Set them all as unlimited as follows:

    ulimit unlimited t
    ulimit unlimited f
    ulimit unlimited d
    ulimit-s unlimited
    ulimit unlimited m
    ulimit unlimited-c
    ulimit-n unlimited
    ulimit - v unlimited
    =================================================
    Section 5: Additional steps to Solaris SPARC from Sun
    =================================================

    Make sure that/usr/ccs/bin, / usr/bin and "/ bin" appear in the $PATH before/usr/ucb.
    The "tr" must be in the directory/usr/bin instead of/usr/ucb.

    If this is the case, change your $PATH as follows:
    / usr/bin: / usr/ccs/bin: / usr/sbin /: usr/ucb

    I use echo $PATH if they are does not exist in the path what should I type?

    Thank you very much

    Hello

    the VNC Server service started?

    See (Note: 181244.1 - Configuration of VNC or XVFB as the X to 11i Applications Server).

    If I want to put these permenantly of value for the user root-appl and db I type these variables their .profile?

    You are referring to values of Wha?

    To create user and group orders as long as the same as linux?

    g s/n useradd-d/home/yyyy yyyy

    Groupadd dba

    useradd
    http://docs.Sun.com/app/docs/doc/816-5166/useradd-1M?a=view

    Groupadd
    http://docs.Sun.com/app/docs/doc/802-5747-1M/6i9g1e15j?l=SV&a=view

    Kind regards
    Hussein

  • Install OAS10g in sun solaris

    Hello
    I try to install OAS10g in Sun solaris Platform 9.

    I have a softaware OAS in one of my directory and the runInstaller is in another directory... (beca'z I have the 10g database in this directory...)

    Can someone tell me how I can install OAS_10g?


    Thanks in advance.

    Take a look at the installation guide:
    http://download.Oracle.com/docs/CD/B14099_19/Sol.1012/install.1012/install/TOC.htm

    Thank you
    Shail

  • RAC using QFS on Sun Solaris 10

    Expensive of DBA,.

    I intend to implement the CARS with QFS on Sun Solaris10, I have not any idea of QFS, please provide any documents how to use qfs and implement rac with qfs on solaris.

    Best regards
    SG

    Hello

    Please see article below:
    http://download.Oracle.com/docs/CD/E19316-01/820-5043/

    Thank you
    A H E E R X

  • Databases do not come after the server reboot (sun solaris).

    Hello

    OS - Sun OS 5.10 local zone. Version of RDBMS - 11.2.0.3

    Databases do not come to the top after restarting the server.

    We checked the points below.

    Cat/etc/init.d/Oracle
    File permissions $ORACLE_HOME/bin/oradism are 4550.
    lock_sga parameter is set to false.
    Cat/var/opt/oracle/oratab entries are set to Y


    Yet databases are not coming after restarting the server.

    Please notify.

    Did you follow this http://docs.oracle.com/cd/B19306_01/server.102/b15658/strt_stp.htm#CFAHAHGA?

  • Move the database from Sun Solaris for HP - UX Itanium

    Hi all.
    Just a quick question here.

    We have some sitting databases on Sparc Solaris 9 Sunfire 480r.

    We are looking to move our 9.2.0.4 database out of this and put them on a new HP UX Itanium server.

    Is the only option for me to move this data to imp/exp?

    Thanks for all replies.

    Jamie

    The only option for you is to use the import/export.

    Asif Momen
    http://momendba.blogspot.com

  • Recovery from a backup made in the database of Sun Solaris 10 g on a windows 2008

    Hi, I took a backup of a database on a solaris 10 machine. (solaris 10.2.0.4 database sparq x 64) with this script:

    Configure controlfile autobackup

    Run {}
    backup incremental level 0
    format ' ${RMAN_BKP_DIR}/Bkp_%T_Full_%d_%u_%s_%p'}
    tag Full_bkp
    database;
    current backup controlfile as ' ${RMAN_BKP_DIR}/Bkp_%T_ctl_%d_%u_%s_%p';}
    }

    After I transferred the files by FTP on my machine Windows Server 2008 64 bit on the witch I already created a database (10.2.0.4 x 64) with DBCA. Now I want to recover the controlfile and here is what I get:

    RMAN > RESTORE CONTROLFILE to 'E:\oracle\10.2.0\oradata\WAGNER\controlCORP01.ctl '.
    from "E:\fichiers\Bkp_20090527_ctl_CORP_c0kg2e66_384_1"

    From restoration to 27 May 09
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 156 devtype = DISK

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 2009-05-27 09:27:20
    RMAN-06172: no autobackup couldn't find or handle specified is not a valid copy or a piece



    Can you help me on this?

    Thank you

    JP

    Hi again!

    I don't know it. Try the following query and you will see information about the endian format.

    COLUMN PLATFORM_NAME FORMAT A32
    SELECT * FROM V$TRANSPORTABLE_PLATFORM;
    

    Best regards

    Florian W.

  • Oracle 10 g 2 Unix to Linux migration new server Oracle 10 g 2

    Hello

    We plan to spend our oracle 10 g 2 Db on Unix (Tru64) to a new server (same database 10 g 2) Linux. Interested to discuss the easiest way for a beginner to hand over data to the new box. We are conducting a "COLD" backup and have no transaction logging. The database is a data warehouse to stop the database and backup files are not a problem.

    What is the shoelace easier to do for a beginner?

    The Upgrade Guide provides steps for mobile data usage [exim (in Chapter 8 of the guide 10.2) | http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/expimp.htm#i262220] or [Data Pump (in Chapter 7 of the guide 11.1) | http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/expimp.htm#i262220].

    I hope this helps.

    Published by: roy.swonger on December 9, 2008 12:49

  • Essbase on Sun Solaris 64 bit 11.1.2.1 CDF

    Hi gurus

    We downloaded e-mail essbase cdf of the RTO
    http://www.Oracle.com/technetwork/indexes/SampleCode/Essbase-sample-522117.html

    We need to create a directory of the udf and unzip the content at the following location
    / Oracle/Middleware/EPMSystem11R1/products/Essbase/EssbaseServer/java

    Once this is done, we need save the function using the supplied MaxL.

    Has anyone used this before cdf?

    Thank you
    Maury

    The process should be pretty much as described under "How do you install a CDF?" at http://essbaselabs.blogspot.co.uk/2009/06/kaleidoscope-2009-top-5-essbase-cdf.html

    CDF to place in - /EPMSystem11R1/products/Essbase/EssbaseServer/java/udf
    Update of udf.policy, registry functions, restart essbase.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • How do you get Family Safety after that I changed my account

    Original title: changed my account and now I'm locked out of family safety I had a roadrunner account registered with microsoft and was windows family safety put in place and everythign worked very well. I'm a roadrunner fall, so I created a gmail ac

  • Maximum RAM on Pavilion DV7 Notebook PC

    Hello I have a Pavilion dv7, QF272EA #ABD with 8 GB of RAM installed. Is it possible to increase the RAM 16 GB - what RAM Modules should I then? On official documents the maximum RAM is 8 GB, but at the time, documents were made, no 8 GB Modules were

  • Drivers for Deskjet 895cxi

    I recnetly bought a Windows 7 system and I have a HP Deskjet 895cxi printer attached to my network via a HP JetDirect device.  The support page says that I should join the pronter to PC via the USB cable and let windows automatically update install t

  • How to change the device profile.

    Hi all How to change the device profile. I mean from "Normal" to "Enough" or part of the profile. Can someone help me in this? -Shekhar.

  • PSS, Smart Care

    For partner, brand service, the partner can use their service contract ORC Associate PSS/SC for CHS raise SR?