Using unix  remsh in BR*tools Studio

Hi
I have installed BR*tools Studio on Unix for Multi-instance server mode purpose.
The probelm is how to connect the Oracle instances to this server .
For that I need the corret parameter line needed when creatine an instance in the  BR*tools Studio
I inserted  : remsh [server_name] -l [ora<sid>]
example : remsh sapdev02 -l oradsq
But it is not help.
Any idea ?
Shlomi

Hi
You got an error message? : Answer : No error messages.
is the daemon on the target server running?  Answer : Yes
is the .rhosts maintained : Answer : Yes
I saw in the /people/markus.maurer/blog/2008/06/02/sap-brtools-studio-for-oracle-prepare-for-lift-off , there is a ssh connection string .something like this :
ssh c11adm@hostname ". /home/cbdadm/.profile;. /home/cbdadm/.dbenv_hostname.sh;brtools"
I'm going to try it
Kr
Shlomi

Similar Messages

  • Using Unix tools with Oracle on Windows

    I currently have an Oracle database installed on Windows, but would like to use Unix scripting tools and commands when connecting with my database.
    Can anyone advise a good way to configure my system so that I can connect to my database from a Unix-like system?
    Thanks in advance!

    If getting a unix like system installed is not feasible (or is not an option), use this:
    http://cygwin.com/
    http://www.cygwin.com/mirrors.html
    This is not exactly like running unix tools against the Oracle db, but allows you access to unix type shell for almost all of your unix shell scripting needs.
    Message was edited by:
    Kamal Kishore

  • How to connect BR*TOOLS STUDIO to oracle on windows server

    HI ,
    We have some oracle databases on AIX and few on windows 2003 servers.
    BR*TOOLS studio connects fine to AIX systems but How to connect it to
    windows servers.
    I tried to use free utility "psexec". but then studio log shows following error.
    ERROR 2008/12/02 12:21:13 [Tools] Instance SLB reports
    exception while running job Control Files: CreateProcess: psexec
    vmsld2 -u slbadm -p ba5al1te brspace -confirm force -language E -
    user / -function dbshow -class cfinfo -file all_cf error=2
    However if I execute "psexec
    vmsld2 -u slbadm -p ba5al1te brspace -
    confirm force -language E -user / -function dbshow -class dbstate"
    remotely from dbstudio server at command line, it works fine.
    So, Is DB*TOOLS STUDIO only for UNIX systems or can it be used for
    WINDOWS also ? IF yes then How ??

    Hai,
    Have you followed the below mentioned steps:
    In your BR*Tools Studio home directory, call:
    In UNIX
    csh server.sh
    In Windows
    server.cmd
    This script starts a web application server based on Oracle Containers for Java
    EE (OC4J), which serves as the runtime platform for the web application of
    BR*Tools Studio server.
    You need to run this command whenever you want to start the server for
    BR*Tools Studio in future.
    2. Log on to BR*Tools Studio server through a web browser from any client
    using the following URL:
    https://<host>:<port>/studio
    Note
    (C) SAP AG September 2008 Page 11
    Once BR*Tools Studio server is available, a client logon window appears.
    Make sure that you have enabled pop-ups for this site so that the logon
    window is visible.
    You need to run this command whenever you want to start a client session
    with BR*Tools Studio.
    The client logon window provides you with a list of all instances currently
    maintained for administration with BR*Tools Studio. The only instance
    available directly after installation is the Server instance, with which you can
    maintain the server landscape.
    As far as I know there are some unresolved bugs still existing in BR tools studio which is under process.
    Since you are able to open the studio with AIX you should be able to open in Windows as well.
    Have you checked your Keystore file.
    Regards,
    Yoganand.V

  • Reg: Issue adding remote Instances in Br tools Studio.....

    Hai,
    Br tools studio is Installed successfully and able to login to the server, but when trying to add remote Instance it ends up with the below NullPointerException.
    We have used ocj4 according to the SAP Note 1224432, also not using https (as per [SAP] First experience with SAP BR*Tools Studio for Oracle)
    Please let me know is there any work around possible.
    java.lang.NullPointerException     at frames.server._landscape._instances._create._edit_2d_001._frame_2d_000._jspService(_frame_2d_000.java:59)     [SRC:/frames/server/landscape/instances/create/edit-001/frame-000.jsp:19]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:810)
    Regards,
    Yoganand.V
    Edited by: Yoganand Vedagiri on Dec 30, 2008 1:30 PM
    Edited by: Yoganand Vedagiri on Dec 30, 2008 1:33 PM

    Hi,
    To avoid this error, Just install JDK 6.0 and OC4J 9.0.4.1.0
    Try accessing thru web.
    If you get an error on accessing javac.exe file, then do the following changes...
    go to the home directory of brtools studio, --> config ---> Edit the file server.xml
    add this line as per below, save and then try to access thru web.
    <global-application name="global" path="application.xml"/>
        *<java-compiler name="javac" bindir="<JAVA_HOME>\jdk1.6.0\bin"/>     *
        <global-web-app-config path="global-web-application.xml"/>
    This should solve your problem.
    Let me know if you have any issue.
    Regards,
    Iyyappan MR

  • Installation BR*Tools Studio

    Hi,
    I have installed BRTools Studio 7.10 Patch 1 on Windows Server 2003 x86_64. The installation was successful. After that I downloaded oc4j_extended.zip and extract it to \web-app-server\oc4j in BRTools Studio Path. When starting the server on commandline I get the following output:
    D:\studio>server.cmd
    09/02/20 13:16:02 Auto-deploying BR*Tools Studio (New server version detected)..
    09/02/20 13:16:02 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)
    initialized
    But when connecting via internet explorer I get only a white page with      
    I used the following Java Version:
    D:\>java -version
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Anybody an idee how to solve the problem?
    Kind regards,
    Sandro Gerstenberger

    Hi,
    thanks for your answer but it did not solve the problem. I already had checked this notes.
    Kind regards,
    Sandro Gerstenberger

  • Instance not connected at BR*Tools Studio

    I've setup BR*Tools Studio as Dedicated Server Mode. I'm using latest
    brtools and brtools studio installation:-
    BRSTUDIO710EN__001.SAR
    DBATL700O10_40-20001021.SAR
    Currently my instance is not connected to my BR*Tools Studio . Any pointer?
    This is the only log from /oracle/SM1/sap/brtools/studio/studio/log
    S01TDI135:orasm1 30> cat *
    INFO 2009/02/19 09:43:57 [Server] BR*Tools Studio server
    started.
    ERROR 2009/02/19 09:47:38 [Clock] Exception while shutting
    down server clock: java.lang.NullPointerException
    WARNING 2009/02/19 09:49:40 [Server] Unsuccessful logon attempt
    for unkown account.
    [...]WARNING 2009/02/19 10:18:28 [Server] Unsuccessful logon
    attempt to landscape.
    [...]WARNING 2009/02/19 11:11:07 [Server] Unsuccessful logon
    attempt for account Administrator.
    WARNING 2009/02/19 11:11:26 [Server] Unsuccessful logon attempt
    to landscape.
    regards,
    Marjan

    hi jeffry,
    Please make sure that you provide correct username and password of your database server.
    ardhian
    http://ardhian.kioslinux.com
    http://sapbasis.wordpress.com

  • BR*tools studio installation

    Dear Experts,
    We tried to install brtools studio in windows 2003 server but got some problem relate to web service that not generated during installation. I tried to folow guidence that i got from SDN "BRTools Studio for Oracle DBA" and will use Multi-instance server modes.
    as mentioned on the prerequsite, before start installation, i already install J2SDK 1.4.2_19 and also Microsoft Internet Information System, then i run the installation. Installation actually finished successfully, but when i click launch button, it direct to http://<server>:port/studio but i got error message that page can not be found, then i tried to check on the IIS console and i found that there is no new website are created.
    Is there any setings that we need to prepare on web server site? need your advice for this case.
    Thanks and regards,
    Bagus

    Hi,
    A NEW TOOL From SAPu2026u2026u2026u2026.ADD Multiple Instances to your BR*TOOL studio and enjoy freedom of Administration for Multiple Instances with your favourite WEB browser..
    Download Br *TOOL studio from SDN(sdn.sap.com)
    Create a Studio home in any Drive With This Directory Structure
    :\Oracle\sap\brtools\studio
    EXTRACT the SAPCAR -xvf BRSTUDIO710EN__XXX.SAR into this directory
    1) Call setup.cmd from command prompt
    2) Click Install
    3) Give https port By Default its 8888
    4) Provide Password
    5) Now keystore File (This is for security as we are using HTTPS)
    We need to generate it using JAVA commands
    Open Command Prompt Change Directory to java home
    Run This Command and provide info:
    Keytool -genkey
    Give this path to next screen and password also you provide just now
    Now a file has been generated
    C:\document and setting\username\.keystore
    6) Now installation is over.
    Now Come to your Server
    Here i am sharing the procedure to run and use BRTOOL STUDIO
    1) To Run Studio Go to Studio home and run server.cmd
    2) To Access it go to url;
    Https:hostname:port/studio
    3) A pop-up window will come
    Provide username:Administrator(Same as shown Capital A and all other small )
    Password:You provide at the time of installation
    4) Click on instances and then Create
    5) Provide Info as Password for Administrator
    Database user (Please note that password of DB user should not be containu2019@u2019 in password string)
    6) Give The Path for brtool profile parameter
    Oraclehome/database/init.sap
    7) Finally click on Go(Left Side)
    8) Now you will be log off and login to your instance Using
    Administrator as username and password you provide at the time of installation
    9) Now here you can create more user for brtool with different user roles.
    You can use it to view space, check status ,control files,backup,restore and you now more thingu2026u2026..

  • BR*tools Studio - NullPointerException

    Hi
    i have used BR*studio but still not able to create remote instance.
    could you help.
    also i'm getting the following error when starting the server
    09/01/13 16:40:32 Invalid jsp taglib location: D:\oracle\<SID>\sap\brtools\studio\
    config\..\jsp\lib\taglib does not exist or is not a directory
    09/01/13 16:40:32 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    and another follwing error when logon to remote instance.
    09/01/13 16:44:56 Exception in thread "Thread-3" java.lang.NullPointerException
    09/01/13 16:44:56       at java.util.Hashtable.put(Hashtable.java:394)
    09/01/13 16:44:56       at java.util.Properties.setProperty(Properties.java:143)
    09/01/13 16:44:56       at com.sap.brtools.studio.items.Item.setProperty(Item.java:289)
    09/01/13 16:44:56       at com.sap.brtools.studio.items.Instance.synchronizeToDatabase
    (Instance.java:174)
    09/01/13 16:44:56       at com.sap.brtools.studio.items.Instances.synchronizeToDatabase(Instances.java:217)
    09/01/13 16:44:56       at com.sap.brtools.studio.items.Server.synchronizeToDatabase(Server.java:2308)
    09/01/13 16:44:56       at com.sap.brtools.studio.items.Server.run(Server.java:2932)
    also I logon to remote instance, startup a instance and my job(to startup instance) is successful
    but instance status is gray.
    I want to know the resolve.
    Thank you~
    Thanks
    Edited by: kim hyosu on Jan 13, 2009 8:56 AM

    Hai,
    Check the below link.....
    BR*Tools Studio
    Regards,
    Yoganand.V

  • BR*Tools Studio 7.10 Installation Error

    Hi,
    I installed BR*Tools Studio 7.10 and OC4J accordingly.
    When I try to log on Studio via link https://localhost:8888/studio.
    The new opened window show that 500 internal error.
    Please suggest.
    JDK is 1.4.2_27 according to SAP Note 716604.
    JDK 1.5.0_22 is tried but no solved.
    BRTools is 7.20.
    OS Windows Server 2008 R2
    Oracle 10.2.0.4 with latest merge fix.
    P.S.
    Does anybody know how to uninstall BRStudio?
    I delete the folder directly and installed in another folder.
    The same port 8888 is specified during the installation.
    But when I start the server, it tolds me that the http address has been used already.
    So I guess the way to uninstalling may be incorrect.
    Regards,
    Alex

    > OS Windows Server 2008 R2
    > Oracle 10.2.0.4 with latest merge fix.
    Windows 2008 R2 is not yet supported by Oracle.
    Markus

  • BR*Tools Studio assistance / feedback

    Hello All,
    Those of you who are trying out / playing with the new SAP DBA tool (BR*Tools Studio), please place your experience in the forum.
    I have installed BR*Tools Studio on a development instance in a dedicated server mode and trying to get hang of it. The product looks good but it is taking a while to get used to its functionality. The documentation provided is just basic to get started.
    Issues I have are:
    1. 500 Internal Server Error - java.lang.NullPointerException (logged frequently) - It has disappeared, not crashed for a while now, It could be related to memory resources on the server. relogging to it continues from the point it failed.
    2. I have configured the instance to run as database user SYSTEM, but when I goto BR*Toos Wizard tab -> Database -> Tablespace, Datafiles, Control Files, Redolog Files. I am not able to view any of them. User SYSTEM has DBA and SAPDBA assigned.
    All assistance will be useful.
    TIA,
    Cheers,
    Nisch

    Nisch,
    please let me take the opportunity and address the two points you mentioned:
    It is indeed common for BR*Tools Studio to occasionally hit a 500 Internal Server Error: java.lang.NullPointerException. Up to now, we were not able to determine the root cause of this issue, yet we feel that it must have to do with paging and asynchronous memory calls, as the exception often shows up after longer idle periods. In particular, it does not reproduce, and cannot be addressed properly by the Studio. A side effect of the exception is that, while you need to close the browser window, the client is not proprely logged off from the Studio, so that it is still visible in the client overview of the server administration, until the next Studio server restart. I hope that we can still find a solution for this issue, but it has been around for a long time yet also in development.
    It is also correct that there is a little design flaw when adding an instance to BR*Tools Studio. When you add an instance, the Studio will synchronize with the instance dictionary not before the next full sync point in time, so that you cannot see the instance tablespaces, data files etc. immediately. Depending on the settings, this might take up to 20 minutes. A work-around, at least for a dedicated server, is to restart the Studio server, as a full sync gets carried out immediately after server restart. This is also a point we will try to address in one of the upcoming patches.
    I, too, would like to propose to keep this thread open to share common experience with the Studio. This will give you the chance to provide feedback, and I will try to keep on and share some insight into the Studio structure and behavior. Still, please post individual, hard installation or runtime issues in separate posts or open an OSS support call. &mdash; Thanks,
    Best Regards,
    Markus

  • Can I use Solaris with my Home Recording Studio?

    Hello,
    I am currently building a basic home recording studio. I recently assembled a new computer and will be purchasing music recording equipment very soon. Before I purchase the audio recording gear, I was curious about a few things pertaining to the use of Solaris as my possible choice system.
    The data that I store on my hard drives will need to be secure. I had originally considered RAID 5 though recently found out about RAID Z, which appears to be far ahead of the other RAIDs. I am curious to know more about how to set up a RAID Z system.
    The computer will be running Solaris, various Linux or BSD, and Windows Vista. I have 500GB x4 hard drives. I am considering separating one and using it strictly for Vista, and using the remaining 3 with a RAID set-up for nix. If I had a choice, I would put much less hard drive space into Vista (capping it at 150 to 200 GB), though I have yet to come across a RAID system that effectively or efficiently cooperates cross-platform. With that in mind, the majority of the remaining 1.5TB can go into my studio OS - hopefully Solaris - while left-over hard drive space is set aside for various other *nix.
    I've used Solaris 10 before, though haven't really gone into detail on the mechanics of such features as ZFS, zones, now RAID Z, and the many more amazing features that Solaris provides. Likewise, I am not really familiar with how well the system might operate with software/applications that I could use for recording and composing music.
    Beyond the available 2TB (or 1.5TB RAID-ready) space, my computer is running on a new 64-bit quad-core AMD CPU (~2.6GHz) and currently has 4GB 1066MHz RAM. In my search for preparing a computer that suits me for high performance recording - including the editing and mastering of audio - I am attempting to narrow down my options on the software side of things. I have been very satisfied with the general file management of Solaris, though am unsure of how well it might run as the software side of a home recording studio. An additional factor in deciding will be the software's compatbility with audio PCI cards and external recording/audio interfaces. There is always a question of whether or not the necessary drivers, firmware, or similar is available between any given hardware and software components.
    Some other *nix options I have considered - "Ubuntu Studio 64-bit" (though it appears to prefer 32-bit) and "64 Studio" (also Debian-based, though appears to be optimized for 64-bit). Some colleagues have used Gentoo with studio applications, though I don't know of any Linux distributions that offer the versatility, power, stability, and efficiency of Solaris for the operating system that it is.
    If I use something like "64 Studio", I will have the advantage of a system that is ready-built for studio recording purposes as well as a system that I know is compatible with the sound gear that I am considering purchasing. However, those systems are restricted by their file system types, RAID availability and dependability, and the general disadvantages of using the Linux kernel in general. (I enjoy Linux, though I admittedly prefer Unix over it.)
    Can I use Solaris with my home recording studio?
    Thank you!
    Edited by: the_professor on Nov 9, 2008 6:26 PM
    Corrected a typo.
    Edited by: the_professor on Nov 9, 2008 6:30 PM
    Caught another typo.

    I'm not sure what your question is. If you have particular software you want to run, you should see what you can get that package to run under. Sound hw stuff don't tend to be too portable unless it's written on top of OSS (htttp://www.opensound.com). Were I you, I'd consider separating out the storage part and the processing part. Get something like a cheap dell sc440 to be a file server and give the drives to that (unless you actually can get all the components working under solaris).
    -r

  • How do I use Qt and OpenGL with Visual Studio

    Hi! I mainly want to program in C++ and I want to use Qt and OpenGL with Visual Studio.
    I am currently revising C++ and later on i am going to start reading Qt and OpenGL. I have a background of
    Embedded firmware design(C and Assembly).
    The Visual Studio Version I have is 2013 ultimate. How do I use Qt and OpenGL with Visual Studio?
    Thanks
    Alexandros

    Hi ClassicalGuitar,
    The forum supports VS setup and installation. And your issue is not about the forum. I will move the thread to off-topic forum. Thanks for your understanding.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • I am trying to use the new iwork beta tools on iCloud.  I currently have 10.8.4 OSX on my iMac and 6.0.5 version of Safari, but when I try to open documents on my iphone in the cloud it tells me my browser isn't supported

    I am trying to use the new iwork beta tools on iCloud.  I currently have 10.8.4 OSX on my iMac and 6.0.5 version of Safari, but when I try to open documents on my iphone in the cloud it tells me my browser isn't supported

    Note that iWork for iCloud is only designed for PCs and Macs > http://support.apple.com/kb/HT5779
    To access to your iWork documents on the iPhone, install Keynote, Numbers or Pages from the App Store

  • Measure performance of windows 8 machines using windows Performance Toolkit (WPR tool)

    I want to create performance baseline for windows 8 machines(like time to winlogon, time to desktop and total boot time etc.). For this I used windows performance toolkit - WPR tool to record or log performance data(using boot scenario) into log file(.etl). I
    opened generated ETL file using WPA(windows performance analyzer), in processes section, always I am able to see winlogon.exe and explorer.exe  time more than 2 minutes on different machines. when I did it for windows XP(using xperf) machine
    winlogon.exe always showing as less than 30  seconds.
    Can you please let me know, how I can get correct data for following tasks using WPR tool:
    1) Time to Winlogon(winlogon.exe)
    2) Time to Desktop(explorer.exe )
    3) Total Boot time
    4) Time to Outlook Start
    5) Time to Full Outlook Load

    Anyone have idea about how to get correct performance data for tasks using windows performance toolkit(WPRUI)?

  • How can i use JWSDP1.6 from Ant tool to convert .wsdl file into Java class

    Hi All,
    i m very new in the development field.plese help me...
    i have a .wsdl file and i have to make some modification in the file and return this file with build file used in Ant tool.
    means my requirement is to conver the .wsdl file into java class,modify it and convert back to wsdl file.how can i do it using JWSDP1.6 and Ant tool.
    thanks in advance...
    Vikram Singh

    lemilanais wrote:
    hello!
    I have developpe an animation with flash. before give it to othe person in order to use it, i would like to secure it by integrated a security module inside the software.Secure it from what? Being played? Copied? Deleted? Modified?
    Because, i am a java developper, i have choose Netbeans 6.1 to secure it.That has to be the most random thing I've read in some time.
    do you know how can i do to integrate my animation .swf inside my java class?Java can't play SWF files and Flash can't handle Java classes, so what you're suggesting here doesn't make a lot of sense.

Maybe you are looking for