NetWare server console commands from Perl workstation

I have spent the last day or so searching for an answer. I'm hoping someone
can point me in the right direction.
I'm would like to write a Perl script to send & receive server commands to a
Netware 6.5 server console, from a workstation (Windows or Linux). I can't
seem to find how to go about this task. I am doing this to simplify
management across 70+ servers. A code sample would be prefect as well.
Thanks
Dave Miller

I will take a look.
Thank you.
Dave
"Guenter" <[email protected]> wrote in message
news:68G7i.9167$[email protected]..
> Hi Dave,
> "Dave Miller" <[email protected]> wrote in
> news:BLC7i.9029$[email protected]:
>
>> I have spent the last day or so searching for an answer. I'm hoping
>> someone can point me in the right direction.
>>
>> I'm would like to write a Perl script to send & receive server commands
>> to a Netware 6.5 server console, from a workstation (Windows or Linux).
>> I can't seem to find how to go about this task. I am doing this to
>> simplify management across 70+ servers. A code sample would be prefect
>> as well.
> from Win32 and Linux this should be possible with the Net::SSH2 module;
> in addition from Win32 this is possible with the Win32:API module where
> you
> can call directly into Client32 libs; here are some samples:
> http://www.gknw.net/nwperl/win32api/
> f.e. take a look at:
> http://www.gknw.net/nwperl/win32api/nwloadnlm2.txt
> where you can load / start NLMs / NCFs on a NetWare server....
>
> Gnter.
>

Similar Messages

  • Dynamically change Database, Server and Command From VB6

    I have a crystal report which connects to an iSeries box via an OLE DB datasource, however i need to have this same report conect to two different iSeries, with the tables for the sql (command) located in two different libraries.
    Is it possible to change the command in vb (as well as the connection etc) so i can change the box and library t execute the sql against at run time ?

    Hi, 
    From VB 6 you can change the report's datasource.  Depending on the version of Crystal you are using, you may be able to change the SQL but if the data is the same on all the iSeries boxes then you shouldn't have to. 
    Again, the way to do this will depend on the version of Crystal you are using and the method you are using to call the reports. 
    Basically, there is a property in the reporting object that will allow you to logon to the database.  This would give you the same functionality as if you were in the Report Designer and went to Database | Set Database Location. 
    Without knowing the version of Crystal and the method for calling the report, it's a bit difficult to get into specifics. 
    Good luck,
    Brian

  • Same command works on the server but not on the workstation

    Scenario
    Exchange 2010 sp3
    Name                           Value
    CLRVersion                     2.0.50727.4984
    BuildVersion                   6.1.7600.16385
    PSVersion                      2.0
    WSManStackVersion              2.0
    PSCompatibleVersions           {1.0, 2.0}
    SerializationVersion           1.1.0.1
    PSRemotingProtocolVersion      2.1
    Worstation:
    Name                           Value
    PSVersion                      4.0
    WSManStackVersion              3.0
    SerializationVersion           1.1.0.1
    CLRVersion                     4.0.30319.18063
    BuildVersion                   6.3.9600.16406
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}
    PSRemotingProtocolVersion      2.2
    I input a command from my workstation using ISE
    get-exchangeserver | Where-Object {$_.IshubtransportServer -eq $True} | Get-MessageTrackingLog -Start (get-date).AddHours(-2) -Sender '[email protected]'
    Error:
    The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the 
    parameters that take pipeline input.
    The Exact same command from the Server works.
    In my profile I have the following:
    set-Location c:\
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri 'http://MyExchangeServer/powershell'
    import-pssession $Session
    Import-Module ActiveDirectory
    $host.PrivateData.ErrorForegroundColor = 'green'
    Clear-Host
    From My Workstation:
    PS C:\> Get-PSSession
     Id Name            ComputerName    State         ConfigurationName     Availability
      1 Session1        MyExchangeServer  Opened        Microsoft.Exchange       Available
    Why  does the command work on the server but not on the workstation?
    Alexis

    Hi Tiri2014,
    There are some differences between Remote PowerShell and Exchange Management Shell. You cannot use the pipeline when you run some cmdlets by using Remote PowerShell.
    Here’s a link to similar case for your reference:
    Error message when you try to pipe the result of a cmdlet into another cmdlet by using Remote Powershell in Office 365 dedicated: “The input object cannot be bound to any parameters
    for the command”
    http://support.microsoft.com/kb/2701827/en-us
    Hope it helps
    Best regards

  • Xcopy Command From Sql

    Dear Guru's,
    I have Script of my all the procedure.
    After all procedure gets execute, As a output it create .csv files.
    This .csv files i manually copy past on one of my directory.
    For avoiding this manual copy past i want to use xcopy command from sql itself.
    Please guide me how do i do this.
    Regards,
    Chanchal wankhade.

    CHACHA wrote:
    I have Script of my all the procedure.
    After all procedure gets execute, As a output it create .csv files.
    This .csv files i manually copy past on one of my directory.
    For avoiding this manual copy past i want to use xcopy command from sql itself.
    Please guide me how do i do this.Do not like the sound of the architecture you are using for this. Scripts? Scripts for Oracle should be limited to installing s/w.
    Writing any kind of Oracle application using scripts, is questionable ito design, robustness, flexibility, security and so on.
    Wanting to use console commands from a SQL cursor? That sounds even more broken and wrong. If you want to do o/s calls, it should be done carefully and securely from PL/SQL code.
    And PL/SQL code should be inside the database - not outside in some script.
    As for copying files. Realise that SQL and PL/SQL code executes on the server inside an Oracle server process. This does not have access to your client's file system and directories.

  • Re: Executing UNIX commands from PC Client

    Hello,
    You can run FTP on the client and connect to your unix server to
    transfer the files across.
    As far as running UNIX commands goes you can transfer the command
    set to a service object deployed on the server and run them from there.
    Hope this helps.
    Greetings,
    I have a file which needs to be FTP'd to a remote sever. The file is
    created on the PC Client tier of the application. In addition, I have a
    few unix scripts which I would like the client to execute. Is there a way
    to execute unix (or server) based commands from a Forte Service Object.
    Any help would be greatly appreciated. Thanks.
    Craig Balliet
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    >
    Get Your Private, Free Email at http://www.hotmail.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    If the problem is only to copy a file from one system to an other, you
    should use only Forte. Here is an abstract from the on line help :
    Copying a Set of Files Between Partitions
    To copy a set of files using the FileSystem class:
    1 In the local partition, instantiate a FileSystem object using the
    "new" operator.
    In this example, we use the name "localFileSystem" for this FileSystem
    object.
    2 Invoke a method that will execute on the remote partition, either on a
    service object or any distributed reference to an object in the remote
    partition.
    3 In this method, instantiate a FileSystem object and return it to the
    local partition.
    For this example, we will use the name "remoteFileSystem" to refer to
    this FileSystem object. Note that you do not need to set the IsAnchored
    attribute on FileSystem objects that are to be returned as distributed
    references. These objects are automatically created as anchored objects,
    so references to them in other partitions are always returned as
    distributed references.
    4 In the local partition, invoke the SetRemoteFS method on the
    localFileSystem object, using the distributed reference to
    remoteFileSystem as the remoteFS parameter.
    5 Invoke the SetRemoteFS method on the remoteFileSystem distributed
    reference, passing the localFileSystem object as the remoteFS parameter.
    6 Invoke the SetLocalDir and SetRemoteDir methods to set the working
    directory on the local and remote systems, respectively.
    7 Construct one or more file names in portable operating system format
    (see Naming Files in FileSystem Methods ) that represent the file, or
    files, that are to be copied between systems.
    8 Put the files names you constructed into TextData objects and insert
    them into an array of TextData objects.
    9 Invoke the PushFiles method on localFileSystem, using the array of
    TextData objects containing the file names, to move files from the local
    system to the remote system. If you want to move files from the remote
    system to the local system, invoke the PullFiles method instead..
    Further Information:
    Using FileSystem
    Naming Files in FileSystem Methods
    Hope this helps,
    Daniel Nguyen
    Freelance Forte Consultant
    Steven Arijs wrote:
    >
    To accomplish the FTP to the remote server , you can implement this by using
    the FileSystem Class. You will find all information you need in the Forte
    help.
    To run operating system commands (f.i. unix command and scripts) from within a
    forte application , you can use the RunCommand method on
    task.part.OperatingSystem. (See the forte help).
    You can let your client call a method on a service object that resides on the
    server and then this method will run the script using the above method.
    Hope this helps,
    Steven Arijs
    Craig_D_Balliet%[email protected] wrote:
    Greetings,
    I have a file which needs to be FTP'd to a remote sever. The file is
    created on the PC Client tier of the application. In addition, I have a
    few unix scripts which I would like the client to execute. Is there a way
    to execute unix (or server) based commands from a Forte Service Object.
    Any help would be greatly appreciated. Thanks.
    Craig Balliet
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Firefox freezes if I try to initiate a remote console session with the Netware 6.5 server I am connected to. I can force quit, re-initiate Firefox, re-authenticate and I'm able to successfully start a remote console session and acquire the server console.

    Firefox freezes if I try to initiate a remote console session with the Netware 6.5 server I am connected to. I can force quit, re-initiate Firefox, re-authenticate and I'm able to successfully start a remote console session and acquire the server console.

    Hi Mac Attack,
    My computer will not disconnect from the internet.  It seems to find a clone router and continues even when I shut down and unplug my my own home iy
    Your main question was 'chopped' in the title. Please reply in the body of a reply box with the full question and anything you have tried. And no, the long report was not helpful .
    If the same website is opening each time you launch a browser (Safari?) hold down the shift key as you launch to prevent previous pages from opening.
    Have a look at your settings in Safari > Preferences. Especially General and Privacy.
    Reset Safari to remove cookies and other stored data.
    System Preferences > General
    Have a look at your settings in System Preferences >  Security & Privacy.
    Call back with more questions.
    Regards,
    Ian

  • Mail Server issues: non-SMTP command from localhost

    I just installed Yosemite server. Noticed these messages showing up in the log:
    Oct 28 06:32:08 my_server.net postfix/smtpd[28380]: warning: non-SMTP command from localhost[127.0.0.1]: From: Mrs. M.M Macheda <[email protected]>
    Oct 28 06:32:08 my_server.net postfix/smtpd[28382]: warning: non-SMTP command from localhost[127.0.0.1]: From: Mrs. M.M Macheda <[email protected]>
    Oct 28 06:32:08 my_server.net postfix/smtpd[28380]: disconnect from localhost[127.0.0.1]
    Oct 28 06:32:08 my_server.net postfix/smtpd[28382]: disconnect from localhost[127.0.0.1]
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52786 to [127.0.0.1]:25
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52786
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52787 to [127.0.0.1]:25
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52787
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52788 to [127.0.0.1]:25
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52788
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52789 to [127.0.0.1]:25
    Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52789
    Oct 28 06:32:08 my_server.net postfix/smtpd[28371]: connect from localhost[127.0.0.1]
    Oct 28 06:32:08 my_server.net postfix/smtpd[28371]: improper command pipelining after EHLO from localhost[127.0.0.1]: MAIL FROM:<[email protected]>\\r\\nRCPT TO:<[email protected]\\r>\\r\\nDATA\\r\\nFrom: Mrs. M.M Macheda
    Oct 28 06:32:08 my_server.net postfix/smtpd[28386]: connect from localhost[127.0.0.1]
    Oct 28 06:32:08 my_server.net postfix/smtpd[28386]: improper command pipelining after EHLO from localhost[127.0.0.1]: MAIL FROM:<[email protected]>\\r\\nRCPT TO:<[email protected]\\r>\\r\\nDATA\\r\\nFrom: Mrs. M.M Macheda <he
    Here is output of postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    data_directory = /var/lib/postfix
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
    html_directory = /usr/share/doc/postfix/html
    inet_interfaces = loopback-only
    inet_protocols = all
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    message_size_limit = 10485760
    mynetworks = 127.0.0.0/8, [::1]/128
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated permit
    smtpd_tls_ciphers = medium
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    Except me nobody has access to the server yet. Nobody is sending out any emails. Appreciate any help.

    What does /var/log/mail.log have to say (you may need to increase logging level to "Information")?

  • Problem with program hanging randomly on certain commands from win 7 pro client to SB Server

    Having a problem with program hanging randomly on certain commands from Win-7 Pro Client to SB Server Both 64-Bit
    Five other slower XP-Pro 32 Bit systems though they are older and slower systems do not seem to hang as readily if at all.
    It has been very frustrating as the Client-System, SB-Server and Program should work w/o any hitches, but this seems to work fine @ times and then hang randomly.
    Would appreciate any and all suggestions in assisting.... JimBAgde-MSS  

    You can try this, as I have had similar problems with another MS Access .MDB file and slow access before. This fixed my problem for me. On the slow computer, make sure the program is set to see the .mdb file via UNC path, not a mapped drive letter. ex.
    USE:  \\yourserver\shared\dental\file.mdb
    DO NOT: S:\\shared\dental\file.mdb
    hope this helps

  • Problem while starting Managed Servers from Admin Server console

    I am facing a problem while trying to start the managed servers in wlp8.1 portal from the admin server console.
    <Dec 7, 2004 4:52:14 PM IST> <Info> <NodeManager@*.*:5555> <Starting Server orbitPortalDomain::orbit_ManagedServer1 ...>
    <Dec 7, 2004 4:52:16 PM IST> <Info> <NodeManager@*.*:5555> <Server orbitPortalDomain::orbit_ManagedServer1 started, process id = 1,832>
    <Dec 7, 2004 4:52:17 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_04-b05 from Sun Microsystems Inc.>
    <Dec 7, 2004 4:52:18 PM IST> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://10.6.0.212:7001 to check if there exists a running admin server at this URL.>
    <Dec 7, 2004 4:52:18 PM IST> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Dec 7, 2004 4:52:18 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic XMLX Module 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973 >
    <Dec 7, 2004 4:52:18 PM IST> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://10.6.0.212:7001 to retrieve the initial configuration.>
    <Dec 7, 2004 4:52:21 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file D:\bea_turner\weblogic81\common\nodemanager\orbit_ManagedServer1\orbit_ManagedServer1.log is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
    at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>(WSRPIdentityAsserterProviderImpl.java:45)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(SecurityServiceManagerDelegateImpl.java:232)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:939)
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:257)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:698)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:731)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:874)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Reason: com/bea/wsrp/util/debug/Debug
    pls advice
    Thanks
    Sasanka

    Hello,
    There is a lot of stuff on this thread:
    http://forum.java.sun.com/thread.jspa?threadID=567363&messageID=2801617
    these guys are trying to run weblogic with JBuilder.
    Looks like your classpath is incorrect, can you go to your admin console-->server-->remote start
    copy the classpath and post it here.
    Check for spaces in your classpath, missing jars or directories and miss spelt paths.
    Has this problem been occuring as soon as you installed WLP or not?
    Cheers,
    Hoos

  • System command from within PL/SQL on server ?

    Hi
    I know its a bit weird thought of executing an NT system command from within PL/SQL on server (UNIX).
    Has anyone done something (silly me!) like it or knows any work-around to try something like it?
    Thanks in advance.
    Regards
    Pravesh

    Can you be more specific?
    Generally to run system commands you utilize DBMS_PIPE to communicate with a listener on the platform that you're accessing. That listener picks up the pipe request and might either:
    1. spawn a process to run the command
    2. fork a process to run the command
    3. run the command within its own application.
    It sounds complex, but if review the DBMS_PIPE documentation and it's not too difficult -- presuming you know a language like C.
    I believe there are other features in 8.1.5 and higher versions that enable you to run stored programs or COM objects...
    Bill

  • Installing program on server and access it from mac workstation

    Hi
    How can i install a program on a mac server and access that program from mac workstation.
    On windows server you use the remote app manager application to do this. is there something similar on mac?

    Hi,
    - This isn't exactly what you are asking for but there is an App:  /System/Library/Coreservices/Screen Sharing.app on the Mac which is similar in operation to Terminal Services Client but is based on VNC. 
    - Thus it  will be a whole user's logon session which would run on the mac server .  
    I haven't used Screen Sharing.app on a large scale deployment of clients connecting to an OS X Server.
    Hope this helps

  • How to stop the Debug-master-Beacon command from console

    Q: How to stop the Debug-master-Beacon command from console
    A:  
    -"Debug-master-beacon" This command is basically used to see the  master beacon  sent and the received .
    -This command will  help in figuring out master discover issues.
     -You can run this command only from the console of the Ap.
    - Once you run the command you can stop it only by typing the command
    "No debug-master-beacon"
    Sample command below

    Hi Shravanthi,
    How the Substitution will work for stopping the user from changing the Depreciation key in asset master data. Can you please ellaborate in details.
    Regards,
    BABA

  • Transferrring Objects from my Workstation to Production Server

    Hi Guys,
    I should really thank all you guys for the your help.
    I need to know detail steps invloved in Transferrring the Objects from my Workstation to Production Server or testing server.
    Thanks
    Sid

    Hi,
    When u create a object and save it, it will ask for the package name to save, then assign one package and then it will ask for the request .
    Create the new request. and this request can be released before transporting.
    Go to se09 or se10 and then select ur request number and click the release button. then object will  be released and is ready to transport to quality.
    After that goto <b>STMS</b> and then transport it to qwuality server.
    However it will be the work of the basis guy to transport to quality after u have released...
    Hope it is needful..
    Cheers,
    Simha.

  • OVMAPI_4004E Server Failed Command

    Hi,
    I try to add a server (fresh install v 3.0.3) to an existing pool (vm manager fresh reinstall) and I get next error:
    ".. bsddb._db.DBError:(30, 'Read-only file system')"
    OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/1 set_pool_member_ip_list [192.168.0.151 192.168.0.152 192.168.0.155 192.168.0.157],
    Status: org.apache.xmlrpc.XmlRpcException: bsddb._db.DBError:(30, 'Read-only file system')Edited by: Florin Cercelaru on Jan 11, 2012 3:46 PM

    vm server are 3.0.2 and output dmseg is:
    [    0.260014] system 00:0a: iomem range 0xff000000-0xffffffff has been reserved
    [    0.260197] pci 0000:04:00.0: BAR 6: address space collision on of device [0xfe500000-0xfe51ffff]
    [    0.260364] pci 0000:00:03.0: PCI bridge, secondary bus 0000:01
    [    0.260450] pci 0000:00:03.0:   IO window: 0xe000-0xefff
    [    0.260538] pci 0000:00:03.0:   MEM window: 0xfe600000-0xfe6fffff
    [    0.260626] pci 0000:00:03.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
    [    0.260749] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
    [    0.260836] pci 0000:00:1c.0:   IO window: 0x2000-0x2fff
    [    0.260924] pci 0000:00:1c.0:   MEM window: 0xe4000000-0xe41fffff
    [    0.261012] pci 0000:00:1c.0:   PREFETCH window: 0x000000e4200000-0x000000e43fffff
    [    0.261137] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:03
    [    0.261224] pci 0000:00:1c.4:   IO window: 0x3000-0x3fff
    [    0.261312] pci 0000:00:1c.4:   MEM window: 0xe4400000-0xe45fffff
    [    0.261400] pci 0000:00:1c.4:   PREFETCH window: 0x000000e4600000-0x000000e47fffff
    [    0.261526] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04
    [    0.261612] pci 0000:00:1e.0:   IO window: 0xd000-0xdfff
    [    0.261700] pci 0000:00:1e.0:   MEM window: 0xfe500000-0xfe5fffff
    [    0.261789] pci 0000:00:1e.0:   PREFETCH window: 0xe4800000-0xe48fffff
    [    0.261890] pci 0000:00:03.0: setting latency timer to 64
    [    0.261901]   alloc irq_desc for 17 on node -1
    [    0.261902]   alloc kstat_irqs on node -1
    [    0.261910] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [    0.262000] pci 0000:00:1c.0: setting latency timer to 64
    [    0.262010] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [    0.262100] pci 0000:00:1c.4: setting latency timer to 64
    [    0.262108] pci 0000:00:1e.0: setting latency timer to 64
    [    0.262111] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    [    0.262113] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    [    0.262114] pci_bus 0000:01: resource 0 io:  [0xe000-0xefff]
    [    0.262116] pci_bus 0000:01: resource 1 mem: [0xfe600000-0xfe6fffff]
    [    0.262117] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
    [    0.262119] pci_bus 0000:02: resource 0 io:  [0x2000-0x2fff]
    [    0.262121] pci_bus 0000:02: resource 1 mem: [0xe4000000-0xe41fffff]
    [    0.262122] pci_bus 0000:02: resource 2 pref mem [0xe4200000-0xe43fffff]
    [    0.262124] pci_bus 0000:03: resource 0 io:  [0x3000-0x3fff]
    [    0.262125] pci_bus 0000:03: resource 1 mem: [0xe4400000-0xe45fffff]
    [    0.262127] pci_bus 0000:03: resource 2 pref mem [0xe4600000-0xe47fffff]
    [    0.262128] pci_bus 0000:04: resource 0 io:  [0xd000-0xdfff]
    [    0.262130] pci_bus 0000:04: resource 1 mem: [0xfe500000-0xfe5fffff]
    [    0.262131] pci_bus 0000:04: resource 2 pref mem [0xe4800000-0xe48fffff]
    [    0.262133] pci_bus 0000:04: resource 3 io:  [0x00-0xffff]
    [    0.262134] pci_bus 0000:04: resource 4 mem: [0x000000-0xffffffffffffffff]
    [    0.262190] NET: Registered protocol family 2
    [    0.262338] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
    [    0.262662] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    [    0.263325] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.263680] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.263767] TCP reno registered
    [    0.263914] NET: Registered protocol family 1
    [    0.318666] pci 0000:01:00.0: Boot video device
    [    0.318709] Unpacking initramfs...
    [    0.322371] Freeing initrd memory: 8203k freed
    [    0.323841] MCE: bind virq for DOM0 logging
    [    0.323851]   alloc irq_desc for 442 on node 0
    [    0.323853]   alloc kstat_irqs on node 0
    [    0.323864] MCE_DOM0_LOG: enter dom0 mce vIRQ handler
    [    0.323865] MCE_DOM0_LOG: No more urgent data
    [    0.323866] MCE_DOM0_LOG: No more nonurgent data
    [    0.323981] audit: initializing netlink socket (disabled)
    [    0.324080] type=2000 audit(1325832365.857:1): initialized
    [    0.329380] VFS: Disk quotas dquot_6.5.2
    [    0.329491] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.329619] msgmni has been set to 1676
    [    0.329889] alg: No test for stdrng (krng)
    [    0.329978] ksign: Installing public key data
    [    0.330062] Loading keyring
    [    0.330151] - Added public key D72C48A216FC609F
    [    0.330234] - User ID: Oracle America, Inc. (Kernel Module GPG key)
    [    0.330342] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    [    0.330462] io scheduler noop registered
    [    0.330544] io scheduler anticipatory registered
    [    0.330646] io scheduler deadline registered (default)
    [    0.330748] io scheduler cfq registered
    [    0.331007]   alloc irq_desc for 439 on node 0
    [    0.331009]   alloc kstat_irqs on node 0
    [    0.331011] pcieport 0000:00:03.0: irq 439 (279) for MSI/MSI-X
    [    0.331021] pcieport 0000:00:03.0: setting latency timer to 64
    [    0.331176]   alloc irq_desc for 438 on node 0
    [    0.331178]   alloc kstat_irqs on node 0
    [    0.331179] pcieport 0000:00:1c.0: irq 438 (278) for MSI/MSI-X
    [    0.331190] pcieport 0000:00:1c.0: setting latency timer to 64
    [    0.331344]   alloc irq_desc for 437 on node 0
    [    0.331345]   alloc kstat_irqs on node 0
    [    0.331346] pcieport 0000:00:1c.4: irq 437 (277) for MSI/MSI-X
    [    0.331357] pcieport 0000:00:1c.4: setting latency timer to 64
    [    0.331634] aer 0000:00:03.0:pcie02: service driver aer loaded
    [    0.331648] pci-stub: invalid id string ""
    [    0.332396] Non-volatile memory driver v1.3
    [    0.343109] loop: module loaded
    [    0.343211]   alloc irq_desc for 443 on node 0
    [    0.343212]   alloc kstat_irqs on node 0
    [    0.343219] Xen virtual console successfully installed as xvc0
    [    0.343320] Event-channel device installed.
    [    0.343422] Fixed MDIO Bus: probed
    [    0.343533] PNP: No PS/2 controller found. Probing ports directly.
    [    0.346147] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    0.346236] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    0.346363] mice: PS/2 mouse device common for all mice
    [    0.346666] usbcore: registered new interface driver hiddev
    [    0.346757] usbcore: registered new interface driver usbhid
    [    0.346843] usbhid: v2.6:USB HID core driver
    [    0.347151] TCP cubic registered
    [    0.347233] NET: Registered protocol family 17
    [    0.347372] registered taskstats version 1
    [    0.347956] PCI IO multiplexer device installed.
    [    0.348048]   Magic number: 12:288:771
    [    0.348142] bdi 7:105: hash matches
    [    0.348381] Freeing unused kernel memory: 356k freed
    [    0.348541] Write protecting the kernel read-only data: 5104k
    [    0.730731] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    0.730852]   alloc irq_desc for 16 on node -1
    [    0.730853]   alloc kstat_irqs on node -1
    [    0.730862] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.730967] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [    0.730971] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [    0.731070] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [    0.731227] ehci_hcd 0000:00:1a.0: debug port 2
    [    0.735237] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
    [    0.735254] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfe726000
    [    0.750562] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [    0.750672] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.750760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.750879] usb usb1: Product: EHCI Host Controller
    [    0.750963] usb usb1: Manufacturer: Linux 2.6.32.21-41xen ehci_hcd
    [    0.751048] usb usb1: SerialNumber: 0000:00:1a.0
    [    0.751183] usb usb1: configuration #1 chosen from 1 choice
    [    0.751288] hub 1-0:1.0: USB hub found
    [    0.751379] hub 1-0:1.0: 2 ports detected
    [    0.751504]   alloc irq_desc for 23 on node -1
    [    0.751505]   alloc kstat_irqs on node -1
    [    0.751511] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [    0.751612] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [    0.751615] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [    0.751707] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    0.751858] ehci_hcd 0000:00:1d.0: debug port 2
    [    0.755902] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
    [    0.755915] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfe725000
    [    0.770615] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [    0.770721] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    0.770808] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    0.770926] usb usb2: Product: EHCI Host Controller
    [    0.771010] usb usb2: Manufacturer: Linux 2.6.32.21-41xen ehci_hcd
    [    0.771095] usb usb2: SerialNumber: 0000:00:1d.0
    [    0.771218] usb usb2: configuration #1 chosen from 1 choice
    [    0.771319] hub 2-0:1.0: USB hub found
    [    0.771410] hub 2-0:1.0: 2 ports detected
    [    0.775430] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    0.777254] uhci_hcd: USB Universal Host Controller Interface driver
    [    0.838795] SCSI subsystem initialized
    [    0.853725] libata version 3.00 loaded.
    [    0.857704] ata_piix 0000:00:1f.2: version 2.13
    [    0.857723]   alloc irq_desc for 19 on node -1
    [    0.857724]   alloc kstat_irqs on node -1
    [    0.857733] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    0.857825] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [    1.010602] ata_piix 0000:00:1f.2: setting latency timer to 64
    [    1.010674] scsi0 : ata_piix
    [    1.010827] scsi1 : ata_piix
    [    1.011962] ata1: SATA max UDMA/133 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0b0 irq 19
    [    1.012055] ata2: SATA max UDMA/133 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf0b8 irq 19
    [    1.012165] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    1.012257] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [    1.062560] usb 1-1: new high speed USB device using ehci_hcd and address 2
    [    1.166562] ata_piix 0000:00:1f.5: SCR access via SIDPR is available but doesn't work
    [    1.166690] ata_piix 0000:00:1f.5: setting latency timer to 64
    [    1.166740] scsi2 : ata_piix
    [    1.166861] scsi3 : ata_piix
    [    1.167854] ata3: SATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf050 irq 19
    [    1.167943] ata4: SATA max UDMA/133 cmd 0xf070 ctl 0xf060 bmdma 0xf058 irq 19
    [    1.194931] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
    [    1.195020] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.195156] usb 1-1: configuration #1 chosen from 1 choice
    [    1.195322] hub 1-1:1.0: USB hub found
    [    1.195553] hub 1-1:1.0: 6 ports detected
    [    1.306569] usb 2-1: new high speed USB device using ehci_hcd and address 2
    [    1.438923] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
    [    1.439011] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.439138] usb 2-1: configuration #1 chosen from 1 choice
    [    1.439315] hub 2-1:1.0: USB hub found
    [    1.439547] hub 2-1:1.0: 8 ports detected
    [    2.038557] ata2.00: failed to resume link (SControl 0)
    [    2.362557] ata1.01: failed to resume link (SControl 0)
    [    2.518634] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    2.518737] ata1.01: SATA link down (SStatus 0 SControl 0)
    [    2.527061] ata1.00: ATA-8: ST3500514NS, SN12, max UDMA/133
    [    2.527147] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [    2.543089] ata1.00: configured for UDMA/133
    [    2.543238] scsi 0:0:0:0: Direct-Access     ATA      ST3500514NS      SN12 PQ: 0 ANSI: 5
    [    2.543466] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [    2.543610] sd 0:0:0:0: [sda] Write Protect is off
    [    2.543694] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    2.543707] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.543938]  sda: sda1 sda2 sda3
    [    2.551735] sd 0:0:0:0: [sda] Attached SCSI disk
    [    3.066558] ata2.01: failed to resume link (SControl 0)
    [    3.077776] ata2.00: SATA link down (SStatus 0 SControl 0)
    [    3.077879] ata2.01: SATA link down (SStatus 0 SControl 0)
    [    3.085531] Uniform Multi-Platform E-IDE driver
    [    3.088211]   alloc irq_desc for 18 on node -1
    [    3.088213]   alloc kstat_irqs on node -1
    [    3.088219] pata_acpi 0000:00:16.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [    3.088357] pata_acpi 0000:00:16.2: setting latency timer to 64
    [    3.088368] pata_acpi 0000:00:16.2: PCI INT C disabled
    [    3.091530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    3.093364] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [    3.097023] Initializing USB Mass Storage driver...
    [    3.097126] usbcore: registered new interface driver usb-storage
    [    3.097212] USB Mass Storage support registered.
    [   10.625025] ide-gd driver 1.18
    [   10.629620] device-mapper: uevent: version 1.0.3
    [   10.629772] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
    [   30.890253] kjournald starting.  Commit interval 5 seconds
    [   30.890347] EXT3-fs: mounted filesystem with ordered data mode.
    [   32.106936] iTCO_vendor_support: vendor-support=0
    [   32.116797] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-k2
    [   32.116799] e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
    [   32.116833]   alloc irq_desc for 20 on node -1
    [   32.116835]   alloc kstat_irqs on node -1
    [   32.116843] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [   32.116852] e1000e 0000:00:19.0: setting latency timer to 64
    [   32.116979]   alloc irq_desc for 436 on node 0
    [   32.116981]   alloc kstat_irqs on node 0
    [   32.116982] e1000e 0000:00:19.0: irq 436 (276) for MSI/MSI-X
    [   32.117434] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    [   32.117496] iTCO_wdt: Found a Q57 TCO device (Version=2, TCOBASE=0x0460)
    [   32.117542] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [   32.288368] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 70:71:bc:9e:64:dc
    [   32.288371] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
    [   32.288405] e1000e 0000:00:19.0: eth0: MAC: 9, PHY: 9, PBA No: FFFFFF-0FF
    [   32.289303] tpm_tis 00:09: 1.2 TPM (device-id 0xFE, rev-id 70)
    [   32.289341] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [   32.358848] rtc_cmos 00:05: RTC can wake from S4
    [   32.358891] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [   32.358928] rtc0: alarms up to one month, y3k, 114 bytes nvram
    [   32.384447] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [   32.384468]   alloc irq_desc for 21 on node -1
    [   32.384470]   alloc kstat_irqs on node -1
    [   32.384478] r8169 0000:04:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [   32.384509] r8169 0000:04:00.0: no PCI Express capability
    [   32.384702] eth1: RTL8169sb/8110sb at 0xffffc90004336000, 1c:7e:e5:1f:f3:23, XID 10000000 IRQ 21
    [   32.429717] input: Power Button as /class/input/input0
    [   32.429753] ACPI: Power Button [PWRB]
    [   32.429785] input: Power Button as /class/input/input1
    [   32.429801] ACPI: Power Button [PWRF]
    [   32.434711] ACPI: SSDT 00000000cbdffc18 0038C (v01    AMI      IST 00000001 MSFT 03000001)
    [   32.435443] processor LNXCPU:00: registered as cooling_device0
    [   32.436047] processor LNXCPU:01: registered as cooling_device1
    [   32.436532] processor LNXCPU:02: registered as cooling_device2
    [   32.436997] processor LNXCPU:03: registered as cooling_device3
    [   32.970022] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [  214.583094] floppy0: Unable to grab DMA2 for the floppy driver
    [  217.598577] floppy0: no floppy controllers found
    [  217.653037] lp: driver loaded but no devices found
    [  217.846432] md: Autodetecting RAID arrays.
    [  217.846435] md: Scanned 0 and added 0 devices.
    [  217.846436] md: autorun ...
    [  217.846436] md: ... autorun DONE.
    [  218.267672] EXT3 FS on sda2, internal journal
    [  218.298183] kjournald starting.  Commit interval 5 seconds
    [  218.298467] EXT3 FS on sda1, internal journal
    [  218.298473] EXT3-fs: mounted filesystem with ordered data mode.
    [  218.497944] Adding 1052248k swap on /dev/sda3.  Priority:-1 extents:1 across:1052248k

  • Server console output

    Hi,
    I have been using flex from last six month. I have develped one application and now its time to deploy the application. But, I am facing one issue regarding server console output. In my application I have various remote call to java class deployed on JBOSS server. My problem is that, whenever I made any remote call the information of that remote call gets printed on server console. I want to stop this server console printing. How can I do this? Please suggest. I have checked in my code, there is no trace() or system.out.println() command is used. Please help me out of this. Its very urgent.
    Thanks.
    Regards,
    Ravindar Kumar

    Hi
    You can setup properties so that we can save stdout and stderr to files.
    In the setDomainEnv.cmd file of your domain, you can set the properties so that the ouput will be saved to a file
    %WLS_STDOUT_LOG%
    %WLS_STDERR_LOG%
    Vimala-

Maybe you are looking for