Problem in configuring Storedge 3300

Hi,
We are facing problem in configuring StorEdge 3300 in
SunFire 280R. We have a StorEdge 3300 (JBD) containing 5 X
36GB disks. We do not have any controller in this. We would
like make these disks accessible at OS level using format
utility. When we execute probe-scsi-all at Boot prompt we
get the following output
/pci@8,600000/SunW, qlc@4
LiD HA LUN Port Disk
0 0 0 some number Fujitsu
1 1 0 some number Fujitsu
/pci@8,700000/scsi@6,1
Target 4
Unit 0 Removable Tape Drive
/pci@8,700000/scsi@6
Unit 0 Removable Read-only Drive
/pci@8,700000/pci@3/scsi@5
/pci@8,700000/pci@3/scsi@4
Target 8
Unit 0 Disk Seagate
Target 9
Unit 0 Disk Seagate
Target a
Unit 0 Disk Seagate
Target b
Unit 0 Disk Seagate
Target c
Unit 0 Disk Seagate
Target f
Unit 0 Processor SUN Storedge 3310 AD000
Please help, Thanks
Regards
Krishna

I too have the same problem. Have a v440 and Storedge 3310, the first time I used the server it was all ok, after a week I booted it up again and when I use the command sccli i get the following error:
[root@server1 /]# sccli
sccli: no manageable devices found
sccli: Type "sccli help" for valid commands.
In the first day I used the server I remember I could access it in the format command, since I connected everything again, I can't see it no longer on the OS.
I did then following sequence off comands:
stop-a
setenv auto-boot? false (I don't won't it to boot again)
setenv boot-device false (I wan't to do a clean probe-scsi-all)
reset-all
I then used the probe-scsi-all comand which had the following output:
{1} ok probe-scsi-all
/pci@1f,700000/scsi@2,1
/pci@1f,700000/scsi@2
Target 0
Unit 0 Disk HITACHI DK32EJ36NSUN36G PQ0B 71132959 Blocks, 34732 MB
Target 1
Unit 0 Disk HITACHI DK32EJ36NSUN36G PQ0B 71132959 Blocks, 34732 MB
Target 2
Unit 0 Disk HITACHI DK32EJ36NSUN36G PQ0B 71132959 Blocks, 34732 MB
Target 3
Unit 0 Disk HITACHI DK32EJ36NSUN36G PQ0B 71132959 Blocks, 34732 MB
/pci@1d,700000/pci@2/scsi@5
/pci@1d,700000/pci@2/scsi@4
Target 0
Unit 0 Disk SUN StorEdge 3310 0325
Before I did that, I checked if the cables where in the correct configuration I wanted, it's a dual buffer configuration that is going to be used on raid 1+0 configuration.
After that I did:
setenv boot-device disk0
boot -r (to reconfigure)
I also download the pci scsi lvd controller driver and patches, nothing seems to work, I'm trying to recreate my first working day with server, until now, with no success.
The last thing I installed in that host was Disksuite? Might there be any kind of incompatility?
Orlando

Similar Messages

  • Problem in configuring Terms of Payment

    Hello Friends,
    I'm facing a problem during configuration of payment terms in which i give 15% discount to the customer if paid within 15 days & also the credit period is 15 days for net payment. When i try to configure the same i get an error message FC114 - Enter periods in ascending order, since the cash discount period & the credit period are the same.
    Payment Terms - Within 15 days 15% discount, Within 15 days due net
    Request your assistance.
    Regards,
    Padmanabhan

    Hi Padmanabhan,
    your requirement is not clear, for both the options are on the same day, there should be some difference in days for a discount and net payments in any business, try to collect correct requirement from your client. It may be further 15 days from the due date for discount, then it becomes 30 days.
    How do you offer both options to your customers, in any business i did not heard such terms,
    correct me if i am wrong.
    Bye
    Venkat Cheedalla.

  • Problem with configuration of wifi newtork- dhcp

    hi.
    i've got a small problem with configuration of wi-fi network.
    i use dhcp network.
    there are some errors about network during boot up (but its to fast for my to write it down)
    after log-in i have to setup network access by typing
    iwconfig eth2 essid SpeedTouchBCE72F
    and then i heve to run this command
    dhclient
    and after that i've got an access to internet
    this is my rc.file
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="pl_PL.UTF-8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/London"
    KEYMAP="-u pl2"
    CONSOLEFONT="lat2-16.psfu.gz"
    USECOLOR="yes"
    LC_ALL="pl_PL.UTF-8"
    LESSCHARSET="UTF-8"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    #   - prefix a module with a ! to blacklist it
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="linugrat"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    #   - prefix an entry in INTERFACES with a ! to disable it
    #   - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth2="dhcp"
    INTERFACES=(lo eth2)
    ROUTES=(!gateway)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng ipw3945d network netfs crond)
    # End of file
    szymon

    Hi Mariano
    I think you need to <b>restart your portal Engine</b> after making correct settings.
    Also please refer to the link below to get a better insight:-
    http://help.sap.com/saphelp_nw04s/helpdata/en/0b/719a425ffac46ae10000000a155106/frameset.htm
    Regards
    Navneet

  • Problem in configuring sunoneportal

    Hi all,
    I am installing Sun java portal server 7 with JES 5 on windows xp and having problems in configuring it when i want to login to portal server console login then the authentication fails .I checked the log file I found this two exceptions
    #|2007-10-25T15:08:00.303+0200|WARNING|SJS Portal Server|debug.com.sun.portal.admin.server|ThreadID=13; ClassName=com.sun.portal.admin.server.PASMechanism; MethodName=parse; |PSAD_CSPAS0000 : Exception stack trace for the message above
    com.sun.identity.authentication.spi.AuthLoginException: Failed to create new Authentication Context: Naming Service is not available.
         at com.sun.identity.authentication.AuthContext.login(AuthContext.java:516)
         at com.sun.identity.authentication.AuthContext.login(AuthContext.java:356)
         at com.sun.portal.admin.server.PASMechanism.parse(PASMechanism.java:169)
         at com.sun.cacao.agent.auth.CacaoCallbackHandler.handle(CacaoCallbackHandler.java:98)
         at com.sun.jdmk.security.sasl.plain.PlainServer.verifyAuthenticationCredentials(PlainServer.java:186)
         at com.sun.jdmk.security.sasl.plain.PlainServer.evaluateResponse(PlainServer.java:118)
         at com.sun.jmx.remote.opt.security.SASLServerHandler.consumeMessage(SASLServerHandler.java:124)
         at com.sun.jmx.remote.opt.security.AdminServer.connectionOpen(AdminServer.java:176)
         at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl.connect(ServerSynchroMessageConnectionImpl.java:51)
         at javax.management.remote.generic.GenericConnectorServer$ClientCreation.run(GenericConnectorServer.java:383)
         at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
         at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)
    java.lang.NoClassDefFoundError: Could not initialize class com.iplanet.services.naming.service.NamingService
         com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:690)
         com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
         com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
         com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
         com.iplanet.services.naming.WebtopNaming.getAMServerID(WebtopNaming.java:159)
         com.iplanet.dpro.session.Session.<clinit>(Session.java:317)
         com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:100)
         com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:242)
         com.iplanet.am.console.base.ConsoleServletBase.checkAuthentication(ConsoleServletBase.java:352)
         com.iplanet.am.console.base.ConsoleServletBase.validateSSOToken(ConsoleServletBase.java:238)
         com.iplanet.am.console.base.ConsoleServletBase.onBeforeRequest(ConsoleServletBase.java:188)
         com.iplanet.jato.ApplicationServletBase.fireBeforeRequestEvent(ApplicationServletBase.java:1105)
         com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:591)
         com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)could any one help ? thanks

    The easiest way to get Portal to run on Windows is by using the pre-configured zip file distribution. You simply unzip the file and run a quick setup script and then the entire portal with three samples is up and running. The JES installer is not needed.

  • Problem in configuring third party JMS provider

    Hi,
    I am having a problem in configuring Sun MQ 4.4 JMS provider with weblogic 10.3.I tried the following method:-
    1. Created a new outbound connection pool.
    2.In the properties for the connection pool :-
    ConnetionFactory Location :- myTestCF (this is the remote connection factory JNDI)
    Factory properties :- java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory;java.naming.provider.url=file:/C:/my_object_store;java.naming.security.principal=admin;java.naming.security.credentials=admin
    3.Provided the username and password also.
    But when I am testing it from a SOA composite through a JMS adapter, it is giving me an exception indicating it could not locate the connection factory.I am clueless why this is happening.I've also tried with putting the sun mq jar files inside the <%wl_home%>/user_projects/domains/<%my_domain%>/lib folder.But it did not work.Please help.
    Thanks,
    Rahul

    In third party process SO / PR / PO should be in integrity. Your manual modification violates this I think (you are making one PO item from two SO item...).
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/560287545a11d1a7020000e829fd11/frameset.htm
    Processing Third-Party Orders in Purchasing
    When you save a sales order that contains one or more third-party items, the system automatically creates a purchase requisition in Purchasing. Each third-party item in a sales order automatically generates a corresponding purchase requisition item. During creation of the requisition, the system automatically determines a vendor for each requisition item. If a sales order item has more than one schedule line, the system creates a purchase requisition item for each schedule line.
    Purchase orders are created from purchase requisitions in the usual way. For more information about creating purchase orders, see the Purchasing documentation. During creation of the purchase order, the system automatically copies the delivery address of your customer from the corresponding sales order. In a sales order, you can enter purchase order texts for each third-party item. When you create the corresponding purchase order, the texts are automatically copied into the purchase order. The number of the purchase order appears in the document flow information of the sales order.
    All changes made in the purchase order are automatically made in the sales order as well. For example, if the vendor confirms quantities and delivery dates different from those you request and enters them in the purchase order, the revised data is automatically copied into the sales order.
    Regards,
    Csaba

  • Problem parsing configuration/hibernate.cfg.xml

    I am trying to integrate struts with hibernate. I have created a plug-in for that and copied all the necessary jars & xmls to the classpath. I am providing the full stack trace, can any one say what could be the problem
    net.sf.hibernate.HibernateException: problem parsing configuration/hibernate.cfg
    .xml
    at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:963
    at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:902)
    at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:888)
    at com.plugin.HibernatePlugIn.initHibernate(HibernatePlugIn.java:72)
    at com.plugin.HibernatePlugIn.init(HibernatePlugIn.java:54)
    at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServle
    t.java:869)
    at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)
    at javax.servlet.GenericServlet.init(GenericServlet.java:211)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
    java:1029)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:86
    2)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex
    t.java:4013)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
    357)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
    .java:823)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:80
    7)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
    at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDep
    loyer.java:277)
    at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
    :349)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
    eSupport.java:119)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478
    at org.apache.catalina.core.StandardService.start(StandardService.java:4
    80)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:231
    3)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Caused by: org.dom4j.DocumentException: hibernate.sourceforge.net Nested excepti
    on: hibernate.sourceforge.net
    at org.dom4j.io.SAXReader.read(SAXReader.java:358)
    at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:958
    )

    Looks like a problem with Hibernate itself parsing the config file?
    Here's a posting from the Hibernate forum that sounds similar:
    http://forums.hibernate.org/viewtopic.php?p=2256871&highlight=&sid=e1090f717891db4535310102c61bec25
    -steve-

  • FAcing problems in configuring multiple macs(imac and mac book) pro) on time capsule

    FAcing problems in configuring multiple macs(imac and mac book)

    You may find these links useful:
    http://pondini.org/TM/Time_Capsule.html
    http://pondini.org/TM/4.html
    Ciao.

  • StorEdge 3300 RAID

    in fact im not very good in raids server. there are some errors i found in StorEdge 3300 RAID as follow :
    DEVICE       TYPE      DISK         GROUP        STATUS
    c1t0d0s2     sliced    rootdisk_1   rootdg       online
    c1t1d0s2     sliced    mirrdisk_1   rootdg       online
    c2t0d0s2     sliced    -            -            error
    c2t0d1s2     sliced    -            -            online
    c3t0d0s2     sliced    -            -            error
    c3t0d1s2     sliced    igwbdg02     igwbdg       online
    -            -         igwbdg01     igwbdg       failed was:c2t0d1s2
    Disk group: rootdg
    TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0
    dg rootdg       rootdg       -        -        -        -        -       -
    dm mirrdisk_1   c1t1d0s2     -        143339136 -       -        -       -
    dm rootdisk_1   c1t0d0s2     -        143339136 -       -        -       -
    v  rootdisk_15vol gen        ENABLED  1027776  -        ACTIVE   -       -
    pl rootdisk_15vol-01 rootdisk_15vol ENABLED 1027776 -   ACTIVE   -       -
    sd rootdisk_1-04 rootdisk_15vol-01 ENABLED 1027776 0    -        -       -
    pl rootdisk_15vol-02 rootdisk_15vol ENABLED 1027776 -   ACTIVE   -       -
    sd mirrdisk_1-04 rootdisk_15vol-02 ENABLED 1027776 0    -        -       -
    v  rootvol      root         ENABLED  114825984 -       ACTIVE   -       -
    pl rootvol-01   rootvol      ENABLED  114825984 -       ACTIVE   -       -
    sd rootdisk_1-B0 rootvol-01  ENABLED  1        0        -        -       Block0
    sd rootdisk_1-02 rootvol-01  ENABLED  114825983 1       -        -       -
    pl rootvol-02   rootvol      ENABLED  114825984 -       ACTIVE   -       -
    sd mirrdisk_1-01 rootvol-02  ENABLED  114825984 0       -        -       -
    v  swapvol      swap         ENABLED  8395200  -        ACTIVE   -       -
    pl swapvol-01   swapvol      ENABLED  8395200  -        ACTIVE   -       -
    sd rootdisk_1-01 swapvol-01  ENABLED  8395200  0        -        -       -
    pl swapvol-02   swapvol      ENABLED  8395200  -        ACTIVE   -       -
    sd mirrdisk_1-02 swapvol-02  ENABLED  8395200  0        -        -       -
    v  var          gen          ENABLED  16780224 -        ACTIVE   -       -
    pl var-01       var          ENABLED  16780224 -        ACTIVE   -       -
    sd rootdisk_1-03 var-01      ENABLED  16780224 0        -        -       -
    pl var-02       var          ENABLED  16780224 -        ACTIVE   -       -
    sd mirrdisk_1-03 var-02      ENABLED  16780224 0        -        -       -
    Disk group: igwbdg
    TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0
    dg igwbdg       igwbdg       -        -        -        -        -       -
    dm igwbdg01     -            -        -        -        NODEVICE -       -
    dm igwbdg02     c3t0d1s2     -        211394560 -       -        -       -
    v  back         fsgen        ENABLED  98304000 -        ACTIVE   -       -
    pl back-01      back         DISABLED 98304000 -        NODEVICE -       -
    sd igwbdg01-04  back-01      DISABLED 98304000 0        NODEVICE -       -
    pl back-02      back         ENABLED  98304000 -        ACTIVE   -       -
    sd igwbdg02-04  back-02      ENABLED  98304000 0        -        -       -
    v  front        fsgen        ENABLED  98304000 -        ACTIVE   -       -
    pl front-01     front        DISABLED 98304000 -        NODEVICE -       -
    sd igwbdg01-03  front-01     DISABLED 98304000 0        NODEVICE -       -
    pl front-02     front        ENABLED  98304000 -        ACTIVE   -       -
    sd igwbdg02-03  front-02     ENABLED  98304000 0        -        -       -
    v  igwbdg-stat  fsgen        ENABLED  1048576  -        ACTIVE   -       -
    pl igwbdg-stat-01 igwbdg-stat DISABLED 1048576 -        NODEVICE -       -
    sd igwbdg01-01  igwbdg-stat-01 DISABLED 1048576 0       NODEVICE -       -
    pl igwbdg-stat-02 igwbdg-stat ENABLED 1048576  -        ACTIVE   -       -
    sd igwbdg02-01  igwbdg-stat-02 ENABLED 1048576 0        -        -       -
    v  log-alarm    fsgen        ENABLED  8388608  -        ACTIVE   -       -
    pl log-alarm-01 log-alarm    DISABLED 8388608  -        NODEVICE -       -
    sd igwbdg01-02  log-alarm-01 DISABLED 8388608  0        NODEVICE -       -
    pl log-alarm-02 log-alarm    ENABLED  8388608  -        ACTIVE   -       -
    sd igwbdg02-02  log-alarm-02 ENABLED  8388608  0        -        -       -
    *Jan 21 14:04:14 igwb1 lomv: [ID 702911 kern.notice] 1/21/2008 14:4:14 GMT LOM time reference*
    *Jan 22 05:53:10 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:10 igwb1   disk not responding to selection
    *Jan 22 05:53:11 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:11 igwb1   disk not responding to selection
    *Jan 22 05:53:24 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:24 igwb1   disk not responding to selection
    *Jan 22 05:53:30 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:30 igwb1   disk not responding to selection
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:31 igwb1   Error for Command: write(10)               Error Level: Fatal
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] Requested Block: 108158864 Error Block: 10815886*
    *4*
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] Vendor: SUN Serial Number: 276710*
    C4-01
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] Sense Key: Not Ready*
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] ASC: 0x4 (<vendor unique code 0x4>), ASCQ: 0x1, FRU: 0x0*
    *Jan 22 05:53:31 igwb1 vxdmp: [ID 619769 kern.notice] NOTICE: vxdmp: Path failure on 32/0x1ec*
    *Jan 22 05:53:31 igwb1 vxdmp: [ID 997040 kern.notice] NOTICE: vxvm:vxdmp: disabled path 32/0x1e8 belonging to the dmpnode*
    *274/0x28*
    *Jan 22 05:53:31 igwb1 vxdmp: [ID 148046 kern.notice] NOTICE: vxvm:vxdmp: disabled dmpnode 274/0x28*
    *Jan 22 05:53:31 igwb1 vxio: [ID 238951 kern.warning] WARNING: vxvm:vxio: error on Plex log-alarm-01 while writing volume*
    log-alarm offset 1605776 length 16
    *Jan 22 05:53:31 igwb1 vxio: [ID 751920 kern.warning] WARNING: vxvm:vxio: Plex log-alarm-01 detached from volume log-alar*
    m
    *Jan 22 05:53:31 igwb1 vxio: [ID 838567 kern.warning] WARNING: vxvm:vxio: igwbdg01-02 Subdisk failed in plex log-alarm-01*
    in vol log-alarm
    *Jan 22 05:53:31 igwb1 vxio: [ID 238951 kern.warning] WARNING: vxvm:vxio: error on Plex back-01 while writing volume back*
    offset 409488 length 16
    *Jan 22 05:53:31 igwb1 vxio: [ID 751920 kern.warning] WARNING: vxvm:vxio: Plex back-01 detached from volume back*
    *Jan 22 05:53:31 igwb1 vxio: [ID 838567 kern.warning] WARNING: vxvm:vxio: igwbdg01-04 Subdisk failed in plex back-01 in v*
    ol back
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:31 igwb1   Error for Command: write(10)               Error Level: Fatal
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] Requested Block: 9650304 Error Block: 9650304*
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] Vendor: SUN Serial Number: 276710*
    C4-01
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] Sense Key: Not Ready*
    *Jan 22 05:53:31 igwb1 scsi: [ID 107833 kern.notice] ASC: 0x4 (<vendor unique code 0x4>), ASCQ: 0x1, FRU: 0x0*
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:41 igwb1   Error for Command: write(10)               Error Level: Fatal
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] Requested Block: 9649406 Error Block: 9649406*
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] Vendor: SUN Serial Number: 276710*
    C4-01
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] Sense Key: Not Ready*
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] ASC: 0x4 (<vendor unique code 0x4>), ASCQ: 0x1, FRU: 0x0*
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/pci@2/scsi@4/sd@0,1 (sd61):*
    Jan 22 05:53:41 igwb1   Error for Command: write(10)               Error Level: Fatal
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] Requested Block: 9649284 Error Block: 9649284*
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] Vendor: SUN Serial Number: 276710*
    C4-01
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] Sense Key: Not Ready*
    *Jan 22 05:53:41 igwb1 scsi: [ID 107833 kern.notice] ASC: 0x4 (<vendor unique code 0x4>), ASCQ: 0x1, FRU: 0x0*
    *Jan 22 05:53:41 igwb1 vxio: [ID 238951 kern.warning] WARNING: vxvm:vxio: error on Plex front-01 while writing volume fro*
    nt offset 203908 length 2
    *Jan 22 05:53:41 igwb1 vxio: [ID 751920 kern.warning] WARNING: vxvm:vxio: Plex front-01 detached from volume front*
    *Jan 22 05:53:41 igwb1 vxio: [ID 838567 kern.warning] WARNING: vxvm:vxio: igwbdg01-03 Subdisk failed in plex front-01 in*
    vol front
    *Jan 22 05:55:47 igwb1 vxdmp: [ID 912507 kern.notice] NOTICE: vxvm:vxdmp: enabled path 32/0x1e8 belonging to the dmpnode*
    *274/0x28*
    *Jan 22 05:55:47 igwb1 vxdmp: [ID 205910 kern.notice] NOTICE: vxvm:vxdmp: enabled dmpnode 274/0x28*
    finally i tried to fsck the bad slid but it ask for super block
    but it is not accept any super block in newfs -N command
    moreover, i tried to repair the bad block it seem ok..but thing come up
    any help please..thanks

    if feel this information are not enough and you need more please show how can get it to post it.

  • Problem in Configuring the Object Editor User Interface

    Hi,
         I m using NetWeaver 7.0.11 & facing the problem in Configuring the Object Editor User Interface.In the Configuration Browser ,when i click on Object Editor & choose New Configuration & try to select service,it shows the flollowing error:
    com.sap.caf.rt.exception.CAFBaseRuntimeException: Service manager initialization failed Illegal argument exception: Unable to create javax.ejb.EJBObject.
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.init(ServiceFacade.java:121)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.<init>(ServiceFacade.java:50)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacadeFactory.getFacadeInstance(ServiceFacadeFactory.java:51)
         at com.sap.caf.ui.utils.cool.CoolUtils.getServiceFacade(CoolUtils.java:123)
         at com.sap.caf.ui.ptn.objecteditor.ObjectEditorCC.getServiceFacade(ObjectEditorCC.java:505)
         at com.sap.caf.ui.ptn.objecteditor.wdp.InternalObjectEditorCC.getServiceFacade(InternalObjectEditorCC.java:245)
         at com.sap.caf.ui.ptn.objecteditor.config.OEconfiguratorLayout.onActionSelectModule(OEconfiguratorLayout.java:322)
         at com.sap.caf.ui.ptn.objecteditor.config.wdp.InternalOEconfiguratorLayout.wdInvokeEventHandler(InternalOEconfiguratorLayout.java:300)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can anybody please tell,what can be the problem?
    regards
    Sumit

    Hello Sumit
    This is most probably the result of metadata corruption on runtime.
    A possible workaround for this situation is:
    Undeploy all the metadata DCs of all the CAF applications you have
    deployed (these are the components which names end on "/metadata", excl.
    caf/core/metadata and caf/tc/metadata (which are part of CAF itself)).
    And then deploy the CAF applications again.
    Regards,
    Désiré

  • Facing some problem while configuring Workflow Manager 1.0.

    Hi,
    I am facing some problem while configuring Workflow Manager 1.0. in my farm.
    Scenario is,
    I have installed and configured workflow manager in my farm, it was working well with no issue. But one of team member played with AD and deleted Farm administrator's entry from AD by mistake. So suddenly workflows get affected and stopped working. 
    Then I added administrator entry in AD, uninstalled the Workflow Manager and installed it again. But now while configuring workflow manager I am facing some issues that "Failure to adding user in BUILTIN\Administrative group. Please add it manually" 
    And after sometime it shows another error message that, "Starting service Service Bus Massage broken failed: Timed out has expired, the operation has not been completed" 
    If I go for services then "Service bus Message broker" service is not running properly (Its status is just showing "Starting")  and don't starts.
    I have also added the user in BUILTIN\Administrator, IIS_IUSER, WSS_WPG group of the machine from computer manager - user and groups. 
    Also given permission to databases, and assign role of sysadmin and dbcreator to user
    I also tried following steps    
        1) Stop all services associated to workflows
        2) Uninstalled workflow manager
        3) Deleted all databases associated with workflows
        4) Installed workflow manager and tried to configure.
    But showing same error. 
    If I use another SharePoint server farm to configure workflows, there I am not getting first error of adding user to BUILTIN\Administrator group. but second error remains same.
    We having SQL server and Active directory at another machine and FARM at another machine, if I use local admin for configuration of the workflows (as local admin can start any services) but entry of local admin is not Active directory so can not assign SQL's
    sysadmin, and dbcreator role to local admin.
    I am attaching snapshot of error for better understanding.
    Your help will be very precious to me. 
    Thanks,
    Rajesh
    Rajesh Agravat

    Rajesh
    Check to see what the service accounts are being used for these Workflow Manager 1.0 services:
    Service Bus Message Broker
    Service Bus Gateway
    Workflow Manager Backend
    All of these should be running and your workflow service account should be running all of these.  If any are still configured under the old service account, they'll need to be updated.  Next, check to see what service accounts have access to the
    Workflow Manager 1.0 databases:
    SbGatewayDatabase
    SbManagement
    SbMessageContainer
    WFInstanceManagement
    WFManagement
    WFResourceManagement
    The Workflow Manager service account should be mapped as the DBO for all of these.  if any are still configured under the old service account, they'll need to be updated.
    Given the complete loss of the original workflow service account, and the resultant impact on security configuration throughout the workflow farm, I would recommend performing a re-installation.  Do it thus:
    Launch Workflow Manager Configuration Wizard
    Select the Leave Workflow Manager Farm
    Stop all workflow services (see above list)
    Repeat steps 1-3 for each instance of Workflow Manager 1.0 Server installed.
    Delete all Workflow Manager databases (see above list).
    reboot.
    Start new installation.

  • I am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error

    i am facing problem when configuring listener.ora and tnsnamess.ora in listener side it is showing The listener supports no services The command completed successfully  and in when i cross check with listener from tns it is showing the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    here is my listener file
    lsn =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.125.128)(PORT = 1575))
    #ADR_BASE_LISTENER = /u01/app/oracle
    (SID_LIST_LISTENER=
    (SERVICE_NAME=kull)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1)
    tnsnames.ora
    to_lsn=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = kull )
    my database name is kull
    please somebody help

    Biswaranjan wrote:
    i have two database one is kull and another is kk
    i configured listener.ora in kull
    and tnsnames.ora in kk
    when i am running lsnrctl start listener in database kull
    This makes no sense.  You don't configure a listener nor a tnsnames.ora "in a database".   I hope this is just a language issue and not reflective of a fundamental misunderstanding of how tns works.
    read: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/ Help! I can’t connect to my database 
    read: http://edstevensdba.wordpress.com/2011/02/16/sqlnet_client_cfg/ Help! I can’t connect to my database (part duex)
    it is showing the message
    Alias                     lsn
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                05-JUL-2013 19:08:06
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/log/diag/tnslsnr/server1/lsn/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1575)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server1)(PORT=1575)))
    The listener supports no services
    The command completed successfully
    and in another database in kk when i am giving the command tnsping to_lsn
    it is giving this message
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1575)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = kull)))
    OK (0 msec)
    but when i am cross check sqlplus system/manager@ to_lsn
    it is giving the following error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • Problem in configuring Apache Web Server v2.2

    Hi,
    I am facing problem in configuring apache web server with tomcat 7.0. I want to configure the web server in such a way that I can access the application only using the localhost(without appending the port to it). Ex I want to access the application through "http://localhost" instead of "http://localhost:8080".
    I tried to configure it using the concept of vertical clustering and "load balancer", but failed to do that.
    Can anyone please tell me steps to configure apache web server with tomcat or provide any useful link / urls to do that one.
    Thanks in advance

    The only way you can achieve it is by running the web server to listen on port 80
    Please change the port in your httpd.conf file for the webserver and restart it.
    If any other processes are running/using on port 80 on that machine, then please stop them, otherwise you will not be able to achieve your requirement.
    Arun

  • HT1937 i have just downloaded a new version of Iphone software on my iphone 3 . but i'm facing problem in configuring it . also tried to configure it with itunes but it always says that there's no sim card in your phone and previously i was using same sim

    i have just downloaded a new version of Iphone software on my iphone 3 . but i'm facing problem in configuring it . also tried to configure it with itunes but it always says that there's no sim card in your phone and previously i was using same sim without any problem . need solution . kindly help .

    Hello ashharuddin,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iPhone: Troubleshooting No SIM
    http://support.apple.com/kb/ts4148
    Toggle Airplane mode On and Off.
    Try turning iPhone off and then on again.
    Check for a carrier settings update. Tap Settings > General > About. If an update is available, a prompt will appear.
    Remove the SIM Card and verify that it is a valid, carrier-manufactured SIM. Also verify that it is not damaged, worn, or modified. Then reinsert it.
    Restore the iPhone.
    Have a nice day,
    Mario

  • Problem to configure Blink Pro (App). Error SSL certificate verification error (PJSIP_TLS_ECERTVERIF) (503)

    Problem to configure Blink Pro (App). Error SSL certificate verification error (PJSIP_TLS_ECERTVERIF) (503)

    Hi, William
    My question is if you can help me and support me to configure the Blink Pro App, I have a Mac Book Air, OS X 10.9.1.
    hope for your answer

  • Problem in configuring Portal 3.0

    Hi,
    I am using Oracle 9iAS Rel 1.0.2.2.2a with 9i database Rel 9.0.1 on windows2k server. I am able to login with "sys" in normal mode by adding
    "O7_dictionary_Accessibility = True" to the parameter file. But the problem is that the portal needs "shared_pool_size = 31457280", whereas, I have given "shared_pool_size = 33554432" which is heigher than the required size.
    I have tried even with Oracle 9iAS Rel 1.0.2.2.0 but i still get the same error.
    Please help me to come out of this problem and configure the portal.
    Can mail to [email protected]
    Thanks,
    Ravindra

    must apply patch for bug 2014354, base bug: 1874284, on this platform.

Maybe you are looking for