Linux Tidal Agent

I just need help in installing linux tidal agent and I'm using Red hat 6.3 x86_64.
When I'm trying to install the agent I'm getting this message "./tagent: /opt/TIDAL/Agent/bin/LINUX/tagent: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory"
What kind of rpm package do i need to install?
Another thing, how to configure a linux tidal agent services upon startup of the machine?
Thank you!

You need to get the JDK installed. I just had the same problem tonight. I just had the JRE running and got the same error..
I installed the following on SuSE linux:
java-1_7_0-openjdk-devel

Similar Messages

  • Auto-Start Tidal Agent services

    Hi all,
         Do you guys have an idea on how to auto-start the service of tidal agent in linux? Thanks!

    Thanks guys for the inputs.
    It is now working, this is what I did:
    I created "mystartup.sh" at etc/rc.d/init.d with this script inside:
    #!/bin/bash
    /opt/TIDAL/Agent/bin/tagent TIDALAGENT1 start
    #author: Lodz
    #chkconfig: 345 25 75
    #description: tidal agent auto startup
    then i added the shell script on boot using this commands:
    # chkconfig --add mystartup.sh
    # chkconfig mystratup.sh on

  • Where is the 64-bit Linux 12c agent??

    We have a fresh clean install of 12c on a 32-bit Linux platform. I tried pushing out the agent (through 12c) to a host running 64-bit Linux. The remote agent install failed, as it would not take the 32-bit agent from the OMS host on the 64-bit remote host (the error message stated this).
    I have tried both edelivery, and OTN, but neither has just the 12c (12.1) 64-bit Linux management agent (I was going to install manually, and then discover the hosts through the 12c OMS).
    Where is the clean stand-alone version of the 12.1 management agent??
    Thanks

    Hi,
    You can use (Setup > Extensibility ) Self Update to down load agent software.
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/self_update.htm#BEHBAGDB
    Regards,
    - Loc

  • TES v6.1 want to install a Win Tidal Agent on a Cluster Resource with Fail Over... help

    I am working with my Window Admins and they want to know how to install the Win Tidal Agent on a Cluster Resource with Fail Over.  Currently running Tidal Master (UNIX) v6.1.0.483
    Thanks,
    Rich

    Please refer to the Agent Installation and Configuration guide.pdf from Cisco. The steps to configure the agents in a cluster have been explained in section Configuring the Agents for a Cluster

  • Tidal agent and Datastage 8.5 conflict on windows environment

    Was hoping someone from this community already encountered this before and know how to fix or workaround it?
    Anybody setup tidal job on their datastage windows environment? There's no issue as long as the tidal scheduled jobs run fine but when the job fails, the connection between datastage engine and the WAS server will be broken with error code 81022 and users can not login to the DS environment until we  reboot the DS engine server.
    Also tried uninstalling the tidal agent on the DS engine server and it works overnight without issue (also run the same job via windows scheduler) and works okay. After reinstalling the newer version of tidal agent for windows... and run the tidal job, DS engine connection broken failure encountered again.
    No issues with Unix just windows environment.
    Also it maybe worth mentioning that the tidal agent is run as by the service id that has all the permission on the application and project forlders.
    Tested this both on tidal agent for windows version 3.0.1.04 and 3.0.1.13 (newer version)
    Tidal Master version is 5.3.1... Were just setting up our application environment to test on Tidal v6
    C:\MDR\XLS2CSV>F:\IBM\InformationServer\Server\DSEngine\bin\dsjob.exe -run -mode RESET <Project_name> <seq_DS_Job_Name>
    ERROR: Failed to open project
    Status code = 81022
    C:\MDR\XLS2CSV>F:\IBM\InformationServer\Server\DSEngine\bin\dsjob.exe -run -jobstatus -param BUSINESS_DT=20130313 <Project_name> <seq_DS_Job_Name>
    ERROR: Failed to open project
    Status code = 81022
    Already submitted this issue with our Tidal admin support internally... waiting for them to provide us with ticket and response from Cisco support.

    Admin guide says,
    "The following licensing options are available for the Unified CCX system:
    Unified CCX Standard (designed for entry-level users)—Includes the steps necessary for creating basic Unified CCX applications including IP Phone Agent (IPPA) and skills-based routing and does not include Cisco Agent Desktop (CAD)."
    So in addition to the steps suggested by brian lets make sure that you have licensed the server correctly.
    Regards,
    Shirish Patil.

  • Linux Intelligent Agent - OEM cannot discover node

    Hi,
    I have a Linux AS 2.1 Server with a Oracle 9.2.0.1 Database running. I have 2 Oracle Management Servers ... one is running on this running on the Linux AS 2.1 Server and another on Solaris 9i.
    When start the OEM on the Linux Server and try to discover the Databases on the Linux Server themselves then everything goes fine. When I am trying to discover the databases on the Linux Server from the OEM running in Solaris it does not work.
    The Solaris box has connection to the Linux Server and the repository for the Solaris OEM runs on the Linux Machine.
    When I go back to the OEM on the Linux Machine then I can discover the Solaris box.
    To come to a boddom line here: Whatever I do I am not able to discover the databases on the Linux AS Server besides from the OEM directly running on this box.
    Is that a bug in the Linux Intelligent Agent ? If yes is there a Patch to fix that ? Or is there a work around.
    Please let me know if you have any idea.
    Thanks Marcus

    Ok I figured it out .... the problem is/was the entry of the Loopback Interface entry in the etc hosts:
    127.0.0.1 dbserver localhost.localdomain localhost
    The Intelligent Agent listens to the Loopback Interface now. All incoming requests from and OMS will of course get a timeout because the IP address of the server is 10.1.0.10 .
    You have 2 options now:
    1. Change the entry in the /etc/hosts below to localhost and add an entry to the /etc/hosts file:
    127.0.0.1 localhost localhost.localdomain localhost
    10.10.0.1     dbserver
    Restart the Intelligent Agent and any OMS in your network should be able to discover the note.
    2. In the snmp_rw.ora file you can bind the Intelligent Agent with the following entries to an specific hostname and/or port:
    DBSNMP.HOSTNAME = <hostname or ip address>
    DBSNMP.CS_BASE_PORT = <port number>
    If you start up Agent now you will see in the nmiconf.log file error messages like that:
    Warning: No Listener found for SID db01. db01 will be skipped     
    Warning : No Listener found for SID db02. db02 will be skipped
    Warning : No Listener found for SID db03. db03 will be skipped
    Warning : No Listener found for SID omsrep. omsrep will be skipped
    This is because the Agent looks up in the tnsnames.ora file or whatever you name resolution is and finds the connect descriptors still withe the old name. So all entries in the tnsnames.ora file have to be changed.

  • Linux Monitor Agent Web Console Preferences Won't Save!

    Have recently installed GW Monitor on a Linux box and all seems fine except for the following:
    Within the Monitor Agent Web Console I browse to menu items 'Preferences' and then select 'Setup' to view details on the 'HTTP Settings', 'SNMP Settings', 'HTTP Settings' etc.
    From here all my settings are configured correctly except the texboxes under the 'Notify' and 'HTTP Settings' headings refuse to save any details that are entered into them, even after clicking on the 'submit' button, bizarre!!?
    Any ideas would be really appreciated.
    Cheers, James

    jim-bob,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How to recover from a lost trust relationship (or zone configuration) between the linux ZCM agent to the Primary Zone server running on the same machine?

    I have tried:
    zac retr, which fails as it says there is no zone to which this agent
    is connected
    zac reg, which fails because of error 34 Invalid device authentication
    information
    zac rereg GUID, which fails because of missing zone (as zac retr)
    zac unr, which fails because of the same error.
    zac ci shows the correct certificates
    almost everything is working except registration refresh and location
    refresh.
    What to do in this situation?
    ZCM 11.2 with latest update (Monthly update 1)
    W. Prindl

    This was yesterday resolved by NTS - you see the "quick" resolution
    time of NTS if you subtract the date of the initial post from the date
    of this post - with an absolutely simple trick, which obviously nobody
    did know of. The support engineer got it from the developer team.
    There is a switch in the
    /opt/novell/zenworks/share/tomcat/webapps/zenworks-registration/WEB-INF/
    config.xml configuration file, with which you can switch authentication
    off for device registration.
    You just need to add <Authenticate>false<\Authenticate> into the only
    configuration this file contains.
    This suppresses the error 34 on device registration and the device gets
    registered correctly upon restart of the zenworks suite. After this is
    done one can change back the above mentioned file to the original state
    and restart the zenworks suite again.
    The solution was really easy to deploy - the time till this resolution
    was found was IMO too long.
    W. Prindl
    W_ Prindl wrote:
    >I have tried:
    >
    >zac retr, which fails as it says there is no zone to which this agent
    >is connected
    >
    >zac reg, which fails because of error 34 Invalid device authentication
    >information
    >
    >zac rereg GUID, which fails because of missing zone (as zac retr)
    >
    >zac unr, which fails because of the same error.
    >
    >zac ci shows the correct certificates
    >
    >almost everything is working except registration refresh and location
    >refresh.
    >
    >What to do in this situation?
    >
    >ZCM 11.2 with latest update (Monthly update 1)

  • 7.0.2 monitor agent, linux, email

    How does the Linux monitor agent perform email notification? Have a complaint that not all events are being emailed, consistently.

    Why not use our own GWIA? The destination is internal. Right now, it is going to the (a) GWIA. I can change it, if necessary.
    joe a.
    Originally Posted by dzanre
    Monitor uses it's own SMTP mailer, so where you run into problems sometimes is that some carriers will not accept mail from a server without a PTR, etc. You can use a relay server (but don't use your GWIA) if you need to in order to get this to work - maybe your ISP's SMTP server that would have a PTR - many times Monitor is not on a server that has a public IP address, etc.
    Hope that points you in the right direction.

  • Tidal vs Powershell

    Hi,
    Visited this one before with limited success but now its time to try again.
    Platform is TES 6.1.0.212 running on Solaris x86, CM is on RH linux, agent on windows server 2003.
    I'm attempting to automate some MS excel work via powershell. I have a script that works fine when called interactively or via a batch file. However, when calling either through TIDAL I run into issues. I'm sure most of these are going to be security settings in windows but working out what to fix is proving somewhat problematic.
    For Powershell I have "set-ExecutionPolicy RemoteSigned" and the agent has the necessary rights as defined in the install guide eg "run as a batch job" etc.
    For the particular script I'm running I believe its failing because the tidal runtime user needs to have web proxy credentials supplied.
    Taking that as a starting point how might those details be defined?
    The script is attached if anyone wants to play with it. It will need the extension changing to from ".txt" to ".ps1" The errors seen when  run via TIDAL are below.
    Exception calling "Open" with "1" argument(s): "Microsoft Office Excel cannot a
    ccess the file 'http://www.simple-talk.com/blogbits/philf/rainfall.html'. There
    are several possible reasons:
    The file name or path does not exist.
    The file is being used by another program.
    The workbook you are trying to save has the same name as a currently open wor
    kbook."
    At C:\temp\cambridge_rain.ps1:19 char:28
    + $wb = $Excel.Workbooks.Open <<<< ("http://www.simple-talk.com/blogbits/philf/
    rainfall.html")
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : ComMethodTargetInvocation
    Exception getting "Range": "Exception calling "get_Range" with "2" argument(s):
    "Exception from HRESULT: 0x800A03EC""
    At C:\temp\cambridge_rain.ps1:56 char:13
    + $excel.Range <<<< ("H2").Select()
        + CategoryInfo          : NotSpecified: (:) [], GetValueInvocationExceptio
       n
        + FullyQualifiedErrorId : CatchFromBaseParameterizedPropertyAdapterGetValu
       e
    Property 'FormulaR1C1' cannot be found on this object; make sure it exists and
    is settable.

    Success!
    Most of the work is fighting through windows security but they key part is installing the TIDAL agent using the user account doing the work. It needs to be installed and run as that user instead of using the local system account or being installed by a local windows administrator.
    I now have a working instance of excel running completely unattended under TIDAL control.

  • Oracle8i for Linux Release announcement

    I received a copy of this Oracle marketing announcement today:
    The Linux tidal wave continues and Oracle is right at the
    forefront. We have
    been experiencing tremendous demand on Linux since Oracle8 was
    announced for
    that platform last October. Over 50,000 developers have
    downloaded Oracle8
    for Linux from Oracle Technology Network (OTN) since March, with
    the first
    20,000 coming in just the first 10 days! We now have over 800
    paying
    customers with over half the orders coming from enterprise
    accounts and most
    of the remainder orders from mid-sized businesses.
    This week Oracle is announcing the shipping of Oracle8i for
    Linux. Already,
    20,000 developers have registered for early access. With new
    internet
    technologies like Java and XML built right into Oracle8i for
    Linux, this
    release promises to be the hottest yet.
    Read on for more information about:
    - What are we announcing?
    - What are the key messages?
    - What is the pricing for Oracle8i on Linux?
    - Why does Oracle care about Linux?
    - Who are Oracle's major Linux Partners?
    - Which products are available on Linux?
    - Who is driving the Oracle on Linux effort and what are we
    doing?
    - Where to find more information about Oracle on Linux?
    What are we announcing?
    Oracle is announcing today that it has been receiving extremely
    strong demand
    for its Linux based products over the past quarter and is also
    shipping
    Oracle8i for Linux to manufacturing.
    What are the key messages?
    Linux represents the ultimate commodity operating system -- its
    fast, reliable
    and almost free! Businesses can now spend their time focusing on
    the higher
    value software they buy to run their businesses (such as
    databases and applications).
    With over 800 customers paying for Oracle on Linux, Linux is
    progressing from
    its roots as a student and developer operating system to a viable
    deployment
    environment in large business.
    Oracle has the best database on Linux. With over 50,000 people
    using Oracle8
    and over 20,000 people registered through Oracle Technology
    Network (OTN) for
    Oracle8i, Oracle is the overwhelming choice for the Linux
    operating system.
    What is the pricing for Oracle8i on Linux?
    Pricing of Oracle8i on Linux follows the standard Oracle price
    list (see
    http://appsweb.us.oracle.com/amapp/). Linux may be a freeware
    operating
    system, but Oracle on Linux is not free. Oracle does offer
    developer licenses
    through Oracle Technology Network (OTN) which allows developers
    to use Oracle
    software for non-commercial use.
    Why does Oracle care about Linux?
    Linux is hot! It is rapidly becoming the preferred platform for
    small ISP's
    and is used extensively by many of the internet's largest portal
    sites. For
    Oracle, Linux is the fastest growing operating system, growing at
    three times
    that of WindowsNT. Oracle on Linux presents customers a viable
    low-cost, yet
    highly stable alternative to WindowsNT. That said, with 46% of
    the NT market,
    Oracle is also the best selling database on NT!
    Oracle now has over 800 customers on Linux. This statistic alone
    strongly
    contradicts the common perception that Linux is solely used by
    students and
    developers. Linux has already established a foothold in many
    Fortune 100
    companies and although deployments are still currently small
    compared to NT
    and Solaris, they are accelerating rapidly.
    Which products are available on Linux?
    Currently available on Linux are:
    - Oracle8.0.5 Standard and Enterprise Edition
    - Oracle8i Release 8.1.5
    - Oracle Application Server 4.0.7 (40 Bit)
    - Oracle Application Server 3.0.2 (40 Bit)
    - Oracle WebDB 2.0.5.6.1
    Who are Oracle's major Linux Partners?
    Redhat Software - Linux distributors. Oracle has also made an
    equity
    investment in RedHat. (http://www.redhat.com)
    Caldera System - Linux distributors. Novell spin-off, focus
    primarily on
    enterprise customers. (http://www.caldera.com)
    Turbolinux - Linux distributor. Has a mostly Asia presence.
    (http://www.turbolinux.com)
    VA Linux Systems - Hardware vendor, making Linux systems.
    (http://www.linux.com)
    Linuxcare - Linux support provider. (http://www.linuxcare.com)
    Who is driving the Oracle on Linux effort?
    There are two teams within Oracle working closely to drive the
    Oracle strategy
    and goals on Linux: Internet Platform Marketing and the Linux SBU
    (Strategic
    Business Unit).
    Where to find more information about Oracle on Linux?
    Internal: http://worldwide-marketing.us.oracle.com/iPlatform
    External: http://platforms.oracle.com/linux
    http://technet.oracle.com
    Email [email protected]
    Contacts: Hongwei Lu ([email protected])
    David Lee ([email protected])
    Press Release
    ORACLE CAPITALIZES ON ENTERPRISE DEMAND FOR LINUX OFFERINGS WITH
    ANNOUNCEMENT
    OF ORACLE8i ON LINUX
    Early Adopters Programs Draws Nearly 20,000 Developers
    REDWOOD SHORES, Calif., July 19, 1999--Oracle Corporation, the
    number one
    choice for e-business, today announced dramatic growth and demand
    for Oracle
    on Linux with strong adoption in both enterprise and general
    business markets.
    Oracle also announced the general availability of Oracle8i on
    Linux, after a
    successful early adopter's program.
    Since Oracle Corp. announced Oracle8 on Linux, there have been
    over 50,000
    downloads from Oracle Technology Network
    (http://technet.oracle.com/ ). Now,
    after the announcement of Oracle8i, there have been nearly 20,000
    registrants
    for early access in the first few weeks. Outside the development
    community,
    Oracle has also seen overwhelming customer adoption with an
    excess of 800
    paying customers today -- over half of these orders from
    enterprise accounts
    and the remainder from small to mid-sized businesses and
    organizations.
    "Until the availability of Oracle database on Linux, we either
    had to rely on
    NT or use one of the shareware database servers available for
    Linux," says
    Jonathan August, President and CEO of Internection, Inc., a
    company providing
    customized Internet services solutions to businesses, including
    web hosting
    and e-commerce solutions. "Neither solution provided us the
    security,
    performance, manageability or reliability required by our
    customers. Oracle
    brings enterprise credibility and robustness to our products. As
    a result,
    we've gained access to customers ranging from small businesses to
    Fortune 100
    enterprises like Prudential and Pfizer. Our total revenue since
    the addition
    of Oracle on Linux has increased by 250%."
    "Oracle on Linux combines enterprise level reliability,
    scalability and
    performance with a free, robust and well-supported operating
    system," says
    Nick Marden, technical director of e-commerce, Xoom.com, and
    e-commerce
    service provider. "It enables Xoom.com to better understand our
    members'
    needs and respond to them quickly. Oracle on Linux represents an
    extraordinary value and it gets the job done."
    "Oracle is committed to bringing superior technology to the Linux
    community,"
    says Chuck Rozwat, senior vice president of Server Technologies
    at Oracle.
    "Oracle8i on Linux comes with both Java and XML built right in.
    Together they
    offer the most cost-effective way to deploy scalable Internet
    applications."
    Oracle8i is the first and only database specifically designed for
    the
    Internet. Oracle8i extends Oracle's long-standing technology
    leadership in
    the areas of data management, transaction processing and data
    warehousing to
    the new medium of the Internet. Oracle8i is the centerpiece of
    Oracle's
    Internet Platform, which also includes Oracle Application Server
    and Oracle's
    Internet development tools.
    Oracle Corporation is the world's leading supplier of software
    for information
    management, and the world's second largest software company.
    With annual
    revenues of more than $8.8 billion, the company offers its
    database,
    application server, tools and application products, along with
    related
    consulting, education and support services, in more than 145
    countries around
    the world.
    For more information about Oracle, please call 650/506-7000.
    Oracle's World
    Wide Web address is (URL) http://www.oracle.com/.
    Trademarks
    Oracle is a registered trademark and Oracle8i is a trademark or
    registered
    trademark of Oracle corporation. Other names may be trademarks
    of their
    respective owners.
    Oracle Worldwide Marketing
    null

    Yeah, I got a couple of those....but if you go to Oracle, there
    is nothing about it, and nothing new on the OTN download...
    We can hope...
    DAVID
    Jamie Kinney (guest) wrote:
    : I received a copy of this Oracle marketing announcement today:
    : The Linux tidal wave continues and Oracle is right at the
    : forefront. We have
    : been experiencing tremendous demand on Linux since Oracle8 was
    : announced for
    : that platform last October. Over 50,000 developers have
    : downloaded Oracle8
    : for Linux from Oracle Technology Network (OTN) since March,
    with
    : the first
    : 20,000 coming in just the first 10 days! We now have over 800
    : paying
    : customers with over half the orders coming from enterprise
    : accounts and most
    : of the remainder orders from mid-sized businesses.
    : This week Oracle is announcing the shipping of Oracle8i for
    : Linux. Already,
    : 20,000 developers have registered for early access. With new
    : internet
    : technologies like Java and XML built right into Oracle8i for
    : Linux, this
    : release promises to be the hottest yet.
    : Read on for more information about:
    : - What are we announcing?
    : - What are the key messages?
    : - What is the pricing for Oracle8i on Linux?
    : - Why does Oracle care about Linux?
    : - Who are Oracle's major Linux Partners?
    : - Which products are available on Linux?
    : - Who is driving the Oracle on Linux effort and what are we
    : doing?
    : - Where to find more information about Oracle on Linux?
    : What are we announcing?
    : Oracle is announcing today that it has been receiving extremely
    : strong demand
    : for its Linux based products over the past quarter and is also
    : shipping
    : Oracle8i for Linux to manufacturing.
    : What are the key messages?
    : Linux represents the ultimate commodity operating system -- its
    : fast, reliable
    : and almost free! Businesses can now spend their time focusing
    on
    : the higher
    : value software they buy to run their businesses (such as
    : databases and applications).
    : With over 800 customers paying for Oracle on Linux, Linux is
    : progressing from
    : its roots as a student and developer operating system to a
    viable
    : deployment
    : environment in large business.
    : Oracle has the best database on Linux. With over 50,000 people
    : using Oracle8
    : and over 20,000 people registered through Oracle Technology
    : Network (OTN) for
    : Oracle8i, Oracle is the overwhelming choice for the Linux
    : operating system.
    : What is the pricing for Oracle8i on Linux?
    : Pricing of Oracle8i on Linux follows the standard Oracle price
    : list (see
    : http://appsweb.us.oracle.com/amapp/). Linux may be a freeware
    : operating
    : system, but Oracle on Linux is not free. Oracle does offer
    : developer licenses
    : through Oracle Technology Network (OTN) which allows developers
    : to use Oracle
    : software for non-commercial use.
    : Why does Oracle care about Linux?
    : Linux is hot! It is rapidly becoming the preferred platform
    for
    : small ISP's
    : and is used extensively by many of the internet's largest
    portal
    : sites. For
    : Oracle, Linux is the fastest growing operating system, growing
    at
    : three times
    : that of WindowsNT. Oracle on Linux presents customers a viable
    : low-cost, yet
    : highly stable alternative to WindowsNT. That said, with 46% of
    : the NT market,
    : Oracle is also the best selling database on NT!
    : Oracle now has over 800 customers on Linux. This statistic
    alone
    : strongly
    : contradicts the common perception that Linux is solely used by
    : students and
    : developers. Linux has already established a foothold in many
    : Fortune 100
    : companies and although deployments are still currently small
    : compared to NT
    : and Solaris, they are accelerating rapidly.
    : Which products are available on Linux?
    : Currently available on Linux are:
    : - Oracle8.0.5 Standard and Enterprise Edition
    : - Oracle8i Release 8.1.5
    : - Oracle Application Server 4.0.7 (40 Bit)
    : - Oracle Application Server 3.0.2 (40 Bit)
    : - Oracle WebDB 2.0.5.6.1
    : Who are Oracle's major Linux Partners?
    : Redhat Software - Linux distributors. Oracle has also made an
    : equity
    : investment in RedHat. (http://www.redhat.com)
    : Caldera System - Linux distributors. Novell spin-off, focus
    : primarily on
    : enterprise customers. (http://www.caldera.com)
    : Turbolinux - Linux distributor. Has a mostly Asia presence.
    : (http://www.turbolinux.com)
    : VA Linux Systems - Hardware vendor, making Linux systems.
    : (http://www.linux.com)
    : Linuxcare - Linux support provider. (http://www.linuxcare.com)
    : Who is driving the Oracle on Linux effort?
    : There are two teams within Oracle working closely to drive the
    : Oracle strategy
    : and goals on Linux: Internet Platform Marketing and the Linux
    SBU
    : (Strategic
    : Business Unit).
    : Where to find more information about Oracle on Linux?
    : Internal: http://worldwide-marketing.us.oracle.com/iPlatform
    : External: http://platforms.oracle.com/linux
    : http://technet.oracle.com
    : Email [email protected]
    : Contacts: Hongwei Lu ([email protected])
    : David Lee ([email protected])
    : Press Release
    : ORACLE CAPITALIZES ON ENTERPRISE DEMAND FOR LINUX OFFERINGS
    WITH
    : ANNOUNCEMENT
    : OF ORACLE8i ON LINUX
    : Early Adopters Programs Draws Nearly 20,000 Developers
    : REDWOOD SHORES, Calif., July 19, 1999--Oracle Corporation, the
    : number one
    : choice for e-business, today announced dramatic growth and
    demand
    : for Oracle
    : on Linux with strong adoption in both enterprise and general
    : business markets.
    : Oracle also announced the general availability of Oracle8i on
    : Linux, after a
    : successful early adopter's program.
    : Since Oracle Corp. announced Oracle8 on Linux, there have been
    : over 50,000
    : downloads from Oracle Technology Network
    : (http://technet.oracle.com/ ). Now,
    : after the announcement of Oracle8i, there have been nearly
    20,000
    : registrants
    : for early access in the first few weeks. Outside the
    development
    : community,
    : Oracle has also seen overwhelming customer adoption with an
    : excess of 800
    : paying customers today -- over half of these orders from
    : enterprise accounts
    : and the remainder from small to mid-sized businesses and
    : organizations.
    : "Until the availability of Oracle database on Linux, we either
    : had to rely on
    : NT or use one of the shareware database servers available for
    : Linux," says
    : Jonathan August, President and CEO of Internection, Inc., a
    : company providing
    : customized Internet services solutions to businesses, including
    : web hosting
    : and e-commerce solutions. "Neither solution provided us the
    : security,
    : performance, manageability or reliability required by our
    : customers. Oracle
    : brings enterprise credibility and robustness to our products.
    As
    : a result,
    : we've gained access to customers ranging from small businesses
    to
    : Fortune 100
    : enterprises like Prudential and Pfizer. Our total revenue
    since
    : the addition
    : of Oracle on Linux has increased by 250%."
    : "Oracle on Linux combines enterprise level reliability,
    : scalability and
    : performance with a free, robust and well-supported operating
    : system," says
    : Nick Marden, technical director of e-commerce, Xoom.com, and
    : e-commerce
    : service provider. "It enables Xoom.com to better understand
    our
    : members'
    : needs and respond to them quickly. Oracle on Linux represents
    an
    : extraordinary value and it gets the job done."
    : "Oracle is committed to bringing superior technology to the
    Linux
    : community,"
    : says Chuck Rozwat, senior vice president of Server Technologies
    : at Oracle.
    : "Oracle8i on Linux comes with both Java and XML built right in.
    : Together they
    : offer the most cost-effective way to deploy scalable Internet
    : applications."
    : Oracle8i is the first and only database specifically designed
    for
    : the
    : Internet. Oracle8i extends Oracle's long-standing technology
    : leadership in
    : the areas of data management, transaction processing and data
    : warehousing to
    : the new medium of the Internet. Oracle8i is the centerpiece of
    : Oracle's
    : Internet Platform, which also includes Oracle Application
    Server
    : and Oracle's
    : Internet development tools.
    : Oracle Corporation is the world's leading supplier of software
    : for information
    : management, and the world's second largest software company.
    : With annual
    : revenues of more than $8.8 billion, the company offers its
    : database,
    : application server, tools and application products, along with
    : related
    : consulting, education and support services, in more than 145
    : countries around
    : the world.
    : For more information about Oracle, please call 650/506-7000.
    : Oracle's World
    : Wide Web address is (URL) http://www.oracle.com/.
    : Trademarks
    : Oracle is a registered trademark and Oracle8i is a trademark or
    : registered
    : trademark of Oracle corporation. Other names may be trademarks
    : of their
    : respective owners.
    : Oracle Worldwide Marketing
    null

  • Zenworks 7 Linux Management Device Registration Issue

    All,
    Below is a detailed description of a resistration issue using Zenworks
    Linux Management 7.
    Hardware Configuration:
    1- DSL Modem (Westell Model 2200)
    1- DI 614+ 2.4 GHz Broadband Wireless Router (includes 4-5 ethernet
    ports) with a IP address of 192.168.0.1
    1- PC Server running Redhat SUSE Linux Enterprise Server 9 (has a static
    IP address of 192.168.0.103). This machine is running the Zenworks 7
    Linux Management Software and is able to sucessfully launch the Zenworks
    7 Control Panel.
    1- Redhat Linux Enterprise Server 3 on a completely different network
    with a static IP address (207.44.142.56). This machine is running the
    Zenworks Linux Management Agent install using the ./zlm-install -a
    command.
    Network Configuration:
    The broadband DSL modem is connected directly to the WAN ethernet port on
    the wireless router
    The primary PC server running Redhat SUSE Linux Enterprise Server 9 has a
    direct connection to one of the ethernet ports on the wireless broadboard
    router with a private static IP address of 192.168.0.103 and has a public
    IP of 70.22.107.168.
    The DSL modem is has a direct connection to the telephone line.
    The Redhat Linux Enterprise Server 3 is on a completely different network
    with a IP of 207.44.142.56.
    No firewalls are configured on the primary server and the wireless router
    Port Forwarders are configured on the broadband wireless router as
    follows:
    zlm1
    192.168.0.103
    TCP 80/80
    always
    zlm2
    192.168.0.103
    TCP 443/443
    always
    zlm3
    192.168.0.103
    TCP 524/524
    always
    zlm4
    192.168.0.103
    TCP 1299/1299
    always
    zlm5
    192.168.0.103
    TCP 2544/2544
    always
    zlm6
    192.168.0.103
    TCP 5506/5506
    always
    zlm7
    192.168.0.103
    TCP 10389/10389
    always
    zlm8
    192.168.0.103
    TCP 10636/10636
    always
    Goal:
    To successfully register the Redhat Linux Enterprise 3 server (i.e. the
    managed device with IP 207.44.142.56) with the primary server
    (192.168.0.103 SUSE Redhat Enterprise Server 9 machine) so it can be
    viewed and managed from the Zenworks 7 Control panel.
    Nature of Problem:
    When attempting to register the managed device (207.44.142.56) with the
    primary server (192.168.0.103) which resides inside of my Wireless Local
    Area Network (WLAN) via the following command, it appears to fail. I'm
    unable to view or configure this managed device inside of the Zenworks 7
    Linux Management Control Panel. The following are 2 manual approaches
    that I take to register the managed device and the results for each.
    Register using private IP approach:
    /opt/novell/zenworks/bin/rug sa https://192.168.0.103
    Results: ERROR: Could not add 'https://192.168.0.103': Download failed:
    (https://192.168.0.103/zenworks-registration/service.xml) Error:
    ConnectFailure
    Register using public IP approach:
    /opt/novell/zenworks/bin/rug sa https://70.22.107.168
    Results: ERROR: Could not add 'https://70.22.107.168': Download failed:
    (https://70.22.107.168/zenworks-registration/service.xml) Error:
    ConnectFailure
    Regards,
    Darrick Addison
    Sr. Software Engineer/Consultant
    ASC Technologies, LLC
    Ph: 443.257.9116
    Fax: 410.360.5570
    E-mail: [email protected]
    Web: www.asctllc.com

    On Tue, 08 Nov 2005 02:37:16 GMT, [email protected] wrote:
    > Below is a detailed description of a resistration issue using Zenworks
    > Linux Management 7.
    duplicate question - can I gently mention a point? Whilst we naturally
    understand that you may need information/help in a hurry, asking the
    same question in multiple forums dilutes the answers you get, and makes
    more work for those of us who have to read them; it would help if you
    could avoid this in future.
    Many thanks
    (c) Shaun Pond, stolen without permission ;-)
    Marcus Breiden
    Please change -- to - to mail me.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Zenworks Linux Management Device Registration Issue

    All,
    Below is a detailed description of a resistration issue using Zenworks
    Linux Management 7.
    Hardware Configuration:
    1- DSL Modem (Westell Model 2200)
    1- DI 614+ 2.4 GHz Broadband Wireless Router (includes 4-5 ethernet
    ports) with a IP address of 192.168.0.1
    1- PC Server running Redhat SUSE Linux Enterprise Server 9 (has a static
    IP address of 192.168.0.103). This machine is running the Zenworks 7
    Linux Management Software and is able to sucessfully launch the Zenworks
    7 Control Panel.
    1- Redhat Linux Enterprise Server 3 on a completely different network
    with a static IP address (207.44.142.56). This machine is running the
    Zenworks Linux Management Agent install using the ./zlm-install -a
    command.
    Network Configuration:
    The broadband DSL modem is connected directly to the WAN ethernet port on
    the wireless router
    The primary PC server running Redhat SUSE Linux Enterprise Server 9 has a
    direct connection to one of the ethernet ports on the wireless broadboard
    router with a private static IP address of 192.168.0.103 and has a public
    IP of 70.22.107.168.
    The DSL modem is has a direct connection to the telephone line.
    The Redhat Linux Enterprise Server 3 is on a completely different network
    with a IP of 207.44.142.56.
    No firewalls are configured on the primary server and the wireless router
    Port Forwarders are configured on the broadband wireless router as
    follows:
    zlm1
    192.168.0.103
    TCP 80/80
    always
    zlm2
    192.168.0.103
    TCP 443/443
    always
    zlm3
    192.168.0.103
    TCP 524/524
    always
    zlm4
    192.168.0.103
    TCP 1299/1299
    always
    zlm5
    192.168.0.103
    TCP 2544/2544
    always
    zlm6
    192.168.0.103
    TCP 5506/5506
    always
    zlm7
    192.168.0.103
    TCP 10389/10389
    always
    zlm8
    192.168.0.103
    TCP 10636/10636
    always
    Goal:
    To successfully register the Redhat Linux Enterprise 3 server (i.e. the
    managed device with IP 207.44.142.56) with the primary server
    (192.168.0.103 SUSE Redhat Enterprise Server 9 machine) so it can be
    viewed and managed from the Zenworks 7 Control panel.
    Nature of Problem:
    When attempting to register the managed device (207.44.142.56) with the
    primary server (192.168.0.103) which resides inside of my Wireless Local
    Area Network (WLAN) via the following command, it appears to fail. I'm
    unable to view or configure this managed device inside of the Zenworks 7
    Linux Management Control Panel. The following are 2 manual approaches
    that I take to register the managed device and the results for each.
    Register using private IP approach:
    /opt/novell/zenworks/bin/rug sa https://192.168.0.103
    Results: ERROR: Could not add 'https://192.168.0.103': Download failed:
    (https://192.168.0.103/zenworks-registration/service.xml) Error:
    ConnectFailure
    Register using public IP approach:
    /opt/novell/zenworks/bin/rug sa https://70.22.107.168
    Results: ERROR: Could not add 'https://70.22.107.168': Download failed:
    (https://70.22.107.168/zenworks-registration/service.xml) Error:
    ConnectFailure
    Regards,
    Darrick Addison
    Sr. Software Engineer/Consultant
    ASC Technologies, LLC
    Ph: 443.257.9116
    Fax: 410.360.5570
    E-mail: [email protected]
    Web: www.asctllc.com

    On Tue, 08 Nov 2005 02:40:58 GMT, [email protected] wrote:
    > Below is a detailed description of a resistration issue using Zenworks
    > Linux Management 7.
    duplicate question - can I gently mention a point? Whilst we naturally
    understand that you may need information/help in a hurry, asking the
    same question in multiple forums dilutes the answers you get, and makes
    more work for those of us who have to read them; it would help if you
    could avoid this in future.
    Many thanks
    (c) Shaun Pond, stolen without permission ;-)
    Marcus Breiden
    Please change -- to - to mail me.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Debugging Linux applications on Microblaze

    Hello,
    could someone please answer some questions who is debugging Linux applications on Microblaze.
    I have to prepare an environment to debug applications running on Microblaze Linux 2.6.38. Everywhere, I can find hints how to do it with ARM on Zynq, but this is only a Spartan-6. I might change the Linuxversion but not the hardware.
    First, I compiled the kernel 2.6.38 (PLB, big endian) with initramfs_minimal.cpio.gz, then I compiled it with initramfs_complete.cpio.gz. In both cases, the Linux Kernel is running on Microblaze and I can access the filesystem with a serial link and with LAN using telnet.
    To debug applications, I tried to run with Windows 7 (64-bit) the Xilinx SDK (Eclipse) included in ISE/XPS 14.7. For Linux applications running on Microblaze, I tried to use the GDB-Debugger in SDK. I think I have to start a GDBserver first and then start SDK to connect to it.
    I could not find the GDBserver in the above mentioned filesystems. So, I downloaded the GDB sources for GDB 7.7 and did two configurations. One for the host (first VirtualBox with Ubuntu-Linux-32bit, later Windows 7) and one for the target (microblaze running on spartan-6).
    to create the GDBclient for the PC:
    configure --prefix=/opt/gdb/mb-linux/cross --target=microblaze-unknown-linux-gnu
    The following commands 'make' and 'make install' are running without errors.
    to create GDBserver for the FPGA:
    configure --prefix=/opt/gdb/mb-linux/native --host=microblaze-unknown-linux-gnu
    There is an error with the following command 'make'.
    error: Gdb does not support native target microblaze-unknown-linux-gnu
    I have really tried a lot, looked at many pages, e.g.:
    http://www.wiki.xilinx.com/
    Xilinx Wiki - Getting started
    Xilinx Wiki - MicroBlaze
    Xilinx Wiki - Create Linux Application
    Xilinx Wiki -Debug Application
    Many links were broken and if accessible, debugging Linux on Zynq or debugging a standalone application on microblaze was described.
    It would be very helpful if someone who actually did debug Linux applications on microblaze with or without SDK could describe a little bit how it works.
    Is GDB included in either of these filesystems and I did not see it ?
    Do I need to create GDBserver ?
    What is wrong with my settings to create GDBserver ?
    Is there a totally different way to debug ?
    Thanks in advance for your help,
    Michael

    Hello Achutha,
    thank you for your reply.
    I already knew those two links but I took a close look at them again.
    The second link helps to run a Linux kernel on Microblaze. It ends when it's getting interresting for me. It does not describe anything about developing a Linux application.
    The first link is using Zynq. Most of the steps can be done with Microblaze as well. When I start debugging, it changes to the debug perspektive and after some seconds I see the message
    Hello_Linux_Debug(SDK Linux TCF Agent: Disconnected): Connection refused: connect
    SDK.log in the SDK workspace shows:
    15:20:34.399 ERROR - Unexpected error while parsing XMD response ?: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: invalid number or unquoted string near
    I tried the following options but nothing helped:
    Kernel with initramfs_minimal.cpio.gz and with initramfs_complete.cpio.gz.
    Changed the access rights of /tmp (I used it for 'Remote File Path')
    In the video for Zynq, it is said:
    by default, there is a TCF agent running
    I guess, the TCF agent can be seen on Zynq if you list all processes running.
    What is the name of the TCF agent?
    I guess this one is missing on my Microblaze.
    Any other suggestions?
    Kind regards,
    Michael

  • PowerShell and Tidal

    I'm looking to get Multiple Windows server rebooted using PowerShell script in Tidal. Does anyone know how to use global variable using multiple servers. ?? Any Help would be appreciated.

    Sounds like you are looking to do some automation surrounding microsoft patching or something like that.
    I would not go about it with a global variable... I think there may be a character limitation on a var value.
    Powershell is pretty powerfull and can easily do the task, you can get as fancy as you want...  Tidal can take mulitple powershell
    statements. We often do this and leverage exit codes for different scenarios. using multiple ifs.
    if (condition met) {Do this}  else {Do Else} ; Exit(###);
    Then Tidal takes action based on exit code (alert, send email, etc)
    From a Tidal/Powershell perspective you need to consider a few things
    Security ... the runtime user needs access to all servers in the list in order to execute a shutdown or you pass it credentials. 
    Tidal Agent config
    Powershell commands can have issues with double quotes in params depending on how its used... so we avoid and each agent tagent.ini has this config switch
    [config]
    substticks=n
    Target Servers may need same version of powershell as agents and have their execution policys set properly (depending on technique used)
    Active Directory you may be organized to take advantage of server names
    Workflow/Design
    AD
    You could have Tidal Powershell get a list from AD, generate a list, then reboot for each object..
    List
    Another Simple way would be to use powershell to determine the list based on critera or supply it a list. The simple way is something like this
    restart-computer (get-content \\SomeNetworkShare\MS_PatchWeekend_ServerReboot_List.txt) ;
    Tidal Groups with Group variables
    Ad-Hoc
    Maybe you want to be able to reboot servers ad-hoc so you could create a template that takes a group variable and passes that server name to the powershell restart-computer cmdlet.
    Patch Weekend job group
    Depending on size of the environment you could have a job set that is "scheduled" on patch weekends that is made up of mulitple template groups that leverage job name to pass server name to the powershell restart-computer cmdlet (jobname=servername). You could also have some sort of secondary powershell statement or second job that lets you know when server is back up...
    Other
    Here's a case where it finds servers to reboot and there are many examples on the internet to borrow and learn from.
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/02/20/use-powershell-to-find-servers-that-need-a-reboot.aspx
    Hope this helps!
    Marc

Maybe you are looking for