Server stuck at 'configuring network'

I have all the latest updates, running Mavericks 10.9.2 and Server. I'm trying to edit my host name settings - it detected 'Multiple Networks' asked me to pick which network the server should be based on, I selected ethernet, and after that it gets stuck on 'configuring network'.
Should I have opened some ports or something? Please do suggest how I can resolve this.

How are you editing your hostname settings?
The following are some guesses...
Typically, you'll want one network selected — with gigabit wired being fastest for most uses, assuming you also have gigabit switches — and WiFi disabled.
The following assumes a NAT'd network, as is typical. 
The OS X Server must have a static IP address on your private networl.
You cannot reference any off-LAN DNS services.  Not successfully.  Your OS X Server must either be the DNS server for your network, or you'll need some other DNS server operating on your private network.   Again, you cannot reference ISP DNS services, nor can you reference Google DNS.  Nor should you use the dynamic DNS host name, either.  You should typically not be running DNS services for a domain registered by someone else, and the dynamic DNS host name is not yours.  I'd recommend registering a real domain, or using a subdomain of a domain you already have registered.   Why register a domain for a private network?  Because picking and maintaining a bogus domain is getting incrementally more difficult over time, given the increasing numbers of new top-level domains coming online.

Similar Messages

  • MS Access querying SQL Server: How to configure Network ACL?

    I need to set up a highly restrictive ACL for access to a particular SQL server in our network.  This ACL will reside on our core switch at the "front door" of our network and permit access to the SQL server only using the ports that
    are necessary.  The purpose is to A) Try to keep unauthorized users from gaining access to the host server and B) Should someone somehow gain unauthorized access to the host server. keep them from being able to "hop off" to other PC's on
    the network. 
    The server will be accessed by clients using MS Access to query the SQL database and bring back reports.  A few admins are actually able to make minor changes to the database such as updating a user list or location list. In other words, both
    read and write access is needed to the SQL database.
    I know that the default SQL server port is 1433, but according to a Microsoft Support article I read, "client ports are assigned a random value between 1024 and 5000".
    I was really hoping I could just put something like "permit PC1 access to SQL Server on Port 1433" in my ACL, but after reading the MS Support article it sounds like I've got to allow almost 4,000 ports through?
    Could someone help demystify this for me so I can build the right ACL?

    The tool to use is SQL Server Configuration Management.
    But what you can configure is which port SQL Server listens to. Which port the client listens to is not controllable as far as I know. But that can of course be many, since a client can have many connections to SQL Server. (And the range is not
    restricted to 1024-5000. I connected over TCP locally, and I see this with netstat -a
      TCP    127.0.0.1:6621         NATSUMORI:ms-sql-s     ESTABLISHED
    Then again, I don't see why you would have to open any ports for the clients at all. I have never heard of this being a problem.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Mavericks Server Open Directory Configure Network Wizard not displaying

    when setting up the open directory master in mavericks server i get a empty servers list and no drop down to create a new one.  Any ideas on how to force it to display the wizard? 

    You might want to try and flush the configuration, reboot, and try again.  Try this command to remove all remnants of an OD master.  All data will be deleted.
    slapconfig -destroyldapserver
    If the wizard still does not display, make sure you DNS is working properly.  And as a final attempt, use slapconfig to create an OD Master.
    R-
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store

  • WL Server Stuck Thread on Network Read

    I am experiencing an issue with the Weblogic deployment at my organisation.
    Firstly an introduction; My Application works by receiving a Web Service (SOAP) Request from a client, the Web Service request is then processed and a internal message packet is generated and sent to a C++ Application ( which is listening on a particular port). The C++ application then processes the information, and returns the response to the web service Layer, which then process the Web Service request back to the calling client.
    Currently we are having a situation where some packets are sent to the C++ application as expected. But then we are having situations where some packets NEVER reach the C++ side and the calling client time outs the entire request ( configured timeout is set for 180 seconds) and on the WebLogic Layer we have noticed a significant amount of Stuck ( and Hogging ) Threads. It should be noted that even after a stuck thread is recorded some requests are still being processed normally.
    A deeper investigation into the Weblogic Thread dump shows the Weblogic thread is stuck at:
    _at sun/nio/ch/IOUtil.read(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;Ljava/lang/Object;)I(IOUtil.java)[inlined]_+
    _at sun/nio/ch/SocketChannelImpl.read(SocketChannelImpl.java:236)[optimized]_+
    +_^-- Holding lock: java/lang/Object@0x1a27db60[thin lock]_+
    _at com/reso/number/service/comm/SoaSocket.receive(SoaSocket.java:128)[optimized]_+
    _at com/reso/number/service/event/OTEvent.submitEvent(TEvent.java:219)[optimized]_+
    _at com/reso/number/service/event/SIMQueryEvent.process(QQEvent.java:368)[optimized]_+
    It seems that a write is sent to the C++ Application and the thread is 'WAITING' for the response.
    Now, the problem is that due to the Infrastructure in place and architectural setup ( We are using Solaris Zone for Node deployment and we have the WebLogic AS on the same node/zone as the C++ application) we are unable to do a network trace to determine whether WebLogic actually sends the request.
    Now my questions: i) Are there any known ways to trace the networks packets sent by Java ( maybe via the JVM) ii) Could Garbage collection cause the symptoms being observed? iii)Any recommended ways to resolve this kind of problem?
    Thanks for all the help.

    Increasing the Stuck Thread Max Time will not help. " Stuck Thread Max Time" tells us, after how much amount of time the thread should mark as stuck. Because by default it is 600 sec, any thread which takes more than 600sec for execution will mark as stuck. If you mention 700 sec, after 700sec the thread is marked as stuck. Even though the thread is marked stuck it still process.
    Here we need to find why the thread is stuck at
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-15 "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, in native, suspended, priority=1, DAEMON> {
    sun.nio.ch.SocketDispatcher.read1(SocketDispatcher.java:???)
    sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:46)
    sun.nio.ch.IOUtil.read(IOUtil.java:228)
    sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:159)
    ^-- Holding lock: java.lang.Object@16a47a8b[thin lock]
    weblogic.socket.NIOSocketMuxer$NIOInputStream.read(NIOSocketMuxer.java:505)
    weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:156)
    weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:228)
    weblogic.servlet.internal.ServletRequestImpl$RequestParameters.mergePostParams(ServletRequestImpl.java:2062)
    You may have to increase the buffer size at sun.nio.

  • Configuring a printer through a wired printer server over a wireless network.

    Hi,  I have a home wireless networks setup via a netgear wireless router. I have an old HP Laserjet 4 that is connected via a parallel printer port to a Netgear PS110 printer server. The printer server is connected via Ethernet to the wireless router. How do I configure my Macbook Pro (Mac OS X 10.7.5) to talk via the wireless router to the printer server, and to configure a driver that will work with the old HP. On all of my PCs (Windows 7/XP/Vista) I can see the device on the network and assign a printer driver to it. I am new to the Macbook world and would appreciate some guidance. How do I get the Mac to recognize the server on the network? How do I specify an HP specific driver for the printer. If I need to install some third party driver for this older printer, how do I do that?

    Which os do you have?
    Check Apple's Knowledge Base for Printer Troubleshooting solutions and suggestions for your particular os.

  • Cisco TelePresence Content Server's server mode is stuck in "Configuration reload, Offline"

    My Cisco TelePresence Content Server's server mode is stuck in "Configuration reload, Offline"
    I can't dial in or dial out.
    I tried to restart Content Service
    And I tried to reload the server but I cannot resolve this problem.
    Are there people having a idea to resolve it?
    Thank you.

    Hi,
    You can check the content engine logs in E:/Logs to find what exact error you are seeing there. If it is indeed complaining about the checksum verification failing, you need to contact Cisco support to get it. You need to provide the serial number and the LAN 1 mac address in the support ticket. 
    You can verify the Windows registries to check if it contains the checksum or not. The location of the registry is: HKEY_LOCAL_MACHINE > SOFTWARE > Wow6432Node > TANDBERG > TCS.
    Regards,
    -Deepti

  • Windows Server 2012 R2 - Windows Network Load Balancing Converging Issue

    Hello,
    My name is Brandon. We have started upgrading our servers to Windows Server 2012 R2. We have some powerful servers for running ESXI 5.5 as the OS with the Guest Operating Systems as Windows Server 2012 R2. As far of our migrations/upgrades we have configured
    ADFS 2012 R2 into a Server Farm with Windows Network Load Balancing to add redundancy in the event a server goes down.
    I have been having issues with a Node with the Cluster getting stuck in the Status of Converging. The only way I have been able to get it back up is to restart the virtual server completely and it is temporary. When I first configure the Cluster the two
    virtual servers get added to the Node with no problems and fully converge. However, after some time a node will end up in Converging and this takes Authentication for ADFS down as the nodes can not be contacted over Port 443.
    Error: Host: server.domain.com Unable to connect to "server name"
    System
    Provider
    Name]
    Microsoft-Windows-NLB
    Guid]
    {F22AF71F-C4C3-425D-9653-B2F47B85DD30}
    EventID
    21
    I have tried using 1 & 2 Virtual NICs on the machines and still receive this error even if only 1 VNIC is assigned to the virtual machine. Could someone assist me with why I am having this issue? Has anyone had experience with a similar configuration
    and how were you able to make it work?
    Below is my configuration.
    Static ARP Entry for Cluster IP Address has been added to our Layer 3 switch.
    Physical Server 1:
    ESXI 5.5 HOST
    1 NIC CONNECTED (shared with virtual guest)
    IP ADDRESS: 192.168.0.5
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
    Virtual Server 1
    Physical Server 2:
    ESXI 5.5 HOST
    1 NIC CONNECTED (shared with virtual guest)
    IP ADDRESS: 192.168.0.6
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
    Virtual Server 2
    Virtual Servers
    Virtual Server 1
    MS SERVER 2012 R2 (VIRTUAL)
    NLB NODE
    2 – VIRTUAL NETWORK ADAPTERS
     VNIC1
    IP ADDRESS 192.168.0.10
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
     VNIC 2 (NLB)
    IP ADDRESS: 192.168.0.11
    SUBNET: 255.255.255.0
    Virtual Server 2
    MS SERVER 2012 R2 (VIRTUAL)
    NLB NODE
    2 – VIRTUAL NETWORK ADAPTERS
     VNIC1
    IP ADDRESS 192.168.0.20
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
     VNIC 2 (NLB)
    IP ADDRESS: 192.168.0.21
    SUBNET: 255.255.255.0
    Cluster Configuration/Properties
    CLUSTER PROPERTIES
    CLUSTER IP: 192.168.0.30
    CLUSTER SUBNET: 255.255.255.0
    FULL INTERNET NAME: FS.DOMAIN.COM
    CLUSTER OPERATION MODE: MULTICAST
    PORT RULES:
    CLUSTER IP ADDRESS  START END  PROTOCAL MODE   PRIORITY LOAD  AFFINITY
    ALL    80 80 BOTH  MULTIPLE  ..  EQUAL  NONE
    ALL    443 443 BOTH  MULTIPLE  ..  EQUAL  NONE
    CLUSTER NODES:
    1.) SERVER1.DOMAIN.COM
    a. IP: 192.168.0.11
    2.) SERVER2.DOMAIN.COM
    a. IP: 192.168.0.21

    Thank you for your response. It took me a while to figure it out, but the whole issue was related to the type of Virtual Network Adapter I was selecting.
    I changed the network adapter from E1000 to VMXNET 3 and have not had a single error in the event logs or Windows NLB.
    I read somewhere that VMXNET 3 is preferred for Windows Server 2012 R2.
    https://communities.vmware.com/thread/433792
    Leyuka       May 23, 2013 6:14 AM
    "Just a help for everyone with this problem :
    After 10 days of research for our virtual datacenter behind a vcloud as iias ,  i found a solution .
    I only run windows 2012 server .
    Install vmware tools , remove e1000 network card after a vm stop, add a card same vswitch etc BUT with a vmxnet3 TYPE . DONT USE DEFAULT CARD
    Start and enjoy this solution . E1000 and E1000e are just unstable in windows8 / windows 2012 , the network card reset randomly with or without heavy IO. No log in windows , and as a vcloud user i don"t have esxi logs (damn i don't like cloud) and provider
    don"t know why ..."

  • Phone stuck at "Configuring IP"

    So recently we moved about 50 phone devices (Cisco 7945's) from one area to another in our DR site. When we did most of them came up with bootstrap, however, got stuck at "configuring IP". We later learned of a known issue from the Cisco switch team that because we moved the phones from one VLAN to another on the same subnet the phone remained in this state. We know that a DHCP release must be performed to flush the IP configuration before moving according to switch team.
    However, the phone group indicates this is not cached information and that CDP sends out a request to the switch for its VLAN information and then request an IP form the DHCP server.
    Once the phones were stuck in this state we manually erased the DHCp configuration from the phone and they came up fine. We did leave several in the Configuring IP state, (NOTE: we know this Configuring IP state is dynamic to general network connectivity issues as we see it when a phone can only bootstrap and not even reach the network) and when I came in the next morning they were all up and registered.
    The big question is, "What released the information to bring the phone online?" Was it the switch that timed out or the phone that finally flushed the information and sent a valid CDP request?
    Thanks,
    Tom Harshman

    Hi Chitra,
    Are you using manual or automatic registration. If it is automatic please make sure that the same is enabled under callmanager group and under Unified CM on the cucm admin page. Also make sure that the phone with configuring IP message has got the correct IP address and is pingable from cucm.
    HTH
    Manish

  • How to configure network virtualization in SCVMM 2012 R2 with two host

    hi everyone... can you teach me how i configure networking in my infrastructure..
    i am getting confuse that i have 2 phisical server, i don't know to set the netwokring in scvmm. Every best practice, i found in internet is using more than 2 physical server.
    i have been tried before with the networking which i want..but it failed...
    any one help me please...

    This whitepaper should explain the required steps to get this working.
    http://gallery.technet.microsoft.com/Hybrid-Cloud-with-NVGRE-aa6e1e9a
    The whitepaper will use more than two hyper-v hosts, but you'll get the picture.
    You can have 1 host to run your NVGRE VMs, while the other host should be dedicated to run the virtualization gateway VMs.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Lion Server Profile Manager Configuration

    Hi Guys,
    Currently have been testing Lion Server and Profile Manager Configuration.
    So Far Have setup
    Lion with Server App and Server Admin Tools
    Configured Open Directory Master and enabled SSL on LDAP
    Once Configured OD has created a CA Certificate can use for Profile Manager
    Have Enabled in Server.app Web and Profile manager
    In SSL Certificate Configuration have set CA Certificate for Web and Enabled Apple push notifications with my apple ID
    In Profile Manager Enabled Device Management and Enabled Sign configuration profiles and selected CA Open Directory Certificate Created when setting up OD Master.
    On Server Originally could install Trust Profile OK and Enroll Server OK with no issues, but on any other 10.7 Devices could install Trust Profile OK but would always say unsigned and Enroll would never work or just hang.
    Now Since Played around with settings on 10.7 Server can no longer enroll but trust OK.
    Questions have is
    For SSL and Profile Manager to work properly as well as Certificates do you require to purchase a proper SSL Certificate or can we use the OD Master Certificate that gets created. All we are testing is on the Local LAN so don't want to get a SSL certificate from the internet.
    Also why cannot 10.7 clients trust profile and enroll Devices Properly? How do I get this working properly?
    Any ideas?
    Regards,
    Shane

    taubmas wrote:
    Not sure if its that as finally got Lion Server working on a VM setup so network shouldn't be an issue...
    Had 1 OSX Lion Server VM and 1 OSX Lion Client VM and OSX Lion Server VM gets profile and enrolls device fine but again OSX client doesn't get enroll just sits again at installing..... even if set keychain to trust and make trust profile verified..
    any other ideas? I think need to somehow get the server to trust trust profile by default instead of going to keychain all the time.
    Shane
    Did you get this to work in an ESXI envrionment? If so, which version are you running?

  • [Oracle][ODBC SQL Server Driver][libssclient22]General network error

    I am using oracle gateway (11.1) for sqlserver on Linux platform with Oracle Server 10g.
    I am getting following error when i run any select query:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][libssclient22]General network error. Check your network documentation.[Oracle][ODBC SQL Server Driver][libssclient22]ConnectionOpen (connect()).[Oracle][ODBC SQL Server Driver]Invalid connection string attribute
    ORA-02063: preceding 2 lines from SQLSERVER
    Another thing is, i have created a ODBC DSN named as "sqlserver" as well. This configuration works fine when "program" parameter is set to dg4odbc in Listener.ora. But with dg4msql, it gives error.
    Followings are the configuration files:
    initsqlserver.ora
    # HS init parameters
    HS_FDS_CONNECT_INFO=database_machine:1433//test_master
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    listener.ora
    SID_LIST_sqlserver =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = sqlserver)
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0.6.0/gateway)
    (PROGRAM = dg4msql)
    sqlserver =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Server_Machine )(PORT = 1522))
    (ADDRESS = (PROTOCOL = IPC)(KEY = PNPKEY))
    tnsnames.ora
    SQLSERVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Server_Machine)(PORT = 1522))
    (CONNECT_DATA =
    (SID = sqlserver)
    (HS = OK)
    )

    Hi,
    The error you get is because your HS_FDS_CONNECT_STRING is not correct:
    Be sure you can ping the SQL SERVER name from the Oracle Server,or use TCP/IP address
    Check the port, it is not necessary 1433.
    You can use the instance name insted of port:
    HS_FDS_CONNECT_STRING=server_ip_address/instance_name/database_name
    Be careful, in the LISTENER.ORA, you must specify the Gateway machine and not the SQL SERVER machine:
    sqlserver =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Gateway_Machine )(PORT = 1522)) <====you must specify Oracle Gateway machine
    (ADDRESS = (PROTOCOL = IPC)(KEY = PNPKEY))
    Idem for TNSNAMES.ORA:
    SQLSERVER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Gateway_Machine)(PORT = 1522))
    (CONNECT_DATA =
    (SID = sqlserver)
    (HS = OK)
    Regards
    Mireille

  • Oracle VM 3.1.1, Oracle VM Server, PeopleSoft Templates and networking

    I have installed Oracle VM Manager on an Oracle Linux x86_64 system, all freshly installed, and two Oracle VM Server 6 systems also freshly installed. These three servers are each connected to two networks. One is a 192.168.15.0/24 ("net-A"), and the other is 10.8.15.0/24 ("net-B"). net-B also has the fileserver for the repositories et al directly attached. "net-A" is connected to the outside world. This is all working great; all servers can intercommunicate, can be reached from other devices on each network, et cetera. I can ssh from any machine on the network to these machines, and vice versa. All servers correctly use the internal and the external DNS, and can communicate with Google, et cetera. Excellent!
    Now, I have downloaded the templates for PeopleSoft HCM9.1, and PeopleSoft PeopleTools 8.52, and have successfully created Virtual Machines from these. The VMs start up and run successfully, and I have gone through the startup configuration prompts using the Oracle VM "Launch Console" feature.
    My problem is that I have not yet figured out how Oracle VM Networking is supposed to work, and so I cannot get these machines to talk to each other nor to the outside world. And I cannot ping them from other devices on the network, either. Obviously, there's no advantage to having a PeopleSoft server running when one cannot attach to it. I've read through the documentation numerous times, and I've pored through http://itnewscast.com/chapter-7-oracle-vm-networking-8021q document over and over, but I get lost in the virtual-upon-virtual-upon-virtual world. Maybe (probably) it's me, but I am not getting how this fits together, and where/how the virtual-ness of the network ends. Plus, all of the configurations in that itnewscast.com Chapter 7 article involve at least one switch (virtual maybe? not clear!) between the VMM and the VMS, and I don't have a switch invoved in this network... it's flat, with everything on the same wire.
    My Oracle VM network is super simple at present: There is exactly one network ("ps-net"), and it runs all five network channels (server management, live migrate, storage, etc.). Both servers are on this network, and the NIC used is the "net-B" NIC. There is no VLAN, and the IP addresses are set by DHCP. Bonding, the configuration display says, is Not applicable. Since these devices are on the same NIC as "net-B," I provided the 10.8.15.x network information when prompted, and assigned them fixed IP addresses on that network. For "gateway," I specified the address of the VMM, not knowing what else to use. And, as I said, these VM don't talk to anything, not even to each other.
    My needs are very simple. The shame is I've built all this up for the express purpose of running those two templates, and it's been a battle, to say the least, to get this far. Who can point me to the error of my ways, or a better way to accomplish this end?
    Thanks for your time, and for reading this far!

    OK. Out of desire to resolve this, I have completely removed the 192.* network from this configuration, by disconnecting the eth0 networks, and changing the ifcfg-eth0 to ONBOOT=no (yes, I know either action should suffice).
    So there is exactly one network involved now. (Greg King said that's OK, if scalability is not an issue, and if he said it, I believe it. I'll complicate it later, after I get simple working.) And one VMS is out of the configuration for now. So I have ora-vmm at 10.8.15.49 ora-vms1 at 10.8.15.47, and the fileserver at 10.8.15.50. ora-vms2 is at 10.8.15.48, but is down for now. The server pool address is set to 10.8.15.1. The network looks like this:
    ID: 10.8.15.0
    Name: ps-net1
    Channels: all
    Servers: ora-vms1, ora-vms2
    Selected paths: ora-vms1 Port (2) (eth1), ora-vms2 Port (2) (eth1)
    VLAN Group: None
    VLAN Segment: None
    Configure IP Address: ora-vms1 Port (2) (eth1) Use DHCP 10.8.15.47 255.255.255.0 Bonding: N/A
    Configure IP Address: ora-vms2 Port (2) (eth1) Use DHCP 10.8.15.48 255.255.255.0 Bonding: N/A
    ifconfig from ora-vmm
    eth1 Link encap:Ethernet HWaddr 00:0C:29:38:92:7E
    inet addr:10.8.15.49 Bcast:10.8.15.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe38:927e/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:3516 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3186 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1520847 (1.4 MiB) TX bytes:383384 (374.3 KiB)
    eth2 Link encap:Ethernet HWaddr 00:0C:29:38:92:88
    inet addr:10.8.16.1 Bcast:10.8.16.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe38:9288/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:830 (830.0 b)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:136683 errors:0 dropped:0 overruns:0 frame:0
    TX packets:136683 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:30853824 (29.4 MiB) TX bytes:30853824 (29.4 MiB)
    ifconfig from ora-vms1
    10.8.15.0 Link encap:Ethernet HWaddr 00:0C:29:D5:97:F1
    inet addr:10.8.15.47 Bcast:10.8.15.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:21463 errors:0 dropped:1 overruns:0 frame:0
    TX packets:23017 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:10033833 (9.5 MiB) TX bytes:12175262 (11.6 MiB)
    10.8.15.0:0 Link encap:Ethernet HWaddr 00:0C:29:D5:97:F1
    inet addr:10.8.15.1 Bcast:10.8.15.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    eth1 Link encap:Ethernet HWaddr 00:0C:29:D5:97:F1
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:47343 errors:0 dropped:0 overruns:0 frame:0
    TX packets:48885 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:23261224 (22.1 MiB) TX bytes:22212168 (21.1 MiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:5858 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5858 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:2749072 (2.6 MiB) TX bytes:2749072 (2.6 MiB)
    I don't understand why, but the VMM has placed this entry into each server's /etc/sysconfig/network-scripts directory:
    ifcfg-10.8.15.0
    Contents are:
    #This file was dynamically created by OVM manager. Please Do not edit
    DEVICE=10.8.15.0
    TYPE=Bridge
    BOOTPROTO=dhcp
    ONBOOT=yes
    DELAY=0
    I am able to start the guest with no issue. It has been configured with IP address 10.8.15.101, netmask 255.255.255.0. Its gateway is 10.8.15.50, the same network configuration as all the other servers.
    The important parts of ifconfig output from the guest (which I must manually type since Launch Console provides no copy/paste functionality) are:
    eth0 Ethernet, HW Addr: 00:21:f6:00:00:11
    inet addr: 10.8.15.101 Bcast: 10.8.15.255 Mask: 255.255.255.0
    inet6 ...
    UP BROADCAST RUNNING MULTICAST ...
    RX Packets: 11 errors:0 dropped:0 overruns:0 frame:0
    TX Packets: 101 errors:0 dropped:0 overruns:0 carrier:0
    RX bytes:620 (620.0 b) TX bytes:10592 (10.3 KiB)
    Interrupt:14
    Ping to 10.8.15.47 (the server on which this guest is running) is successful
    All other ping attempts fail.
    This is where I am, and why I'm confused. Can anyone help me understand why this guest can only talk to its "host?"
    Thank you.

  • How to configure network on Oracle Solaris 10

    Hi All,
    I have created a new virtual machine on Windows Server 2003 and installed Oracle Solaris 10 on VMWare. Now I need to configure network on my Solaris virtual machine, So that i can access Solaris machine outside the VMWare. Can somebody help me out?
    Regards,
    S.Rizi

    Hi,
    I have created a new virtual machine on Windows Server 2003 and installed Oracle Solaris 10 on VMWare. Now I need to configure network on my Solaris virtual machine, So that i can access Solaris machine outside the VMWare. Can somebody help me out?Refer below thread.
    Hope helps :)
    http://www.linuxquestions.org/questions/solaris-opensolaris-20/configure-solaris-network-on-vmware-847849/
    thanks,
    X A H E E R

  • Solaris 8 Intel Installation - stuck at initial network setup

    Hi !
    We installed Solaris 8 Intel (Europe/ger) on a PIII and are stuck in the
    network config. It asks for systemname, ip,subnet, domain, dns.. (our settings are ok for sure)
    but when whe click the confirm-button it reads some error message
    (translated):
    'Error during system configuration. Go back and check your settings'
    An interesting fact:
    The net seems to work, the machine's got its ip and we can ping it from outside.
    WE JUST CAN'T FINISH THE SETUP TOOL (Interactive Install).
    What we already did is configure the gatway in etc/defaultrouter, and
    with route add default. The router is in the same network, and it's ok.
    System:
    PIII/700 on
    ASUS P3BF
    SCSI Adaptec 29160 (driver found on http://www.adaptec.com)
    ATI Rage Pro 3D
    3C905B FastEthernet-XL
    (By the way, the NIC works fine, didn't expierience any problems)
    Thank you in advance !

    Oh. One more thing. You may want to install this system
    as a standalone system, i.e. do NOT configure it as a networked
    system. Then, once all installation is complete, then go back and
    change to network config.
    Try this. Thx. Tushar Patel.

  • Smf / sometimes does not configure network interfaces in single-user mode?

    From http://groups.yahoo.com/group/solarisx86/message/14785
    When booting into single user mode, I often get a message
    on the console
    t_optmgmt: System error: Cannot assign requested addressand only the loopback interface is configured (lo0 inet, and lo0 inet6).
    The system's dnet0 interface is not plumbed any more. Configuration
    for the dnet0 network interface is via a static ip address; hostname
    in /etc/hostname.dnet0, and and ip v4 address for that hostname in
    /etc/hosts. This was a Solaris 10 x86 system, but the same problem
    has also been observed on Solaris 10 sparc, and the hme0
    interface.
    svcs -x in single-user mode reports no problems.
    Changing to multi-user mode by typing Ctrl-D still does not
    configure the real network interface.
    One thing that I've noticed is that smf's log file
    /etc/svc/volatile/network-physical:default.log
    is missing, when the nic interface was not configured.
    It seems that the problem with unconfigured network interfaces
    does not happen when I boot directly into multi-user mode.
    Why isn't the physical interface plumbed and configured when
    booting into single user mode on S10 b69?

    Hi everyone,
    I too have internet connection problem
    I have installed Solaris 10 on my Compaq Presario M2000 series
    Solaris Management Console Details:
    Hostname: HOME
    Host ID: 116c4141
    Model: i86PC
    no of CPUs: 1
    CPU: 0
    Type: Genuine Intel 6.13.8
    Clock Speed: 1,500 MHz
    Usage: 1%
    Status: Online
    Software SunOS 5.10
    Physical Mem: 222 MB
    Virtual Mem: 729 MB
    Virt MEM used: 41 % (298/729) 413 MB available
    IP address: 172.19.16.96
    Network Connection rtls0: Sending & Receiving Packets
    When running WinXP in my laptop before for same IP:
    IP address: 172.19.16.96
    Subnet mask: 255.255.240.0
    Default Gateway: 172.19.31.254
    while booting the OS said NFS+ version 4 was detected and the router IP is automatically configured or there is no specific individual router IP, says something like this
    # ifconfig -a:
    lo0: flag = 2001000849<UP,LOOPBACK, RUNNING,MULTICAST,IPv4,VIRTUAL>mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    rtls0: flags = 1000843<UP, BROADCAST,RUNNING,MULTICAST,IPv4>mtu 1500 index 2
    inet 172.19.16.96 netmask ffff0000 BROADCAST 172.19.255.255
    ether 0:c0:9f:8c:c9
    lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL>mtu 8252 index 1
    inet 6 :: 1/128
    rtls0: flags = 2000840<RUNNING,MULTICAST,IPv4>mtu 1500 index 2
    inet fe80::2c0:9fff:fe9a:8cc 9/10
    ether 0:c0:9f:9a:8c:c9
    I have modified the files and checked them:
    1. etc/hosts
    127.0.0.1 local host
    172.19.16.96 HOME loghost
    2. etc/hostname.rtls0
    HOME
    3. etc/hostname6.rtls0
    HOME
    4. etc/netmasks
    172.19.16.255 255.255.240.0
    I don't know the network IP so i just write this, can anyone tell me how to find the network IP
    5. etc/defaultrouter
    172.19.31.254
    I made this file and wrote the default gateway IP address, can anyone tell me how to find default router IP since the NFS+ version 4 auto detects or auto assigns router IP
    6. etc/resolv.conf
    domain myhost.com
    nameserver: 172.19.16.12
    nameserver: 172.19.16.13
    still domain name has't been set, i just wrote this, can anyone tell me how to find the domain name or create one. also the name server is just a fake, but how to find one. If i will be connecting my laptop to various IP whereever i go, so do i need to configure network setting again and again ? isn't there any auto network configuration so that i can connect internet where ever i go and let the system auto configure network settings like in windows XP auto IP configuration detect.
    7. etc/nsswitch.conf
    in this i can't see "hosts: files" but i could see rest of the details. so I inserted "hosts: files dns" in the third line and saved.
    I ran the following command in the terminal to find the details:
    #ypmatch host-name hosts
    ypmatch: the domainname hasn't been set on this machine
    (how to set domain name can anyone tell me?)
    #move/etc/netmasks: not found
    #uname -n
    HOME
    #cat/etc/nsswitch.conf
    cat/etc/nsswitch.conf: not found
    #domain name
    domain: not found
    #ypwhich
    ypwhich: the domainname has'nt been set to this machine
    #nismatch nameserver-name hosts.org-dir
    hosts.org-dir: Error in accessing NIS+ cold file.......is NIS+ installed?
    actually during installation i selected DNS type for network giving a wrong nameserver and domain got skipped later
    #getent ipnodes dns (no response)
    so all these things i did and found by seeing the forum guidelines. I can see the network connection has receivinh and sent packets seems to be working but can't browse internet, also can't ping a website.
    if anyone had the same problem but found the answer than kindly let me know. I am new to solaris but i am trying my best.
    awaiting reply from gurus
    bye for now.................

Maybe you are looking for

  • Purchase of Imported items

    All, I am using price control 's' for raw material type . Suppose for a material 'x' , material master std cost is 100 (which includes basic,customs). I have made an import PO for 'x' material for 1 qty. . In that Basic price I entered 70. For Custom

  • Oracle9i Forms: Developer New Features

    Hi, My name is Rami Wahdan, how are you today ? i have a question for you and i thank you for trying before you even do it :) i passed all my OCP 6/6i exams and became an OCP. in oracle page there is a promosion to upgrade this one that i have to Ora

  • Problem with Script Events Manager buttons not showing up

    Hi, First off let me say that the latest release of Adobe products is a steaming pile of @#$#$. Countless software issues, it's slow, buggy, you name it. That being said, has anyone had this problem and know how to fix it. My Script Events Manager is

  • Separate Dual Stack

    Good Day: I need a recommendation, i need separate the Java system from a dual stack system, this not is the problem, the  problem are 3: 1. Is a CRM System. (What i need look between systems to preserve the configurations and communications between

  • Insert sound file into Oracel DB via Forms 6i

    Dear All Pls let me know how to insert sound files in to Oracle DB via Forms 6i. Regards Lakmal Marasinge