help: why this server can't be started?

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default help: why this server can't be started?

    Hi All,

    My noticed my SMC server was not running on my Solaries 8, so I want
    to turn it on. I tried commands:

    #> /etc/init.d/init.wbem start
    #> /etc/init.d/init.wbem status

    I found the server was not running yet. If I try one more time:

    #> /etc/init.d/init.wbem start

    I got strike from OS with error msg:
    bind: Address already in use.

    Anybody can tell me what was going wrong? Thanks!


    Huey
    Huey Guest

  2. Similar Questions and Discussions

    1. getting started
      Hi Group, One of these days two packages of FileMakerPro will be delivered at our small company. I am to build a database, bit by bit, but since...
    2. Help gettings started with Flash Media Server 2.0 andthe Camera class
      Hello, I just purchased flash media server 2.0 and flash CS3. Id like to build an app that allows a user to record a video using their webcam and...
    3. CFMX server suddenly started going down
      I am running CFMX 7 standard Ed in a RedHat ES 3. Things were going great but now the server goes down pretty often and I have to restart CFMX and...
    4. just getting started-cant find server
      Hi, I am trying to get asp.net going and am using the Code notes asp.net book example. I have installed IIS and VS.net webdevelopment along with...
    5. error-server service not started
      When I try enable sharing on a drive error occurred while try to share drive. Server service is not started. I see all the other computers on my...
  3. #2

    Default Re: help: why this server can't be started?

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1
    NotDashEscaped: You need GnuPG to verify this message

    In comp.unix.admin Huey <huey_jiang@yahoo.com> suggested:
    [..]
    > #> /etc/init.d/init.wbem start
    > #> /etc/init.d/init.wbem status
    > I found the server was not running yet. If I try one more time:
    > #> /etc/init.d/init.wbem start
    > I got strike from OS with error msg:
    > bind: Address already in use.
    Obviously there's some proc which has bound to the port already,
    preventing the startup. You can use 'lsof' to find out, if you
    have that or look at 'ps -ef' output.

    Good luck

    --
    Michael Heiming (GPG-Key ID: 0xEDD27B94)
    mail: echo [email]zvpunry@urvzvat.qr[/email] | perl -pe 'y/a-z/n-za-m/'
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.1 (GNU/Linux)

    iD8DBQFA3WqsAkPEju3Se5QRArwEAJ4xcVM7rejgM5IO6Kyo4U e6CQSYnwCfcbhv
    p/OJCtTIaF5yW0J8OWQM6XM=
    =vfj7
    -----END PGP SIGNATURE-----
    Michael Heiming Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139