[SOLVED] dhcp host names

I'm trying to set a host name for myself when using dhcpcd. I have tried both hostnamectl and the hostname variable in dhcpcd.conf. Still, when I try to open an ssh session from another computer, it does not recognize the hostname that I've designated. It looks like DDNS is required for dhcp host names if I'm not mistaken. Would setting DDNS up for my public IP address allow dhcp host names for the router connected to it?
Last edited by boblitz13 (2013-01-16 22:10:51)

Oh I see. Well, is not exactly what I though, but sill can be solved by using dnsmasq.
If your router has DNS, then you only need it to resolve your hostname by the ip. Normally, in my experience, just because the router can detect your hostname, does not pass it to the machines on the lan, You need to specify it using a DNS.
Again, if your router has DNS, just add your laptops ip and its hostname there. (using the router is the easiest way)
If your router does not have DNS, you can configure a DNS server. And thats what dnsmasq is. install dnsmasq on a machine on your lan, and that machine will become your dns server, and add your laptop ip and hostname on the /etc/hosts there.
Now, you'll need that the other machines use your DNS server.
If they run linux, add the ip of the server to /etc/resolv.conf.head of each machine, or, if your router allows it, change the parameters of dhcp, so it assigns the ip of your server as default DNS.
Read the wiki article Dnsmasq, for more information. And, read your router manual to see if it has DNS service.
(A less perfect, but more simple aproach is to add the ip and hostname of your laptop on the /etc/hosts of the  machine where you are trying to use ssh; it will work only on that machine, but is faster and easier)

Similar Messages

  • Can I send DHCP host name to my ISP from RV220W?

    My ISP waits a definite host name from me to return my white IP address via DHCP. Can I set this parameter in RV220W router? I don't find such parameter in IPv4 WAN configuration page.

    After firmware update to 1.0.3.5 I can set up router name but provider support answer that router doesn't send its name to provider during DHCP handshake. Is that right?

  • [SOLVED] multiple host names and domains configuration

    Hi everybody,
    probably this is a less than newbie questions but I can't figure out what is the right way to set my hosts files within this framework:
    1) Two registred domains pointing to my ip address: www.bonfus.it, argo.mooo.com
    2) nslookup of wan ip address:
    nslookup 79.41.201.100
    Server: 192.168.2.1
    Address: 192.168.2.1#53
    Non-authoritative answer:
    100.201.41.79.in-addr.arpa name = host100-201-dynamic.41-79-r.retail.telecomitalia.it.
    3) DDWrt (192.168.2.1) natting traffic to local network and web server
    4) Server PC with services (192.168.2.100)
    My problem is: how should I set domain name within DDWRT router configuration and on the server PC? Is this configuration correct for the pc?
    /etc/hosts/
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost argo
    192.168.2.100 argo.mooo.com argo
    192.168.2.100 www.bonfus.it www
    /etc/rc.conf
    HOSTNAME="argo"
    Thanks,
    Pietro
    Last edited by pie86 (2010-11-28 19:29:40)

    Any domains that are local should point to the local IP in /etc/hosts. You should just need one line.
    Something like this:
    127.0.0.1 localhost.localdomain localhost argo argo.mooo.com www.bonfus.it
    You don't have to put them all in there. For example, you'd only want to add 'www' if you want the www host to resolv to 127.0.0.1. I doubt you'd ever see the host www used by itself. Usually having just the short and long server hostname is enough (argo and argo.mooo.com).
    I think you should have the long hostname in your /etc/rc.conf:
    HOSTNAME="argo.mooo.com"

  • DHCP Client does not send host name to DHCP Server

    Hello,
    I installed Solaris 10 on VirtualBox and I cannot ping/ssh/telnet the virtual machine by its host name (even from the host computer) but only by it's ip.
    I tried everything I could find on internet with no success (I don't want to add the hostname in every hosts file on every computer because it's not really professionnal)
    I followed what said here: http://docs.oracle.com/cd/E26505_01/html/E27061/eyhuv.html#scrolltoc
    Can someone has an idea of what I can do or why this does not work.
    I installed a virtual Windows7 and an Ubuntu, and it worked perfectly.
    Any help would be grantly appreciated.
    Thank you
    Here is my current configuration:
    Oracle VM VirtualBox 4.3.8 (I choose "Oracle 10 10/09 and later (64 bit))
    Oracle Solaris 10 1/13
    Network: bridge with RealTek interface
    NB: I don't have access to dhcp server on my netgear router (access is disabled by my ISP)
    Files in /etc:
    dhcp.e1000g0 (empty)
    nodename (contains "thorgal")
    nsswitch.conf has following lines:
    hosts: files dns # Added by DHCP
    ipnodes: files dns # Added by DHCP
    networks:   files
    protocols:  files
    rpc:        files
    ethers:     files
    netmasks:   files
    bootparams: files
    hostname.e1000g0 (contains "inet thorgal")
    /etc/inet/hosts:
    ::1             localhost
    127.0.0.1       localhost loghost
    192.168.0.17    thorgal # Added by DHCP
    /etc/default/dhcpagent:
    REQUEST_HOSTNAME=yes
    PARAM_REQUEST_LIST=1,3,6,12,15,28,43
    .v6.PARAM_REQUEST_LIST=7,12,23,24,27,29
    I also try "ifconfig e1000g0 dhcp release" with no success
    the debugging of dhcpagent:
    # pkill -x dhcpagent
    # /sbin/dhcpagent -d1 -f &
    1088
    # ifconfig e1000g0 dhcp start
    /sbin/dhcpagent: debug: insert_pif: e1000g0: sdumax 1500, hwtype 1, hwlen 6
    /sbin/dhcpagent: debug: set_packet_filter: set filter 805869f (DHCP filter)
    /sbin/dhcpagent: debug: get_smach_cid: getting default client-id property on e1000g0
    /sbin/dhcpagent: debug: in state INIT; allowing start command on e1000g0
    /sbin/dhcpagent: debug: ipc_action_start: started start (command 4) on e1000g0
    /sbin/dhcpagent: debug: set_smach_state: changing from INIT to INIT_REBOOT on e1000g0
    /sbin/dhcpagent: debug: dhcp_selecting: host thorgal
    /sbin/dhcpagent: info: configure_v4_lease: setting IP netmask to 255.255.255.0 on e1000g0
    /sbin/dhcpagent: info: configure_v4_lease: setting IP address to 192.168.0.17 on e1000g0
    /sbin/dhcpagent: warning: configure_v4_lease: no IP broadcast specified for e1000g0, making best guess
    /sbin/dhcpagent: info: configure_v4_lease: using broadcast address 192.168.0.255 on e1000g0
    /sbin/dhcpagent: info: configure_v4_timers: e1000g0 acquired lease, expires Fri Mar 21 21:33:05 2014
    /sbin/dhcpagent: info: configure_v4_timers: e1000g0 begins renewal at Fri Mar 21 09:33:05 2014
    /sbin/dhcpagent: info: configure_v4_timers: e1000g0 begins rebinding at Fri Mar 21 18:33:05 2014
    /sbin/dhcpagent: debug: set_smach_state: changing from INIT_REBOOT to PRE_BOUND on e1000g0
    /sbin/dhcpagent: info: added default router 192.168.0.1 on e1000g0
    /sbin/dhcpagent: debug: set_smach_state: changing from PRE_BOUND to BOUND on e1000g0
    /sbin/dhcpagent: debug: configure_bound: bound e1000g0
    /sbin/dhcpagent: debug: ipc_action_finish: finished start (command 4) on e1000g0: 0

    During the Solaris installation process, you told it what the hostname was going to be and that you wanted that environment to exist with a dynamic IP address instead of a specific address that you desired.
    When Solaris boots it broadcasts that hostname and waits for a DHCP server to be quasi-intelligent enough to award an IP address based upon a pre-configured list inside that DHCP server.   Hostname ABC would always get IP address 123 on subnet rst, hostname DEF would always get IP address 456 on subnet xyz, and so on and so on.
    That's the fundamental process for proper (and thus secure) DHCP.
    All your other environments (Windows, Debian, Ubuntu) are what might be thought of as "hacked for convenience" to get around that sort of network configuration.  They take the lazy way to exist.  That partial networking setup is good enough for a home network but would be miserably insecure in a corporate environment.  Those choices are operating environments that are nice for end-user desktops but aren't Enterprise Class.
    My suggestion?
    Review the IP address range in your Netgear router's setup.
    It is likely something like 192.169.0.1 through 192.168.0.50 and can be customized.
    You probably don't have 50 devices on your network and probably will never have 50 simultaneous devices on your network.
    ... just do a reconfigure reboot and set your Solaris to use a static IP of 192.068.0.45
    Then reboot and I predict your issue that prompted this forum thread will be gone.
    That's how I've done it at home for many years, even when installing Solaris to bare metal (no virtualization).

  • [SOLVED] NetworkManager dhclient send host-name

    I use network-manager-applet on xfce4 . dhclient does not send the host name to the server. I don't see any related option in the applet.
    dhclient is started without the "-H" option and the generated conf does not have a "send host-name" line.
    "dhcp-client-identifier" is something different.
    [il@vmarch ~]$ ps -Af | grep dhcp
    root 548 185 0 12:01 ? 00:00:00 /usr/bin/dhclient -d -q -sf /usr/lib/networkmanager/nm-dhcp-helper -pf /var/run/dhclient-enp0s3.pid -lf /var/lib/NetworkManager/dhclient-eae8589b-41a8-4e9a-9bf1-29c0a43dc88a-enp0s3.lease -cf /var/lib/NetworkManager/dhclient-enp0s3.conf enp0s3
    [il@vmarch ~]$ sudo cat /var/lib/NetworkManager/dhclient-enp0s3.conf
    # Created by NetworkManager
    option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
    option ms-classless-static-routes code 249 = array of unsigned integer 8;
    option wpad code 252 = string;
    also request rfc3442-classless-static-routes;
    also request ms-classless-static-routes;
    also request static-routes;
    also request wpad;
    also request ntp-servers;
    Last edited by leniviy (2015-03-29 15:54:58)

    For some reason, NM does not use the host name obtained from OS.
    Workaround:
    [root@vmarch ~]# nmcli con show
    NAME UUID TYPE DEVICE
    enp0s3 84b17c75-9129-4944-849e-b82003511578 802-3-ethernet enp0s3
    [root@vmarch ~]# nmcli con show enp0s3 | grep ipv4.dhcp-hostname
    ipv4.dhcp-hostname: --
    [root@vmarch ~]# nmcli con modify enp0s3 ipv4.dhcp-hostname `hostname`
    Last edited by leniviy (2015-03-29 15:54:46)

  • Change my Host Name in Solais 10

    Please, when I run smc(Solaris Management Console) I can see in System Information, that my Host Name is unknown. How can I change that?

    It's strange that you don't have etc/nodename, it must be in etc/. May be you'll try to create it? Besides, I think this article can help you:
    Setting Up a Solaris DHCP Client
    One of the problems that can arise when trying to use a Solaris box as a DHCP
    client is that by default, the server is expected to supply a hostname, in
    addition to all the other stuff (like IP address, DNS servers, etc.). Most cable
    modems and home routers don't supply a (usable) hostname, so it gets set to "unknown".
    This page describes how to get around that. (Where this page says "cable modem",
    "DSL modem" can be substituted.)
    This page assumes that le0 is the interface you using for your DHCP connection.
    Substitute hme0 or whatever interface you're actually using in the examples
    below.
    Setting up DHCP
    There are two ways of using DHCP:
    DHCP has limited control
    DHCP has full control
    The first case may be where you want to use your own /etc/resolv.conf and so on,
    with a minimum of hassle.
    The second case would be the normal situation, especially if your cable modem
    provider has a habit of changing DNS name server IP addresses on you (like mine
    does!), so I'll concentrate on that here. I have a script to automate the first
    method, should you want to use it. You'll need to change the DEFAULT_ADDR and
    INTERFACE variables as required.
    The first thing to do is to create an empty /etc/hostname.le0, like this:
    /etc/hostname.le0Creating this file ensures that the interface gets plumbed, ready for the DHCP
    software to do its stuff.
    Next, you create /etc/dhcp.le0. This file can be empty if you want to accept the
    defaults, but may also contain one or both of these directives:
    wait time, and
    primary
    By default, ifconfig will wait 30 seconds for the DHCP server to respond (after
    which time, the boot will continue, while the interface gets configured in the
    background). Specifying the wait directive tells ifconfig not to return until
    the DHCP has responded. time can be set to the special value of forever, with
    obvious meaning. I use a time value of 300, which seems to be long enough for my
    cable provider.
    The primary directive indicates to ifconfig that the current interface is the
    primary one, if you have more than one interface under DHCP control. If you only
    have one interface under DHCP control, then it is automatically the primary one,
    so primary is redundant (although it's permissible).
    With these files in place, subsequent reboots will place le0 under DHCP control:
    you're ready to go!
    Unknown hostname
    Actually, there's one snag: most (if not all) cable modem DHCP servers don't
    provide you with a hostname (even if they did, odds are it won't be one you want
    anyway!). This wouldn't be a problem, except that the boot scripts (/etc/init.d/rootusr
    in particular) try to be clever, and set your hostname to "unknown" in this case,
    which is not at all useful!
    The trick is to change your hostname back to the right one, preferably without
    changing any of the supplied start-up scripts, which are liable to be being
    stomped on when you upgrade or install a patch. You've also got to do it early
    enough in the boot process, so that rpcbind, sendmail and friends don't get
    confused by using the wrong hostname. To solve this problem, put this little
    script in to /etc/init.d/set_hostname, with a symbolic link to it from /etc/rc2.d/S70set_hostname.
    Starting with Solaris 10, the preceding paragraph can be ignored. Instead, just
    make sure that the hostname you want to use is in /etc/nodename; the contents of
    that file will then be used to set the hostname. (Note that it is essential that
    the hostname you put into /etc/nodename is terminated with a carriage return.
    Breakage will happen if this is not the case.) Also, from Solaris 8 it is
    possible to tell the DHCP software not to request a hostname from the DHCP
    server. To do this, remove the token 12 from the PARAM_REQUEST_LIST line in /etc/default/dhcpagent.
    (/etc/default/dhcpagent describes what the default tokens are; 12 is the
    hostname, 3 is the default router, 6 is the DNS server, and so on.)
    With these modifications in place, reboot, and you'll be using your cable modem
    in no time!
    If you've got more than one machine, and you want to access the Internet from
    all of them, you might also find my Solaris NAT page useful.
    If this page has been useful to you, please consider buying a copy of my book,
    Solaris Systems Programming.
    Send any questions or comments to: [email protected]
    And this is the script:
    #!/sbin/sh
    # Name: set_hostname
    # SCCS Id: @(#)set_hostname 1.2 07/26/04
    # Description: This file is a script for re-setting your hostname to the
    # right value if you use DHCP (which has a habit of setting
    # your hostname to "unknown" if you use a cable modem).
    # Copyright &#1033; 2000-2004 by Rich Teer. All rights reserved.
    HOSTNAME=`cat /etc/nodename`
    echo "Setting hostname to $HOSTNAME... \c"
    uname -S $HOSTNAME
    echo "Done."
    It's another variant, more complex:
    #!/usr/bin/sh
    # set_hostname
    # Setting DHCP hostname when not provided from DHCP-server.
    # Make sure you have a "clean" copy of /etc/hosts (fx. /etc/hosts.orig)
    # As this script will clean up and set the hostname in /etc/hosts.
    # The script can be run in hand, or as a startup script in:
    # Solaris 8/9: /etc/init.d; /etc/rcX.d
    # Programmed by: Yngve Berthelsen
    # Date: 20050216
    # E-Mail: [email protected]
    # Last updated: 20050216
    # History:
    ### Variables used in script
    NODENAME="/etc/nodename"
    HOSTALIAS=`cat /etc/nodename|nawk ' BEGIN { FS="." }; { print $1 }'`
    HOSTFILE="/etc/hosts"
    ORGHOST="/etc/hosts.orig"
    HOSTNAME=`/usr/bin/hostname`
    NIC="hme0" # Change hme0 to the DHCP interface NIC
    DHCPNIC="/etc/dhcp.$NIC"
    IPADDRESS=`ifconfig $NIC|grep inet|nawk '{ print $2 }'`
    ### Functions to call
    SetHostname()
    echo "Setting DHCP Hostname: $NODENAME"
    /usr/bin/uname -S $NODENAME
    print "$IPADDRESS\t$NODENAME\t$HOSTALIAS" >> $HOSTFILE
    /usr/bin/hostname $NODENAME
    return
    # main
    case "$1" in
    'start')
    if [ -f $DHCPNIC ]
    then
    if [[ $HOSTNAME == "Unknown" ]]
    then
    SetHostname
    elif [[ $HOSTNAME == "unknown" ]]
    then
    SetHostname
    fi
    fi
    'stop')
    if [ -f $DHCPNIC ]
    then
    cp -frp $ORGHOST $HOSTFILE
    fi
    echo "Usage: $0 { start |stop }"
    exit 1
    esac
    exit 0
    ### This script is submitted to BigAdmin by a user of the BigAdmin community.
    ### Sun Microsystems, Inc. is not responsible for the
    ### contents or the code enclosed.
    ### Copyright 2007 Sun Microsystems, Inc. ALL RIGHTS RESERVED
    ### Use of this software is authorized pursuant to the
    ### terms of the license found at
    ### http://www.sun.com/bigadmin/common/berkeley_license.html
    I use the first, "short" script, it works.

  • NetInstall and host name

    Can someone explain why, when I image from our NetBoot server, the host name of the client (target machine) is changed to "knotset"? We used to use a bootable DVD to install our custom corporate image and never had this problem. However, we've recently evolved to the point of using NetInstall to deploy our images. Everything in NetBoot has been working great, but this knotset thing is bugging me... The only way I know to change it is in /etc/hostconfig, but I'd prefer to avoid manually changing this value.

    Hey Charles,
    I see you are having an issue with getting your Officejet Pro 8600 Premium to connect to your wireless network.  The first thing I would advise is to make sure to power cycle the entire network setup.  This will make sure the network is fresh and DHCP is renewed.
    Follow these steps to reset your HP printer, your wireless router, and your computer.
    Press the Power button on the HP printer to turn it off.
    Disconnect the power cord from the rear of the HP printer.
    Disconnect the power cord from the wireless router.
    Turn off the computer.
    Wait 30 seconds.
    Reconnect the power cord to the wireless router.
    Wait 30 seconds, or until the router is fully on and ready.
    Turn the computer back on.
    Wait for the computer to reload.
    Reconnect the power cord to the rear of the HP printer.
    Turn the printer back on.
    Once everything is powered back up, then try going back to the Wireless Setup Wizard through the front panel of the printer.  Are you trying to connect through WPS (Wifi protected setup) or through selecting the network ID (SSID) and typing in the password?
    What happens when you try to connect?  Do you get any errors?
    Once the printer is connected to the network what is the IP of the printer?  Does this fit in the domain of your home network?
    Jason
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • How can I create a host name site collection when I have a 443 web application already created for App model?

    Hi all,
    I have a 2013 farm set up with the App model
    1 web application for path based site collection using host name
    1 web application with SSL (no host name)
    1 web application for mysite
    My business request is that  I need to migrate SSL enabled 2007 content to this farm and use host name site collections.  I tried to create one more web application for this without any luck (the 443 IIS folder is already used by another web application). 
    I thought I bind the previous 443 web application with another IP address should be fine.  Seems like the IIS site is taken (https://server name:443) so it will not let me create one more.  How can I solve this problem so I can create the web application
    to host those host name site collections?  Any suggestion is greatly appreciated.
    Thanks in advance.
    Sally

    Hi Trevor,
    Thanks again for your quick reply.  I try the option 2 right after your post.  I use my front end server name for public URL (https://WFEName:443) and it fails again.  The error message is:
    The directory C:\inetpub\wwwroot\wss\VirtualDirectories\443 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.
    After reading more, I saw mix Hosted Name Site collection and Path-based site collection aren't recommended.  Unfortunately I already have Path-based site collection created with App model web application
    (the web application without host name) in my farm.  In my Option 2, that web application without host name is used for App routing.  This takes the root folder 443 which will not allow any other web application to use the same name again. 
    Does that mean we can't create Host Named Site collection in the same farm?  Is there any configuration I need to check?
    Thanks again.
    Sally

  • Windows 8.1 will not see the Printers host name or ip address

    I have tried installing an OfficeJet Pro 8615 on two different Windows 8.1 computers (wireless)  but did not connect.  Pirnter is connected to network wireless (192.168.111.153). Router is 192.168.111.1. The printer was installed from a Vista (wired) desktop and it connected and printed fine. Both 8.1s can ping router but not the printer. Host name install does not work either. Router is a new Cisco RV180w. It works fine everywhere else. Printer wireless power is 5 of 6. Have looked for shared devices setting on Win 8.1 but have not found it yet. Win 8.1 computers are both 64bit and the install download showed 64x. I am running out of things to check. Can anyone help me? Win 8.1 computers sees other devices on the network but not the printer. Print & Scan Doctor does not see the printer either.
    Now I am having the same problem with a Win7 (64) install. It can't see it either. Once I plugged this one into the network then it saw the printer and installed and printed. But if I unpluged the network wire and made it wireless then it stopped seeing the printer. So I am having some  kind of a wireless issue.

    Hi @EdEdata ,
    Thank you for visiting the HP Support Forums and Welcome. Thanks for all the details of what you have done and the restuls. (Very helpful) I have read about your HP OfficeJet Pro 8615 Printer not connecting wireless and is not seen by the Print and Scan Dr. Here is a document on printer does not keep a wireless connection.  Try assigning a Static IP address. You might have to change the channel.
    Make sure your computer is connected to 802.11b/g/n wireless router over a 2.4 GHz connection. NOTE: HP Printers are currently not compatible with 802.11n 5.0 GHz networks. This HP document here, explains about a printer wireless.
    If this does not help you, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link to get the support number for your region.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • BusinessObjects Enterprise HOST NAME PROBLEMS

    As we can find in other posts, we know that BO has problems with underscore in the host name.
    I read in some posts that the problem can be solved by writing the IP address instead of the host name when we use Infoview or whatever we need.
    I've done two BO enterprise installations in two different Vitual Machines (made with Virtual PC).
    I know that SAP guarantees that BO works fine only on VMware platform with the host name without underscores.
    The host on the first Virtual Machine was named correctly, but after the installation I changed it inserting an underscore; after this the Infoview login interface didn't work. So I tried to write the IP address and It worked properly.
    Trying to use Designer and Translation Manager I had  only to use the IP address instead of the current host name.
    The host on the second Virtual Machine was named with an underscore, and after the installation I launched the Infoview login interface that didn't work. Again I tried to write the IP address and It worked properly, but in this case I couldn't launch the Designer and I couldn't import the universe from cms with the Translation Manager!!!
    I got this exception opening the Designer:
    1 processor P Family 6 Model 15 Stepping 6
    Windows 2000 Server (Terminal Server) v5.2 build 3790 (S)
    Physical Total/Avail: 1.546.728 Kb / 878.328 Kb
    Temp directory C:\DOCUME1\ADMINI1\IMPOST~1\Temp\ (1 Kb available)
    'Unknown' video card
       808 x 688 in true color
    Unhandled Exception
      Code: e06d7363
      Description unavailable
    Call stack:
    Module  at   0x7c800000: C:\WINDOWS\system32\kernel32.dll  v 5.2.3790.3959 <i>
        address: 0x7c80bee7
    Module  at   0x7c340000: C:\WINDOWS\system32\MSVCR71.dll  v 7.10.3052.4 <i>
        address: 0x7c359aed
    Module  at   0x49920000: C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpi18n.dll  v 12.0.0.683 <i>
        address: 0x4994c1e3
    Module  at   0x00f20000: C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_7.dll  v 2.7.0.0 <i>
        address: 0x01007261
        address: 0x01c281f0
        address: 0x01006e65
    Application:
    3980 "
      current thread 0x814
    started: martedu00EC 21 luglio 2009 at 10.06
    ends:    martedu00EC 21 luglio 2009  at 10.06
      User mode: 330 ms   Kernel mode: 450 ms
    Loaded modules:
        0x00320000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\io-vc-mt.dll      v 0.0.0.0
        0x00330000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\thread-vc-mt.dll      v 0.0.0.0
        0x00350000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpcoll.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00360000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\TraceLog.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003A0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dlg1.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003B0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dlgdll.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\boDeploy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003F0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\security-vc-mt.dll      v 0.0.0.0
        0x00400000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\designer.exe      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x005A0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\btuc320vc71.dll      v 3.2.0.0      [Inglese (Stati Uniti)]
        0x006D0000     C:\WINDOWS\system32\MFC71U.DLL      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x007E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\tools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00960000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\zlib.dll      v 0.0.0.0
        0x00980000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cxlibw-4-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00AD0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libOCAHelperw-4-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00DD0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libxml2.dll      v 0.0.0.0
        0x00EC0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpxml.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00EE0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\network-vc-mt.dll      v 0.0.0.0
        0x00F00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\time-vc-mt.dll      v 0.0.0.0
        0x00F20000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_7.dll      v 2.7.0.0      [Inglese (Stati Uniti)]
        0x010E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\wstkCommon.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01140000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\bo_storage.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01170000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\unvtools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x011E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpqry.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01210000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\streaming-vc-mt.dll      v 0.0.0.0
        0x01240000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\pdflib.dll      v 7.0.1.1      [Inglese (Stati Uniti)]
        0x01F00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOCP_1252.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x10000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\file-vc-mt.dll      v 0.0.0.0
        0x12000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_1_0.dll      v 2.1.0.0      [Inglese (Stati Uniti)]
        0x49650000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\repo_proxy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x497D0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cplib.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49920000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpi18n.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x499E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\msgsrv.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49AA0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\boconfig.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49C50000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\i18n.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x4A800000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icuuc30.dll      v 3.0.0.0      [Lingua di sistema]
        0x4A900000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icuin30.dll      v 3.0.0.0      [Lingua di sistema]
        0x4AD00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icudt30.dll      v 3.0.0.1      [Lingua di sistema]
        0x53000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\fssl-1-2-1-3.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53210000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cs_helpers.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53430000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cube.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53900000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cs_tools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53B10000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\kagtux.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53F60000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cnxsrv.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54150000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\desengine.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x541C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ksqldg.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x542C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sessmgr.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x544F0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\uitools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x546C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\rptdisp.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54740000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\krptdlg.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x547E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOFCEngine.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54AB0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\category.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54D40000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\RepAttr.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54D70000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\bofcui.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x55290000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\kquery.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x55640000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOFCDialogs.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x556E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\vartools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x56970000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\FCRepoProxy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x597C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libOCASecurityw-3-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x5D360000     C:\WINDOWS\system32\MFC71ITA.DLL      v 7.10.3077.0      [Italiano (Italia)]
        0x63000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\etc-1-0-12-5.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x64000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ebus-3-3-2-6.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x6D7C0000     C:\WINDOWS\system32\dbghelp.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x71950000     C:\WINDOWS\System32\mswsock.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x719E0000     C:\WINDOWS\system32\WSOCK32.dll      v 5.2.3790.0      [Italiano (Italia)]
        0x71A20000     C:\WINDOWS\system32\WS2HELP.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x71A30000     C:\WINDOWS\system32\WS2_32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x72EA0000     C:\WINDOWS\system32\WINSPOOL.DRV      v 5.2.3790.3959      [Italiano (Italia)]
        0x743D0000     C:\WINDOWS\system32\MSCTF.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x744C0000     C:\WINDOWS\system32\msi.dll      v 3.1.4000.3959      [Lingua di sistema]
        0x76080000     C:\WINDOWS\system32\MSASN1.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x760A0000     C:\WINDOWS\system32\CRYPT32.dll      v 5.131.3790.3959      [Italiano (Italia)]
        0x76170000     C:\WINDOWS\system32\MSIMG32.dll      v 5.2.3790.0      [Inglese (Stati Uniti)]
        0x761A0000     C:\WINDOWS\system32\comdlg32.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x76670000     C:\WINDOWS\system32\hlink.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76DC0000     C:\WINDOWS\system32\DNSAPI.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x76E00000     C:\WINDOWS\system32\WLDAP32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x76E40000     C:\WINDOWS\system32\Secur32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76E60000     C:\WINDOWS\System32\winrnr.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76E70000     C:\WINDOWS\system32\rasadhlp.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77340000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll      v 6.0.3790.3959      [Inglese (Stati Uniti)]
        0x774F0000     C:\WINDOWS\system32\ole32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x779B0000     C:\WINDOWS\system32\WININET.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77A60000     C:\WINDOWS\system32\urlmon.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77B60000     C:\WINDOWS\system32\VERSION.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77B70000     C:\WINDOWS\system32\msvcrt.dll      v 7.0.3790.3959      [Inglese (Stati Uniti)]
        0x77BD0000     C:\WINDOWS\system32\GDI32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77C20000     C:\WINDOWS\system32\RPCRT4.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77CD0000     C:\WINDOWS\system32\OLEAUT32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77D70000     C:\WINDOWS\system32\ADVAPI32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x77E20000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll      v 5.82.3790.3959      [Inglese (Stati Uniti)]
        0x77EC0000     C:\WINDOWS\system32\SHLWAPI.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77F30000     C:\WINDOWS\system32\USER32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C140000     C:\WINDOWS\system32\MFC71.DLL      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x7C340000     C:\WINDOWS\system32\MSVCR71.dll      v 7.10.3052.4      [Inglese (Stati Uniti)]
        0x7C3A0000     C:\WINDOWS\system32\MSVCP71.dll      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x7C800000     C:\WINDOWS\system32\kernel32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C910000     C:\WINDOWS\system32\ntdll.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C9E0000     C:\WINDOWS\system32\SHELL32.dll      v 6.0.3790.3959      [Italiano (Italia)]
    I got this exception importing the universe from cms in the Translation Manager:
    [repo_proxy 37] UniverseFacade::importUniverse - (Helpers::InfoStore::ObjectFileHandle::extractContent) Local file copy has failed Errore del File Repository Server: La directory C:\Documents and Settings\Administrator\Dati applicazioni\Business Objects\Business Objects 12.0\Universes\@l3_dwhsrv_6400\Folder 95/Universes\ richiesta u00E8 inesistente.(hr=#0x80042a4a)
    I'd like to know if:
    1) Is this a problem because of the Virtual PC virtual machine?
    2) Is this a problem because of the BO problem with underscore in the host name?
    and
    3) How can I resolve this problem without changing the host name?
    Thank you for your attention,
    Giorgio
    Edited by: Agliano Giorgio on Jul 21, 2009 12:28 PM

    Hi Agliano,
    changing the Hostname of a Server after BO is installed is a bad idea ! The WAR files for your Tomcat are in some sort "hardcoded".
    I would suggest re- deploying your war files on the Tomcat would fix this issue. Check SAP Note - 1308027 for assistance.
    Regards
    -Seb.

  • Host name different in profile and ST03N transaction

    Hello everybody,
       I have suffer from problem the the my host name is different that show in ST03N transaction and in profile
    then how to solve this problem
    Thanks

    Check sap note no. 608322,1059576.  might help in resolving.
    Thanks!

  • Dialog Instance Host Name

    Hi,
    I am having a problem in SM51 where the dialog instance host name is the same as the central instance host name.
    Server Name     Host Name     Message Types                          Server Status
    HHA55_ECP_00     HHA55          Dialog Batch Update Upd2 Spool ICM J2EE       Active
    HHA56_ECP_00     HHA55          Dialog Batch Update Upd2 Spool ICM J2EE       Active
    We have a central instance and a dialog instance installed on seperate nodes in a HA cluster. This problem only happens when the message server runs on the primary node. When the message server is failed over to the node where the dialog instance runs the hostname for HHA56_ECP_00 is HHA56 which is correct. This is effecting load balancing and prevents me from signing on through the Portal with the HTML gui.
    I have checked the parameters for each of the instance profiles which are correct. The message server points to a virtual host and SAPLOCALHOST and SAPGLOBALHOST are correctly defined for each instance. I have setup each instance to use the logon group PUBLIC in SMLG. The hosts and services files are the same in each node of the cluster. I can successfully resolve the host names using DNS. Also the internal RFC destinations in SM59 are configured with the correct hosts.
    Does anyone know where the data for these host names is maintained?
    Thank you!

    I have solved the problem.
    I discovered the network bindings were being accessed in the wrong order.

  • Login problem with E-Recruiting URL, where check host name?

    Hi,
    I've set up a standard Recruiter user and assigned him the standard Recruiter security profile. When I run RCF_GENERATE_URLS, I get this URL:
    http://iwdfvm2160.wdf.sap.corp:51080/sap/bc/bsp/sap/hrrcf_start_int?sap-client=200&sap-language=EN&rcfSpId=0003
    But I get an "internal error" when I login with my User. Our server's host name is iwdfvm2160.gcsap.com, but the program isn't resolving this. This is probably the cause of the error, but how can I get it to pick up our host name?
    We are on E-Recruiting version 6, and it's running on the same box as HCM.
    Thanks, Vlad

    Hello Vlad,
    usually the links generated from the report are correct. Only very rare problem might be in the network structure of your company that the internal dns servers can't resolve the server name or the sap servers are in a not reachable network segmant as you never worked with http access to the servers for other applicatiohns.
    But if you log on the first time with your user and have not been working with the application yet, the more probable reason for this error is the missing candidate for e-recruiting. Without a candidate you won't be able to work with the application.
    Check transaction SLG1. There should be an error "No candidate for User <your username>" or sth. similar.
    If so run report RCF_CREATE_USER to get a candidate. Then you should be able to log on.
    If you already have a candidate and cannot login check SLG1 and SM21 for error messages. If there are any but you don't feel able to solve the logged problem. Just post the message here. I think someone will be able to help.
    Best Regards
    Roman Weise

  • The host name cannot be resolve ? ( with linksys router )

    Hi all, I have some problem with setting up a network. I tried to set my network according to http://wiki.archlinux.org/index.php/Configuring_network   the network/internet is fine except the host name with "http://" cannot be resolve. For example
    ping 216.239.61.104
    ping www.gogle.com
    both work fine, until I try,
    ping http://www.google.com
    it give me error, tell me that the hostname cannot be resolved. I tried to config my network using both dhcp or fix-ip, but the problem still present in both way. Internet works fine in windows/ubuntu.
    Anyboy has any clue ?  The router I use is wrt54gl with tomato firmware.
    thanks in advance.

    kowalski wrote:
    Hi,
    if pinging www.google.com works then dns resolving _does_ work. Why would you want to ping http://something?
    You should try opening http://whatever in a browser not pinging it from command line.
    Or am I missing something obvious?
    Yes, for instance, all mirror list for pacman is in "http://...." or "ftp://...." form. I could easily change the repository list, but I'm not sure if it'll have same problem in future with other program.  Also, if it work in ubuntu and windows, why not arch.

  • ORA-12545 error after changing the host name as IP address in Tnsnames.ora

    HI,
    I tried to connect PHP and oracle in Red Hat linux. I got error ORA-12545 after changing the host name as IPAddress in Tnsnames.ora file. In sqlnet.ora file also i have entry for tnsnames in Directory_Path. I struggled so much but i couldnt solve that. Please give me ur valuable suggestions....

    12545, 00000, "Connect failed because target host or object does not exist"
    // *Cause: The address specified is not valid, or the program being
    // connected to does not exist.
    // *Action: Ensure the ADDRESS parameters have been entered correctly; the
    // most likely incorrect parameter is the node name. Ensure that the
    // executable for the server exists (perhaps "oracle" is missing.)
    // If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
    // host name to a numeric IP address and try again.
    Seems you specified wrong IP address.

Maybe you are looking for