Messaging in solaris 10

i have a customer setup with 490 server with solaris 10 ( all patch included) and suncluster3.2. customer wants all console messaging ( dev/sysmsg) to be included into system message(/var/adm/messages) or to be redirected to any other file. i have tried with /etc/syslog.conf or consadm. does anyone who can suggest me on the same ?
thanks in addvance.
skd

Hi Shane,
Thanks for reply.
The output of "./imsimta version:
+Sun Java(tm) System Messaging Server 7.0-0.04 32bit (built Jun 20 2008)+
+libimta.so 7.0-0.04 32bit (built 01:01:00, Jun 20 2008)+
+Using /opt/sun/comms/messaging/config/imta.cnf+
+SunOS mail 5.10 Generic_120012-14 i86pc i386 i86pc+
“Internal mail” means all domains which have created in our server and when we send mail within domain or in same domain, UID must be validated.
Thanks
Prem

Similar Messages

  • Java System.out Message on Solaris

    Hi !
    Could somebody tell me, how I can forward all System.out Messages from
    my Java modules (EJB, Servlets) to the Solaris Terminal window?
    Thanks Eddie

    You could do a tail -f on the kjs console log. (Assuming that you only have one KJS).

  • CPU message on Solaris 8 install on Sparc U30

    When installing Solaris 8 on Ultra Sparc 30, I get the following message after "Configuring /dev and /devices"
    panic[cpu0]/ thread=2a1001dd40: BAD TRAP: type31 rp 2a1001cf30 addr=2f150fcb998 mmu_fsr=0
    followed by;
    sched: trap type=0x31
    followed by what appears to be a memory dump
    followed by Watchdog Reset and Externally Initiated Reset
    Is this a media problem or hardware falilure?

    What's version of NES/Iplanet you are running?
    thanks
    Jong
    "Ed Itkin" <[email protected]> wrote:
    >
    I'm getting strange message when Netscape Client starts on Solaris 8:
    cbfe-dev-web01:/opt/weblogic:263> /opt/netscape/netscape
    ERROR: ld.so.1: /opt/netscape/netscape: fatal: relocation error: file
    /opt/netscape/plugins/libproxy.so:
    symbol __nsapi30_table: referenced symbol not found
    Cant load plugin /opt/netscape/plugins/libproxy.so. Ignored.
    Can you give me idea what happened to NSAPI ? It worked before.
    I rebooted the Solaris server - it did not help.
    Just a reminder : libproxy.so was copied from
    Weblogic 6.0 SP2 ../lib/solaris directory into /opt/netscape/plugins.

  • STREAMS T_CONN_IND messages in Solaris 10

    We have a STREAMS module that we push on top of TCP to intercept both inbound and outbound connections. We have recently discovered that our module no longer seems to work on Solaris 10. It appears that for inbound connections (i.e. those coming in from the wire), the T_CONN_IND messages do not seem to be passed to our module's rput routine. Anyone know what gives? We know that TCP and IP have been merged in Solaris 10, but we didn't think that would affect modules pushed on top of TCP. Is one of the optimizations that was made to skip the STREAMS messaging for connection indications and do something more direct between TCP and sockmod?
    Any help would be appreciated.
    Thanks,
    Tony

    janp2 wrote:
    I hit this issue right now so I'm pasting a part of my reply to another list.
    It might help other people:
    ==
    The "Warning: Your password has expired, please change it now." comes in a
    separate SSH_MSG_USERAUTH_INFO_REQUEST packet. This packet in general has an
    "instructions" field, and some "prompt" fields. SunSSH server sends the warning
    in a separate info-request packet, with 0 prompts, and with the warning message
    in the instruction field. That's fine according to the spec (rfc 4256):
    The num-prompts field may be `0', in which case there will be no
    prompt/echo fields in the message, but the client SHOULD still
    display the name and instruction fields (as described below).
    however, when the number of prompts is 0, putty ignores the instruction field.
    SunSSH client does the right thing, OpenSSH client as well. In theory, we could
    put the warning message in the next info-request packet together with the "New
    Password" prompt but that decision was intentional, we would be really "fixing"
    stuff to workaround problems somewhere else.
    so, my conclusion is that they should file a bug againt those SSH clients they
    use. It's not a problem in the SunSSH server at all.
    ==
    BTW, the putty's file is ssh.c, the instruction field is set on line 7474:
    s->cur_prompt->instruction = ...
    but add_prompt() function that prints the stuff out is called inside of the
    following loop:
    for (i = 0; i < s->num_prompts; i++)
    so, as we can see, if the number of prompts is 0, we get no instruction
    field printed.
    Jan.Thank you very much, Jan. That was very helpful - at least now I have confirmation.
    Update: I contacted the dev team for PuTTY and they let me know that this bug has been fixed in the latest Development version of PuTTY but there isn't a firm release date planned. Anyway, it'll be fixed in the next release of PuTTY
    Edited by: dubitancy on Jan 7, 2010 6:33 AM

  • Error message on Solaris about JNIEnv *env

    Hi,
    I have this line of code in my simple C++ implementation of the native method:
    JNIEXPORT void JNICALL Java_jipclinker_jipc_1ne_1command
    (JNIEnv *env, jobject obj , jstring command)
    const char str = (env)->GetStringUTFChars(env, command, 0);
    // the rest of the code
    when I compile it in Solaris 2.8 I get the following error message:
    In function `void Java_jipclinker_jipc_1ne_1command(struct JNIEnv_ *, class jobject *, class jstring *)':
    16: base operand of `->' is not a pointer
    Can I have peoples ideas about this please?
    Thanks,
    S.

    Try
    env->GetStringTUFChars....

  • NSAPI (libproxy.so) Error message on Solaris 8

    I'm getting strange message when Netscape Client starts on Solaris 8:
    cbfe-dev-web01:/opt/weblogic:263> /opt/netscape/netscape
    ERROR: ld.so.1: /opt/netscape/netscape: fatal: relocation error: file /opt/netscape/plugins/libproxy.so:
    symbol __nsapi30_table: referenced symbol not found
    Cant load plugin /opt/netscape/plugins/libproxy.so. Ignored.
    Can you give me idea what happened to NSAPI ? It worked before.
    I rebooted the Solaris server - it did not help.
    Just a reminder : libproxy.so was copied from
    Weblogic 6.0 SP2 ../lib/solaris directory into /opt/netscape/plugins.

    What's version of NES/Iplanet you are running?
    thanks
    Jong
    "Ed Itkin" <[email protected]> wrote:
    >
    I'm getting strange message when Netscape Client starts on Solaris 8:
    cbfe-dev-web01:/opt/weblogic:263> /opt/netscape/netscape
    ERROR: ld.so.1: /opt/netscape/netscape: fatal: relocation error: file
    /opt/netscape/plugins/libproxy.so:
    symbol __nsapi30_table: referenced symbol not found
    Cant load plugin /opt/netscape/plugins/libproxy.so. Ignored.
    Can you give me idea what happened to NSAPI ? It worked before.
    I rebooted the Solaris server - it did not help.
    Just a reminder : libproxy.so was copied from
    Weblogic 6.0 SP2 ../lib/solaris directory into /opt/netscape/plugins.

  • Error message on Solaris booting

    It was troubled, I have a Question.
    When starting Solaris2.5.1(x86), the following error message is always displayed.
    In order not to display this message, what should it carry out?
    Moreover, what is a cause to display?
    Cause is Hardware? or software?
    -------boot message-----
    Hostname : TEST01
    The file system (/dev/rdsk/c1d0s0) is being checked.
    /dev/rdsk/c1d0s0: INCORRECT BLOCK COUNT I=1053783 (2 should be 0) (CORRECTED)
    /dev/rdsk/c1d0s0: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED)
    /dev/rdsk/c1d0s0: 25250 files, 419799 used, 1833112 free
    /dev/rdsk/c1d0s0: (3424 frags, 228711 blocks, 0.1% fragmentation)
    The system is coming up. please wait.
    -----end----------------
    Usually, "init 0" (or "shutdown -y -g0 -i0") is used when shutting off a power supply.
    In this case, an error message(incorrect block ,,,,,) is displayed.
    But often, when I use "halt" , an error message may not be displayed
    It cannot repair even if it uses the "fsck" command.
    (Ex. fsck -F ufs -o b=32 /dev/rdsk/c1d0s0)
    I have no idea about a cause.
    please let me know If there are informations.
    ----system environment----
    Solaris 2.5.1 (for Intel)
    Pentium MMX 233MHz, 64MB memory, NIC:3C509B,
    SCSI:AHA-1510B, Serial Multiport:aurora 8000P,
    HDD: WD200BB (20GB, IDE)

    Most likely, this is nothing to worry about. The message is fairly normal. There were some problems with sync'ing disks when such old Solaris x86 systems shut down, but it gets cleaned up when the system boots (which is what the message is telling you).
    If reliability is important to you, upgrade to a modern version of Solaris and turn on file system logging.
    Richard

  • NFS mount error messages on Solaris 8; is there a patch?

    We recently purchased an EMC Celerra NS80 to serve as a front end to our Centerra archive solution. On a Solaris 8 box I've been seeing a large number of NFS errors in the /var/adm/messages file relating directly to the datamover on the NS80. I've tried everything I can think of from the array side of the house to no avail. EMC states there is fix for this problem, patch 113318-12, but according to the patch notes this is for an NFS problem with Solaris 9.
    The error is causing sporadic performance issues when our end users attempt to pull up the data that resides on the Celerra NFS mount, so I would really like to get it resolved. The specific error message is:
    NFS server DATAMOVER1 not responding still trying
    NFS server DATAMOVER1 ok
    The messages of not responding and ok tend to relate every few seconds to 3-5 minutes delay. Our database vendor insists something on the NS80 is introducing this error, but I cannot find anything to change to clear this up.
    Any input would be greatly appreciated.
    Thanks.

    SunOS www02.unix 5.10 Generic_127128-11 i86pc i386 i86pc
    10:58am up 22:51, 4 users, load average: 2.16, 2.26, 2.26
    /export/www
    cache hit rate: 99% (111069900 hits, 6674 misses)
    consistency checks: 459000 (458945 pass, 55 fail)
    modifies: 0
    garbage collection: 0
    /export/zero
    cache hit rate: 94% (2089349 hits, 110629 misses)
    consistency checks: 1497690 (1497075 pass, 615 fail)
    modifies: 0
    garbage collection: 0
    /export/saba
    cache hit rate: 97% (7677577 hits, 174056 misses)
    consistency checks: 10809059 (10801491 pass, 7568 fail)
    modifies: 0
    garbage collection: 0
    So 1 day uptime, that is much better. We rebooted it for mirroring setup, and found that cachefs needs to fsck before it comes up. Can I not simply have it start afresh rather than attempt to keep cache directory? (Obviously I can, but I mean in a boot-friendly manner)

  • Error message while Solaris 10 installation

    I got that error message while installation without knowing the actual reason behind it :
    Searching for configuration file //cdrom/solaris_10/misc/install_config/sysidcfg
    Could not find file.
    Searching for Jumpstart directory : not found
    could not find matching rule in rules.ok

    OK, reinstalled XP, and problem solved.

  • How to create a popup with a messages in solaris 8?

    I want to create a simple popup with a OK button when my users logon to the CDE environment informing them about some important stuff.
    How can I do this the easiest way?
    /C

    If your messages are short enough, you can use the existing /usr/dt/bin/dterror.ds script to display the message you want:
    /usr/dt/bin/dterror.ds "Message" "Title Bar" "OK Button Text"
    If you need more than that, you could adapt that script to your needs. Here's the dtksh reference:
    http://docs.sun.com/app/docs/doc/806-2912

  • Luactivate error message re: Solaris Volume Manager

    Is this something I need to be concerned about?
    2009-04-02 16:40:18 # luactivate sol10_1008_stage2
    ERROR: Solaris Volume Manager, (Root) file missing: </dev/md>.
    ERROR: Solaris Volume Manager, (Root) file missing: </dev/md>.
    Activating the current boot environment <sol10_1008_stage2> for next reboot.
    The current boot environment <sol10_1008_stage2> has been activated for the next reboot.
    2009-04-02 16:40:25 #Thanks,
    Mark

    Is this something I need to be concerned about?
    2009-04-02 16:40:18 # luactivate sol10_1008_stage2
    ERROR: Solaris Volume Manager, (Root) file missing: </dev/md>.
    ERROR: Solaris Volume Manager, (Root) file missing: </dev/md>.
    Activating the current boot environment <sol10_1008_stage2> for next reboot.
    The current boot environment <sol10_1008_stage2> has been activated for the next reboot.
    2009-04-02 16:40:25 #Thanks,
    Mark

  • Inetconv gives error message on Solaris 10

    Hi All,
    On executing the command inetconv -i /etc/inet/inetd.conf i get the following error message -
    incorrect or inconsistent fields : service-name protocol.
    Even after the message it generates the SMF file correctly . I am unable to understand the cause of that error message. Also the data in the inetd.conf is proper.
    Thanks.
    Regards,
    Hemil

    That error is produced when valid_props() in lib/libinetsvc/common/inetsvc.c returns false. It looks like you'll have to examine that code to determine the exact problem. Or you can post the offending line of inetd.conf here, or you can contact Sun Service.

  • No Solaris Management Console was available on the specific server

    Hi all,
    We had just finish setting up a new Solaris 10 environment. When i launch smc on the server, on selecting toolbox there's an error message:
    No Solaris Management Console server was available on the specified server. Please ensure there is a Solaris Management Console server available on the specified host and that it is running.
    However, upon verifying whether smc is running:
    ./init.wbem status
    Solaris Management Console server version 2.1.0 running on port 898.
    Not sure why this error message appeared, thanks.

    Regarding SMC (not SunMC)..
    Note: SMC = Solaris Management Console
    SunMC = Sun Management Center (topic of this forum)
    Patch 121308-16+ makes WBEM "secure by default."
    Customers running Solaris 10 6/06 or prior must modify the client's WBEM
    configuration file to allow remote connections after installing patch 121308.
    1. Modify the following line in /usr/sadm/lib/smc/policy/smcserver.config:
    FROM:
    remote.connections=false
    TO:
    remote.connections=true
    2. Stop and restart wbem.
    # /etc/init.d/init.wbem stop
    # /etc/init.d/init.wbem start
    3. Verify that WBEM is now listening for connections to port 898
    on all interfaces:
    # netstat -an |grep 898
    *.898 *.* 0 0 49152 0 LISTEN
    In Solaris [TM]10 update 3 (11/06), the startup mechanism for WBEM was changed
    from the legacy (rc script) method to the new Service Management Facility (SMF).
    To allow remote WBEM connections on Solaris 10 update 3 or later:
    # svcadm disable wbem
    # svccfg -s wbem setprop options/tcp_listen=true
    # svcadm enable wbem

  • Solaris 11.1 boot hangs after motherboard firmware update

    I flashed my Supermicro X9SAE motherboard to v2.0a (form v1.0), now my system hangs displaying "SunOS Release 5.11 Version 11.1 64-bit Screen. Copyright,,,,,"
    The grub menu appears ok before this, from which I have tried playing around with kmds debug modes and kernel debug (which hangs)(https://blogs.oracle.com/dmick/entry/diagnosing_kernel_hangs_panics_with).
    I have attempted booting form the live media, but this hangs in the same place. Supermicro support sent me firmware v2.00 (build date 07/31/2012) earlier today, I re-flashed but same problem. I am hoping they can provide me with v1.0. Could this be the problem - incompatible bios? Most appreciative of any assistance that can be provided.
    My system specs;
    Supermicro X9SAE Motherboard
    Intel Xeon E3-1275v2 Processor
    4 x 8GB DDR3-1333 ECC x8 SERVER SDRAM Module (HYNIX ORIGINAL)
    1 x IBM ServeRAID M1015 SAS RAID Controller
    8 x SATA Hitachi drives 7k4000 3TB
    850W Corsair unit
    My Card
    Adapter SAS9211-8i
    PCI Slot 10
    PCI Address 01:00
    MPT Firmware Revision 14.00.00.00-IT
    SAS Address 500605B0:04EF1210
    NVDATA Version 0E.03.00.04

    Glad to hear!
    I am unsure if this is a supermicro bios issue or on Oracle's side.. I'll probably end up opening a ticket in both locations. I love the super-micro boards so and their barebone systems are used for most of my system builds. However I did not notice this behavior with the AMD boards I used in VM Hosts even though they are also supermicro. So maybe its a Solaris VT-D implementation issue.
    Are you seeing a message from Solaris at boot that says "Bios miss-represents the presence of IOMMU"? I get that on some of the systems that exhibit this issue, yet there there is no doubt that they DO have IOMMU capabilities.

  • Solaris 10 x86 b63 USB keyboard issue

    Hello. I am trying to install Solaris 10 x86 on a Dell Optiplex SX280. The system uses a USB keyboard and mouse. When asked as to the type of installation to perform (1 - Interactive, 2 - JumpStart, 3 - Text Only), I select 1, then the system start booting and the following messages are displayed:
    Configuring devices.
    Using RPC Bootparams for network configuration information
    ioctl (kbd type): Invalid argument
    and hangs at this point. The keyboard stops responding so that a power cycle is the only option. Obviously the keyboard is recognized for me to select option 1 above but something happens after that. Any ideas? Thanks.
    Viren Patel
    Chemistry & Biochemistry
    University of Texas at Austin

    At the "1 - Interactive, 2 - JumpStart, 3 - Text Only" prompt the BIOS handles the keyboard. This is before the
    Solaris kernel is loaded.
    After the Solaris kernel is booted, either the Solaris PS/2 keyboard driver or the USB keyboard driver has
    to handle the system's keyboard. For your system it's apparently the USB keyboard driver.
    I'm not sure what's wrong with this system. You could try to boot into single user mode with verbose
    kernel messages enabled. At the "1 - Interactive, 2 - JumpStart, 3 - Text Only" prompt, type
      b -vsAre there any (error) messages from Solaris' usb kernel modules? Look for messages from the modules
    "ohci", "uhci" or "ehci". ehci is for USB 2.0, while ohci & uhci are for USB 1.1 devices. I guess your
    USB keyboard is an USB 1.x device, so you need either a working "ohci" or "uhci" driver for the USB
    port where your keyboard is attached.

Maybe you are looking for

  • Power Mac G4 (Tower)

    Hey, I recently accumulated a free Power Mac G4 but there was a catch i had to fix it :L... I dont think theres a hardware problem i think its a software problem. Im pretty sure theres no operating system installed or its corrupted. On Start Up i got

  • How do I set up a text message group on iphone

    How do I set up a text message group on iphone

  • ITunes on Windows Mobile

    i may be putting this on the wrong board but i think that apple should make a version of iTunes for Windows Mobile

  • Animation Beginner, is Ae for me?

    Looking for advice, I am a Graphic Designer with no formal training in animation.  I recieved a job I just can't pass up. It is a great opportunity for me to learn animation.  I need to create a cartoon mascot that will be in an environment, that wil

  • Green Screen in 7.6.4 - Need Help

    Hi, I am running QuickTime Player Version 7.6.4 on an old Mac that has Mac OS X Version 10.4.11. Over the last year or so, I have recorded some short videos using a Kodak Play->Touch video camera and watched them on my Mac. They all worked fine. Toda