MIB in Solaris 8

Hello,
Our servers are currently monitored by a variety of services (HPOV, WUG, Netcool). There is no environmental monitoring currently performed. Environmental would include failed power supplies, hot of non-functioning fans, excessive chassis temp. There's something similar for Cisco like:
traps for environmental problems are:
     (config)#snmp-server enable traps envmon ?
fan Enable SNMP envmon fan traps
shutdown Enable SNMP environmental monitor shutdown traps
status Enable SNMP environmental status change traps
supply Enable SNMP environmental monitor supply traps
temperature Enable SNMP environmental monitor temperature traps
The question here's. I know is something in Solaris 8 (MIB) that can trigger or tell us something of that kind of environmental issues, how could we setup or compile a MIB or MIBS so everytime those issues come out, we get a notification email for instance?
Thanks for any time and/or consideration you may have afforded my message

I used a downloaded PPPD from http://playground.sun.com/pppd/index.html with roaring penguin for my DSL connection.
Lee

Similar Messages

  • Oracle VM Server for SPARC MIB for Solaris 11 Not available

    Hi,
    From the 2.1/2.2 Release Notes - The Oracle VM Server for SPARC MIB software is only available on Oracle Solaris 10 systems.
    Anyone know when MIB software will be available on Solaris 11 ?
    Thanks
    Andy

    We're on it (7082776 RFE: Need LDoms MIB support on S11), coming in next release.

  • Snmp mibs for solaris 9 sparc edition - cannot be found anywhere

    i am looking for the mibs to download for solaris 9 sparc, but they are nowhere to be found on sun's site. can anyone point me in the right direction of where they can be obtained?
    any other information regarding sun and snmp is appreciated as well.

    Here is where you find them:
    http://www.sun.com/download/products.xml?id=454bc019

  • Snmpdx on Solaris 10 - no response for 'get' on RFC1213 MIB entries

    When we use snmp 'get' to query for RFC1213 MIB entries(eg: ifTable,etc.) on Solaris 10 (MIB to be loaded by Sun Master Agent 'snmpdx', which on Solaris 8 versions was loaded), the snmp agent responds by 'There is no such variable name in this MIB'.
    Why is this happening ? We dont face this problem on Solaris 8 machines. What is the work around to get responses for tables in RFC1213 MIB on Solaris 10? Please help.

    What do you actually want to do?
    1. connect to a https url and ignore whether the returned certificate is valid or not?
    ./wget --no-check-certificate "https://server1.com.kh/data/?action=datano;datano=aaaa"
    2. connect to https url and only connect if the returned certificate is valid and/or in your truststore?
    ./wget --ca-directory=/cert "https://server1.com.kh/data/?action=datano;datano=aaaa"
    3. connect to https url and provide your own client certificate to authenticate to server?
    ./wget private-key=/cert/data.pem certificate=/cert/data.crt "https://server1.com.kh/data/?action=datano;datano=aaaa"
    4. something else...?

  • Cbqos with Solarwinds

    hello,
    i have just recently deployed qos on some of our rotuers and wanted to monitor them in solarwinds (which we use for network monitoring). So the problem i have run into is that when i poll the mib provided by cisco (cbqos) i get a graph with object.id's instead of names and interfaces. Does anyone know of a way to map these object.id's to actual names (which by the way are found in the same MIB) into solar winds. I know we can use NTA module for his purpose, but we really want to stay way from netflow at the present moment.
    thanks.

    Most likely you have to configure SolarWinds to identify the MIBS by their object name instead of the OID. Usually this involves this involves loading the MIB's directly to your NMS application. You might want to contact SolarWinds to ask them how to load the MIB to identify the OID's by their object name.

  • SUN Cluster 3.2 monitoring,

    Hi

    You can certainly configure SNMP and the MIB on Solaris Cluster - see http://docs.sun.com/app/docs/doc/819-2971/gbppm?a=view for the documentation and http://blogs.sun.com/SC/entry/sun_cluster_3_2_snmp for a blog entry. However, I don't think you can configure it to go directly to syslog. I would guess (since I don't know much about SNMP) you'd need configure the trap handle to log events to syslog and that's probably dependent on how the trap handler works.
    Regards,
    Tim
    ---

  • Solaris 8 SNMP daemon and Oracle mib ?

    Hi guys,
    Sorry to ask such a numb question but : is there a good manual wich explain how to manage solaris 8 snmp daemon ?
    The real question is : how to add an oracle mib in the snmp configuration files ?
    Thanks for any response :-)
    @+

    Hi.
    answers inline:
    sanjay wrote:
    Hi,
    Can Weblogic Express (Cluster edition)6.1J sp2 be installed on Sun Solaris(Sparc)
    8(64 bit) ?Yes - http://edocs.bea.com/wls/platforms/index.html#solaris8
    >
    >
    Can Weblogic Express (Cluster edition)6.1J sp2 JDBC driver be used for Oracle 8.1.7(Solaris
    64 bit) ?
    Yes - http://edocs.bea.com/wls/platforms/index.html#jdbc
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Support for rfc1514 on Solaris 9

    All,
    Does anyone have experience configuring the snmp management agent on a Solaris 9 system?
    I need to use the rfc1514 standard (host-resource mib) to support a large server environment for monitoring a variety of health stats that we are currently unable to capture, and I have not had a great deal of success finding the technical docs that outlines and addresses the procedures on how to do this.
    If anyone has done this for a Solaris 9 build I would appreciate your assistance.
    Sincerely,
    Matt S.

    For all of those newbies like me I forgot to set some system settings. Here are the system settings I needed to put into /etc/system:
    set semsys:seminfo_semmni=100
    set semsys:seminfo_semmns=3000
    set semsys:seminfo_semmsl= 256
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=200
    set shmsys:shminfo_shmseg=20

  • How to go around max path lenght in Solaris

    Hi, I have really special question. I have been searching internet for answers, but nothnig satisfy my needs.
    I found some basic info in http://forums.sun.com/thread.jspa?threadID=5357258
    I need to store realy huge amount of files and i have been searchnig for suitable FS. I have found ZFS wich is ideal for my needs. My problem is, that file path is limited to 1024 chars. Please don't say, that is long enough, i need more. This limitation is "guaranteed limit for the length of a path that system calls will deal with" so is it possible to raise this number or somehow to go around it?? I wrote test programs in Java nad C++ and both stops creating dirs when file path was about 1024.
    For example in Windows is path limit 260 chars, but it is only backward compatibility, so using Win API it is possible to have path length about 32 000. Exists something similar in solaris?
    And next question is about ZFS. It is better to have huge amount of files in dir tree or all files in one dir (if it is not limited like file path)? For human is better dirs, i know, but my files wont be human-browsable.
    dir tree:        in one dir:
    /0/0.ext         /00.ext
    /0/0/0.ext       /000.ext
    /0/0/0/0.ext     /0000.ext
    /0/0/0/1.ext     /0001.extwich type of storage has better efficiency in ZFS?
    Thanks

    I have made some tests and here are results:
    OS: OpenSolaris 2009.06 (console mode, not Gnome)
    FS: ZFS
    CPU: Intel Pentium 4
    RAM: 1 GB (free 500 MB before start)
    Test 1 - ZFS
    Files: about 220,000 (system) + 12,356,630 (generated and tested files)
    File size: 1024 B
    Generation speed: about 1200 files per second
    Deleting speed: 10 hours
    +-----+---------+--------+--------+-------------+
    |found|  files  |  time  |  avrg  | readed data |
    +-----+---------+--------+--------+-------------+
    | yes |   1,024 | 45 sec |  44 ms |       1 MiB |
    | yes |   1,024 | 37 sec |  36 ms |       1 MiB |
    | yes |   1,024 | 50 sec |  49 ms |       1 MiB |
    | yes |   1,024 | 42 sec |  41 ms |       1 MiB |
    | yes |   1,024 | 36 sec |  35 ms |       1 MiB |
    | yes |   1,024 | 48 sec |  47 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 36 sec |  35 ms |       1 MiB |
    | yes |   1,024 | 51 sec |  50 ms |       1 MiB |
    | yes |   1,024 | 43 sec |  42 ms |       1 MiB |
    | yes |   1,024 | 47 sec |  46 ms |       1 MiB |
    | yes |   1,024 | 48 sec |  46 ms |       1 MiB |
    | yes |   1,024 | 42 sec |  41 ms |       1 MiB |
    | yes |   1,024 | 47 sec |  46 ms |       1 MiB |
    | yes |   1,024 | 42 sec |  41 ms |       1 MiB |
    | yes |   1,024 | 45 sec |  44 ms |       1 MiB |
    | yes |   1,024 | 43 sec |  42 ms |       1 MiB |
    | yes |   1,024 | 37 sec |  37 ms |       1 MiB |
    | yes |   1,024 | 49 sec |  48 ms |       1 MiB |
    | yes |   1,024 | 46 sec |  44 ms |       1 MiB |
    +-----+---------+--------+--------+-------------+
    Test 2 - MySQL
    Records: 16,777,214
    Record data size: 1024 B
    Size of table: 16.6 GiB
    Generation speed: about 700 files per second
    Deleting speed: 30 seconds
    +-----+---------+--------+--------+-------------+
    |found| entries |  time  |  avrg  | readed data |
    +-----+---------+--------+--------+-------------+
    | yes |   1,024 |  1 min |  66 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 43 sec |  42 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 41 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  40 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 40 sec |  39 ms |       1 MiB |
    | yes |   1,024 | 39 sec |  38 ms |       1 MiB |
    +-----+---------+--------+--------+-------------+So both ways are very similar, but MySQL was little faster and has more entries. My test computer is very bad, so it is hard to say wich way will be faster on some server with more RAM, fasters discs and CPU. But you were right, because MySQL was faster than FS. So maybe i will use database insteda of FS, because there is no limit and i can save som other info wich is in file's data now. Thanks that you compel me to try it.

  • Configuration snmp Solaris 9 and 10

    I installed netsnmp in Solaris 9 x86, the configuration archive is very
    vacant has few commentaries and almost no configuration, alguem can
    give one to me help of as to use the command snmpwalk in the Solaris?
    Another doubt is if I can substitute the archive of configuration of
    the net-SNMP of the solaris for one of linux? the net-SNMP in linux
    allows to use an addressing of arvore MIB pra execution of scripts, in
    the solaris is possible?

    In snmpd.conf file add these entries.
    rocommunity public
    syslocation "System administrators office"
    syscontact "System administrator"
    sysservices 72
    And then start snmpd .Then to do a snmpwalk juz use
    ~#snmpwalk -c public -v 1 localhost
    Assuming that you have compile and configure with SNMP v1 support

  • Solaris 10 with MySQL 5.5

    Hi,
    I have posted similar question in MySQL forums, but I'm not sure if this is due to MySQL or Solaris problem.
    Does anyone know why MySQL 5.5 stops suddenly in Solaris 10 when an error ocurrs in sql script.
    I run mysql from command line instead as service by next command from /opt/mysql/mysql/bin/: bash mysqld_safe --datadir=/export/home/mysql/data &.
    And i have setted my-innodb-heavy-4G.cnf as /etc/my.cnf config file.
    Is there any system log (other tan mysql) where can i find what is happening? how can i see who sends shutdown signal to MySQL?
    Thanks

    About permissions problem, i have tested launching MySQL as root and the problem continue.
    MySQL works fine, applications (Pentaho on tomcat) works fine for a large period, and suddenly MySQL stops.
    I have launched truss (truss -rall -wall) on MySQL pid and these are certain results. I cannot interpret this info. I have only detected the block when first shutdown ocurrs. Anybody is able to interpret this info? thanks.
    /44:     fcntl(51, F_SETFL, FWRITE|FNONBLOCK)          = 0
    /44:     access("./mib", F_OK)                    = 0
    /44:     write(51, "07\0\002\0\0\002\0\0\0", 11)          = 11
    /44:     read(51, 0x13E4F110, 4)                    Err#11 EAGAIN
    /44:     time()                              = 0
    /44:     lwp_kill(25, SIGALRM)                    = 0
    /44:     fcntl(51, F_SETFL, FWRITE)               = 0
    /44:     read(51, " j03\0\0", 4)                    = 4
    /44:     read(51, 0x13E4F110, 874)               = 874
    /44:     03 / * m y s q l - c o n n e c t o r - j a v a - 5 . 1 . 1 7
    /44:     ( R e v i s i o n : $ { b z r . r e v i s i o n - i d } )
    /44:     * / S H O W V A R I A B L E S W H E R E V a r i a b l e
    /44:     _ n a m e = ' l a n g u a g e ' O R V a r i a b l e _ n a
    /44:     m e = ' n e t _ w r i t e _ t i m e o u t ' O R V a r i
    /44:     a b l e _ n a m e = ' i n t e r a c t i v e _ t i m e o u t
    /44:     ' O R V a r i a b l e _ n a m e = ' w a i t _ t i m e o
    /44:     u t ' O R V a r i a b l e _ n a m e = ' c h a r a c t e
    /44:     r _ s e t _ c l i e n t ' O R V a r i a b l e _ n a m e =
    /44:     ' c h a r a c t e r _ s e t _ c o n n e c t i o n ' O R V
    /44:     a r i a b l e _ n a m e = ' c h a r a c t e r _ s e t ' O
    /44:     R V a r i a b l e _ n a m e = ' c h a r a c t e r _ s e t
    /44:     _ s e r v e r ' O R V a r i a b l e _ n a m e = ' t x _
    /44:     i s o l a t i o n ' O R V a r i a b l e _ n a m e = ' t
    /44:     r a n s a c t i o n _ i s o l a t i o n ' O R V a r i a b l
    /44:     e _ n a m e = ' c h a r a c t e r _ s e t _ r e s u l t s '
    /44:     O R V a r i a b l e _ n a m e = ' t i m e z o n e ' O
    /44:     R V a r i a b l e _ n a m e = ' t i m e _ z o n e ' O R
    /44:     V a r i a b l e _ n a m e = ' s y s t e m _ t i m e _ z o
    /44:     n e ' O R V a r i a b l e _ n a m e = ' l o w e r _ c a
    /44:     s e _ t a b l e _ n a m e s ' O R V a r i a b l e _ n a m e
    /44:     = ' m a x _ a l l o w e d _ p a c k e t ' O R V a r i a
    /44:     b l e _ n a m e = ' n e t _ b u f f e r _ l e n g t h ' O
    /44:     R V a r i a b l e _ n a m e = ' s q l _ m o d e ' O R
    /44:     V a r i a b l e _ n a m e = ' q u e r y _ c a c h e _ t y p
    /44:     e ' O R V a r i a b l e _ n a m e = ' q u e r y _ c a c
    /44:     h e _ s i z e ' O R V a r i a b l e _ n a m e = ' i n i
    /44:     t _ c o n n e c t '
    /44:     fcntl(51, F_SETFL, FWRITE|FNONBLOCK)          = 0
    /44:     lwp_kill(25, SIGTERM)                    = 0
    /44:     write(51, "05\0\001FE\0\002\0", 9)          = 9
    /44:     shutdown(51, SHUT_RDWR, SOV_DEFAULT)          = 0
    /44:     close(51)                         = 0
    /25:     Received signal #14, SIGALRM, in sigtimedwait() [caught]
    /25:     siginfo: SIGALRM pid=3456 uid=101 code=-1
    /25:     sigtimedwait(0xFFFFFD7FFC920DC0, 0xFFFFFD7FFC920DD0, 0x00000000) = SIGALRM
    /25:     lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /25:     time()                              = 0
    /25:     alarm(1360260006)                    = 8
    /25:     lwp_sigmask(SIG_SETMASK, 0x00807007, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    /25:     mmap(0x00000000, 196608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON, 4294967295, 0) = 0xFFFFFD7FFBCCD000
    /25:     lwp_create(0xFFFFFD7FFC920B20, LWP_DETACHED|LWP_SUSPENDED, 0xFFFFFD7FFC920B1C) = 45
    /25:     lwp_continue(45)                    = 0
    /25:     Received signal #15, SIGTERM, in sigtimedwait() [caught]
    /25:     siginfo: SIGTERM pid=3456 uid=101 code=-1
    /25:     sigtimedwait(0xFFFFFD7FFC920DC0, 0xFFFFFD7FFC920DD0, 0x00000000) = SIGTERM
    /45:     lwp_create()     (returning as new lwp ...)     = 0
    /45:     setustack(0xFFFFFD7FFBF05AA8)
    /45:     schedctl()                         = 0xFFFFFD7FFF3F82B0
    /45:     time()                              = 0
    /45:     write(2, " 7 0 0 1", 4)                    = 4
    /45:     write(2, " 0", 1)                    = 1
    /45:     write(2, " 1 1", 4)                    = 4
    /45:     write(2, " :", 1)                    = 1
    /45:     write(2, " 0 0 : 0", 4)                    = 4
    /45:     write(2, " 0", 1)                    = 1
    /45:     write(2, " [", 2)                    = 2
    /45:     write(2, " N o t e", 4)                    = 4
    /45:     write(2, " ] ", 2)                    = 2
    /45:     write(2, 0xFFFFFD7FFBCFCA10, 45)          = 45
    /45:     / o p t / m y s q l / m y s q l / b i n / m y s q l d : N o r
    /45:     m a l s h u t d o w n\n
    /45:     write(2, "\n", 1)                    = 1
    /43:     lwp_park(0x00000000, 0)                    = 0
    /43:     lwp_unpark(45)                         = 0
    /43:     lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /43:     lwp_exit()
    /45:     lwp_park(0x00000000, 43)               = 0
    /42:     lwp_park(0x00000000, 0)                    = 0
    /42:     lwp_unpark(45)                         = 0
    /42:     lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /42:     lwp_exit()
    /45:     lwp_park(0x00000000, 42)               = 0
    /44:     lwp_park(0x00000000, 0)                    = 0
    /44:     lwp_unpark(45)                         = 0
    /44:     lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /44:     lwp_exit()
    /45:     lwp_park(0x00000000, 44)               = 0
    /41:     lwp_park(0x00000000, 0)                    = 0
    /41:     lwp_unpark(45)                         = 0
    /41:     lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /41:     lwp_exit()
    /45:     lwp_park(0x00000000, 41)               = 0
    /45:     lwp_kill(1, SIGUSR1)                    = 0
    /1:     Received signal #16, SIGUSR1, in pollsys() [caught]
    /1:     siginfo: SIGUSR1 pid=3456 uid=101 code=-1

  • SNMP Trap with Solaris 9

    Hello,
    I am looking for information on SNMP traps that can be generated by the SNMP installed with the OS.
    How can I configure them and what is available?
    I read the doc Solstice Enterprise Agents 1.0 User Guide but did not find anything to configure SNMP Traps.
    Or which MIB should I use to get an event log that will report problem?
    Any help would be great!
    Thanks

    Hi,
    Even im facing this issue, for latest solaris 10 patches also.
    Thanks,
    Srikanth.

  • How can i get ssCpuRawNice - Solaris 10

    Dear,
    I want to monitor CPU infomation via SNMP protocol. I can get some object about cpu.
    example:
    #snmpget -v1 -c public localhost ssCpuRawUser.0
    UCD-SNMP-MIB::ssCpuRawUser.0 = Counter32: 30065
    #snmpget -v1 -c public localhost ssCpuRawSystem.0
    UCD-SNMP-MIB::ssCpuRawSystem.0 = Counter32: 15752When i want to get ssCpuRawNice:
    #snmpget -v1 -c public localhost ssCpuRawNice.0  
    Error in packet
    Reason: (noSuchName) There is no such variable name in this MIB.
    Failed object: UCD-SNMP-MIB::ssCpuRawNice.0Please help me. Thanks in advance!

    "You cannot get a Solaris simulator, but you can run Solaris under VMWare - which will allow you to "simulate" a Solaris-based computer.
    This is often the method of choice if you have a brand-spanking-new laptop that cannot support Solaris directly, but can run it under a Virtual Machine image. Or you want to run several instances at once (if you have the memory!) Et cetera.
    Coming from Windows, you will be in for a shock at first. Practically everything useful in Solaris is done on the command line. But that is also its power - a Solaris box can be fully configured and set up using nothing more than a serial console and network and/or install media."
    VM ware is your best bet. Not only will you get a chance to experience Solaris. You will also be getting experience in a ground breaking technology. VM ware or Virtual PC is the wave of the future. This system allows you to run Multiple operating systems from one Machines. No longer must organization invest in expensive hardware to make their IT systems work. With virtualization You can purchase 1 machine and install multiple operating systems. the amount of operating systmes you can install on one machine is limited only by the resources available.
    I'm also learning Solaris and I have taken the VMware route. The installation went smoothly. However I am now stuck on one part. hence my presence here.

  • Uploading BGP MIB to HUM

    Hello,
    I'm attempting to load BGP4-MIB.my which I downloaded into HUM (1.2.0 on Solaris). All the dependencies are there, but I get the following error
       " ERROR: Unable to serialize the object into database. Check if MIB details are  available in database"
    Any idea how to deal with this?
    Thnks
    Conor

    There were some MIB loading problems fixed in the recently release LMS 3.2 SP1 (which includes HUM 1.2.2).  I just tested locally, and I was able to load the BGP4-MIB just fine.  I suggest you try and upgrade, then see if you can load the MIB.  LMS 3.2 SP1 can be downloaded from http://www.cisco.com/cisco/software/release.html?mdfid=282635181&flowid=16561&softwareid=280775102&os=Solaris&release=3.2.1&relind=AVAILABLE&rellifecycle=&reltype=latest .

  • Solaris 10 on M4000 sparc bge link down cannot ping to other

    Hi all,
    I setup solaris 10 on sun M4000 sparc server, every thing is good when install complete I cannot ping to Gateway from Solaris 10 OS, but on XSCF console I can ping to gateway
    SPARCM4000# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    bge1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 2
    inet 172.16.3.235 netmask ffffff00 broadcast 172.16.3.255
    ether 0:14:4f:3a:7b:5a
    sppp0: flags=10010008d1<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST,IPv4,FIXEDMTU> mtu 1500 index 3
    inet 192.168.224.2 --> 192.168.224.1 netmask ffffff00
    ether 0:0:0:0:0:0
    SPARCM4000#
    Any body can help me?

    Thanks for quick reply
    I've checked already all cables are connected and LEDs light ok, but I don't know whats wrong with M4000 box, Or on XSCF have any command to enables Ethernet cards?
    for my XSCF LAN config is :
    XSCF> shownetwork -a
    xscf#0-lan#0
    Link encap:Ethernet HWaddr 00:21:28:6E:88:10
    inet addr:10.0.19.235 Bcast:10.0.19.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:62549 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2201 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:5459443 (5.2 MiB) TX bytes:334404 (326.5 KiB)
    Base address:0xe000
    xscf#0-lan#1
    Link encap:Ethernet HWaddr 00:21:28:6E:88:11
    inet addr:172.16.3.223 Bcast:172.16.3.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:12616 errors:0 dropped:0 overruns:0 frame:0
    TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1092370 (1.0 MiB) TX bytes:492 (492.0 B)
    Base address:0xc000
    XSCF> showroute -a
    Destination Gateway Netmask Flags Interface
    172.16.3.0 * 255.255.255.0 U xscf#0-lan#1
    10.0.19.0 * 255.255.255.0 U xscf#0-lan#0
    default 10.0.19.1 0.0.0.0 UG xscf#0-lan#0
    Regards
    Edited by: 986418 on Feb 7, 2013 5:18 PM

Maybe you are looking for

  • Setting Find iPhone for one account and find Friends for another

    Hi Just updated one iPhone 5 to 8.1.1.  Previously I had find my iPhone for one .me account (I keep all the family devices under this .me account). For the Find Friends app I had used a second .me account so I could locate the phone. I can't recall h

  • Display a warning message (text) for document up/download in cFolders

    Hello, We are working in the development system of cProjects Suite 3.1 on the cFolders application. Lets say there is a collaboration which contains a folder which in turn contains a document. On clicking the document name the document details are di

  • Mapping buttons from imac Bluetooth Keyboard to Macpro

    I tried a friend's new mini bluetooth keyboard (one that sells with new imac) on my Macpro, and some of the buttons do not seem to map correctly. Example: volume was effecting expose. Is it just not meant to be used with anything other than an imac,

  • CANT SCALE THE OBJECT TOO SMALL TO USE

    In Illustrator I get this prompt when I scale an ilustration: Can't scale the objectthe requested transformation would make some objects too small to use

  • Characteristic Selection

    Dear Guys, We are maintaining classification view for the Finished product(FERT) with class type 300 & defining the characteristics & respective values for them Now when creating a saler order for tht partcular finished product we are expecting a pop