Linux user lost in solaris 10 network configuration :\

I installed for evaluation Solaris 10 dor x86 and i'm trring to configure network interfaces. My problem is:
If i "ping www.google.com" not works, but if i "nslookup www.google.com" works and i get ip ( 66.249.85.104 ) and if i
"ping 66.249.85.104" or "traceroute 66.249.85.104" it works.
So seems that DNS is configured and also network & gateway but for some reason if i ask for a URL this is not converted to an IP.
Can someone explain how is possible and how to solve this?
tnx in advance

The 'hosts' entry in /etc/nsswitch.conf probably does not have dns configured as one of the sources. The line should read:
hosts: files dns
For more info: man nsswitch.conf.

Similar Messages

  • [SOLVED] Network Configuration -- unable to start a service file

    I am following this wiki page (Using Static IP address step) and created /etc/systemd/system/network.service as instructed
    [Unit]
    Description=Connect to the other pc
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-lan.device
    After=sys-subsystem-net-devices-lan.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    EnvironmentFile=/etc/conf.d/network
    ExecStart=/sbin/ip link set dev lan up
    ExecStart=/sbin/ip addr add 192.168.1.2/24 dev lan
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev lan
    ExecStop=/sbin/ip link set dev lan down
    [Install]
    WantedBy=multi-user.target
    But I am unable to start network.service
    $ sudo systemctl start network
    Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details.
    $ systemctl status network.service
    network.service - Connect to voice
    Loaded: loaded (/etc/systemd/system/network.service; enabled)
    Active: failed (Result: resources)
    $ sudo journalctl -xn
    -- Logs begin at Sat 2013-03-30 03:48:02 AMT, end at Thu 2013-04-04 18:17:46 AMT. --
    Apr 04 18:17:26 work sudo[24774]: pam_unix(sudo:session): session closed for user root
    Apr 04 18:17:44 work sudo[25354]: void : TTY=pts/0 ; PWD=/etc/systemd/system ; USER=root ; COMMAND=/usr/bin/systemctl start network
    Apr 04 18:17:44 work sudo[25354]: pam_unix(sudo:session): session opened for user root by void(uid=0)
    Apr 04 18:17:44 work systemd[1]: Starting Connect to the other pc...
    -- Subject: Unit network.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/7d4958e842da4a758f6c1cdc7b36dcc5
    -- Unit network.service has begun starting up.
    Apr 04 18:17:44 work systemd[1]: Failed to load environment files: No such file or directory
    Apr 04 18:17:44 work systemd[1]: network.service failed to run 'start' task: No such file or directory
    Apr 04 18:17:44 work systemd[1]: Failed to start Connect to the other pc.
    -- Subject: Unit network.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
    -- Unit network.service has failed.
    -- The result is failed.
    Apr 04 18:17:44 work sudo[25354]: pam_unix(sudo:session): session closed for user root
    Apr 04 18:17:46 work sudo[25421]: void : TTY=pts/0 ; PWD=/etc/systemd/system ; USER=root ; COMMAND=/usr/bin/journalctl -xn
    Apr 04 18:17:46 work sudo[25421]: pam_unix(sudo:session): session opened for user root by void(uid=0)
    Additional info:
    I have connected 2 PCs with LAN (Ethernet) cable and want configure them for exchanging files. Both running Arch Linux. I am following the Network Configuration wiki page from the beginning. Didn't have luck with DHCP/dynamic IP, so trying Static IP this time. Restarting the pc with network.service enabled results in same error (in systemctl --failed). Same error message on both PCs.
    Trying to run ExecStart lines one by one:
    $ sudo /sbin/ip link set dev lan up
    $ sudo /sbin/ip addr add 192.168.1.2/24 dev lan
    RTNETLINK answers: File exists
    $ sudo /sbin/ip route add default via 192.168.1.1
    RTNETLINK answers: File exists
    Does this mean there already is IP address and route assigned? If so, how to find out which service has done that? Do I need to remove it? Am I following the right wiki page (didn't find another)?
    What am I doing wrong and how can I correct this error? / Point me in right direction.
    Last edited by axper (2013-04-04 19:26:17)

    henk wrote:
    EnvironmentFile=/etc/conf.d/network
    Apr 04 18:17:44 work systemd[1]: Failed to load environment files: No such file or directory
    have you checked if the network file exists?
    Oh thanks, that line was causing problems! Now I do have network.service(s) running on both PC's with this content:
    [Unit]
    Description=Connect to my desktop/laptop
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-lan.device
    After=sys-subsystem-net-devices-lan.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/sbin/ip link set dev lan up
    ExecStart=/sbin/ip addr add 192.168.1.2/24 dev lan
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev lan
    ExecStop=/sbin/ip link set dev lan down
    [Install]
    WantedBy=multi-user.target
    I don't get any errors, and this is network's status (on both PCs) when cable is connected
    $ sudo systemctl restart network
    $ systemctl status network
    network.service - Connect to my desktop
    Loaded: loaded (/etc/systemd/system/network.service; disabled)
    Active: active (exited) since Thu 2013-04-04 22:43:22 AMT; 8s ago
    Process: 9761 ExecStop=/sbin/ip link set dev lan down (code=exited, status=0/SUCCESS)
    Process: 9757 ExecStop=/sbin/ip addr flush dev lan (code=exited, status=0/SUCCESS)
    Process: 9768 ExecStart=/sbin/ip route add default via 192.168.1.1 (code=exited, status=0/SUCCESS)
    Process: 9766 ExecStart=/sbin/ip addr add 192.168.1.2/24 dev lan (code=exited, status=0/SUCCESS)
    Process: 9764 ExecStart=/sbin/ip link set dev lan up (code=exited, status=0/SUCCESS)
    And here wiki page is no more help. How can I test connection?
    I try to ping, and it works on both machines (if it's the right thing to test?)
    $ ping -c3 192.168.1.2
    PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
    64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=0.039 ms
    64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=0.050 ms
    64 bytes from 192.168.1.2: icmp_seq=3 ttl=64 time=0.060 ms
    --- 192.168.1.2 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1998ms
    rtt min/avg/max/mdev = 0.039/0.049/0.060/0.011 ms
    Now I need to figure out how to share files. Thanks all.
    Last edited by axper (2013-04-04 19:04:43)

  • Installing oracle- Network Configuration

    Hi all,
    I am installing oracle 11g on oracle enterprise linux.
    Everything is fine except Network Configuration. When i run OUI it gives following message:
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    ========================================================
    please help me with this.
    Regards,
    Shane

    1) If the install is for learning, just ignore the warning.
    2) If you want this VM client to communicate with other VM clients on the
    same VMware server, change the VMware NIC to host-only and then use the
    Linux system-config-network tool, edit the ethX definition to use your
    chosen IP address; a manually-assigned IP address is static, thus
    avoiding the warning.
    3) If you want machines other than your laptop to be able to communicate with
    your RDBMS, you need to do step #2 but change the VMware NIC emulation to a
    bridged device.
    Hope this gives you the right places to start looking.

  • Solaris 10 - impressions from a GNU/Linux user

    Firstly, this isnt flame bait, honest!
    Until 10, I hadnt seen Solaris since rev6, then, I was worn (then) down by trying to configure a dial up model hacking chap scripts. Anyhow, I thought I'd look at Solaris 10, seeing as it was 'free' to play with. What follows summarises my feelings after looking at it again.
    Download and install went smoothly, even the accompanying freeware DVD was installed in its entiretly to add all that utility/application-candy that makes a platform usable, or more than usable.
    OK, so the java desktop is actually pretty good but now what? There is a dearth of anything useful in the distribution, all but the cut down linux distros come with a wide range of applications and supporting tools, they 'just work', and cusomizing program access paths to include all the freeware bin folders etc etc is not necessary, unlike Solaris with its truly painful packaging structure.
    Solaris seems to have changed a great deal since I last used it, but as I spend most days running Linux development and deployment systems I had some expectations of what I should (by now) be able to do with Solaris. After observing the lack of configuration files I stumbled accross the web 'tool' to do the configuration (there were no default desktop shortcuts, no menu links, nothing - even under CDE), I was beginning to get that '6' feeling again.
    What do people do after an install, they configure the network and set the hostname up.
    I personally found the network configuration a royal pain. Using any other linux distro (suse and its yast configurator, gnome or kde configuration tools etc) all make the experience painless.
    For the gigabytes of downloads I kind of expected something that would be useful out of the box. Yes, I can go and download xyz from sun freeware one package at a time but COME ON! After using Debian based UBUNTU perhaps Im spoiled by the Synaptic package manager. I was honestly shocked, thinking there must be something I'm missing but once again I could not find a single reason to switch to Solaris for my use (development, or deployment).
    Im sure there are those who would tout Solaris as rugged, scalable, secure etc but all of that is irrelavent to me and my usage. From my perspective the targetted user base for Solaris appears to be narrow.
    I can appreciate the licencing issues involved and that may indeed be the reason why many additional tools arent provided. In any event, I cant think of any reason to keep Solaris 10 installed, I can do everything I need with Linux with less effort thanks to the range of GNU/open source apps readily available.
    If it works for you thats great, Im sure there will be plenty of points and my lack of time spent (a) reading (b) configuring (c) dowloading and compiling, but to be honest, I havent got the time!

    compiing packages one at a time is possible but is
    prone to non-trivial issues over symbols etc etc.
    Never mind it takes time to find the source package
    from website x, install the package, compile the
    package, fixup your paths ready for running, try and
    figure out if the app needs an icon in the menus -
    and figure out how to do that too.Or, as you mentioned you could use Sunfreeware or the Companion CD with the caveat that you've already mentioned.
    Contrast this method with the APT/Synaptic package
    manager a) search by keyword for app (eg firewall)
    from multiple repositories with thousands of
    applications etc, select and hit go, it resolves its
    own dependencies, it downloads, it installs, it just
    runs, its integrated immediately with no further
    effort. Blinding!Must be nice!
    There are some apps that actually do this on Solaris. If they use the Midnight Commander shell on the download page I've had things like version 2 of Nessus configure, compile and install itself automatically.
    These are few and far between though.
    What I expected to do with Solaris is to be able to
    configure it quickly and painlessly (nope), to be
    able to install categories of apps I know I want but
    dont immediately know where they are stored, maybe
    sunfreeware.com maybe not (nope, no package manager
    or anything similar), to be able to not care about 'I
    need this library or that library' to resolve
    dependencies and just install it! (nope). As I said,
    I guess Im spoilled by APT/Synaptic, its a killer app
    for the platform, making it more than useful.For Solaris I'm not aware of anything close to what you're describing.
    compilers, apache, tomcat, evolution for M$Exchange
    email intergration, eclipse even, never mind media
    players & codecs. All without so much as a website
    trawl/comipile/fixup cycle.I've heard that the Companion CD along with the Java Desktop Environment should get you most of what is listed above, but that uses the Companion CD and the caveat.
    GNU/Linux experience. I asked myself the question,
    how much effort would I have to put in to get running
    at least a good portion of what I currently have? The
    answer that led to my post was too much.From what you're describing it isn't that it couldn't be done, the issue is that it could be done, but going forward with Solaris would be more work than what you're currently doing, not a bad assumption.
    alan

  • Network configuration Solaris 10.

    Hi all,
    I got my solaris up and running with Audio and graphics working fine. Now I need to setup internet. I know the following details. Can anybody help me how to set this information. In linux I would, network configuration tool and on windows, I chang the TCP/IP properties. I don't know what to do in solaris.
    I ahve the following information.
    1) My IP Address
    2) Subnext mask
    3) DNS
    4) Primary gateway
    5) Sec. Gateway.

    If your IP is dynamic, Solaris should get you connected to web, without your intervention. Just make sure the DHCP client is running (it runs, by default). Also check this compatibility list: http://www.sun.com/bigadmin/hcl/data/sol/components/views/networking_all_results.page1.html
    If everything looks good, you can try "inetmenu" tool to get a valid IP address. More information is available at OpenSolaris web site: http://opensolaris.org/os/community/laptop/inetmenu/

  • Oracle 10gR2 Installation on Linux 86(CHECKING NETWORK CONFIGURATION REQ)

    I tried to install oracle10gR2 on Redhat Linux X86 machine.
    In the middle of installation i got the following ERROR::
    checking network configuration requirements
    check complete: The overall result of this check is : Not Executed
    Recommendation: Oracle supports installation on systems with DHCP - assigned public IP addresses.
    However , the primary network Interface on the system should be configured with a static IP address
    in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the
    software on systems configured with DHCP
    Could anyone help me in this regard
    Thanks in Advance

    user12974178 wrote:
    checking network configuration requirements
    check complete: The overall result of this check is : Not Executed
    Recommendation: Oracle supports installation on systems with DHCP - assigned public IP addresses.
    However , the primary network Interface on the system should be configured with a static IP address
    in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the
    software on systems configured with DHCP
    Could anyone help me in this regard
    Thanks in AdvanceYour problem is:
    "However , the primary network Interface on the system should be configured with a static IP address in order for the Oracle Software to function properly"
    Your solution is
    "See the Installation Guide for more details on installing the software on systems configured with DHCP"
    That book is at http://tahiti.oracle.com and the steps you need are in Chapter 2 of the Installation Guide for Linux.
    Now, I could assume this is Oracle 11gR2 and you are using Oracle Enterprise Linux 5 Update 4, but I won't. Assuming things gets me into trouble.

  • Could not find Wireless network configuration Oracle linux Enterprise

    HEllo,
    I was able to install oracle linux OS on my laptop and I was able to use internet thru wired network, but I tried to config the wireless network and I could not find any docs or online source to config wireless network on OLE machines.Belwo is the source that i used for installing the linux, he gave only one scrrenshot for network configuration where I see wireless tab also,but nothing is working when i configure wirless
    http://www.oracle-base.com/articles/linux/oracle-linux-6-installation.php

    iamsid wrote:
    HEllo,
    I was able to install oracle linux OS on my laptop and I was able to use internet thru wired network, but I tried to config the wireless network and I could not find any docs or online source to config wireless network on OLE machines.Belwo is the source that i used for installing the linux, he gave only one scrrenshot for network configuration where I see wireless tab also,but nothing is working when i configure wirless
    http://www.oracle-base.com/articles/linux/oracle-linux-6-installation.php
    Wrong forum. Your question has nothing to do with Oracle Database Installation. You might try the [url https://forums.oracle.com/forums/forum.jspa?forumID=822] Oracle Linux forum..
    When you post there it will be helpful if you will provide some detail on what you actually did and and the result. So far all you've really said is "Here is a picture of a Ford. Why can't I get my Chevy to run?"

  • I lose connection with network whenever put MacBook Pro to sleep or reboot. Lost network configuration. Have to use diagnostics to relocate and reconnect. What is the fix?

    I lose connection with network (router: Airport Extreme, latest firmware) whenever MacBook Pro put to sleep. Have to use diagnostics to reconnect. Tells me network configurations have changed, then reconnects me to network. What is the fix?

    Try the following, in order, until (hopefully) resolved:
    1a. Delete Preferred Network(s)
    System Preferences > Network > AirPort > Advanced > AirPort tab
    Under "Preferred Networks," delete the network(s) you regularly use from the list.
    1b. Delete AirPort Keychain Entries
    Launch the "Keychain Access" application located in Applications/Utilties.
    Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    1c. Add Preferred Network(s)
    System Preferences > Network > AirPort > Advanced > AirPort tab
    Add the preferred network(s) using the "+" button.
    Restart or log out then back in.
    2. Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    Go to /Library/Preferences
    Move the SystemConfiguration folder to the desktop.
    Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder back to it's original location.)

  • Linux install server and solaris 10

    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.conf
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *
    In /home/sunos, I have:
    [root@robert sunos]# tree -L 2
    |-- Solaris_10
    | `-- Tools
    |-- boot
    | |-- hsfs.bootblock
    | `-- sparc.miniroot
    `-- lost+found
    In /home/sunos_install, I have:
    [root@robert sunos_install]# tree -L 2
    |-- Solaris_10
    | `-- Product
    |-- jumpstart
    | |-- jumpstart.conf
    | `-- sysidcfg
    `-- lost+found
    [root@robert jumpstart]# cat jumpstart.conf
    install_type initial_install
    system_type server
    partitioning explicit
    filesys any 2000 /
    filesys any 1500 swap
    filesys any 1500 /var
    filesys any 2000 /opt
    geo N_America
    cluster SUNWCreq
    package SUNWgzip add
    package SUNWless add
    package SUNWman add
    package SUNWbash add
    package SUNWtcsh add
    package SUNWzsh add
    [root@robert jumpstart]# cat sysidcfg
    system_locale=en_US
    timezone=US/Pacific
    terminal=xterms
    name_service=NONE
    timeserver=pool.ntp.org
    security_policy=NONE
    root_password=xxxx
    network_interface=primary
    { hostname=js-test
    ip_address=192.168.2.20
    netmask=255.255.255.0
    protocol_ipv6=yes}
    Putty log file from console:
    root server: 192.168.2.10 (192.168.2.10)
    root directory: /home/sunos/Solaris_10/Tools/Boot
    module /platform/sun4u/kernel/sparcv9/unix: text at [0x1000000, 0x10a096d] data at 0x1800000
    module /platform/sun4u/kernel/sparcv9/genunix: text at [0x10a0970, 0x12615bf] data at 0x1867cc0
    module /platform/sun4u/kernel/misc/sparcv9/platmod: text at [0x12615c0, 0x12615c7] data at 0x18bdf80
    module /platform/sun4u/kernel/cpu/sparcv9/SUNW,UltraSPARC-IIi: text at [0x1261600, 0x126da07] data at 0x18be680
    SunOS Release 5.10 Version Generic_139555-08 64-bit
    Copyright 1983-2009 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    \|/Ethernet address = 8:0:20:c2:1b:b4
    -Using default device instance data
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/mem = 1048576K (0x40000000)
    avail mem = 846602240
    root nexus = Netra t1 (UltraSPARC-IIi 440MHz)
    pseudo0 at root
    pseudo0 is /pseudo
    scsi_vhci0 at root
    scsi_vhci0 is /scsi_vhci
    ramdisk0 at root
    ramdisk0 is /ramdisk-root
    root on /ramdisk-root:a fstype ufs
    pseudo-device: dld0
    dld0 is /pseudo/dld@0
    pcipsy0 at root: UPA 0x1f 0x0
    pcipsy0 is /pci@1f,0
    PCI-device: pci@1,1, simba0
    simba0 is /pci@1f,0/pci@1,1
    SUNW,hme0 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme0 : Local Ethernet address = 8:0:20:c2:1b:b4
    PCI-device: network@1,1, hme0
    hme0 is /pci@1f,0/pci@1,1/network@1,1
    SUNW,hme1 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme1 : Local Ethernet address = 8:0:20:c2:1b:b5
    PCI-device: network@3,1, hme1
    hme1 is /pci@1f,0/pci@1,1/network@3,1
    PCI-device: ebus@1, ebus0
    ebus0 is /pci@1f,0/pci@1,1/ebus@1
    su0 at ebus0: offset 14,3803f8
    su0 is /pci@1f,0/pci@1,1/ebus@1/su@14,3803f8
    cpu0: UltraSPARC-IIi (portid 0 impl 0x12 ver 0x91 clock 440 MHz)
    iscsi0 at root
    iscsi0 is /iscsi
    |pseudo-device: zfs0
    zfs0 is /pseudo/zfs@0
    Configuring devices.
    /pseudo-device: devinfo0
    devinfo0 is /pseudo/devinfo@0
    PCI-device: pci@1, simba1
    simba1 is /pci@1f,0/pci@1
    pseudo-device: pseudo1
    pseudo1 is /pseudo/zconsnex@1
    /pci@1f,0/pci@1,1/network@1,1 (hme0) online
    /pci@1f,0/pci@1,1/scsi@2 (glm0):
    Rev. 3 Symbios 53c875 found.
    PCI-device: scsi@2, glm0
    glm0 is /pci@1f,0/pci@1,1/scsi@2
    PCI-device: pci@1, pci_pci0
    pci_pci0 is /pci@1f,0/pci@1/pci@1
    su1 at ebus0: offset 14,3602f8
    su1 is /pci@1f,0/pci@1,1/ebus@1/su@14,3602f8
    ecpp0 at ebus0: offset 14,340278
    ecpp0 is /pci@1f,0/pci@1,1/ebus@1/ecpp@14,340278
    pseudo-device: fssnap0
    fssnap0 is /pseudo/fssnap@0
    pseudo-device: ramdisk1024
    ramdisk1024 is /pseudo/ramdisk@1024
    sd0 at glm0: target 1 lun 0
    sd0 is /pci@1f,0/pci@1,1/scsi@2/sd@1,0
    pseudo-device: winlock0
    winlock0 is /pseudo/winlock@0
    pseudo-device: llc10
    llc10 is /pseudo/llc1@0
    pseudo-device: lofi0
    lofi0 is /pseudo/lofi@0
    pseudo-device: fcp0
    fcp0 is /pseudo/fcp@0
    pseudo-device: fcsm0
    fcsm0 is /pseudo/fcsm@0
    pseudo-device: trapstat0
    trapstat0 is /pseudo/trapstat@0
    pseudo-device: pool0
    pool0 is /pseudo/pool@0
    pseudo-device: mem_cache0
    mem_cache0 is /pseudo/mem_cache@0
    pseudo-device: fcode0
    fcode0 is /pseudo/fcode@0
    -\i2c0 at ebus0: offset 14,600000
    i2c1 at ebus0: offset 14,100000
    i2cadc0 at i2c0: reg=0x0:0x9E, name=bus,address="0,9e"
    i2cadc0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/adc@0,9e
    i2cgpio0 at i2c0: reg=0x0:0x70, name=bus,address="0,70"
    i2cgpio0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,70
    i2cgpio1 at i2c0: reg=0x0:0x72, name=bus,address="0,72"
    i2cgpio1 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,72
    |/-\|/-\|/-Using RPC Bootparams for network configuration information.
    Attempting to configure interface hme1...
    \|/-\|/-WARNING: hme1: fault detected in device; service degraded
    WARNING: hme1: No response from Ethernet network : Link down -- cable problem?
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-Skipped interface hme1
    Attempting to configure interface hme0...
    Configured interface hme0
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found

    rmcnaught48 wrote:
    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).You can install using the keyboard with jumpstart. Without jumpstart you'd need local media (you can't enter the OS via the keyboard).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not foundHmm. That looks like the image file is corrupt. Can you pull the image from media again? Can you see if there's a /sbin/install-discovery file in the image (usually under Tools/Boot/root). I recall there used to be a problem with that file.
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.confIf you just want an interactive install (prompt for configuration/settings), you don't need sysid_config or install_config. Those are for automated installations.
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *That looks pretty good.
    You do have the option of running VMware on linux, and putting a Solaris 10 image on it, then using that VM as your boot server. But the problem you're displaying doesn't appear to be related to the linux server.
    Darren

  • Permissions for Linux user accessing Leopard share

    We have a very simple networking setup at our video post production facility. Basically, files are shared everywhere and to everyone. No open directory or DNS serving. Just AFP and SMB.
    Our Linux based Smoke/Flame/Lustre system needs access to the files severed/shared by an Xserve with a big attached RAID. It has no problem connecting or seeing the files. However, it typically is denied write permissions. When the Smoke operator creates a folder on the share he can't access the folder until I grant the Others/Everyone group read and write perms. The Linux user logs in with the same user account that everyone else uses.
    Some time ago, the always smashing Gerrit DeWitt gave me some terminal commands to set ACLs for users/groups of this shared RAID. They work beautifully and I have had no permissions issues since applying them. Except for this Linux system.
    Would it be good practice to use this command to set the Everyone group permissions for this share?
    sudo chmod -R +ai "group:everyone allow readattr,readextattr,readsecurity,\
    list,search,read,execute,writeattr,writeextattr,delete,\
    append,write,deletechild,add_file,addsubdirectory,\
    fileinherit,directoryinherit" "/Volumes/RAIDH/Smoke_InfernoStorage"
    Also, is there some configuration change I could make to the Linux system to make it a little more Mac compatible in this area?
    Thanks

    It's worth checking into - let us know what you find. What you describe certainly sounds like a problem with permission propagation settings for SMB / Samba since the AFP side works fine.
    I've seen other posts about problems that crop up because of differences in the versions of Samba employed between systems, so that's a possibility as well. And I'd have no suggestions for you in that regard other than some searching of the web for clues as to how to work with that issue.
    -Doug

  • Oracle 11g - Network Configuration check

    Hi All,
    This is my first time here and I am a newbie to Linux and Oracle installation.
    I just finished installing Linux Enterprise version 5 ( provided by Oracle corp).
    At the time of installation I did not do any type of network configuration and let the default network connection take effect.
    After installing all the pre requirements for the Oracle 11g installation on my laptop I was stopped with a warning on the Oracle univesal Installer - product specific Prerequisite check.
    This is what it gave me---
    Checking Network Configuration requirements..
    Check complete. The overall results of this check is : Not executed <<<
    Recomendation : Oracle supports installation on systems with DHCP-assigned public IP addresses. However the primary network interface on the system should be configured with a Static IP Address in order for the oracle to function properly.See the installation guide for more details on installing the software on systems configured with DHCP.
    I checked with the manuals and do not find any information about how to fix it.
    The info given in the manual is
    Installing on DHCP Computers
    Dynamic Host Configuration Protocol (DHCP) assigns dynamic IP addresses on a network. Dynamic addressing enables a computer to have a different IP address each time it connects to the network. In some cases, the IP address can change while the computer is still connected. You can have a mixture of static and dynamic IP addressing in a DHCP system.
    In a DHCP setup, the software tracks IP addresses, which simplifies network administration. This lets you add a new computer to the network without having to manually assign that computer a unique IP address.
    Now i made some changes to the Network Config as root user and my Network configuration file looks like ( ie. /etc/hosts)
    127.0.0.1 localhost StaticIP
    It was previously something like
    127.0.0.1 localhost.localdomain localhost.
    As per the installation documents where ever i had references to localhost, i had left the localhost with the same name ' localhost' and have not changed it. Now it has StaticIP and I am not sure how to proceed.
    What must I do?
    I want to fix this error and also want oracle to work.
    Thanks for your help!!

    Thanks a lot guys to respond to this. I am using OEL5 ( supplied by Oracle Corp) and Oracle 11g. Installation of Linux takes about 40 minutes and installation of Oracle takes about an hour to 2 hours. Not sure why some RPM's do not show up on the CD's provided by Oracle.
    So I tried to reinstall Linux . But the whole problem is, the Network Screens ( during installation) do not show up at all. It just skips that portion and goes to the Screen where there is the world Map and tells you to set up the time and date. I tried installing Linux many times and those Network configuration screens do not show up at all.
    Here is my dilemma. After installing Oracle 11g, and immediately accessing the site https://localhost.localdomain:1158/em takes me into the OEM.
    But after I shut down my machine and boot up again, I am unable to use the OEM's site https://localhost.localdomain:1158/em. Instead I get the message
    ===============================
    Unable to Connect
    Firefox can't establish a connection to the server at localhost.localdomain:1158
    1. The site could be temporaily unavailable
    2. If you are unable to load any pages, check your computer's network connection
    3. If your computer is protected by firewall or proxy, make sure that firefox is permitted to access the Web.
    ===================================
    I am thinking the problem is with 2. I do not have any firewall in my machine and i have also disbaled SELINUX.
    I want to configure the computer so i can use the OEM in my Linux laptop.
    My $ cat /etc/hosts gives
    127.0.0.1 localhost.localdomain.
    Please help me setup the Network so i can connect to 11g OEM.
    And BTW this laptop is not even used to connect to the Internet.
    Thanks
    Sulu

  • Discovering additional network configurations

    Can someone help me. While trying to install solaris 10 in my ultra 80. I keep getting a hangup while discovering additional network configurations. How can I disable this so it doesnt happen anymore.

    boot cdrom -vs is supposed to take you to a functional environment,
    into single-user mode, and do so in a verbose fashion.
    That is exactly what the command does. Thus it's functioning properly.
    To start your OS installation, just boot to the cdrom.
    OK boot cdrom <enter>
    If you want it to do so in a verbose fashion, use the -v command switch.
    ... just do not use the letter "s" in the command and it will start the install.
    During this entire discussion, you never mentioned whether you even tried
    to probe the SCSI bus to see whether the drives were recognized by OBP.
    If OBP doesn't see them, then your system will fail back to trying to discover
    a boot device on the network ( along any network pathway that could possibly exist ).

  • Migrate my Suse Linux users account  to mac os x moutain lion?

    Can someone tell me how to migrate my Suse Linux user accounts, including mail, to mac os x moutain lion?

    You need write a script to map your /etc/passwd database to the values in MacOS. Use the dscl command like here: http://www.deadmarshes.com/Blog/20111105010130.html or here: http://hintsforums.macworld.com/showthread.php?t=141798
    You can't take the /etc/shadow, because MacOS encrypts the passwords other than Linux.
    Your users need to change their password:
    - via Webinterface from Mountain Lion
    - or via Server.app
    - or on a linux client using the OpenDirectory (LDAP) from ML
    Each mail user needs to belong to the group com.apple.access_mail. You can configure with ML-tools any forwards. Tools: Server.app (Appstore), WorkGroupManager (http://support.apple.com/kb/dl1567)
    I'm migrated/migrating my users from Solaris LDAP. I'm using this technology.
    Migrating the Mail system is an other task.

  • Windows (or other OS) network configuration

    Hello all,
    I've been asked to develop a Java software that should be able to modify network configuration (IP, mask, ...) of a PC. Is this possible? I don't think so, but, please help me!!
    Thank you so much

    I have to use Windows, now, but this process could be repeated on Mac or Linux, Solaris, ... not sure yet. But Windows is surely mandatory.
    The software I need to develop has to do this things:
    - read computer network configuration (IP, mask, gateway, DHCP, ... all the things in IP network connection of Windows);
    - save this configuration (let me call it "office configuration") somewhere;
    - change the active configuration to apply a "local" or "direct" configuration that will be used to directly connect (with a cross cable) the pc to a network device (Digital Microwave Radio Links Low/Medium Capacity, for Short-Haul PDH Networks I'm working on). Something like IP=10.0.1.x, mask=255.255.255.0 or so and so on for local direct connection;
    - do the things on this device (software exists);
    - restore office configuration at the end of the software.
    Is this possible? Thank you very much.

  • Multihomed network configuration

    So, when I say multihomed what I really mean is that Macbook Air is configured to use two network interfaces -- Wi-Fi and USB ethernet -- in one Location. Each interface is configured to work on a different subnet. In fact, wi-fi is assigned a public IP address of 195.88.xxx.xxx, and USB ethernet NIC a private address of 192.168.0.252/24. Wi-Fi is en0, and USB ethernet is en2. Both interfaces are in active state.
    My goal is to have MBA to route all traffic to en0, except for 192.168.0.0/24 network which I want to go via en2, the USB ethernet card.
    The topology is pretty simple:
    Linux Laptop <--- Linksys Cisco Router <---   en2 via <---  MBA ---> via en0   ---> Linksys Cisco Router ---> <Internet>
    Essentially, I need to put en2 on the ethernet segment where the Linux laptop is to be able to talk to it directly. No routing needed. This apporach works without any problems in Linux environment. However, on Mac OS X it doesn't work and it makes me wonder why.
    A few details on what happens on the network:
    tcpdump output from Linux machine (it is assigned 192.168.0.253/24):
    13:08:17.476326 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:17.476354 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:18.476885 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:18.476911 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:19.478089 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:19.478113 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:20.478393 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:20.478417 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    13:08:21.479522 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 46
    13:08:21.479551 ARP, Reply 192.168.0.253 is-at 00:13:77:49:00:be, length 28
    and this is tcpdump output from Macbook Air:
    13:08:17.473933 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:18.474507 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:19.475732 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:20.475968 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    13:08:21.477168 ARP, Request who-has 192.168.0.253 tell 192.168.0.252, length 28
    I tried Service Reorder (in System Settings->Network) and set en2 as the first device on the list, or one position behind en0. It doesn't change anything.
    My question is similar to these discussions:
    https://discussions.apple.com/thread/2297388?start=0&tstart=0
    https://discussions.apple.com/message/9984744?messageID=9984744#9984744?messageI D=9984744
    and in one of them it is implied that no extra configuration should be made beyond what I've already done, but clearly Mac OS X doesn't see ARP request reply from the Linux machine.
    BTW, firewalls are down on both systems.
    I also found this network configuration manual for Princeton University campus network
    http://www.net.princeton.edu/mac/network-config-x-10.8/caveats.html#ip-weakend
    that claims that Mac OS X actually cannot do what I'm attempting to and refers to Weak End System Model which in essence is described in RFC4907 as:
    In the Weak End System model, addresses refer to a host.  As a
            result, packets sent on an outgoing interface need not
            necessarily have a source address configured on that interface,
            and incoming packets whose destination address does not
            correspond to the physical interface through which it is
            received are accepted.
    That could explain why ARP request reply never makes it back to Mac OS X.
    So, any ideas? Any tips?
    I'd highly appreciate help of the community because I'm stuck

    I dont have a PSC2210 but one of the documents I saw said to go to the front panel of the printer, press the Setup button, press 6 and then press 1 to print the Network Configuration page.
    Binary_Zen (worked at HP )
    Click the white Kudos star to say thanks
    Please mark Accept As Solution if it solves your problem

Maybe you are looking for

  • SAP R/3 got stopped with ORA-01034 error

    Hi all, My SAP R/3 4.7,got stopped, and i am getting ORA-01034: Oracle not available ORA-27101: Shared memory relam does not exists, what are the steps i have to follow to make my R/3, with which user ID i have to log-in to oracle and what are the th

  • PostalOne Set Sch Induction Date and Time in Business Objects

    We are running Presort 8.00c, and our printer just told us that PostalOne will not run unles we have Set Sch Induction Date and Time set with parameters.  Where in Business Objects is this information coming from?  I am trying to find this informatin

  • Setting size for JPanel to fit JTable

    hi! Iam stuck with some grey area in JPanel or JScroolPanel with holds JTable, starting to get gray hair by trying to get rid of that public class MiniCalTopPane extends JPanel {      private static final long serialVersionUID = 8490663735555155912L;

  • IS Mapping necessary after Reimporting the RFC

    hi, i have mapped rfc message to a target message, but now i reimported my rfc with same name and fields but with different lengths now do i need to remapp all the elememnts. regards, Raj

  • Editing metadata with masters offline, then syncing XMP

    I love LR (and Aperture for that matter) for the ability to reference a large collection of external masters and keep previews and metadata locally on a MacBook.  I usually edit the metadata in LR -- rating, rotating, etc.  In continuous XMP export m