Inetd in Solaris 10

I have found that when inetd starts apps in Solaris 10 it sets the effective userId to that of the name in the inetadm entry, but dos not change the real user ID, which stays as root.
This is a change from earlier releases of SOlaris, where inetd set both the real and effective userid to that of the name in the inetd.conf file.
Am I right?
How can I configure inetd to revert to the previoius behaviour?

I didn't say update, I asked are they running the same bits as you are? I can't be sure your scenerios aren't different. If they're different then you can have them move to the configuration that works.
Why does the application version matter? The problem
is caused before the app starts?Really? Can I be sure? I thought the problem was just for the mq entry? Does fingerd not set the real uid correctly either?
There is only a single setreuid in the truss output.
22257:     setreuid(0, 0)You didn't post the result of setreuid(). I'm going to assume it succeeded. That's clearly not what you want. setreuid isn't trying to set it to mqwhatever and failing. setreuid just set the real and effective to root. Something it not passing the correct data to inetd, maybe the manifest is messed up, or this is a buggy version of inetd.
Have them send you the manifest for mqserise. I'm assuming it would end up in /var/svc/manifest/network/*eries*
Their manifest should set it to run as the mquser.
Also check the svc database. man svccfg.
listprop will show you the live properties.
If the manifest matches the svc database and is set correctly to mq user and there were no errors importing it in to the svc database, and they are running either S10 74L2a or the S10 u1 19a, then they need to open a support case to get a bug opened.
I didn't see this behaviour in S10 74L2a or after.
~~sa

Similar Messages

  • Inetd service/program crashes with core dump in Solaris 8 zone/container

    I have developed a service in C that is launched from inetd when something comes on a specific port.
    When a connection is opened to the port a core dump is created in the same directory where the executable file is located.
    If you run the same service program from the command line everything is working perfect.
    This is running in a Solaris 8 zone/container on a Solaris 10 machine.
    Everything is set correctly in /etc/inetd.conf and in /etc/services.
    I have even stripped down the program to a hello world program that is just printing a string to the screen and it is still crashing with a core dump.
    # ldd test_srv
    /usr/lib/secure/s8_preload.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1
    The same service is running on a Linux machine and on a Solaris 10 machine without zones/containers without any problems.
    Can you please help me figure out what am I missing. Is there something specific with zones/containers that should be set / configured?
    Do I have to set some specific env. variables to work in a Solaris 8 zone/container environment or is it something very simple that I'm missing?

    Could you please examine the truss log and advice what the problem is and how to fix it?
    (some lines deleted)
    bash-2.03# truss -f -p 18361 #### /usr/sbin/inetd -s -t &
    18361:  poll(0xFFBFF528, 53, -1)        (sleeping...)
    18361:  poll(0xFFBFF528, 53, -1)                        = 1
    18361:  accept(63, 0xFFBFF870, 0xFFBFF914, 1)           = 3
    18361:  sigprocmask(SIG_BLOCK, 0xFFBFF5F0, 0xFFBFF600)  = 0
    18361:  lwp_sigtimedwait(0xFFBFF600, 0xFFBFF578, 0x00000010) = 0
    18361:  lwp_sigtimedwait(0xFFBFF568, 0xFFBFF728, 0x00000010) = 0
    18361:  fork()                                          = 1921
    1921:   fork()          (returning as child ...)        = 18361
    1921:   sigprocmask(0, 0x00000000, 0xFFBFF600)          = 0
    18361:  sigprocmask(0, 0x00000000, 0xFFBFF600)          = 0
    1921:   lwp_sigtimedwait(0xFFBFF600, 0xFFBFF578, 0x00000010) = 0
    18361:  sigprocmask(SIG_SETMASK, 0xFFBFF5F0, 0xFFBFF600) = 0
    18361:  close(3)                                        = 0
    18361:  sigprocmask(0, 0x00000000, 0xFFBFF600)          = 0
    1921:   lwp_sigtimedwait(0xFFBFF668, 0xFFBFF528, 0x00000020) = 0
    1921:   sigaction(SIGHUP, 0xFFBFF528, 0xFFBFF500)       = 0
    18361:  lwp_sigtimedwait(0xFFBFF568, 0xFFBFF5F0, 0x00000010) = 0
    1921:   lwp_sigtimedwait(0xFFBFF508, 0xFFBFF458, 0x00000010) = 0
    18361:  sigprocmask(SIG_SETMASK, 0xFFBFF5F0, 0xFFBFF600) = 0
    1921:   sigprocmask(SIG_SETMASK, 0xFFBFF5F0, 0xFFBFF600) = 0
    1921:   lwp_sigtimedwait(0xFFBFF600, 0xFFBFF578, 0x00000010) = 0
    1921:   lwp_sigtimedwait(0xFFBFF568, 0xFFBFF728, 0x00000010) = 0
    1921:   fcntl(3, F_DUP2FD, 0x00000000)                  = 0
    1921:   close(3)                                        = 0
    1921:   fcntl(0, F_DUP2FD, 0x00000001)                  = 1
    1921:   fcntl(0, F_DUP2FD, 0x00000002)                  = 2
    1921:   open64("/etc/.name_service_door", O_RDONLY)     = 3
    1921:   fcntl(3, F_SETFD, 0x00000001)                   = 0
    1921:   door_info(3, 0xFF0C2748)                        = 0
    1921:   door_call(3, 0xFFBFF278)                        = 0
    1921:   close(67)                                       Err#9 EBADF
    1921:   close(66)                                       Err#9 EBADF
    1921:   close(65)                                       Err#9 EBADF
    1921:   close(64)                                       Err#9 EBADF
    1921:   close(63)                                       = 0
    1921:   close(62)                                       = 0
    1921:   close(12)                                       = 0
    1921:   close(11)                                       = 0
    1921:   close(10)                                       Err#9 EBADF
    1921:   close(9)                                        Err#9 EBADF
    1921:   close(8)                                        Err#9 EBADF
    1921:   close(7)                                        Err#9 EBADF
    1921:   close(6)                                        Err#9 EBADF
    1921:   close(5)                                        Err#9 EBADF
    1921:   close(4)                                        Err#9 EBADF
    1921:   setrlimit(RLIMIT_NOFILE, 0xFFBFFD20)            = 0
    1921:   xenix(398872, 0xFFBFF5E4, 0x00000040)           = 38
    1921:   execve("/tmp/srv/t_srv", 0x0008B5FC, 0xFFBFFDA0)  argc = 0
    1921:   getuid()                                        = 0 [0]
    1921:   resolvepath("/usr/lib/ld.so.1", "/usr/lib/ld.so.1", 1023) = 16
    1921:   open("/var/ld/ld.config", O_RDONLY)             = 3
    1921:   fstat(3, 0xFFBFF5E8)                            = 0
    1921:   mmap(0x00000000, 148, PROT_READ, MAP_SHARED, 3, 0) = 0xFF3E0000
    1921:   close(3)                                        = 0
    1921:   stat("/usr/lib/libc.so.1", 0xFFBFF648)          = 0
    1921:   resolvepath("/usr/lib/libc.so.1", "/usr/lib/libc.so.1", 1023) = 18
    1921:   open("/usr/lib/libc.so.1", O_RDONLY)            = 3
    1921:   mmap(0x00000000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xFF340000
    1921:   mmap(0x00000000, 802816, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON, -1, 0) = 0xFF200000
    1921:   mmap(0xFF200000, 703520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF200000
    1921:   mmap(0xFF2BC000, 24772, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 704512) = 0xFF2BC000
    1921:   munmap(0xFF2AC000, 65536)                       = 0
    1921:   memcntl(0xFF200000, 113528, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    1921:   close(3)                                        = 0
    1921:   stat("/usr/lib/libdl.so.1", 0xFFBFF648)         = 0
    1921:   resolvepath("/usr/lib/libdl.so.1", "/usr/lib/libdl.so.1", 1023) = 19
    1921:   open("/usr/lib/libdl.so.1", O_RDONLY)           = 3
    1921:   mmap(0xFF340000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF340000
    1921:   mmap(0x00000000, 8192, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON, -1, 0) = 0xFF330000
    1921:   mmap(0xFF330000, 2638, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF330000
    1921:   close(3)                                        = 0
    1921:   stat("/usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1", 0xFFBFF368) = 0
    1921:   resolvepath("/usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1", "/usr/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 41
    1921:   open("/usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1", O_RDONLY) = 3
    1921:   mmap(0xFF340000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF340000
    1921:   close(3)                                        = 0
    1921:   mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF320000
    1921:   dup(0)                                          = 3
    1921:   llseek(0, 0, SEEK_CUR)                          Err#29 ESPIPE
    1921:   close(0)                                        = 0
    1921:   fcntl(3, F_DUP2FD, 0x00000000)                  = 0
    1921:   close(3)                                        = 0
    1921:   dup(1)                                          = 3
    1921:   close(1)                                        = 0
    1921:   fcntl(3, F_DUP2FD, 0x00000001)                  = 1
    1921:   close(3)                                        = 0
    1921:   dup(2)                                          = 3
    1921:   close(2)                                        = 0
    1921:   fcntl(3, F_DUP2FD, 0x00000002)                  = 2
    1921:   close(3)                                        = 0
    1921:   sys#177(0x00000080, 0xFFBFFB7C, 0xFF3F0518, 0x00000000, 0xFF3C2EF8, 0xFF2C0284) = 0x00000000 [0xFFBFFB7C]
    1921:   sys#227(0x00000006, 0x00000000, 0x0001ADF0, 0xFF3F0518, 0xFF3C3C18, 0xFF3C2670) = 0x0000000C [0x00000000]
    1921:   sys#227(0x00000002, 0x0000000C, 0x0000000E, 0xFFBFFCAE, 0x00000002, 0xFF3C2670) = 0x00000002 [0x00000000]
    1921:       Incurred fault #6, FLTBOUNDS  %pc = 0xFF232E2C
    1921:         siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
    1921:       Received signal #11, SIGSEGV [default]
    1921:         siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
    1921:           *** process killed ***
    18361:      Received signal #18, SIGCLD, in poll() [caught]
    18361:        siginfo: SIGCLD CLD_DUMPED pid=1921 status=0x000B
    18361:  poll(0xFFBFF528, 53, -1)                        Err#4 EINTR
    18361:  lwp_sigtimedwait(0xFFBFF218, 0xFFBFF140, 0x00000010) = 0
    18361:  lwp_sigtimedwait(0xFFBFF130, 0xFFBFF218, 0x00000010) = 0
    18361:  sigprocmask(0, 0x00000000, 0xFFBFEF28)          = 0
    18361:  poll(0xFFBFF528, 53, -1)        (sleeping...)Thank you in advance

  • Inetd services (telnet, rlogin ,rsh) in Solaris 9 Branded Zone

    Hi,
    I've got two Solaris 9 Branded Zones running on an M3000. They both use exclusive IP.
    When I try and telnet, rlogin or rsh to either of my Solaris 9 zones from the other I get an error. With the r* commands I get a "Protocol error" message, and telnet just reports a terminated connection. I've tried Mr. Google, the results I get make sense for a physical host - i.e Protocol Error would occur if the server executable (in.rlogind, etc) was somehow messed up.
    Just to complicate things slightly the exclusive IP NICs are on a physically separate switch from the other NICs.
    I'd forgotten that with the Branded Zones some native features are actually handled by the underlying global zone (i.e. Solaris 10).
    Anyway, has anybody else had this same problem and how did you resolve it?
    Thanks
    Tim Shaw.

    I found out that the services in the Global Zone had been disabled. Simply enabling them fixed the problem :)

  • Memory leak in Solaris 10?

    Dear all,
    I have installed and configured a Solution Manager 4.0 system SPS 15  on a Solaris 10 T2000 SPARC hardware with 8 core CPUs and 32 GB of RAM. The database is Oracle 10.2.0.2.   My Java virtual machine version is 1.4.2_17. When I start the system and go to st06, I see that I have 26 GB of RAM free
    A few hours (sometimes even one hour) later and without any activity on the system whatsoever (it is brand new so nobody but myself is using it) I execute st06 and it looks like I only have 1 GB of memory left.
    My saposcol is consistent with my kernel level (patch 133, which is the patch for the Support Stack 15). I had the same problem with support stack 13 as well ( so upgrading kernel didn’t make any difference)  and Java virtual machine 1.4.2_13
    I have the same problem even when I start the system without starting the Java Stack (set parameter rdisp/j2ee_start to 0), so I do not believe that it has to do with the Java virtual machine or the Java Stack in general
    Any ideas ?
    Many thanks
    Andreas

    Hello,
    Looks like Solution Manager is only using 4.4 GB from what I see in prstat. Shouldn't I worry at all then ?
       PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
      8879 root     3664K 3656K cpu0    59    0   0:00:00 0.1% prstat/1
      8859 root     9040K 7000K sleep   59    0   0:00:00 0.0% sshd/1
      4585 100      8032K 3584K sleep   59    0   0:09:10 0.0% saposcol/1
      8858 root     5672K 4888K sleep   59    0   0:00:00 0.0% ssh/1
      6873 100      1397M 1276M sleep   59    0   0:02:45 0.0% oracle/1
      7162 100      2609M  698M sleep   59    0   0:12:57 0.0% jlaunch/200
      7161 100       431M  266M sleep   59    0   0:03:52 0.0% jlaunch/116
      1833 noaccess  294M   86M sleep   59    0   0:02:51 0.0% java/55
      6869 100      1398M 1277M sleep   59    0   0:01:48 0.0% oracle/1
      1874 noaccess  211M   89M sleep   59    0   0:02:50 0.0% java/55
       945 daemon   5104K 3848K sleep   59    0   0:00:01 0.0% kcfd/5
       882 noaccess  283M   87M sleep   59    0   0:02:49 0.0% java/55
       135 daemon   4632K 2728K sleep   59    0   0:00:00 0.0% kcfd/5
       290 root     2080K  128K sleep   59    0   0:00:00 0.0% smcboot/1
       251 root     9512K 4072K sleep   59    0   0:00:03 0.0% inetd/4
       264 root     2504K  848K sleep   59    0   0:00:00 0.0% ttymon/1
       250 root     2168K  680K sleep   59    0   0:00:00 0.0% sac/1
       289 root     2080K  120K sleep   59    0   0:00:00 0.0% smcboot/1
       210 root     2536K  920K sleep  100    -   0:00:09 0.0% xntpd/1
       238 daemon   2408K  456K sleep   60  -20   0:00:00 0.0% nfs4cbd/2
       201 root     2920K 1528K sleep   59    0   0:00:00 0.0% cron/1
       233 daemon   2800K  560K sleep   59    0   0:00:00 0.0% rpcbind/1
       132 root     6896K 1752K sleep   59    0   0:00:00 0.0% devfsadm/8
       123 root     2184K  104K sleep   59    0   0:00:00 0.0% drd/2
    ZONEID    NPROC  SWAP   RSS MEMORY      TIME  CPU ZONE
         0       50  287M  260M   0.8%   0:04:46 0.1% global
         2      133   13G 4491M    14%   1:18:58 0.1% solman
         1       35  273M  186M   0.6%   0:04:24 0.0% content
    Another prstat shows the dis+work process, not sure why it was not shown in the previous prstat
       PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
      7022 100      5293M  591M sleep   59    0   0:24:00 0.1% disp+work/1
      4585 100      8032K 3584K sleep   59    0   0:09:15 0.0% saposcol/1
      8978 root     3664K 3656K cpu24   59    0   0:00:00 0.0% prstat/1
      7162 100      2609M  698M sleep   59    0   0:12:59 0.0% jlaunch/199
      7161 100       431M  266M sleep   59    0   0:03:55 0.0% jlaunch/116
      6873 100      1397M 1276M sleep   59    0   0:02:47 0.0% oracle/1
      1833 noaccess  294M   86M sleep   59    0   0:02:52 0.0% java/55
      6869 100      1398M 1277M sleep   59    0   0:01:49 0.0% oracle/1
      1874 noaccess  211M   89M sleep   59    0   0:02:51 0.0% java/55
       882 noaccess  283M   87M sleep   59    0   0:02:50 0.0% java/55
       457 root     8136K 1832K sleep   59    0   0:00:03 0.0% sendmail/1
       363 root     5080K  272K sleep   59    0   0:00:00 0.0% automountd/2
       751 root       16M 5568K sleep   59    0   0:00:07 0.0% svc.startd/12
       364 root     5512K 3392K sleep   59    0   0:00:00 0.0% automountd/2
       397 root     3592K  560K sleep   59    0   0:00:00 0.0% rpc.metad/1
       268 root     2560K  464K sleep   59    0   0:00:00 0.0% ttymon/1
       407 root       15M 6648K sleep   59    0   0:00:04 0.0% fmd/18
       287 root     2088K  320K sleep   59    0   0:00:00 0.0% smcboot/1
       290 root     2080K  192K sleep   59    0   0:00:00 0.0% smcboot/1
       251 root     9512K 4072K sleep   59    0   0:00:03 0.0% inetd/4
       264 root     2504K  848K sleep   59    0   0:00:00 0.0% ttymon/1
       250 root     2168K  680K sleep   59    0   0:00:00 0.0% sac/1
       289 root     2080K  184K sleep   59    0   0:00:00 0.0% smcboot/1
       210 root     2536K  920K sleep  100    -   0:00:09 0.0% xntpd/1
       238 daemon   2488K 2048K sleep   60  -20   0:00:00 0.0% nfs4cbd/2
       201 root     2920K 1528K sleep   59    0   0:00:00 0.0% cron/1
       233 daemon   2800K  560K sleep   59    0   0:00:00 0.0% rpcbind/1
       132 root     6896K 1816K sleep   59    0   0:00:00 0.0% devfsadm/8
       123 root     2184K  104K sleep   59    0   0:00:00 0.0% drd/2
       113 root     2640K  160K sleep   59    0   0:00:00 0.0% syseventd/14
       244 daemon   2392K  520K sleep   60  -20   0:00:00 0.0% lockd/2
       135 daemon   4632K 2728K sleep   59    0   0:00:00 0.0% kcfd/5
    Many thanks
    Andreas
    Edited by: support team on Mar 7, 2008 1:15 PM

  • Solaris 9 remote login (ssh) drops connection

    Hello All,
    I wonder if you can help me...
    Let me give you some set-up details before I ask you the question.
    I have Ultra-60 at home with Solaris 9 and recommended patch cluster installed. The machine is connected to a Linksys WAG54G ADSL router/modem through RJ45 ethernet cable. The router also has windows XP machine connected through RJ45 ethernet cable. I also have another windows XP machine that connects to the router over wireless connection.
    I have opened up required ports on the router/port forwarding so that I can access the services remotely. I was first using default ports for http and ssh, but have now changed them to different ports - to be a bit more secure.
    I have created a domain name through dyndns.org.
    I have ssh running on the solaris 9 machine and has all the remote commands (rlogin, rsh, telnet) commented out in the /etc/inetd.conf and hence are not running on the machine.
    I have a UK ADSL servise provider called Pipex.
    Now lets get to the problem:
    The whole purpose of the above set-up is that I want to access sun machine from work. The whole set-up works perfectly well - for a little while and then something strange happens. At work, when I connect to the sun machine, everything works fine and when I leave the session idle for 15-20 minutes (could be less time), the connection drops and then I can not connect to the machine for good couple of hours. When I say connection drops, I do not mean that system displays a logout message or something - There is no response from the server - pressing of return key does not do anything and eventually I get a message on windows pop up that connection is disconnected. If I try to retry, the client tries for a while and then says that connection timed out. Same thing happens if I use the IP address � I use the right IP address as someone at home checks the router to confirms the correct IP address. This eliminates problem with domain name.
    I have tried everything and can not work out what is causing this problem - the machine has all the 9_recommended patches. To narrow the problem down, I set up apache server on the sun machine. Today, when the connection dropped, I tried to connecting to the apache server and it failed - 'page can not be displayed' message on the internet explorer. However, after couple of minutes, I managed to get to the website but still can not get login prompt through ssh client.
    What does that mean? Does it mean that server is playing up, or is it the sshd or is there any time out option in solaris 9... the strange thing is that I can access the web page - though it was not accessible at start when connection to ssh dropped out.
    Could it be the router? The linksys do not come with a rule based firewall... so there is nothing that states that disconnects after some inactivity. The port forwarding is working as I do get to login to the server and to the web server. It can not be changing the default port numbers as the problem was there when there were standard ports being used.
    It is not the link at my office as my friend, in a different company gets the same problem on my machine � connects to it and after some in-activity, the connection drops and then he can not login for a long time.
    It can not be the ADSL link as people at home can use the internet without any problem and they can access the sun machine locally.
    It can not be the windows machines connected to the router as problem is there when windows machines are switched off � don�t know if windows would cause this, but just wanted to eliminate anything that I could think of.
    One strange think that I did see yesterday was that, when I managed to login the last command showed that I was logged in throughout the time � the time when I could not logged in . The error message in the /var/adm/messages stated something like socket error and connection reset by peer or something � can not give you exact message right now as I can not login to the machine. The time on the message was couple of couple of minutes before I managed to login again and that time was the same as the time showed in last command is my logout time.
    Does anyone know what is causing all this problem? Any pointers or help will be appreciated. If there is any place else that you think I can get the answer, please kindly let me know.

    Thanks...
    A few new developments....
    - I opened 2 sessions to the server, left one with no activity and in the other session, I ran iostat 1... The session with no activity got dropped and iostat one carried on... When the session dropped, I managed to login straight away... so no delay of couple of hours. May be because iostat was still running?
    - I now have an ftp server running on windows and I can access it even when connection drops out... right now I have no access to sun... but ftp server is running fine.
    - I enable remote router access and I can access that as well...
    - I enabled telnet and I can not access the sun with telnet either.
    So, its either solaris 9 or the router.
    Tomorrow, I will connect an another sun machine and then see if connection to both is dropped or just one. If it is to both then it must be router as the way ssh, telnet work is different to the way ftp work - as someone told me this today... so if other sun machine is not accessable then its not sol9 but router. The other machine has Sol 2.5.1 running.
    Some one said that it could be that router is running out of translation table entries - but with so few connections? Or it could be that when there is no activity, router thinks that connection should be dropped - there is no open in the router setup which states that... Or Solaris has some timeout feature?
    More later.
    Kind Regards
    Ahmerin

  • How to prevent a solaris user to telnet from multiple computers

    Hello,
    How to prevent Solaris users to telnet from multiple computers? They should be able to telnet from only one PC.
    Please help..

    ora_tech have a good point, i was about to suggest ipfilter, which is a built-in-firewall in Solaris, but using tcp wrappers would probably be easier. It all depends on which level of security you want (blocking the telnet requests in a firewall would generally be safer than blocking them at the tcp wrapper level, since its prevents some processing).
    Since Solaris 10 you can also easily enable tcp wrappers on the inetd services with inetadm, see:
    http://blogs.sun.com/gbrunett/entry/tcp_wrappers_on_solaris_10
    .. for more details..
    .7/M.

  • Can�t upgrade Solaris 2.6 to Solaris 9 ? HELP

    Hi,
    I'm trying to upgrade one Sun Enterprise 3500 with Solaris 2.6 to new Solaris 9.
    I've already use SUNINSTALL and WEB START methods, without sucess.
    There is no error messages in WEB START method..
    When using "suninstall" method, I follow all the manual instructions with CLI mode and the instalation returns "install sucess", but when rebooting, some erros apears and starts a reboot cycle:
    ------ ERROR WITH SUNINSTALL ----------
    Use is subject to license terms.
    WARNING: add_spec: No major number for fp
    WARNING: add_spec: No major number for fp
    WARNING: add_spec: No major number for scsi_vhci
    WARNING: add_spec: No major number for fp
    WARNING: add_spec: No major number for scsi_vhci
    WARNING: mod_installdrv: no major number for fcp
    Cannot assemble drivers for root /sbus@2,0/SUNW,socal@d,10000/sf@0,0/ssd@w21000020372b4363,0:a
    Cannot mount root on /sbus@2,0/SUNW,socal@d,10000/sf@0,0/ssd@w21000020372b4363,0:a fstype ufs
    panic[cpu14]/thread=140a000: vfs_mountroot: cannot mount root
    0000000001409970 genunix:vfs_mountroot+70 (0, 0, 0, 200, 14569d8, 0)
    %l0-3: 000000000144a400 000000000144a400 0000000001415bc8 0000000001415bd0
    %l4-7: 0000000001415800 0000000001411a80 000000000144ac00 000000000144dc00
    0000000001409a20 genunix:main+98 (1409ba0, f00584cc, 1409ec0, 32a7af, 2000, 500)
    %l0-3: 0000000000000001 0000000000000000 0000000001412b18 0000000078002000
    %l4-7: 000000000140a000 0000000000330000 0000000001480dc8 00000000010628d0
    skipping system dump - no dump device configured
    rebooting...
    Resetting...
    Software Power ON
    When using WEB START, the instalation gives some strange messages at the midle of wizard (using CLI), but continues the instalation. At the end, says "Installing Solaris Software Group", and shows a progression bar, but at same time, changes to prompt and without any error stops the installation. Some process are running but none indicates that install is in progress...
    ----- WITH WEB START ------ STRANGE MESSAGE:
    Reading disc for Solaris Operating Environment...
    The system is being initialized, please wait... \
    To perform an initial install of the Solaris Operating Environment select
    Initial Install. Existing contents of your hard disk will be destroyed.
    To perform an upgrade of the Solaris Operating Environment select Upgrade. The
    Solaris Operating Environment will be updated and other contents on the hard
    disk will be left unchanged. Backing up the existing Solaris Operating
    Environment is recommended.
    1. Initial Install
    2. Upgrade Install
    Select Upgrade or Initial install [1] 2
    Gathering upgrade information, please wait... \
    Could not reinitialize system state. Please exit the installer and restart the
    installation.
    <Press ENTER to continue|
    The system is being initialized, please wait../
    To install basic Solaris products into their default directory locations,
    select Default Install.
    Custom install provides a choice of which Solaris products to install. For each
    product, it also provides an option to customize the products install.
    Note: Default install is not possible. Default boot disk could not be
    determined.
    <Press ENTER to continue>
    Select the geographic regions and software localizations you want to install.
    The English version of Solaris will be installed by default.
    [ ] 0 Northern Africa
    [ ] 1 Eastern Europe
    [ ] 2 Southern Europe
    ------ AT THE END OF PROCESS -----
    Testing the upgrade profile, please wait... /
    The following items will be installed:
    Solaris Operating Environment: Solaris 9 Software 4/03
    Solaris Software Group: Entire Group
    Backup Media Type: None
    64-Bit Selection: Yes
    Region and Locales:
    Southern Europe
    Portuguese (Portugal) ( pt_PT )
    North America
    English (United States) ( en_US )
    English (POSIX C) ( C )
    System Locale: English (United States,ISO8859-1) ( en_US.ISO8
    Products:
    Solaris 9 Software Supplement CD 385.
    Java3D 1.2.1_04 18.3 MB
    OpenGL 1.3 105.7 MB
    PC launcher 1.0.2 0.9 MB
    RSC 2.2.1 8.8 MB
    Solaris On Sun Hardware Documentation
    SunATM 5.1 9.1 MB
    SunForum 3.2 27.1 MB
    <--[90%]--[ENTER To Continue]--[n To Finish]-->
    SunHSI PCI 3.0 0.5 MB
    SunVTS 5.1 PS2 124.4 MB
    Enter 'y' to accept these values and start the installation, or 'n' to
    return to the beginning and make changes (y/n): y
    Installing...
    Installing Solaris software group
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    # ps -ef
    UID PID PPID C STIME TTY TIME CMD
    root 0 0 0 17:50:55 ? 0:00 sched
    root 1 0 0 17:50:57 ? 0:01 /etc/init -r
    root 2 0 0 17:50:57 ? 0:00 pageout
    root 3 0 0 17:50:57 ? 0:11 fsflush
    root 80 1 0 17:51:57 console 0:00 /bin/ksh /sbin/disk0_install
    root 130 1 0 17:52:14 ? 0:00 /usr/sbin/syslogd
    root 7407 250 0 19:10:06 console 0:00 ps -ef
    root 32 1 0 17:51:01 ? 0:00 /usr/lib/sysevent/syseventd -r /tmp
    root 34 1 0 17:51:16 ? 0:00 /usr/lib/devfsadm/devfsadmd -r /tmp -p /tmp/root/etc/path_to_inst
    root 242 1 0 17:55:29 ? 0:02 /usr/sbin/nscd
    root 250 80 0 17:55:30 console 0:00 sh
    root 215 1 0 17:55:29 ? 0:00 /usr/sbin/rpcbind
    root 238 1 0 17:55:29 ? 0:00 /usr/sbin/inetd -s
    Any ideia whts going wrong?
    Thanks for your attention,
    Buy
    Angelo Faria

    Well, there is no replys to this, so I presume no one else had this problem...

  • How to define tcp wrappers for a new service in Solaris 10?

    Hi all, I need to setup tcp wrappers for a third-party software product with /etc/hosts.allow.
    I installed Trillium software on a new Solaris 10 server. It added this entry to /etc/inetd.conf:
    dscserv0_rel1300 stream tcp nowait tsadmin /usr/bin/env env -i HOME=/home/tsadmin LOGNAME=tsadmin /opt/trilv13/TrilliumSoftware/server/metabase/bin/mtb_server
    After the install, I ran inetconv and this new SMF service was created:
    *# svcs -a|grep dsc*
    online         13:22:57 svc:/network/dscserv0_rel1300/tcp:default
    Here's the problem: After this, all new connections were denied by default. I had to disable tcp wrappers with this command:
    inetadm -m svc:/network/dscserv0_rel1300/tcp:default tcp_wrappers=FALSE
    I would prefer to enable tcp wrappers, and put an entry into /etc/hosts.allow, but I can't figure out what service name to put into /etc/hosts.allow. I've read through the man pages but I can't identify the service name to use for this new service, and it won't accept the FMRI or an abbreviation of it either.
    How do I identify the service name to put into /etc/hosts.allow?

    At OS level, before entering Sql*Plus, do :
    $ EDITOR=vi; export EDITOR
    $ sqlplus ......
    Message was edited by:
    Paul M.
    Ciao Nicolas :-)

  • In.ftpd configuration problem on Solaris 10

    I am having a problem when I managed to configure in.ftpd with -d option on Solaris 10. I have no idea where I can put this option on.
    Apparently, it has been removed from /etc/inetd.conf. I am just wondering why Solaris 10 would do such change against most of previous versions.
    Any idea?
    Jeff

    Fixed by using inetadm.
    jeff

  • Zfs core dumps in Solaris Zones after patchcluster installation

    Hi
    I've installed the recommended patch cluster for Solaris 10 (SPARC) on my T2000 Server.
    Now after the reboot all the Solaris Zones (got about 10 of them) instantly do zfs core dumps when their booted.
    Some Output:
    Dec 15 15:34:43 XXXXX genunix: NOTICE: core_log: zfs[1711] core dumped: /var/core/core_XXXXXX_zfs_0_0_1292423682_1711
    bash-3.00# svcs
    STATE STIME FMRI
    online 13:58:50 svc:/system/svc/restarter:default
    online 13:58:51 svc:/system/filesystem/root:default
    online 13:58:51 svc:/network/loopback:default
    online 13:58:53 svc:/network/pfil:default
    online 13:58:54 svc:/system/installupdates:default
    online 13:58:55 svc:/system/boot-archive:default
    online 13:58:56 svc:/network/physical:default
    online 13:58:57 svc:/system/filesystem/usr:default
    online 13:58:57 svc:/system/identity:node
    online 13:58:58 svc:/system/device/local:default
    online 13:58:58 svc:/system/keymap:default
    online 13:58:58 svc:/milestone/devices:default
    online 13:58:58 svc:/system/filesystem/minimal:default
    online 13:58:58 svc:/system/rmtmpfiles:default
    online 13:58:58 svc:/system/cryptosvc:default
    online 13:58:59 svc:/system/identity:domain
    online 13:58:59 svc:/system/name-service-cache:default
    online 13:58:59 svc:/system/coreadm:default
    online 13:58:59 svc:/network/ipsec/ipsecalgs:default
    online 13:58:59 svc:/application/print/ppd-cache-update:default
    online 13:58:59 svc:/network/ipsec/policy:default
    online 13:59:00 svc:/milestone/network:default
    online 13:59:00 svc:/network/initial:default
    online 13:59:00 svc:/system/manifest-import:default
    online 13:59:00 svc:/network/service:default
    online 13:59:00 svc:/milestone/single-user:default
    online 13:59:00 svc:/network/dns/client:default
    online 13:59:00 svc:/network/routing-setup:default
    online 13:59:00 svc:/milestone/name-services:default
    online 13:59:03 svc:/milestone/sysconfig:default
    online 13:59:03 svc:/system/utmp:default
    online 13:59:03 svc:/system/console-login:default
    offline 13:58:51 svc:/system/sysidtool:net
    offline 13:58:51 svc:/network/rpc/bind:default
    offline 13:58:51 svc:/system/sysidtool:system
    offline 13:58:52 svc:/network/nfs/status:default
    offline 13:58:52 svc:/network/nfs/nlockmgr:default
    offline 13:58:52 svc:/network/nfs/cbd:default
    offline 13:58:52 svc:/network/nfs/mapid:default
    offline 13:58:52 svc:/network/inetd:default
    offline 13:58:52 svc:/network/nfs/client:default
    offline 13:58:52 svc:/system/filesystem/autofs:default
    offline 13:58:53 svc:/system/system-log:default
    offline 13:58:53 svc:/network/smtp:sendmail
    offline 13:58:53 svc:/system/cron:default
    offline 13:58:53 svc:/milestone/multi-user:default
    offline 13:58:54 svc:/application/management/snmpdx:default
    offline 13:58:54 svc:/application/management/dmi:default
    offline 13:58:54 svc:/application/management/seaport:default
    offline 13:58:54 svc:/network/ssh:default
    offline 13:58:54 svc:/milestone/multi-user-server:default
    offline 13:58:54 svc:/application/font/fc-cache:default
    offline 13:58:55 svc:/application/management/sma:default
    offline 13:58:58 svc:/system/sac:default
    offline 13:59:00 svc:/network/shares/group:default
    offline 13:59:00 svc:/system/boot-archive-update:default
    maintenance 15:34:43 svc:/system/filesystem/local:default
    uninitialized 13:58:52 svc:/network/rpc/gss:default
    uninitialized 13:58:54 svc:/application/font/stfsloader:default
    uninitialized 13:58:55 svc:/network/rpc/rstat:default
    uninitialized 13:58:55 svc:/application/print/rfc1179:default
    uninitialized 13:58:55 svc:/application/x11/xfs:default
    uninitialized 13:58:55 svc:/network/finger:default
    uninitialized 13:58:55 svc:/network/ftp:default
    uninitialized 13:58:56 svc:/network/login:rlogin
    uninitialized 13:58:56 svc:/network/nfs/rquota:default
    uninitialized 13:58:56 svc:/network/rpc/rusers:default
    uninitialized 13:58:56 svc:/network/rpc/smserver:default
    uninitialized 13:58:57 svc:/network/security/ktkt_warn:default
    uninitialized 13:58:57 svc:/network/shell:default
    uninitialized 13:58:57 svc:/network/telnet:default
    uninitialized 13:58:58 svc:/network/rpc-100235_1/rpc_ticotsord:default
    uninitialized 13:58:58 svc:/network/rpc/cde-calendar-manager:default
    uninitialized 13:58:59 svc:/network/rpc/cde-ttdbserver:tcp
    bash-3.00# svcs -x
    svc:/system/filesystem/local:default (local file system mounts)
    State: maintenance since Wed Dec 15 15:34:43 2010
    Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
    See: http://sun.com/msg/SMF-8000-KS
    See: /var/svc/log/system-filesystem-local:default.log
    Impact: 24 dependent services are not running. (Use -v for list.)
    svc:/network/rpc/gss:default (Generic Security Service)
    State: uninitialized since Wed Dec 15 13:58:52 2010
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: gssd(1M)
    Impact: 11 dependent services are not running. (Use -v for list.)
    svc:/network/rpc/rstat:default (kernel statistics server)
    State: uninitialized since Wed Dec 15 13:58:55 2010
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: rpc.rstatd(1M)
    See: rstatd(1M)
    Impact: 1 dependent service is not running. (Use -v for list.)
    bash-3.00# cat /var/svc/log/system-filesystem-local:default.log
    [ Jul 10 03:41:35 Enabled. ]
    [ Jul 10 03:43:45 Rereading configuration. ]
    [ Jul 10 03:44:17 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 03:44:18 Method "start" exited with status 0 ]
    [ Jul 10 12:44:36 Enabled. ]
    [ Jul 10 12:44:45 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 12:44:45 Method "start" exited with status 0 ]
    [ Jul 10 12:45:03 Enabled. ]
    [ Jul 10 12:45:09 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 12:45:09 Method "start" exited with status 0 ]
    [ Jul 10 13:54:39 Enabled. ]
    [ Jul 10 13:54:46 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 13:54:46 Method "start" exited with status 0 ]
    [ Jul 18 12:34:19 Enabled. ]
    [ Jul 18 12:34:27 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 18 12:34:27 Method "start" exited with status 0 ]
    [ Jul 18 17:29:08 Enabled. ]
    [ Jul 18 17:29:15 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 18 17:29:15 Method "start" exited with status 0 ]
    [ Jul 19 11:13:34 Enabled. ]
    [ Jul 19 11:13:42 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:13:42 Method "start" exited with status 0 ]
    [ Jul 19 11:32:23 Enabled. ]
    [ Jul 19 11:32:30 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:32:31 Method "start" exited with status 0 ]
    [ Jul 19 11:57:06 Enabled. ]
    [ Jul 19 11:57:13 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:57:13 Method "start" exited with status 0 ]
    [ Jul 19 12:40:05 Enabled. ]
    [ Jul 19 12:40:12 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 12:40:12 Method "start" exited with status 0 ]
    [ Jul 20 15:51:46 Enabled. ]
    [ Jul 20 15:51:54 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 20 15:51:54 Method "start" exited with status 0 ]
    [ Jul 24 11:42:17 Enabled. ]
    [ Jul 24 11:42:25 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 24 11:42:25 Method "start" exited with status 0 ]
    [ Jul 27 12:05:06 Stopping because service disabled. ]
    [ Jul 27 12:05:07 Executing stop method (null) ]
    [ Jul 27 12:13:10 Enabled. ]
    [ Jul 27 12:13:17 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 27 12:13:17 Method "start" exited with status 0 ]
    [ Jul 27 13:10:26 Stopping because service disabled. ]
    [ Jul 27 13:10:26 Executing stop method (null) ]
    [ Jul 27 13:18:19 Enabled. ]
    [ Jul 27 13:18:26 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 27 13:18:26 Method "start" exited with status 0 ]
    [ Jul 31 10:12:31 Enabled. ]
    [ Jul 31 10:12:38 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 31 10:12:39 Method "start" exited with status 0 ]
    [ Aug  7 10:08:52 Stopping because service disabled. ]
    [ Aug  7 10:08:52 Executing stop method (null) ]
    [ Aug  7 10:34:50 Enabled. ]
    [ Aug  7 10:34:57 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  7 10:34:58 Method "start" exited with status 0 ]
    [ Aug  9 09:14:50 Stopping because service disabled. ]
    [ Aug  9 09:14:50 Executing stop method (null) ]
    [ Aug  9 09:55:03 Enabled. ]
    [ Aug  9 09:55:10 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  9 09:55:11 Method "start" exited with status 0 ]
    [ Aug 16 10:46:43 Enabled. ]
    [ Aug 16 10:46:50 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 10:46:50 Method "start" exited with status 0 ]
    [ Aug 16 12:06:56 Enabled. ]
    [ Aug 16 12:07:02 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 12:07:02 Method "start" exited with status 0 ]
    [ Aug 16 13:45:10 Enabled. ]
    [ Aug 16 13:45:16 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 13:45:16 Method "start" exited with status 0 ]
    [ Aug 16 14:36:59 Enabled. ]
    [ Aug 16 14:37:07 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 14:37:07 Method "start" exited with status 0 ]
    [ Aug 16 15:00:40 Enabled. ]
    [ Aug 16 15:00:47 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 15:00:47 Method "start" exited with status 0 ]
    [ Aug 22 16:00:13 Enabled. ]
    [ Aug 22 16:00:21 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 22 16:00:21 Method "start" exited with status 0 ]
    [ Aug 23 09:49:04 Enabled. ]
    [ Aug 23 09:49:10 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 09:49:11 Method "start" exited with status 0 ]
    [ Aug 23 09:49:23 Stopping because service disabled. ]
    [ Aug 23 09:49:23 Executing stop method (null) ]
    [ Aug 23 10:04:13 Enabled. ]
    [ Aug 23 10:04:20 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 10:04:20 Method "start" exited with status 0 ]
    [ Aug 23 10:06:57 Enabled. ]
    [ Aug 23 10:07:04 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 10:07:05 Method "start" exited with status 0 ]
    [ Oct 23 08:43:05 Enabled. ]
    [ Oct 23 08:43:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Oct 23 08:43:14 Method "start" exited with status 0 ]
    [ Nov 21 14:51:50 Enabled. ]
    [ Nov 21 14:51:58 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Nov 21 14:51:59 Method "start" exited with status 0 ]
    [ Nov 29 15:33:19 Enabled. ]
    [ Nov 29 15:33:26 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Nov 29 15:33:27 Method "start" exited with status 0 ]
    [ Dec 18 13:37:35 Enabled. ]
    [ Dec 18 13:37:42 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 18 13:37:42 Method "start" exited with status 0 ]
    [ Dec 19 08:48:07 Enabled. ]
    [ Dec 19 08:48:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:48:14 Method "start" exited with status 0 ]
    [ Dec 19 08:56:07 Enabled. ]
    [ Dec 19 08:56:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:56:14 Method "start" exited with status 0 ]
    [ Dec 19 08:57:41 Enabled. ]
    [ Dec 19 08:57:48 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:57:48 Method "start" exited with status 0 ]
    [ Feb  1 10:39:48 Enabled. ]
    [ Feb  1 10:39:55 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb  1 10:39:56 Method "start" exited with status 0 ]
    [ Feb  8 11:12:50 Enabled. ]
    [ Feb  8 11:12:57 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb  8 11:12:57 Method "start" exited with status 0 ]
    [ Jun  6 10:08:34 Enabled. ]
    [ Jun  6 10:08:44 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jun  6 10:08:46 Method "start" exited with status 0 ]
    [ Aug  8 09:45:48 Enabled. ]
    [ Aug  8 09:46:35 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  8 09:46:36 Method "start" exited with status 0 ]
    [ Aug 14 17:53:59 Enabled. ]
    [ Aug 14 17:54:06 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 14 17:54:06 Method "start" exited with status 0 ]
    [ Aug 14 17:55:20 Enabled. ]
    [ Aug 14 17:55:27 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 14 17:55:27 Method "start" exited with status 0 ]
    [ Aug 18 15:19:17 Enabled. ]
    [ Aug 18 15:19:24 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 18 15:19:24 Method "start" exited with status 0 ]
    [ Aug 29 12:56:48 Enabled. ]
    [ Aug 29 12:56:55 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 29 12:56:55 Method "start" exited with status 0 ]
    [ Oct 13 11:59:43 Enabled. ]
    [ Oct 13 11:59:50 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Oct 13 11:59:51 Method "start" exited with status 0 ]
    [ Feb 26 16:47:00 Enabled. ]
    [ Feb 26 16:47:07 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb 26 16:47:07 Method "start" exited with status 0 ]
    [ Apr 14 15:54:17 Enabled. ]
    [ Apr 14 15:54:24 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Apr 14 15:54:25 Method "start" exited with status 0 ]
    [ Aug 28 08:49:58 Stopping because service disabled. ]
    [ Aug 28 08:49:58 Executing stop method (null) ]
    [ Aug 28 08:52:54 Enabled. ]
    [ Aug 28 08:53:01 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 28 08:53:01 Method "start" exited with status 0 ]
    [ Aug 28 09:08:20 Stopping because service disabled. ]
    [ Aug 28 09:08:20 Executing stop method (null) ]
    [ Sep  1 16:05:36 Enabled. ]
    [ Sep  1 16:06:05 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 16:06:05 Method "start" exited with status 0 ]
    [ Sep  1 19:29:19 Enabled. ]
    [ Sep  1 19:29:27 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 19:29:27 Method "start" exited with status 0 ]
    [ Sep  1 23:04:00 Enabled. ]
    [ Sep  1 23:04:08 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 23:04:08 Method "start" exited with status 0 ]
    [ Sep  2 00:23:41 Stopping because service disabled. ]
    [ Sep  2 00:23:42 Executing stop method (null) ]
    [ Sep  2 00:46:46 Enabled. ]
    [ Sep  2 00:46:53 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  2 00:46:54 Method "start" exited with status 0 ]
    [ Sep 26 12:04:34 Enabled. ]
    [ Sep 26 12:04:41 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep 26 12:04:42 Method "start" exited with status 0 ]
    [ Oct 20 13:05:09 Stopping because service disabled. ]
    [ Oct 20 13:05:10 Executing stop method (null) ]
    [ Oct 20 13:24:01 Enabled. ]
    [ Oct 20 13:24:08 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 20 13:24:09 Method "start" exited with status 0 ]
    [ Oct 21 16:30:59 Enabled. ]
    [ Oct 21 16:31:09 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 16:31:09 Method "start" exited with status 0 ]
    [ Oct 21 16:32:42 Stopping because service disabled. ]
    [ Oct 21 16:32:42 Executing stop method (null) ]
    [ Oct 21 16:42:05 Enabled. ]
    [ Oct 21 16:42:15 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 16:42:15 Method "start" exited with status 0 ]
    [ Oct 21 17:27:37 Enabled. ]
    [ Oct 21 17:27:47 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 17:27:47 Method "start" exited with status 0 ]
    [ Oct 22 11:08:34 Enabled. ]
    [ Oct 22 11:08:43 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 22 11:08:43 Method "start" exited with status 0 ]
    [ Dec  9 09:17:33 Stopping because service disabled. ]
    [ Dec  9 09:17:33 Executing stop method (null) ]
    [ Dec 10 11:47:14 Enabled. ]
    [ Dec 10 11:47:24 Executing start method ("/lib/svc/method/fs-local") ]
    [ Dec 10 11:47:25 Method "start" exited with status 0 ]
    [ Dec 15 10:52:25 Stopping because service disabled. ]
    [ Dec 15 10:52:25 Executing stop method (null) ]
    [ Dec 15 12:42:16 Enabled. ]
    [ Dec 15 12:42:26 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 12:42:28 Method "start" exited with status 95 ]
    [ Dec 15 13:13:19 Enabled. ]
    [ Dec 15 13:13:28 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 13:13:30 Method "start" exited with status 95 ]
    [ Dec 15 13:58:51 Enabled. ]
    [ Dec 15 13:59:00 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 13:59:03 Method "start" exited with status 95 ]
    [ Dec 15 15:34:41 Leaving maintenance because clear requested. ]
    [ Dec 15 15:34:41 Enabled. ]
    [ Dec 15 15:34:41 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 15:34:43 Method "start" exited with status 95 ]
    bash-3.00# /usr/sbin/zfs mount -a
    internal error: Unknown error
    Abort (core dumped)
    Before that I've installed the patch cluster with halted solaris zones which produced following output:
    Application of patches finished : 2010.12.15 12:08:43
    Following patches were applied :
    119254-77 119812-10 125719-31 140159-03 142911-01
    141588-04 119900-11 125731-05 142292-01 142933-02
    142251-02 119906-16 126206-05 141444-09 142909-17
    118666-28 120460-17 126363-08 141500-07 143140-04
    118667-28 121012-03 126365-16 141502-02 143502-01
    118777-16 121308-20 126868-04 141506-09 143506-01
    140860-02 122212-40 127724-02 141514-02 143615-02
    119059-56 122261-03 136998-09 141518-12 143731-01
    119213-23 122675-05 137000-07 141552-03 143733-01
    124628-10 123003-04 137080-05 141558-01 143977-01
    119252-29 123590-12 137147-06 141586-01 144053-04
    119280-23 123893-22 138195-04 141590-02 144106-01
    124188-03 124393-11 138822-07 141874-09 144254-01
    120199-15 124457-02 138826-07 141876-07 144488-04
    119534-19 124630-42 138880-02 142084-04 144492-01
    120272-28 125215-03 139099-04 142397-01 145124-01
    119757-18 125388-03 139620-01 142529-01 145796-01
    119783-15 125555-07
    Following patches were skipped :
    Patches already applied
    120900-04 119063-01 119810-05 123005-07 137093-01
    121133-02 119081-25 119986-03 124444-01 138866-03
    119317-01 119130-33 120061-02 124939-03 137137-09
    121296-01 123611-04 120201-05 124943-01 137871-02
    138215-01 140899-01 120292-02 124997-01 138181-01
    127884-01 122640-05 120329-02 125279-05 138361-01
    118712-23 126897-02 121975-01 125539-06 138373-02
    118918-24 127755-01 120719-02 125891-01 138647-01
    138217-01 125503-02 120830-06 126440-01 141016-01
    119578-30 125547-02 121095-02 126540-02 139555-08
    121453-02 140796-01 121606-04 127127-11 139967-01
    121453-02 120011-14 124171-07 136882-02 140455-01
    121118-16 139520-02 123630-03 137032-01 140563-01
    118833-36 119764-06
    Patches obsoleted by one or more patches already applied
    118731-01 124204-04 122660-10
    Patches not applicable to packages on the system
    121181-03 120410-33 121211-02 125533-15 143317-03
    119115-35 120412-11 122259-03 125541-06 143510-01
    119117-52 120414-27 122470-03 125952-20 143725-01
    119315-19 120543-21 122911-24 137004-08 143727-01
    119548-14 120739-06 122958-06 138387-01 143739-01
    119903-02 120811-09 123938-02 138824-07 144325-01
    120094-30 120849-04 125136-24 138876-01 145006-02
    120185-21 121104-11 125137-24 139986-01 145080-01
    119368-04 121136-02 125332-14 142244-02 145200-01
    120286-03
    Installation of patch set complete. PLEASE REBOOT THE SYSTEM.
    when i tried to reboot the system by init 6 the service iscsi hanged and produced syslog errors about a unkown iocall -> killed the process. System rebooted w/o errors.
    Does anyone have got an idea how to find out which patch or whatever do produce these errors?

    Hi,
    I'm having the same issue of diskmon core dumps after upgrading grid and database from 11.2.0.1 to 11.2.0.2 on Solaris 10 x86-64. Following this thread, I'm trying to deinstall the Oracle 11.2.0.1 grid home.
    I answered the following questions asked by the grid deinstall tool:
    1. ASM configuration was not detected in this Oracle home. Was ASM configured in this Oracle home (y|n): y
    2. Specify the ASM Diagnostic Destination: /db01/app/oracle/diag/asm/+ASM
    3. Specify the diskgroups that are managed by this ASM instance: DATA FRA
    4. De-configuring ASM will drop all the diskgroups at cleanup time. Do you want deconfig tool to drop the diskgroups:
    If I answer no to question 1, the tool exits with error.
    How do I answer question #4? (confused about this question of dropping diskgroups, it's already been upgraded)
    Deinstall of Oracle db Home 11.2.0.1 was successful.
    The +ASM instance has been upgraded and is running fine under 11.2.0.2 except for the excessive diskmon core dumps.
    Thanks,
    Lisa
    Edited by: user12018917 on Apr 19, 2011 10:21 AM

  • Solaris 2.6 - System Call faults

    Hi Sun Forums.
    Machine Description : SunOS serv-sif 5.6 Generic_105181-28 sun4u sparc SUNW,Ultra-Enterprise
    Number of CPU's : 4 (400Mhz)
    Physical Memory : 5120 Mb
    Top Output :
    PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
    11115 syb119 2 10 0 506M 498M cpu4 179.6H 24.89% dataserver
    5078 syb119 1 0 0 1696K 1408K cpu0 0:00 0.51% top
    11113 syb119 2 58 0 506M 498M sleep 146.3H 0.09% dataserver
    3592 syb119 2 59 0 1030M 1023M sleep 282.6H 0.07% dataserver
    1193 root 1 58 0 7536K 3144K sleep 159:38 0.02% jre
    1199 root 1 59 0 3144K 1064K sleep 0:00 0.01% httpd
    3596 syb119 2 59 0 1030M 1023M sleep 110.6H 0.01% dataserver
    11114 syb119 2 58 0 506M 498M sleep 168.6H 0.00% dataserver
    3595 syb119 2 58 0 1030M 1022M sleep 151.6H 0.00% dataserver
    1182 root 1 58 0 5128K 2768K sleep 17:53 0.00% jre
    1 root 1 58 0 1648K 384K sleep 5:40 0.00% init
    19230 syb119 1 58 0 10M 1968K sleep 0:43 0.00% backupserver
    1253 root 1 58 0 16M 1624K sleep 0:43 0.00% ecoad
    1052 root 18 23 0 4736K 1608K sleep 0:42 0.00% syslogd
    1026 root 1 48 0 1904K 1144K sleep 0:41 0.00% inetd
    Possible Problem : vmstat
    procs memory page disk faults cpu
    r b w swap free re mf pi po fr de sr s6 s9 s1 sd in sy cs us sy id
    0 0 0 4710944 80856 0 0 392 0 0 0 0 0 0 0 0 3208 512747 1557 49 51 0
    The value Faults for System call = 512747 very high value.
    The process running in Solaris are working slowly ...
    Any idea ?
    PID

    It is possible that this card may not be compatible with this Solaris
    system.
    You may want to check these sites out for driver related information:
    http://soldc.sun.com/developer/support/driver/
    http://soldc.sun.com/developer/support/driver/IO_kit/PCI.html
    Thx
    Tushar Patel.

  • Solaris 10 box -  install server PROBLEMS

    Hi,
    i have an E450 setup with solaris 10, i follwed the docs to create an install server for solaris 9.
    problem is : when booting client it gets the RARP reply and then sits and does nothing ??
    The 2 machines are on their own separate network.
    Server ip = 192.168.1.101 SN 255.255.255.0
    client ip = 192.168.1.102 SN 255.255.255.0
    i ran the #./add_install_client -e 8:0:20:xx:xx:xx ( client is in /etc/hosts) which reports no errors
    /etc/bootparams shows = server1 root=Xerxes:/export0/sol_9/Solaris_9/Tools/Boot install=Xerxes:/export0/sol_9 boottype=:in rootopt=:rsize=32768
    /etc/dfs/dfstab shows = share -F nfs -o ro,anon=0 /export0/sol_9
    is this correct ?? and why is the client not even getting to the spinning dial ?? let alone the installation, do i have to have a sysidcfg file ????

    Excellent. So we can see that the RARP has completed (sucessfully it appears), but the TFTP step has not. Perhaps the TFTP server isn't running properly.
    Now I see what's going on. You're running Solaris 10 on the machine, but you're trying to jumpstart Solaris 9. That's fine, but those older scripts don't understand how to start Solaris 10 services.
    It's very likely that the 'add_install_client' script populated /etc/inetd.conf and HUP'ed inetd to start the TFTP server. That's not sufficient.
    You probably have some lines in /var/adm/messages saying that you have to run 'inetconv'. Run that and you should get a tftp service. (Check by running 'svcs -a | grep tftp'). With that in place, the boot should proceed.
    (In answer to your other question, yes this is a combination boot and jumpstart server. Thats what you get when you run 'setup_install_server' and you don't use the '-b' flag to make it only a boot server).
    Darren

  • Ps on solaris 10 - help?

    I'm trying to list 'currently running processes on a machine running Solaris 5.10, however it's also listing processes that are not yet currently.
    How do I list only currently running processes?
    bash-3.00$ ps -eaxgww
    PID TT S TIME COMMAND
    0 ? T 0:06 sched
    1 ? S 6:22 /sbin/init
    2 ? S 0:00 pageout
    3 ? S 9590:57 fsflush
    7 ? S 56:19 /lib/svc/bin/svc.startd
    9 ? S 14:05 /lib/svc/bin/svc.configd
    71 ? S 66:25 /usr/sbin/nscd
    72 ? S 0:00 /usr/lib/sysevent/syseventd
    81 ? S 97:48 /usr/lib/picl/picld
    94 ? S 14:39 /usr/lib/crypto/kcfd
    99 ? S 0:00 /usr/lib/power/powerd
    122 ? S 53:53 /usr/lib/inet/in.mpathd -a
    195 ? S 2:01 /usr/sbin/cron
    196 ? S 0:00 /usr/sbin/rpcbind
    199 ? S 0:00 /usr/lib/nfs/statd
    201 ? S 0:28 /usr/lib/saf/sac -t 300
    202 ? S 0:00 /usr/lib/nfs/lockd
    213 ? S 3:36 /usr/lib/utmpd
    218 ? S 0:24 /usr/lib/saf/ttymon
    225 ? S 14:22 /usr/lib/inet/inetd start
    288 ? S 4:08 /usr/lib/autofs/automountd
    313 ? S 0:01 /usr/lib/fm/fmd/fmd
    325 ? S 2:51 /usr/lib/ssh/sshd
    418 ? S 0:13 /usr/lib/snmp/snmpdx -y -c /etc/snmp/conf
    426 ? S 0:00 /usr/dt/bin/dtlogin -daemon
    430 ? S 0:00 /usr/lib/dmi/dmispd
    431 ? S 0:00 /usr/lib/dmi/snmpXdmid -s umbriel
    439 ? S 1:14 /usr/sbin/vold
    479 ? S 235:17 /usr/sfw/sbin/snmpd
    494 ? S 1:52 /usr/lib/sendmail -Ac -q15m
    497 ? S 31:35 /usr/lib/sendmail -bd -q15m
    593 ? S 0:00 /usr/dt/bin/rpc.ttdbserverd
    687 ? S 0:00 devfsadmd
    1591 ? S 412:16 /usr/jdk/jdk1.6.0_02/bin/java -Djava.util.logging.manager=org.apache.juli.Class
    1848 ? S 6:59 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    1876 ? S 6:51 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    2045 ? S 0:06 /usr/openwin/bin/xfs
    2105 ? S 0:00 /bin/ksh /usr/dt/bin/sdtvolcheck -d -z 5 cdrom,zip,jaz,dvdrom,rmdisk
    2120 ? S 0:00 /bin/cat /tmp/.removable/notify2105
    2269 ? S 0:00 /bin/ksh /usr/dt/bin/sdtvolcheck -d -z 5 cdrom,zip,jaz,dvdrom,rmdisk
    2336 ? S 0:00 /bin/cat /tmp/.removable/notify2269
    2439 ? S 0:00 /bin/ksh /usr/dt/bin/sdtvolcheck -d -z 5 cdrom,zip,jaz,dvdrom,rmdisk
    2458 ? S 0:00 /bin/cat /tmp/.removable/notify2439
    2722 ? S 71:19 /usr/openwin/bin/Xsun :0 -defdepth 24 -nobanner -auth /var/dt/A:0-dhaq1a
    2746 ? S 0:00 /usr/dt/bin/dtlogin -daemon
    2759 ? S 76:00 dtgreet -display :0
    2760 Z 0:00 <defunct>
    3287 ? S 54:29 /usr/jdk/jdk1.6.0_02/bin/java -cp /projects/handsetmanagementws/lib/TaminoAPI4J
    3332 ? S 0:00 /usr/lib/ssh/sshd
    3336 ? S 0:00 /usr/lib/ssh/sshd LANG=C PATH=/usr/sbin:/usr/bin SMF_FMRI=svc:/network/ssh:default SMF_METHOD=/lib/svc/method/sshd start SMF_RESTARTER=svc:/system/svc/restarter:default TZ=Europe/Malta
    3369 ? S 235:30 /usr/j2se/bin/java -cp .:/projects/otawmlpush/lib/CPSCommons_v1.2.jar:/projects
    3643 ? R 199:26 /usr/j2se/bin/java -cp .:/projects/devicedetection/DMscheduler/lib/commons-coll
    7322 ? S 16:59 /usr/j2se/bin/java -cp .:/projects/otadbupdater/lib/activation.jar:/projects/ot
    8103 ? S 15:01 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    8161 ? S 0:15 /usr/lib/krb5/ktkt_warnd
    8564 ? S 277:56 /usr/j2se/bin/java -cp .:/projects/devicedetection/DMlistener/lib/CPSCommons_v1
    9914 ? S 36:30 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    9915 ? S 21:37 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    9916 ? S 21:24 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    9917 ? S 21:16 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    9918 ? S 21:27 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    9919 ? S 21:25 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    9935 ? S 21:22 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    10105 ? S 88:14 /usr/j2se/bin/java -Dgowebservices.properties=/projects/tomcat/jakarta-tomcat-4
    12433 ? S 0:02 /etc/bkupexec/agent.be -c /etc/bkupexec/agent.cfg
    12434 ? S 2:39 /etc/bkupexec/agent.be -c /etc/bkupexec/agent.cfg
    12534 ? S 12:17 /usr/j2se/bin/java -cp .:/projects/ddtp/webapps/axis/WEB-INF/lib/DBObjects-6.2.
    12685 ? S 21:30 /usr/apache2/bin/httpd -f /etc/apache2/httpd.conf-example -k start
    12972 ? S 196:14 /usr/j2se/bin/java -Xmx512m -cp /lib/tools.jar:/lib/dt.jar:.:/projects/ivrserve
    13054 ? S 0:00 /usr/sbin/rpc.metad
    13056 ? S 0:00 /usr/sbin/rpc.metamhd
    13057 ? S 0:00 /usr/sbin/rpc.metamedd
    13071 ? S 380:58 /usr/j2se/bin/java -Dviper.fifo.path=/var/run/smc898/boot.fifo -Xmx128m -Djava.
    13770 ? S 0:40 /usr/sbin/syslogd
    14707 ? S 0:00 /usr/dt/bin/rpc.cmsd
    15382 ? S 190:18 /usr/j2se/bin/java -Xmx512m -cp .:/projects/studentoffers/lib/BLI.jar:/projects
    16802 ? S 94:39 /usr/java/bin/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogMa
    16808 ? S 44:21 java -Xmx128m -Dpi.lcf=pi.lcf -Dpi.properties=pi.properties -cp .:/projects/jra
    18875 ? S 17:13 /usr/j2se/bin/java -cp .:/projects/autotopupWS/webapps/axis/WEB-INF/lib/BLI.jar
    19169 ? S 24:54 /usr/j2se/bin/java -cp .:/projects/autotopupWS/webapps/axis/WEB-INF/lib/BLI.jar
    24829 ? S 122:18 /usr/jdk/jdk1.6.0_02/bin/java -cp .:/projects/creditcheckws/webapps/axis/WEB-IN
    25429 ? S 201:14 /usr/java/bin/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogMa
    25457 ? S 91:47 /usr/jdk/jdk1.6.0_02/bin/java -Djava.util.logging.manager=org.apache.juli.Class
    28584 ? S 0:00 /usr/lib/ssh/sshd
    28590 ? S 0:01 /usr/lib/ssh/sshd
    2691 console S 0:00 /usr/lib/saf/ttymon -g -d /dev/console -l console -T sun -m ldterm,ttcompat -h
    3338 pts/1 S 0:00 -bash USER=jcami LOGNAME=jcami HOME=/export/home/jcami/ PATH=/usr/bin MAIL=/var/mail//jcami SHELL=/bin/bash TZ=Europe/Malta LANG=C SSH_CLIENT=10.159.20.18 1549 22 SSH_CONNECTION=10.159.20.18 1549 10.158.48.20 22 SSH_TTY=/dev/pts/1 TERM=xterm
    3342 pts/1 S 0:00 bash TERM=xterm SHELL=/bin/bash SSH_CLIENT=10.159.20.18 1549 22 SSH_TTY=/dev/pts/1 USER=jcami MAIL=/var/mail//jcami PATH=/usr/bin:/usr/local/bin PWD=/export/home/jcami/ LANG=C TZ=Europe/Malta SHLVL=1 HOME=/export/home/jcami/ LOGNAME=jcami SSH_CONNECTION=10.159.20.18 1549 10.158.48.20 22 _=/usr/bin/bash
    3462 pts/1 O 0:00 /usr/ucb/ps -eaxgww SHELL=/bin/bash TERM=xterm SSH_CLIENT=10.159.20.18 1549 22 OLDPWD=/projects/autotopupWS SSH_TTY=/dev/pts/1 USER=jcami PATH=/usr/bin:/usr/local/bin MAIL=/var/mail//jcami PWD=/projects/autotopupWS/logs LANG=C TZ=Europe/Malta HOME=/export/home/jcami/ SHLVL=2 LOGNAME=jcami SSH_CONNECTION=10.159.20.18 1549 10.158.48.20 22 _=/usr/ucb/ps
    3279 pts/17 O 2:25 /usr/j2se/bin/java -cp .:/projects/autotopup/lib/BLI.jar:/projects/autotopup/li
    3280 pts/17 S 0:00 /bin/sh ./scripts/autotopup log
    3289 pts/17 S 0:00 tail -f /projects/autotopup/logs/autopay.log +// this process was run a long while ago...!!+
    28592 pts/17 S 0:00 -bash
    28596 pts/17 S 0:00 -sh
    28600 pts/17 S 0:00 bash
    2747 ?? S 0:00 /usr/openwin/bin/fbconsole -d :0
    bash-3.00$
    bash-3.00$ uname -a
    SunOS umbriel 5.10 Generic sun4u sparc SUNW,Sun-Fire-V240

    jon80 wrote:
    I'm trying to list 'currently running processes on a machine running Solaris 5.10, however it's also listing processes that are not yet currently.
    How do I list only currently running processes?On a uniprocessor, that question would make no sense. The answer would always be "ps" (if you used ps to ask the question).
    ps has some filter options, but they're not universal, so you can't filter on process state for instance. Just grep for it. You're running the ucb version, so the state is given in the third column. Grep out the 'O'.
    Or rearrange the output so it's easier to filter.
    ps -e -o 's,pid,args' | grep ^O
    All that said, perhaps you just want to run 'prstat' instead.
    Darren

  • How to start ftp under solaris 10

    Hi,
    if I try to enable ftp under Solaris 10, I get the message "unsatisfied dependencies":
    root@u015ad2a:.../>svcadm -v enable -rst svc:/network/ftp:default
    svc:/network/ftp:default temporarily enabled.
    svc:/network/inetd:default temporarily enabled.
    svc:/network/loopback temporarily enabled.
    svc:/system/filesystem/local temporarily enabled.
    svc:/milestone/single-user temporarily enabled.
    svc:/system/identity:node temporarily enabled.
    svc:/system/filesystem/minimal temporarily enabled.
    svc:/system/filesystem/usr temporarily enabled.
    svc:/system/filesystem/root temporarily enabled.
    svc:/system/device/local temporarily enabled.
    svc:/milestone/devices temporarily enabled.
    svc:/system/manifest-import temporarily enabled.
    svc:/milestone/sysconfig temporarily enabled.
    svc:/milestone/name-services temporarily enabled.
    svcadm: Instance "svc:/network/ftp:default" has unsatisfied dependencies.
    root@u015ad2a:.../>svcs svc:/network/ftp:default
    STATE STIME FMRI
    uninitialized 9:40:09 svc:/network/ftp:default
    How can I enable ftp?

    This looks sort of like what happened to me just now. I tried svcs -x
    and got:
    # svcs -x
    svc:/network/rpc/gss:default (Generic Security Service)
    State: uninitialized since Mon Apr 18 13:01:12 2005
    Reason: Restarter svc:/network/inetd:default has not initialized service state.
    See: http://sun.com/msg/SMF-8000-4D
    See: gssd(1M)
    Impact: 10 dependent services are not running. (Use -v for list.)
    svc:/network/service:default (layered network services)
    State: offline since Mon Apr 18 13:01:29 2005
    Reason: Start method is running.
    See: http://sun.com/msg/SMF-8000-C4
    See: ifconfig(1M)
    See: /var/svc/log/network-service:default.log
    Impact: 4 dependent services are not running. (Use -v for list.)
    svc:/application/print/server:default (LP print server)
    State: disabled since Mon Apr 18 13:01:12 2005
    Reason: Disabled by an administrator.
    See: http://sun.com/msg/SMF-8000-05
    See: lpsched(1M)
    Impact: 1 dependent service is not running. (Use -v for list.)
    I tried all kinds of things to get gss to run, but I finally realized that
    it was really ifconfig that was the problem. The system has two
    network interfaces, and during installation I gave both of them
    a name. However, hme1 was not really connected to anything.
    All I did to get it to work was
    # cd /etc
    # mv hostname.hme1 no.hme1
    After that, I rebooted, and everything came up OK. I don't know
    if the original problem was the same, but this solved my problem.

  • NetBackup 3.4 Client is not starting up in Solaris 10

    Hello All,
    I have a problem while connecting to NetBackup Client on Solaris 10. Here is a line from inetd.conf:
    bpcd stream tcp nowait root /usr/openv/netbackup/bin/bpcd bpcd
    However the inetd.conf is no longer directly used to configure inetd. Service manifest for bpcd has already been generated as /var/svc/manifest/network/bpcd-tcp.xml using inetconv. Yet, when I try to telnet to the bpcd port, I am getting 'unable to connect'. Everything works just fine on Solaris 8.
    I would appreciate any suggestions.
    Thank you for your time.
    DanielD.

    First off almost all of the Netbackup products have a problem running on Solaris 10. You have to upgrade to the latest and gratest version and then you have to install a bunch of patches for solaris 10. The main reason for this is because of the way solaris handles services now. There are a bunch of docs on the veritas site that explain the exact procedure for installing the updates to get netbackup working on sol 10.

Maybe you are looking for

  • How can I remove the " Source.vi" from long Express VI Names?

    I am in the Moment working on the Development of an Express VI library for test purposes. How can I remove the " Source.vi" from long Express VI Names? This happens when the Express VI is inserted in the blockdiagram and listed in LabVIEW and TestSta

  • 10.5.1 broke wireless printing to HP 6210 All In One

    That's my educated guess. I got a MacBook in Nov. last year. It came with 10.5 pre-installed. I disconnected my existing HP 6210 All In One from my wife's blueberry iMac and plugged it into the USB port on our Airport Express. Wireless printing worke

  • Add new item in core menu of blog - SharePoint 2013

    Hello All I want to insert new item in core-menu of blog using visual studio just below to "Edit". I want to achieve this using visual studio, not by Javascript. please find below image which will provide you detail idea.

  • Portal 4.0 fatal error when config for MSSQL

    I've been trying to configure the portal 4.0 to use MSSQL 2000. I followed the instructions in the MSSQL addon file. However, after I tried to change the security realm setting and restart the server, I always get a fatal error like the following: Th

  • Use event trigger process chain

    Hi friends, I am working on a process chain tuning task. One request is to change a schedule method  of an interrupt from date/time to event. I know how to generate and utilize event. My worrying is: Is an event has duration? E.g Today's process chai