GUI of Solaris 8

It's me again! When installing Solaris 8, due to the limited disk space, I chose core group with custom settings. Is that why I will not get the GUI, with open windows or CDE? How do I add the GUI, which I'm more familiar with?
If I add another harddisk, and want to set network(which I did not set previously either) and GUI, do I have to reinstall?
Thanks in advance...

As root, if you run "sys-unconfig" it will ask you sys id questions all over again, including networking questions. Othewise man sys-unconfig to see the files you would have to modify. On Solaris 8 you may want to install patch 109318 (Sparc) or 109319(Intel x86) first, before running sys-unconfig. It fixes a bug in sys-unconfig.

Similar Messages

  • SAP Java Gui in Solaris 10 x86.

    Who run the Java Gui in Solaris 10 x86?
    After I installed Java Gui in Solaris 10 x86 and run guilogon, when I connect the server I created, I got the error message:
    Attempt to load shared library /opt/SAPClients/SAPGui7.00/binlibJPlatin.so failed.
    The library file exists, so either the program
    don't has the privileges to access the library
    or the library is not loadable by the shared object loader
    Technical information:
    Error location: GuiJniLoader.loadPlatinLibrary()
    Error message: /opt/SAPClients/SAPGUI7.00/bin/libJPlation.so:ld.so.1:java:fatal:/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so:wrong ELF data format:ELFDATA2MSB
    After I confirm the dialog, another error message appears:
    JniAgiLibAdaptor.<init>: Cannot load JNI library.
    I checked the supported OS, it doesn't contains Solaris 10 X86, but I think Solaris 10 was open source, just like linux, why doesn't SAP Java Gui support Solaris 10 X86? And now , how can I solve this problem?

    What you see is what happens when the Java runtime running on Solaris 10 x86 tries to load a library which is compiled for SPARC.
    Because of the native parts in SAP GUI for Java, compilations and installers are required for each OS - HW combination.
    The supported platforms can be seen in SAP note 954572. For Solaris only SPARC is currently supported.
    Because of the effort needed for compiling, testing, support etc. it is required to focus on OS - HW combinations widely used on desktop machines and Solaris 10 on x86 currently does not seem to be one of those.

  • How to start GUI in SOLARIS

    I recently installed SOLARIS 10 and it logged me IN automatically as "root". I wanna know how to start the GUI shell. Ma sys is P-4 3.2 with 512 DDR 266 RAM
    The steps that show up are
    grub loading stage2...
    <options> (bootmenu)
    1)Solaris 10 1/06 s10x_u1wos_19a x86
    2)solaris fail (something like that-can't remmember)
    3)windows
    Pressed ENTER on1 and licence screen showed up.
    Hostname : satyam-9665 (I entered it earlier)
    checking ufs filesystem
    Satyam-9665 console login
    aug(date n time) Satyam-9665 sendmail[372]:My unqualified host name(local host) unknown; sleeping for retry
    Starting desktop login on display:0
    wait for the Desktop screen before logging in
    The X Server can not be started on display:0
    The screen flickered a bit here
    aug(date n time) Satyam-9665 sendmail[315]:My unqualified my own domain name(local host) --using short name
    After this I was in the terminal/console as "root"
    PS: I made the following choices during installation.
    * opted for NON-NETWORKED
    * selected ENTIRE GROUP
    * Hostname was given as Satyam-9665

    Are you taking about the Oracle DBCA utility?

  • How to start graphical desktop GUI from solaris console login?

    I installed successfully Solaris 11 Express.
    However after Restart only the solaris console login prompt appears.
    How can I manually start the graphical desktop GUI from console login?
    How can I start always automatically the graphical desktop GUI from console login?
    Peter

    When you install Solaris 11 Express from the LiveCD on a system which supports the graphical login screen, it usually comes up automatically. So first, we need to know why this didin't happen. First, did you use Automated Install? If so, you may not have all of the software you need. If that is the case, you may need to do a "pkg install slim_install" as root to get the software you need. If you have all of the software you need, check "svcs -xv" to make sure that there were no problems in the system start up. If problems are listed, you should resolve those issues and see if that allows the graphic install to come up. If "svcs -xv" is clean, you should check the "gdm" service. If it is disabled, you need to enable it. I'm sure there are other potential problems but this should get you started.

  • Install a FTP Server and GUI on Solaris 2.5.1.

    Hi All.
    I have two questions.
    1. What i have to do to install a FTP server on the installed Solaris 2.5.1 ?
    2. How can i install GUI on the same system ?
    I've installed Solaris on the Sparc Station, but, by default, the GUI was not installed
    on it.
    And now, when i turn on the power, i see only the command promt on the screen.
    How can i fix this "bug":-)
    Help me if you can.
    Thanks.

    1) The Sun provided FTP server should already be installed on the system unless the machine has been installed using a minimal install cluster. You might consider using something like ProFTPd. This is a VERY configuration FTP server and is a much better FTP server then the FTPd that comes with Solaris 2.5.1. See http://www.proftpd.org for more info.
    2) This is isn't a bug its actually a requirement for most people for servers in production or even development environments. The X "GUI" chews up a not insignificant amount of memory and proposes a security risk. To reactivate the GUI for startup at boot time, run this as root:
    /usr/dt/bin/dtconfig -e
    This of course assumes all the expected CDE/OpenWindows packages are available on the system. I haven't used CDE in years but I think you need to reboot the system to get CDE to startup correctly and grab the console. Not sure if starting it up while you are logged into the console will work.
    P.S. CDE is a PPPIIIGGGG. Run something respectible like Fluxbox or Blackbox. Heck, Gnome and KDE are pigs too but they are still better then CDE - twm is better then CDE LOL :)
    3) You said "I've installed ..." - I assume this means recently. You might consider upgrading to a more recent release of Solaris. Solaris 2.5.1 is rather "out of date" - this is not troll bait folks.

  • JDK 1.4 UnsatisfiedLinkError while starting GUI - Solaris

    I get the folling error when starting the JUNIT test GUI on Solaris.
    [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /export/j2sdk1.4.1_01/jre/lib/sparc/motif12/libmawt.so
    [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1371)
    [java] at java.lang.Runtime.load0(Runtime.java:737)
    [java] at java.lang.System.load(System.java:809)
    [java] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    [java] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
    [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)
    [java] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    [java] at java.lang.System.loadLibrary(System.java:832)
    [java] at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    [java] at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    [java] at java.awt.Component.<clinit>(Component.java:507)
    [java] at junit.swingui.TestRunner.<clinit>(TestRunner.java:46)
    [java] Java Result: 1
    I ran a search for the libmawt.so file in the JDK installation and found it in
    /export/j2sdk1.4.1_01/jre/lib/sparc/motif21/libmawt.so
    /export/j2sdk1.4.1_01/jre/lib/sparc/headless/libmawt.so
    Any ideas?

    You are probably running on a Solaris 2.6 machine whcih Java 1.4 no longer supports.
    The motif 1.2 support was removed due to some sort of security problem.
    I managed to resolve this my making a symbolic link from motif21 to motif12
    and coping a /usr/dt/lib/libXm.so.4 from a solaris 8 machine. A Solaris 9 version
    has more dependancyed in the motif library and was abandoned.
    I know Its about a year late in my response, but I figured other may have a simular problem.

  • Solaris installation on toshiba laptop along with windows

    i installed solaris 10 on my toshiba laptop,having windows.The solaris get installed but i am able to use only through commands.the gui is not showing.while installation also the gui is not showing but when installed in virtual bow gui is showing at the time of  installation and after installation i am able to use the gui of solaris 10 and works fine.dont know what is the reason while installing on laptop directly

    The reason is simple why it's work on VirtualBox. In VBox, this software emulates a generic graphical chipset. In one phrase, we have the same chipset for each machine type.
    Look if Solaris 10 can run with VESA driver and when not you can still share the chipset reference that you have and I can try to see if this is supported or not.

  • Bo and Solaris

    Post Author: amr_foci
    CA Forum: Deployment
    any one had experience installing business objects XI 3.0 on solaris server?

    Hi Ingo,
    SAP integration kit is installed on the BO server.
    we could see the disabled sap tab among the authentications in CMC.
    How to enable the sap tab?
    For more information,we have installed the softwares in following order
    1) BO XIR2 sp5 on solaris
    2) BO Integration kit for SAP on solaris and imported transports.
    3) SAP Gui on solaris
    Also when we try to establish a connection from BO universe designer to SAP cubes it gives the following error "Couldnot load the provider for transport sap"

  • Anybody have screen shots for Solaris8

    Anybody have screen shots for Solaris8? I just ordered it, and I can't wait for it to arrive in my mail box!

    It's CDE - hardly exciting. I've also seen folks running "Linux style" GUIs on Solaris - KDE, Enlightenment etc

  • Different Colors - ColorModel

    I have a Swing GUI on Windows NT with different colors.
    Then I started the same GUI on Solaris.
    If found out that Java does not use the whole RGB range on solaris - only 256 colors are used.
    The difference is that on Windows the DirectColorModel and on Solaris
    the IndexColorModel is used. (Toolkit.geToolkit.getDefaultToolkit().getColorModel())
    Is there a way to show the whole RGB range on Solaris?
    Thanks in advance,
    Anita

    Test thid code and tell me if you can change the display modes :
    * This test generates a table of all available display modes, enters
    * full-screen mode, if available, and allows you to change the display mode.
    * The application should look fine under each enumerated display mode.
    * On UNIX, only a single display mode should be available, and on Win32,
    * display modes should depend on direct draw availability and the type
    * of graphics card.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.table.*;
    class DisplayModeModel extends DefaultTableModel {
        private DisplayMode[] modes;
        public DisplayModeModel(DisplayMode[] modes) {
            this.modes = modes;
        public DisplayMode getDisplayMode(int r) {
            return modes[r];
        public String getColumnName(int c) {
            return DisplayModeTest.COLUMN_NAMES[c];
        public int getColumnCount() {
            return DisplayModeTest.COLUMN_WIDTHS.length;
        public boolean isCellEditable(int r, int c) {
            return false;
        public int getRowCount() {
            if (modes == null) {
                return 0;
            return modes.length;
        public Object getValueAt(int rowIndex, int colIndex) {
            DisplayMode dm = modes[rowIndex];
            switch (colIndex) {
                case DisplayModeTest.INDEX_WIDTH :
                    return Integer.toString(dm.getWidth());
                case DisplayModeTest.INDEX_HEIGHT :
                    return Integer.toString(dm.getHeight());
                case DisplayModeTest.INDEX_BITDEPTH : {
                    int bitDepth = dm.getBitDepth();
                    String ret;
                    if (bitDepth == DisplayMode.BIT_DEPTH_MULTI) {
                        ret = "Multi";
                    } else {
                        ret = Integer.toString(bitDepth);
                    return ret;
                case DisplayModeTest.INDEX_REFRESHRATE : {
                    int refreshRate = dm.getRefreshRate();
                    String ret;
                    if (refreshRate == DisplayMode.REFRESH_RATE_UNKNOWN) {
                        ret = "Unknown";
                    } else {
                        ret = Integer.toString(refreshRate);
                    return ret;
            throw new ArrayIndexOutOfBoundsException("Invalid column value");
    public class DisplayModeTest extends JFrame implements ActionListener,
        ListSelectionListener {
         public KeyListener kl;
        private boolean waiting = false;
        private GraphicsDevice device;
        private DisplayMode originalDM;
        private JButton exit = new JButton("Exit");
        private JButton changeDM = new JButton("Set Display");
        private JLabel currentDM = new JLabel();
        private JTable dmList = new JTable();
        private JScrollPane dmPane = new JScrollPane(dmList);
        private boolean isFullScreen = false;
        public static final int INDEX_WIDTH = 0;
        public static final int INDEX_HEIGHT = 1;
        public static final int INDEX_BITDEPTH = 2;
        public static final int INDEX_REFRESHRATE = 3;
        public static final int[] COLUMN_WIDTHS = new int[] {100, 100, 100, 100 };
        public static final String[] COLUMN_NAMES = new String[] {"Width", "Height", "Bit Depth", "Refresh Rate"};
        public DisplayModeTest(GraphicsDevice device) {
            super(device.getDefaultConfiguration());
            this.device = device;
            setTitle("Display Mode Test");
            originalDM = device.getDisplayMode();
            setDMLabel(originalDM);
            setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
            // Make sure a DM is always selected in the list
            exit.addActionListener(this);
            changeDM.addActionListener(this);
            changeDM.setEnabled(device.isDisplayChangeSupported());
            setUndecorated(true);
              addWindowListener(new WindowAdapter() {
                   public void windowActivated(WindowEvent e) {
                        changeScreen(true);
                   public void windowDeactivated(WindowEvent e) {
                        changeScreen(false);
        public void actionPerformed(ActionEvent ev) {
            Object source = ev.getSource();
            if (source == exit) {
                device.setDisplayMode(originalDM);
                System.exit(0);
              else { // if (source == changeDM)
                int index = dmList.getSelectionModel().getAnchorSelectionIndex();
                if (index >= 0) {
                    DisplayModeModel model = (DisplayModeModel)dmList.getModel();
                    DisplayMode dm = model.getDisplayMode(index);
                    device.setDisplayMode(dm);
                    setDMLabel(dm);
                    setSize(new Dimension(dm.getWidth(), dm.getHeight()));
                    validate();
        public void valueChanged(ListSelectionEvent ev) {
            changeDM.setEnabled(device.isDisplayChangeSupported());
        private void initComponents(Container c) {
            setContentPane(c);
            c.setLayout(new BorderLayout());
            // Current DM
            JPanel currentPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
            c.add(currentPanel, BorderLayout.NORTH);
            JLabel current = new JLabel("Current Display Mode : ");
            currentPanel.add(current);
            currentPanel.add(currentDM);
            // Display Modes
            JPanel modesPanel = new JPanel(new GridLayout(1, 2));
            c.add(modesPanel, BorderLayout.CENTER);
            // List of display modes
            for (int i = 0; i < COLUMN_WIDTHS.length; i++) {
                TableColumn col = new TableColumn(i, COLUMN_WIDTHS);
    col.setIdentifier(COLUMN_NAMES[i]);
    col.setHeaderValue(COLUMN_NAMES[i]);
    dmList.addColumn(col);
    dmList.getSelectionModel().setSelectionMode(
    ListSelectionModel.SINGLE_SELECTION);
    dmList.getSelectionModel().addListSelectionListener(this);
    modesPanel.add(dmPane);
    // Controls
    JPanel controlsPanelA = new JPanel(new BorderLayout());
    modesPanel.add(controlsPanelA);
    JPanel controlsPanelB = new JPanel(new GridLayout(2, 1));
    controlsPanelA.add(controlsPanelB, BorderLayout.NORTH);
    // Exit
    JPanel exitPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
    controlsPanelB.add(exitPanel);
    exitPanel.add(exit);
    // Change DM
    JPanel changeDMPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
    controlsPanelB.add(changeDMPanel);
    changeDMPanel.add(changeDM);
    controlsPanelA.add(new JPanel(), BorderLayout.CENTER);
    public void setVisible(boolean isVis) {
    super.setVisible(isVis);
    if (isVis) {
    dmList.setModel(new DisplayModeModel(device.getDisplayModes()));
    public void setDMLabel(DisplayMode newMode) {
    int bitDepth = newMode.getBitDepth();
    int refreshRate = newMode.getRefreshRate();
    String bd, rr;
    if (bitDepth == DisplayMode.BIT_DEPTH_MULTI) {
    bd = "Multi";
    } else {
    bd = Integer.toString(bitDepth);
    if (refreshRate == DisplayMode.REFRESH_RATE_UNKNOWN) {
    rr = "Unknown";
    } else {
    rr = Integer.toString(refreshRate);
    currentDM.setText(
    COLUMN_NAMES[INDEX_WIDTH] + ": " + newMode.getWidth() + " "
    + COLUMN_NAMES[INDEX_HEIGHT] + ": " + newMode.getHeight() + " "
    + COLUMN_NAMES[INDEX_BITDEPTH] + ": " + bd + " "
    + COLUMN_NAMES[INDEX_REFRESHRATE] + ": " + rr
    public void begin() {
    isFullScreen = device.isFullScreenSupported();
    // setUndecorated(isFullScreen);
    // setResizable(!isFullScreen);
    if (isFullScreen) {
    // Full-screen mode
    device.setFullScreenWindow(this);
    validate();
    } else {
    // Windowed mode
    pack();
    setVisible(true);
    public void changeScreen(boolean full) {
    if (full) {
    // Full-screen mode
                   setResizable(!full);
    device.setFullScreenWindow(this);
    validate();
    } else {
    // Windowed mode
    device.setFullScreenWindow(null);
    // setUndecorated(full);
    /* setResizable(!full);
    pack();*/
    public static void main(String[] args) {
              try {
                   UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
              catch (Exception ex) {
                   System.out.println(ex);
    GraphicsEnvironment env = GraphicsEnvironment.
    getLocalGraphicsEnvironment();
    GraphicsDevice[] devices = env.getScreenDevices();
    // REMIND : Multi-monitor full-screen mode not yet supported
    for (int i = 0; i < 1 /*devices.length */; i++) {
    DisplayModeTest test = new DisplayModeTest(devices[i]);
    test.initComponents(test.getContentPane());
    test.setVisible(true);
    // test.begin();
              //     test.changeScreen(false);
    Denis

  • Oracle 11g client installation on Solaris in non GUI mode

    Hi,
    I want to know if there is a way i can install Oracle 11g client on Solaris 10 machine in non GUI mode (ie. i want to do it from a command based terminal)
    Thanks
    Anup

    Hi Anup
    You have two ways to install it
    1) Client installation without response file
    Please Refer to Doc ID 885643.1
    2) With Response file
    Refer to the document available in Document library
    Document Oracle® Database Client Installation Guide
    11g Release 2 (11.2) for Solaris Operating System
    Note: from 11gR2 onwards you can create a response file from GUI also and then use it later on for silent installation.
    Hope this is helpful for You
    Regards
    Sudhir
    Edited by: user13090769 on Sep 1, 2010 10:55 AM
    Edited by: user13090769 on Sep 1, 2010 10:56 AM

  • Installed LDOM on solaris 10, Primay domain GUI isn't working.

    We have a SUN T2000 server, where we had installed LDOM 1.1 version in the existing Solaris 10 version. We created only one guest domain. When thought, we are all set.. the Primary domain XDMCP remote logins
    is n't working. Whereas the guest XDMCP remote login(GUI) is working fine.
    I receive the following error whne I start the GDM :-
    bash-3.00# gdm
    bash-3.00# Apr 22 20:07:41 BLRSOLPLM01 gdm[5656]: gdm_slave_xioerror_handler: Fa
    tal X error - Restarting :0
    Apr 22 20:07:44 BLRSOLPLM01 gdm[5659]: gdm_slave_xioerror_handler: Fatal X error
    - Restarting :0
    Apr 22 20:07:47 BLRSOLPLM01 gdm[5662]: gdm_slave_xioerror_handler: Fatal X error
    - Restarting :0
    Apr 22 20:07:47 BLRSOLPLM01 gdm[5655]: Failed to start X server several times in
    a short time period; disabling display :0
    dtlogin is running..
    bash-3.00# ps -ef |grep -i dtlogin
    root 5499 1 0 20:05:32 ? 0:00 /usr/dt/bin/dtlogin -daemon -udpPort 0
    root 5690 5619 0 20:12:00 console 0:00 grep -i dtlogin
    bash-3.00# netstta -an |grep 177
    bash: netstta: command not found
    port no.177 is open
    bash-3.00# netstat -an |grep 177
    *.177 Idle
    *.177 Idle
    bash-3.00# ps -ef |grep gdm
    root 5698 5619 0 20:12:20 console 0:00 grep gdm
    root 5655 1 0 20:07:41 ? 0:00 /usr/bin/gdm-binary
    $cat /etc/X11/gdm/gdm.conf# XDMCP is the protocol that allows remote login. If you want to log into
    # gdm remotely (I'd never turn this on on open network, use ssh for such
    # remote usage that). You can then run X with -query <thishost> to log in,
    # or -indirect <thishost> to run a chooser. Look for the 'Terminal' server
    # type at the bottom of this config file.
    [xdmcp]
    # Distributions: Ship with this off. It is never a safe thing to leave
    # out on the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only
    # allow local access is another alternative but not the safest.
    # Firewalling port 177 is the safest if you wish to have xdmcp on.
    # Read the manual for more notes on the security of XDMCP.
    Enable=true
    This problem occured soon after the LDOM 1.1 installation, prior to the LDOM installation, GUI in the primary domain was working great. I could find a script file LDoms_Manager-1_1\Product\SUNWjass\reloc\SUNWjass\Finish\disable-xdmcp.fin
    which I beleive has screwed up the XDMCP remote logins.
    Please help me to resolve this issue.

    Our system "solaris 10 sparc" crashes "hangs" when we connect remotly with exceed with the follwing error..
    gdm_slave_xioerror_handler: Fatal X error - Restarting
    Does any one have the solution?.

  • Solaris 10 X86 11/06 Hangs on GUI Login Screen

    1) Solaris X86 11/06 installed on a Intel Core 2 Duo,S975XBX
    10GB Partitioned for Solaris
    20GB Partitioned for Linux
    2) menu.lst edited to add support for Linux (To ensure linux boot options are not missed. )
    Thanks to the article
    http://www.sun.com/bigadmin/features/articles/multiboot_laptop.html
    3) Installation went Fine. The Grub allows me choose between Solaris , Solaris faile safe and Linux.
    4) Boot Linux [Things are fine]
    5) Boot Solaris
    After sometime GUI login screen appears,
    Mouse is enabled
    On any key press to input login id
    System hangs.
    Any help?

    I installed Solaris 10 on my x86 machine once. Worked fine, but it wouldnt apply any changes i made. Then, whenever i told it to shutdown, it just logged me off. I installed it again and it wouldnt let me login as root for first time, i double checked password when i set it. Then, i got into a nostalgia mood and installed Solaris 9 on exact same machine, hard drive etc etc. Same fault. Whats happening? Is a good spec machine according 2 HCL (is custom built)

  • Solaris 10 8/07 failed to register (sconadm & GUI)

    Hi,
    I'm getting mad! :(
    I'm not able to register my e6500 (bought used) to get the software updates.
    I digged in the forum, but w/o any result.
    I downloaded by hand any suggested patches, cleaned and restarted all cacao stuff but at the end I always get "failed registration!"
    I can access to www.sun.com:80, cns-services.sun.com:443, getupdates1.sun.com:443, a248.e.akamai.net:443, cns-transport.sun.com:443
    I also tried via GUI but w/o any success.
    Here is the error on the log:
    SEVERE: Error: SWUPOM register() exception: Failed to register asset with AMS. Error message is :com.sun.scn.offering.prom.AssetRegistrationException: InvalidAssetException
    Aug 19, 2008 12:45:20 AM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter registerSystem
    SEVERE:
    com.sun.scn.offering.swupom.SWUPOfferingInstance.register(SWUPOfferingInstance.java:370)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    javax.management.StandardMBean.invoke(StandardMBean.java:323)
    com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:736)
    com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInterceptor.java:618)
    com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:106)
    javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1410)
    javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1247)
    java.security.AccessController.doPrivileged(Native Method)
    javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1350)
    javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:784)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    sun.rmi.transport.Transport$1.run(Transport.java:153)
    java.security.AccessController.doPrivileged(Native Method)
    sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    java.lang.Thread.run(Thread.java:595)
    Aug 19, 2008 12:45:20 AM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter getRegisterResult
    INFO: SWUPOM Fault: Failed to register asset with AMS. Error message is :com.sun.scn.offering.prom.AssetRegistrationException: InvalidAssetException
    Some further infos:
    #cat /etc/release
    Solaris 10 8/07 s10s_u4wos_12b SPARC
    Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 August 2007
    #java -version
    java version "1.5.0_16"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_16-b02)
    Java HotSpot(TM) Server VM (build 1.5.0_16-b02, mixed mode)
    #cacaoadm get-param java-home
    java-home=/usr/jdk/jdk1.5.0_16
    here is the content of my registration profile (yes I can login as I can use those user and pass to register w/o any problem on the same subnet a Solaris x86)
    userName=<removed>
    password=<removed>
    hostName=ent6500
    subscriptionKey=
    portalEnabled=false
    proxyHostName=
    proxyPort=
    proxyUserName=
    proxyPassword=
    Any hint?
    (last note.. all 20 CPU's are on line)
    any hint would be really appreciated.

    INFO: calling ams.registerAsset .......
    Aug 19, 2008 4:34:46 PM com.sun.scn.offering.prom.AssetManagementServiceProvider registerAsset
    INFO: DEBUG: next call is ams.registerAsset
    Aug 19, 2008 4:34:48 PM com.sun.scn.service.BaseServiceClient dumpThrowable
    WARNING: XYXYXY
    com.sun.scn.offering.service.ams.InvalidAssetException: The Asset information is invalid.
    at com.sun.scn.offering.service.ams.InvalidAssetException_LiteralSerializer.doDeserialize(InvalidAssetException_LiteralSerializer.java:56)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.internalDeserialize(LiteralObjectSerializerBase.java:216)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.deserialize(LiteralObjectSerializerBase.java:124)
    at com.sun.scn.offering.service.ams.AssetMgmtServiceIF_registerAsset_Fault_SOAPSerializer.deserializeDetail(AssetMgmtServiceIF_registerAsset_Fault_SOAPSerializer.java:159)
    at com.sun.xml.rpc.encoding.SOAPFaultInfoSerializer.doDeserialize(SOAPFaultInfoSerializer.java:134)
    at com.sun.xml.rpc.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:192)
    at com.sun.xml.rpc.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:155)
    at com.sun.scn.offering.service.ams.AssetMgmtServiceIF_Stub._readBodyFaultElement(AssetMgmtServiceIF_Stub.java:483)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:208)
    at com.sun.scn.offering.service.ams.AssetMgmtServiceIF_Stub.registerAsset(AssetMgmtServiceIF_Stub.java:261)
    at com.sun.scn.offering.prom.AssetManagementServiceProvider.registerAsset(AssetManagementServiceProvider.java:154)
    at com.sun.scn.offering.swupom.SWUPOfferingInstance.register(SWUPOfferingInstance.java:338)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    at javax.management.StandardMBean.invoke(StandardMBean.java:323)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:736)
    at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInterceptor.java:618)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:106)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1410)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1247)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1350)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:784)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    everything is collected (CPU's HDD's...) at one point i got this warning in cacao log.
    I've really no clue what the application means by "The Asset information is invalid".
    I think it may be due to the fact that cpu #20 is not correctly detected:
    This form the xml that is collected in cacaco
    <cpu.list populated="20">
    <cpu id="0">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="1">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="4">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="5">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="8">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="9">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="12">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="13">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="16">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="17">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="20">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="21">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="24">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="25">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="26">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="27">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="28">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="29">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu id="30">
    <cpu.architecture>sparcv9</cpu.architecture>
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="Mhz">400</cpu.speed>
    <cpu.status>P_ONLINE</cpu.status>
    </cpu>
    <cpu>
    <cpu.architecture />
    <cpu.device.id>0</cpu.device.id>
    <cpu.model>UltraSPARC-II</cpu.model>
    <cpu.speed units="" />
    <cpu.status />
    </cpu>
    </cpu.list>
    As you can see cpu31 is not correctly identified :(
    Is this the reason?
    Edited by: pinciopallino on Aug 19, 2008 5:03 PM

  • Solaris 10 Firewall configuration with a GUI application

    Hello,
    I am quite a novice regarding Solaris.
    I have searched for hours on the web for a safe GUI application with which I can configure the
    firewall on Solaris 10 05/2009 in order to surf the Internet. Unfortunately I have not found one but
    lots of instructions instead on how to modify various config file setting, which I do not understand.
    My Solaris books are also of no help.
    Is there a precompiled GUI tool available similar to the one shipped with OpenSUSE's yast ?
    I think such a tool would make Solaris much more attractive for non-sysadmins - also because of
    its excellent hardware support that is superior to Linux.
    Thank you,
    Alexander

    IPF studied in little chunks is really easy to manipulate.
    Fortunately there is a doc that splits up IPF into little chunks with each new chunk building on all of the old chunks.
    http://www.obfuscation.org/ipf/ipf-howto.txt
    Then all you need to do is to create /etc/ipf/ipf.conf
    and
    svcadm enable ipfilter
    alan

Maybe you are looking for

  • Please help, programs crash with Windows XP

    I have this card: "KT6 Delta-FIS2R" I have installed to different XP installs... Same problem(I have not tryed any other OS yet...) When I run programs like putty.exe, Windows Media Player etc.. it comes up just an error(Please tell microsoft about t

  • Can't use function in creating record group

    Gurus, This question is for developers. Is this true one can't use function in creating record group. I am using form5. thanks, ZW

  • Error while connecting to Oracle db using jdbc

    When I try to execute a java class which has to access data in the Oracle db using Jdbc connection, get an error -- Appln- pathname/filename is attempting to call the OCI function (opinit) this function does not exist in ORA72.DLL. Exit this appln ?

  • Vendor Get Details

    Hii, Is there any Function Module or Bapi for getting details of a vendor. Other than this three functional module 1) read_lfa1 2) read_lfb1 3) vendor_read Regards Hiren K.Chitalia

  • Weigh Bridge Interface

    Dear ABAPers, I am in Cement Implementation Project and they asked for an interface between ERP and Weigh Bridge in SD cycle . Kindly could anyone tell me how can i start with this task? or can anyone provide methodology for performing this interface