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

Hi,
I am not able to coonect to a server using the using the below code.
If i try the same code on the server to connect it self, it is working fine. But when i try to connect from other server it give the below error. And i am using the IBM Jdk while getting this error. Is there some setting to avoid this error.
Error:
INFO: Adding /usr/jdk/instances/jdk1.6.0/jre/lib/ext/sunpkcs11.jar to the extension classpath
ConfigurationLoader
Nov 30, 2010 4:33:12 PM com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory <clinit>
INFO: Loading public key algorithms
Error While SFTP
java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
at java.util.StringTokenizer.nextElement(StringTokenizer.java:390)
at com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification.<init>(Unknown Source)
at 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)
SshClient sfc = null;
try {
System.out.println("inside Try of as its SFTP");
ConfigurationLoader.initialize(false);
System.out.println("ConfigurationLoader");
sfc = new SshClient();
sfc.connect(serverIp, 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");
SftpClient sftp = sfc.openSftpClient();
sftp.quit();
sfc.disconnect();
else
throw new Exception("Invalid User Name or Password for user");
catch (Exception e)
System.out.println("Error While SFTP ");
sfc.disconnect();
e.getStackTrace();
return false;
return true;
}

Could it be that you are missing the SSH certificate on the computer where you're experience the problem?
From what I understand, you need to copy the valid certificate from our server to the other computer. Perhaps the following example will be useful:
http://www.sun.com/bigadmin/content/submitted/ssh_setting.jsp
http://www.lifelinux.com/setting-up-an-ssh-certificate/
Edited by: Dude on Nov 30, 2010 12:12 PM

Similar Messages

  • sun server 220R - not able to connect to internet

    Hi All,
    I am not able to get online with my solaris 220R server. There is no resolv.conf file in the system (solaris 10 is the os). please advise
    please advise on following error which i get when i start my sun enterprise server 220R:
    # Oct 20 20:00:15 junma sendmail[384]: unable to qualify my own domain name (jun
    ma) -- using short name
    Oct 20 20:00:15 junma sendmail[385]: unable to qualify my own domain name (junma
    ) -- using short name
    Oct 20 20:00:15 junma sendmail[384]: [ID 702911 mail.alert] unable to qualify my
    own domain name (junma) -- using short name
    Oct 20 20:00:15 junma sendmail[385]: [ID 702911 mail.alert] unable to qualify my
    own domain name (junma) -- using short name
    Thanks
    Sam

    Use the forum search, at the side of the page.
    Search on resolv.conf
    Search on "+unable to qualify+ "
    If those don't get you enough information, then use Google for the exact same searches.

  • Not able to login to router using ssh when TACACS server is down

    When TACACS server is not reachable router is not allowing the local password to login using ssh. Router's SSH debug says authentication is successful but ssh client gets % Authorization failed meassage and disconnects.
    kindly see below debug output and config
    SSH server end:
    Sep 1 13:25:10.161: SSH1: starting SSH control process
    Sep 1 13:25:10.165: SSH1: sent protocol version id SSH-1.5-Cisco-1.25
    Sep 1 13:25:10.241: SSH1: protocol version id is - SSH-1.5-Cisco-1.25
    Sep 1 13:25:10.241: SSH1: SSH_SMSG_PUBLIC_KEY msg
    Sep 1 13:25:10.397: SSH1: SSH_CMSG_SESSION_KEY msg - length 112, type 0x03
    Sep 1 13:25:10.397: SSH: RSA decrypt started
    Sep 1 13:25:10.925: SSH: RSA decrypt finished
    Sep 1 13:25:10.925: SSH: RSA decrypt started
    Sep 1 13:25:11.165: SSH: RSA decrypt finished
    Sep 1 13:25:11.197: SSH1: sending encryption confirmation
    Sep 1 13:25:11.197: SSH1: keys exchanged and encryption on
    Sep 1 13:25:11.269: SSH1: SSH_CMSG_USER message received
    Sep 1 13:25:11.269: SSH1: authentication request for userid rao
    Sep 1 13:25:16.297: SSH1: SSH_SMSG_FAILURE message sent
    Sep 1 13:25:17.313: SSH1: SSH_CMSG_AUTH_PASSWORD message received
    Sep 1 13:25:17.317: SSH1: authentication successful for rao
    Sep 1 13:25:17.413: SSH1: requesting TTY
    Sep 1 13:25:17.413: SSH1: setting TTY - requested: length 25, width 80; set: le
    ngth 25, width 80
    Sep 1 13:25:17.525: SSH1: SSH_CMSG_EXEC_SHELL message received
    Sep 1 13:25:17.525: SSH1: starting shell for vty
    Sep 1 13:25:25.033: SSH1: Session terminated normally
    SSH Client end Log:
    % Authorization failed.
    [Connection to 10.255.15.2 closed by foreign host]
    COnfig:
    aaa authentication login default group tacacs+ line local
    aaa authentication login NO_AUTH line
    aaa authorization config-commands
    aaa authorization exec default group tacacs+ if-authenticated
    aaa authorization commands 15 default group tacacs+ if-authenticated
    aaa authorization configuration default group tacacs+
    aaa accounting exec default start-stop group tacacs+
    aaa accounting connection default start-stop group tacacs+
    ip domain-name cbi.co.in
    crypto key generate rsa
    ip ssh time-out 60
    ip ssh authentication-retries 3
    line vty 0 4
    password xxxx
    transport input telnet ssh
    Kindly reply your views

    I believe that the key to understanding your problem is to recognize the subtle difference between authentication and authorization. The authentication process appears that it does succeed but the authorization process has failed according to your error message:
    % Authorization failed.
    I see that most of your authorization commands include the parameter if-authenticated. But this command does not:
    aaa authorization config-commands
    I would suggest that you add the if-authenticated parameter to this command and see if it does not fix your problem.
    HTH
    Rick

  • How to access web server with SSH client

    I need to access my web server via SSH. I do not have clue how to go about. I have transmit for ftp but looks like I cannot use SSH with Tranmit.
    I guess I need to know:
    - What ssh client to I need to get?
    - If not detailed instruction provided How do I go about? I know I need the port # and my ip address and I have both of those but not sure what else I am to do.
    TIA for the help!

    Open up Terminal. It's in the Utilities folder.ssh -p <port#> <ipaddress> or, if you need to log on with a different user namessh -p <port#> <username>@<ipaddress>

  • Secured server with SSH and VPN?

    Hi,
    Have an Archbox at home and when I'm traveling I would like to connect to my Archlinux box at home to grab files and such things.
    Using ADSL with a static IP and a D-Link router.
    If I create a portfowarding rule of port 443 to my Archlinux box and user it to connect with SSH and VPN is that secured enought?
    I have family photos and stuff on the server that I don't want to be hacked or spread. Not a high target for hackers but for scriptkiddies!
    So, will a portforwarding rule and a use of SSH daemon and a VPN Server software make me secure all the way, the VPN and SSH is encrypted right?
    Any suggestions of a good VPN application?
    Server daemon for the "archserver" and clients for my laptop with dualboot, vista and archlinux.

    Yeah, SSH or OpenVPN should be perfectly fine.
    However, why port 443? If someone is scanning a large range of IP-addresses for commonly open ports to find active servers, they will most likely scan port 21, 22, 25, 80, 110, 443, etc. as these ports usually run the most interesting services.
    Since it has no impact on the usability, choose a high port, between 10000-65000, which is not commonly used. That way your system will not be identified as active by a simple portscan searching for active servers.
    You don't have to be worried about attacks targeted directly against you, if you don't have anything interesting on your system, a cracker wouldn't spend time on manually breaking into your system. Just mask yourself from worms etc. by using uncommon ports. Using SSH or OpenVPN will handle encryption, which ensures data integrity, even when you're connected to an unencrypted hotspot somewhere in the world on your vacation
    If you setup OpenVPN, you'll also have the possibility of routing all your Internet traffic throught your home system, which can be very handy in terms of surfing and checking mail from unencrypted hotspots around the world.

  • Not able to HTTP to SUB and SSH is not allowing any command to execute

    Hi All,
    I came across an issue, where CUCM SUB is not accessible by HTTP/S and SSH is giving following output while trying to re-start or executing any command :
    admin:utils service list
    /usr/java/jdk1.6.0_24/jre/lib/rt.jar: error reading zip file
    Exception in thread "main" java.lang.NoClassDefFoundError: java/net/ConnectException
            at com.cisco.iptplatform.cli.CliClassLauncher.<init>(CliClassLauncher.java:86)
            at sdMain.main(sdMain.java:1824)
    Caused by: java.lang.ClassNotFoundException: java.net.ConnectException
            at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            ... 2 more
    Caused by: java.util.zip.ZipException: error reading zip file
            at java.util.zip.ZipFile.read(Native Method)
            at java.util.zip.ZipFile.access$1200(ZipFile.java:31)
            at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:460)
            at sun.misc.Resource.getBytes(Resource.java:108)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:257)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            ... 7 more
    Any inputs please ??  Waiting for a hard re-boot to the device bit not sure if that would resolve the issue, Also when I first logged into SUB using SSH , I got the following :
    Command Line Interface is starting up, please wait ...
    java.io.FileNotFoundException: /var/log/active/platform/log/cli.bin (Read-only f                             ile system)
            at java.io.RandomAccessFile.open(Native Method)
            at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.restoreIndex(c                             iscoRollingFileAppender.java:100)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.setFile(ciscoR                             ollingFileAppender.java:43)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.                             java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces                             sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.apache.log4j.config.PropertySetter.setProperty(PropertySetter.jav                             a:196)
            at org.apache.log4j.config.PropertySetter.setProperty(PropertySetter.jav                             a:155)
            at org.apache.log4j.xml.DOMConfigurator.setParameter(DOMConfigurator.jav                             a:530)
            at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.ja                             va:182)
            at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurat                             or.java:140)
            at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfi                             gurator.java:153)
            at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOM                             Configurator.java:415)
            at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:3                             84)
            at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
            at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java                             :666)
            at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java                             :616)
            at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java                             :584)
            at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:6                             87)
            at sdMain.initialize(sdMain.java:479)
            at sdMain.main(sdMain.java:646)
    java.lang.NullPointerException
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.updateIndex(ci                             scoRollingFileAppender.java:117)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.nextFileName(c                             iscoRollingFileAppender.java:92)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.append(ciscoRo                             llingFileAppender.java:74)
            at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
            at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders                             (AppenderAttachableImpl.java:57)
            at org.apache.log4j.Category.callAppenders(Category.java:187)
            at org.apache.log4j.Category.forcedLog(Category.java:372)
            at org.apache.log4j.Category.debug(Category.java:241)
            at com.cisco.iptplatform.cli.CliSettings.getInstance(CliSettings.java:10                             6)
            at sdMain.initialize(sdMain.java:491)
            at sdMain.main(sdMain.java:646)
    log4j:ERROR No output stream or file set for the appender named [CLI_LOG].
    /usr/java/jdk1.6.0_24/jre/lib/rt.jar: error reading zip file
    Exception in thread "Thread-9" java.lang.NoClassDefFoundError: java/net/URI$Pars                             er
            at java.net.URI.<init>(URI.java:578)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:350)
            at java.net.Socket.connect(Socket.java:529)
            at java.net.Socket.connect(Socket.java:478)
            at java.net.Socket.<init>(Socket.java:375)
            at java.net.Socket.<init>(Socket.java:189)
            at com.cisco.ccm.util.ncs.NcsClient.connect(NcsClient.java:342)
            at com.cisco.ccm.util.ncs.NcsClient$ReceiveThread.run(NcsClient.java:447                             )
       Welcome to the Platform Command Line Interface
        WARNING:
            The /common file system is mounted read only.
            Please use Recovery Disk to check the file system using fsck.
    Cheers
    Anjali

    Check this Bug: CSCti52867 - https://supportforums.cisco.com/docs/DOC-12955
    I have a customer with this same problem, we use to use the Callmanager Recovery DVD, as Amine said, to recover the HD. But some times reseting the server resolved the problem.
    Mártin

  • Not able to login to FWSM via SSH client

    When i am trying to login to FWSM via SSH client and it is throwing an error that "SSH server rejected your password Try again"

    Hello,
    Not sure how you want me to help. The error says it all! The password is wrong.
    Do you have any other username/password that you could use to connect and change yours as it looks you forgot it. Otherwise try to access it via console and change it.
    Regards.
    Jcarvaja
    Senior Network Security and Core Specialist
    CCIE #42930, 2-CCNP, JNCIS-SEC
    For inmediate assistance hire us at http://inetworks.cr/our-rates/

  • Reboot mac mini server with ssh?

    Hello,
    After trying to update to latest update of Snow my mac mini server doesn't reboot again.
    I assume that the update failed and crippled my system.
    I only have remote access via ssh.
    Is there any way to get the GUI up and running again using ssh?
    Maybe a rollback?
    thanks for any pointers.

    However, strange thing now is when I want to select the HD as Destination, I get this message:
    " Mac OS X server can't be installed on this disk. A version of Mac OS X was not found "
    If this is an official Mac Mini Server and using the provided DVD distribution disk using the documented sequence, then it should load straight away. (If not, call Apple support.)
    Using the provided DVD disk via an intermediate system is something I've seen discussed in the forums, (see [here|http://discussions.apple.com/thread.jspa?messageID=12367643] for a discussion, possibly by [connecting into and starting the assistant Mac in Target Disk Mode|http://support.apple.com/kb/HT1661], and particularly also see [page 38 here|http://manuals.info.apple.com/enUS/Mac_mini_Late2009_SL_ServerUG.pdf] for one of the official Apple sequences) but not something where I usually immediately recall the sequence. (I usually use an external USB CD drive when I need to do this.)
    If this was a Mac Mini box that was upgraded to a Mac OS X Server configuration, then you can need to load the client Mac OS X that arrived with the box, then the server Mac OS X.

  • Compile and debug to a remote server with ssh access

    How can i compile and debug from my Mac to a remote server that has ssh access only?

    Besides Microsof's Remote Desktop Connection
    <http://www.microsoft.com/mac/products/remote-desktop/default.mspx>
    Applications -> Remote Desktop Connection
    Computer:  windows.pc.address
    -OR-
    Computer:  windows.pc.address/console
    There is also CoRD (Microsoft RDC Screen Sharing)
    <http://www.macupdate.com/info.php/id/22770/cord>

  • DisAppointed news  Sun Solaris  forum ????????? True or False

    hello Friends ,
    I read some disappointed news on this forum
    that sun would not continue support for intel edition
    i donot know it is true of false
    Any tell me what is exact matter on
    following email :- [email protected]
    or reply this letter

    Cross-posted
    Sun Solaris 5.10 - SSH 1.1.3-Not able to connect to server with ssh -Urgent
    @O.P.
    Don't do that.
    In the future, pick the most appropriate forum and make your post.
    Cross-posting is considered to be the same as rude spamming.
    I'm not aware of any forum web-site-of-value that would encourage cross-posting in its etiquette guidelines.
    ... and as far as "Urgent" goes?
    This web site is for the end-user community to gather and discuss various topics in general conversations. Your self-imposed time pressures are irrelevant. If you need actual technical support for something, then log a support case and pay for a speedy answer.
    See the FAQ link at the top of the page.

  • Comaptibility of Discoverer with Sun Solaris(5.10) Operating system

    Please tell me which version of Oracle Discoverer is compatible with Sun Solaris(5.10).
    Thanks&Regards
    Pooja

    Cross-posted
    Sun Solaris 5.10 - SSH 1.1.3-Not able to connect to server with ssh -Urgent
    @O.P.
    Don't do that.
    In the future, pick the most appropriate forum and make your post.
    Cross-posting is considered to be the same as rude spamming.
    I'm not aware of any forum web-site-of-value that would encourage cross-posting in its etiquette guidelines.
    ... and as far as "Urgent" goes?
    This web site is for the end-user community to gather and discuss various topics in general conversations. Your self-imposed time pressures are irrelevant. If you need actual technical support for something, then log a support case and pay for a speedy answer.
    See the FAQ link at the top of the page.

  • How to configure tape to sun solaris server?

    Hi
    We have a tape "Quantum Super DLT 600 tape drive" connected to Sun solaris 9 and working properly.
    Now we want to connect and configure it to Sun solaris 10 server. I want to know how we can do it?
    I checked in st.conf file , "#tape-config-list=" is commented in both solaris 9 while in solaris 10 it is not there.
    I think i will just have to connect the tape to new srver(solaris 10) and do a reconfiguration boot. Right??
    Also, what do i need to do for connecting the tape back to solaris 9 server.
    Thanks

    You really don't need to reboot the server. Connect the tape to the server and type devfsadm -Cv. Then type dmesg and check whether Solaris detect the tape or not.
    if not do a reboot and see.
    after doing one of above, insert a tape to the tape drive and type "mt stat" and see you got any output about a tape.
    Refer Solaris 9 and Solaris 10 System Administration Guides.
    Edited by: Thusith.M on Jul 31, 2009 9:24 AM

  • Performance issue EP on Sun Solaris

    Hi All,
    I have a EP NW04 SR1 installation on Sun solaris 5.9 machine , single CPU. When i stop the EP server , the idle time on the server shoots up to 98%. On the r other hand when i run "startsap" ( the server is just starting) , the idle time comes down to 0%.
    Are there any parameters to be tuned on the Sun Solaris.
    Because even with no users logged on, the idle time is almost 0%.
    Pasting a output of the vmstat command.
    Regards
    PN
    kthr      memory            page            disk          faults      cpu
    r b w   swap  free  re  mf pi po fr de sr s0 s6 s7 s8   in   sy   cs us sy id
    0 0 0 6098056 603680 42 974 328 0 0  0  0  0  0  0  0  441  556  374 72 24  3
    0 0 0 6098040 597320 36 80 370 0  0  0  0  0  0  0  8  480 2526  582 88  7  4
    0 0 0 6098024 596800 77 107 143 0 0  0  0  0  0  0  2  445 1321  528 89  7  3
    1 0 0 6098024 594520 69 106 223 0 0  0  0  0  0  0  2  446  856  443 91  8  1
    0 0 0 6098024 596280 17 633 100 0 0  0  0  0  0  0  2  442  788  423 84 15  1
    4 0 0 6098024 582304 15 314 28 0  0  0  0  1  0  0  2  428 1284  432 79 20  1
    1 0 0 6097960 581720 87 104 796 0 0  0  0  0  0  0 14  466 3379  659 86  7  7
    0 0 0 6097896 581544 82 125 462 0 0  0  0  0  0  0 16  519 3639  723 78 14  7
    0 0 0 6097896 581384 29 87 271 0  0  0  0  1  0  0  2  505  985  404 92  5  2
    1 0 0 6097856 581128 33 64 107 4  4  0  0  0  0  0  4  449 1342  340 96  4  0
    0 0 0 6097824 573552 16 518 52 8  8  0  0  1  0  0  5  433  674  330 86 14  0
    1 0 0 6097824 572656 16 40  8  0  0  0  0  0  0  0  3  414 1762  541 96  4  0
    2 0 0 6097752 572336 8  49 72  4  4  0  0  0  0  0  1  437 1176  555 93  7  0
    2 0 0 6097376 570176 25 60 215 0  0  0  0  0  0  0  2  473 1337  560 92  8  0
    4 0 0 6097368 572080 37 70 163 0  0  0  0  0  0  0  2  457 1219  521 94  6  0
    21 0 0 6097368 571896 8 36 64  0  0  0  0  0  0  0  0  426 1734  594 93  6  0
    18 0 0 6097368 570608 83 103 64 0 0  0  0  1  0  0  2  433 1327  464 88 11  0
    2 0 0 6096936 566680 6 480 48  0  0  0  0  3  0  0  2  428  807  486 86 14  0
    1 0 0 6096448 562640 16 49 56  0  0  0  0  0  0  0  2  422 1982  465 98  2  0
    Message was edited by: Portal Newbie

    Hi ,
    I have noticed that if the end users are working on Portal, the performance seems to be fine.
    If i log on to as an ADMIN and go to PCD , or try to change a role or attach a role, then the performance goes down and the amount of idle time goes to zero.
    Any idea what parameters can be set to fine tune this ?
    Regards
    PN

  • ZFS Snapshots/ZFS Clones of Database on sun/solaris

    Our production database is on Sun/Solaris 10 (SunOS odin 5.10 Generic_127127-11 sun4u sparc SUNW,SPARC-Enterprise) with oracle 10.1.0 . It is about 1TB in size. We have also created our MOCK and DEVELOPMENT databases from the Production database. To save disk space, we created these databases as ZFS Snapshots/ZFS Clones at the OS level and are using less than 10GB each being clones as on now. Now I want to upgrade the production database from oracle 10.1 to 11.2 but I don't want to upgrade the MOCK and DEVELOPMENT databases for the time being and want them to continue to run as clones on 10.1. After upgrade, Prod will run from 11g oracle tree one one machine and MOCK/DEVL on 10g tree on another machine. Will the upgrade of Production from 10.1 to 11.2 INVALIDATE the cloned MOCK and DEVELOPMENT databases?? There might be data types/features in 11g which do not exist in 10g.
    Below are the links to the documentation we used to create the snapshots.
    http://docs.huihoo.com/opensolaris/solaris.../html/ch06.html
    http://docs.huihoo.com/opensolaris/solaris...ml/ch06s02.html

    Hi,
    The mentioned links in the post is not working.
    I would suggest u to raise an Official S.R. with http://support.oracle.com prior upgrading your database.
    Also you can try this out with 10g db installation on TEST machine and create databases as ZFS Snapshots/ZFS Clones at the OS level for MOCK. Then upgrade the 10g database and test it.
    Refer:
    *429825.1 -- Complete Checklist for Manual Upgrades to 11gR1*
    *837570.1 -- Complete Checklist for Manual Upgrades to 11gR2*
    Regards,
    X A H E E R

  • Hardware system specifications for 11i installation on Sun Solaris

    Please advise the hardware system requirements like CPU(s), CPU speed advised, disk space, memory, etc for proper performance of 11i on a Sun Solaris machine.
    Thanks
    Prasad

    YOU HAVE TO SET THE UNIX VARIBLE DISPLAY=hostname:0.0; export DISPLAY
    and then execute "xhosts +" before starting the Rapidwiz.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ketul Trivedi ([email protected]):
    We are trying to do fresh installation of Oracle Financials 11i using rapid install. Rapid install asks for all parameters (APPL_TOP, COMMON_TOP, etc) and then at one point of it will ask to save the installation script or to start the installation with rapid installer.
    We opted for creating the installation scripts and the first line in the script is:
    su oracle -c "/apps/stageing/disk1/orclapp01/rapidwiz/../install/runInstaller -responseFile /apps/oracle/installInfo/rapidinstall/tellme/agniorawdb.rsp"
    We get following error while running this:
    # su oracle -c "/apps/stageing/disk1/orclapp01/rapidwiz/../install/runInstaller
    -r
    esponseFile /apps/oracle/installInfo/rapidinstall/tellme/agniorawdb.rsp"
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/jre. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the
    value of the DISPLAY variable.
    at sun.awt.motif.MToolkit.<init>(Compiled Code)
    at java.awt.Toolkit.getDefaultToolkit(Compiled Code)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(Compiled Code
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(Compiled Code)
    at oracle.sysman.oii.oiic.OiicInstaller.main(Compiled Code)
    Any one have any idea?
    Would appreciate response.
    Thanks,
    Ketul.<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Simple PRC file transfer between devices or via PC not so simple, sigh.

    Greeting, this is my first post so excuse me if I make some faux pas. I was unpleasantly surprised how difficult, almost imposible it is to take a [custom] PRC off one Palm device and put it on a second, even using a Windows PC as the intermediary. T

  • JMenuItem justification

    how can I change JMenuItem justification from right to left, because if I create JMenu with glue then JMenuItem sticking out of the JFrame import javax.swing.Box; import javax.swing.JFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; publi

  • I want to create a report with more than  64 column's.

    I want to create a report with more than 64 column's. I have generated Query the XML.When I tried to create a template for the report.I have Inserted the colum's Wizard and finish it throughing error message. "you cannot create atable with more that

  • How to get system timing in ESS/MSS

    HI All, i need to customize one of the ESS / MSS iviews...... I have to get the system time and populate it into one of the fields of ESS....... aslo i have to disable the field so that the user would not be able to edit the time... how can i do it ?

  • Disappearing pulldown menus and more

    This problem has happened before with CS6 but it popped up again this week during a very simple edit....and it's making me nuts. For example, I was working on a short 5-minute video with a series of short clips (XDCAM EX originally) strung together w