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.

Similar Messages

  • How to start a GP process from a url within EP?

    I know how to start a GP process from the webdynpro url generated from the instantiation tab of a GP process.
    But if I use this url, the end-user will be prompted with a login screen to authenticate to the J2ee server because it's a webdynpro url and it doesn't recognized that the user is already logged in the Portal.
    How can i avoid this login screen or how can I get a Portal url that launch the GP process directly? Thanks, Andre

    Hi Austin,
    There is a strange problem when creating a web dynpro with the URL parameters. It web dynpro window pops up a new portal window in which the process is displayed. Rather, if I create a URL iView of the form http://<host>:port>/webdynpro/dispatcher/sap.com/cafeugpuiinst/AInstantiation?process.template.id=<...>&process.autostart=t it works fine!
    I'd like the web dynpro iView to work cause otherwise I'll have to add static sapcssurl parametes for the theme etc. which I want to avoid.
    Regards,
    Nirav

  • How to install graphical desktop interface on Oracle linux server 6.2

    Hi
    I have installed Oracle Linux server 6.2 how i install graphical desktop interface on server class installation

    If this is in the very early stage I suggest to re-install the OS.
    Look out for the window to select the set of software to install. Leave Basic Server selected, but choose the Customize now ratio button. Select the Desktops group on the left side of the window. Choose at least the X Window System, Fonts and Desktop packages. To get a similar Desktop like in previous Enterprise Linux releases, add also the General Purpose Desktop and Graphical Administration Tools packages

  • How to start an executable program from a java program ?

    Hi,
    does someone know how to start an executable program from a JAVA program ?
    Thanks, Fred.

    Take a look at the Runtime class.
    -S-

  • How to start a Web GUI program from a Web Dynpro application

    I know the program name , and it is a Web GUI program ,is anybody know how to start it from a Web Dynpro application

    hi,
    I use the following program to call a SAP GUI program :
    DATA: l_componentcontroller TYPE REF TO ig_componentcontroller.
      DATA: l_api_componentcontroller type ref to if_wd_component.
      DATA: l_sapgui_manager type ref to cl_wdr_sapgui_integration.
      DATA: lt_parameters    TYPE wdr_name_value_list.
      l_componentcontroller = wd_this->get_componentcontroller_ctr( ).
      l_api_componentcontroller = l_componentcontroller->wd_get_api( ).
      l_sapgui_manager = l_api_componentcontroller->get_sapgui_manager( ).
      IF l_sapgui_manager IS NOT INITIAL.
        l_sapgui_manager->fire( EXPORTING name = 'PROGRAM_NAME 'parameters = lt_parameters ).
    But the l_sapgui_manager is always initial , what can I do ?
    ENDIF.

  • How To Start Forms and Reports From Start Command

    Hi All,
    How to start Oracle Forms and Reports in Oracle8i My OS is Windows 2000.Please tell the procedure to get into forms and reports.
    Otherwise we have to install other software for Forms and Reports.
    Thanks
    Sujan

    Sujan,
    what does the database have to do with starting Forms and Reports ? If you are on Wondows2000 then navigate to the \bin directory if the Oracle Home you installed Oracle9iDS to. Type ifbld90 for Forms and rwbuilder for Reports design environment.
    If your ability to start Forms and Reports from the command line is your only exit criteria in evaluating software for a project , how far will you go with it?
    Frank

  • How to start/stop process flow from sql*plus?

    Hi,
    i know how to start a process flow via sqlplus_exec_template.sql, but i cannot find any information on how to stop (and rollback) a working flow from sql*plus. Any help would be appreciated.
    Greetings
    Christoph
    Message was edited by:
    ctrierweiler

    Hi,
    I've had a go.
    How should I interpret the results of list_requests:
    owner_owr@ORKDEV01> @list_requests
    ====================
    DEPLOYMENTS
    ====================
    Audit ID Status Name Date Owner
    2706 READY Deployment Fri Nov 11-NOV-05 10:49:59 OWNER_OWR
    11 10:46:37 CET 2
    005
    ====================
    DEPLOYMENT UNITS
    ====================
    Audit ID Status Name Date Owner
    2707 READY Unit0 11-NOV-05 10:49:59 OWNER_OWR
    ====================
    EXECUTIONS
    ====================
    Er zijn geen rijen geselecteerd.
    owner_owr@ORKDEV01>
    Whilst a process flow is executing the last query will list executions, all of which have status BUSY:
    owner_owr@ORKDEV01> @list_requests
    ====================
    DEPLOYMENTS
    ====================
    Audit ID Status Name Date Owner
    2706 READY Deployment Fri Nov 11-NOV-05 10:49:59 OWNER_OWR
    11 10:46:37 CET 2
    005
    ====================
    DEPLOYMENT UNITS
    ====================
    Audit ID Status Name Date Owner
    2707 READY Unit0 11-NOV-05 10:49:59 OWNER_OWR
    ====================
    EXECUTIONS
    ====================
    Audit ID Status Name Date Owner
    394512 BUSY PF_ONB01 04-MEI-06 09:11:12 OWNER_OWX
    395328 BUSY ONB:FULL_PREPARE 04-MEI-06 09:11:55 OWNER_OWR
    395324 BUSY PF_ONB01:ONB 04-MEI-06 09:11:55 OWNER_OWR
    owner_owr@ORKDEV01>
    As an aside, I will attempt to get rid of the READY deployment and deployment unit using deactive_deployment.sql
    Now, if I attempt to use deactivate_execution.sql on any of the executions with status BUSY I get:
    owner_owr@ORKDEV01> @deactivate_execution
    Voer waarde voor 1 in: 396136
    declare
    FOUT in regel 1:
    .ORA-20003: The object is not in a valid state for the requested operation
    ORA-06512: at "OWNER_OWR.WB_RTI_EXCEPTIONS", line 94
    ORA-06512: at "OWNER_OWR.WB_RTI_EXECUTION", line 774
    ORA-06512: at "OWNER_OWR.WB_RT_EXECUTION", line 90
    ORA-06512: at line 4
    owner_owr@ORKDEV01>
    So all the seems to remain is to use abort_exec_request.sql
    This does the job, but the script itself hangs.
    I think it has to do with the l_stream_id not being checked again after the initial IF. I think it should probably be part of the loop condition as it is again reset in the do_acks inside the loop.
    Cheers & thanks,
    Colin

  • How do I remove Desktop Manager from loading every time I turn on my PC?

    Desktop Manager loads every time I turn on my PC.  How do I make that stop?  I only want Desktop Manager to load when I plug in my BB to do a backup/restore, etc.  I use Windows 7. 

    Hello wvusuperfan,
    Open the Desktop Software, select the Tools menu and go to General tab and make sure the "Start BlackBerry Desktop Software when a device is connected" options is unchecked.
    Press OK  and close the application.
    Cheers,
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • How to start a BPM process from ERP system

    Hi,
    I created a process in Netweaver Developer Studio with the Process Composer in SAP CE 7.1 BPM, now I want to automatically start the process by saving a SAP document like purchase requisition or purchase order. Therefore I think about implementing a UserExit / Badi or something else.
    The following systems are available in my Landascape:
    - PI 7.1
    - ERP 2005
    - CE 7.1 EHP1 with ESR
    Does someone have an idea how to start the BPM Process or how to trigger start event?
    Greetings,
    Christian

    the process by saving a SAP document like purchase requisition or purchase order.
    Based on your business process, you will have to decide what data should be sent to other system. It could be in the form of Idoc trigger or an RFC calls. If there are non-SAP systems involved, you should be using PI 7.1 too. In that case, you can communicate using Abap proxy call too. For this you may either call an RFC internally in a report and schedule it.
    Regards,
    Prateek

  • How to start OracleOraDb10g_home1iSQL*Plus service from command line (PC)

    After installing 10G, I now have a service with this name: OracleOraDb10g_home1iSQL*Plus
    I need to be able to start/stop the service from windows 2000 command line,
    BUT "net start OracleOraDb10g_home1iSQL*Plus" DOES NOT WORK.
    Adding quotes around the service name does not solve the problem either.
    Both attempts give "The service name is invalid" errors.
    Can anyone provide a solution?
    THANKS!

    Sorry, but none of the suggestions works. Thanks for trying though.
    1) Renaming the service only changes the display name, and then when you use "net start", it errors with: "The service name is invalid"
    2) call isqlplus start errors with "isqlplus is not recognized as an internal or external command..."
    3) You cannot execute isqlplussvc.exe directly either.
    Any more suggestions?

  • How to start a slideshow not from the first photo in iPhone 11?

    In iPhoto 06 and 08 I could start, or restart, a slideshow from any photo by simply clicking on this photo in the 'filmstream' and then click 'start'. This appears to be no longer possible in iPhoto 11; e.g. the slideshow always starts with the first photo in the filmstream. Why?

    Thanks guys, for your prompt reply. I guess the correct lingo is not 'filmstream' but 'photo browser'. I have provided Apple with my feedback.
    Can anyone tell me the rational behind why something that once worked beautifully in older versions of iPhoto, the latest iPhoto now works differently. Experience and annoyance like this once brought me into the Apple universe shunning Microsoft.
    I got used to, and used it often in my presentations, to start a saved slideshow from any slide I selected in the photo browser. My presentations are from several trips throughout the year in chronological order, displaying unattended in the background at annual social parties. But often party guests would come up and request to see photos from a specific trip. It was easy to stop the show and restart it from anywhere in the stream. I fail to understand why this feature was removed.

  • Start and Stop Weblogic From Admin Console

    Hi All,
    I am using weblogic7.0.I wanted to start and stop the weblogic server from the
    Admin Console(ie., from the GUI).I can stop the server but I cannot start.In order
    to start from admin console what should I do.
    Please post your suggestions.
    Thanks blazix

    You need to run the Node Manager on the manged servers you wish to remotely
    start.
    Chris
    "blazix" <[email protected]> wrote in message
    news:3fc37eea$[email protected]..
    >
    Hi All,
    I am using weblogic7.0.I wanted to start and stop the weblogic server fromthe
    Admin Console(ie., from the GUI).I can stop the server but I cannotstart.In order
    to start from admin console what should I do.
    Please post your suggestions.
    Thanks blazix

  • How to publish policies and resources from Regsitry Console

    How the publish the policies and resources from Registry Console?.This can be done from Business Service Console.
    How we can use policies and resources publish in Regsitry.

    Hi thanks for ur code..
    It will read the error messges in tomcat console which is thrown by the jsp.
    But it wont print the compile time error msgs.
    Error messags are below...
    E:\TestJava\TimeTest.java:10: incompatible types
    found : java.lang.String
    required: int
    int year="2006";
    ^
    1 error
    My Exception is...:java.lang.Exception
    at org.apache.jsp.CompileJava_jsp._jspService(org.apache.jsp.CompileJava
    _jsp:58)
    ie, i am able to print the error msgs in browser starts with "My Exception is...:java.lang.Exception....".
    But
    E:\TestJava\TimeTest.java:10: incompatible types
    found : java.lang.String
    required: int
    int year="2006";
    ^
    1 error
    this error msgs are not printed in the browser...
    Is is possible to print the compile time error in browser using jsp?

  • Can't start CMS 4.7 from admin console

    I can't start cms instance from admin console. When i try to start it says "operation error: unable to start the server". I tried to start the server from command line, it seems ok, so when i back to admin console and try to open CMS, it says "server off" and the server was already started from command line successfully.
    DOES ANYONE KNOW WHAT HAPPENS???
    thanks,
    Marcelo

    Hi, did you manage to solve the problem mentioned here...i'm having the same problem now.
    Br

  • Adminserver does not start after deleting oim_server1 from the console

    Have deleted oim_server1 from weblogic console and. I wanted to reconfig oim but can't extend the domain anymore as OIM is greyed out.
    Please help:
    Can't start Adminserver anymore too:
    WARNING: Error registering the bulk operations MBean.
    java.lang.IllegalArgumentException: WorkManagerMBean 'OIMUIWorkManager' refers to a constraint or request class 'MaxThreadsConstraint-0' but they are deployed on targets that have no servers in common. Please deploy the mbeans so that they have at least one server in common.
    at weblogic.management.configuration.WorkManagerLegalHelper.validateTargets(WorkManagerLegalHelper.java:66)
    at weblogic.management.configuration.WorkManagerMBeanImpl.setMaxThreadsConstraint(WorkManagerMBeanImpl.java:487)
    at weblogic.management.configuration.WorkManagerMBeanImpl$9.resolveReference(WorkManagerMBeanImpl.java:468)
    at weblogic.descriptor.internal.ReferenceManager$UnresolvedReference.resolve(ReferenceManager.java:404)
    at weblogic.descriptor.internal.ReferenceManager.resolveReferences(ReferenceManager.java:296)
    at weblogic.descriptor.internal.DescriptorImpl.resolveReferences(DescriptorImpl.java:328)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:334)
    at weblogic.management.provider.internal.EditAccessImpl.loadBeanTree(Edi
    THANKS!

    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

Maybe you are looking for

  • *Please Help* iTunes wont stay open

    When I open my iTunes, and the itunes store begins to load, the store and my library automatically close. It stays on for about a second, then closes by itsself. I cant even get to my library for more than two seconds without it closing. Please help,

  • Why do my Itunes files skip when playing?

    Alright, I have noticed when I am playing music on Itunes that the files are skipping, usually within the first few seconds of the song beginning. What is up with that!?!? I purchase the files from Itunes. I am paying full price for the songs, but th

  • Two hdmi displays to the Mac Pro  cylinder

    How do i hook up two hdmi displays to the Mac Pro  cylinder?

  • Controllin​g the Thermotron 7800 going USB to RS232.

         I'm very new to LabVIEW so I apologize if this is a quick fix I haven't stumbled across.  My goal is to control my Thermotron 7800 which has an RS232 interface with a machine that only has USB.  I'm using the  manufacturer's LabVIEW drivers with

  • After installing ITunes 64 bit in my Windows 8 laptop, it won't launch

    I just upgraded to Itunes 64 bit in my Windows 8 64 bit laptop. I've downloaded and installed it but it's not working. I've uninstalled and installed again and again, still ITunes 64 bit won't launch. Help!