/ etc/hosts for dhcp

Hello people
I installed 11.2.0.1 on oracle linux version 5 update 7 and works great
I opened a session in the real system where I installed and checked that sqlplus "virtue sysdba" works and I can connect to the database
my company has all its computers connected by a lan cable which provides both the sharing of files and internet connection...
So what is dhcp means?
because I think that Yes, so here's what looks like my file/etc/hosts
127.0.0.1 unknown485b39d0b515.local.lan unknown485b39d0b515
127.0.0.1 localhost.localdomain localhost
Yes, it has only two lines (my bad, I did some adjustments)
My ifconfig output looks like this
eth0 Link encap HWaddr 48: 5 B: 39:D0:B5:15
INET addr:192.168.1.3 Bcast:192.168.1.255 mask: 255.255.255.0
RUNNING BROADCAST MULTICAST MTU:1500 metric: 1
Fall of RX packets: 21980 errors: 0:0 overruns: 0 frame: 0
Dropped packets: 14479 TX errors: 0:0 overruns: 0 carrier: 0
collisions: 0 txqueuelen:1000
RX bytes: 17251832 (16.4 MiB) TX bytes: 1814446 (1.7 MiB)
Basis of interruption: 27 address: 0x8000

Lo encap:Local Loopback link
INET addr:127.0.0.1 mask: 255.0.0.0
RACE of LOOPING 16436 Metric: 1
Fall of RX packets: 4439 errors: 0:0 overruns: 0 frame: 0
Dropped packets: 4439 TX errors: 0:0 overruns: 0 carrier: 0
collisions: 0 txqueuelen:0
RX bytes: 2788171 (2.6 MiB) TX bytes: 2788171 (2.6 MiB)

virbr0 Link encap HWaddr 2E:12:83:50:CA:6 has
INET addr:192.168.122.1 Bcast:192.168.122.255 mask: 255.255.255.0
RUNNING BROADCAST MULTICAST MTU:1500 metric: 1
Fall of RX packets: 0 errors: 0:0 overruns: 0 frame: 0
Dropped packets TX: 23 errors: 0:0 overruns: 0 carrier: 0
collisions: 0 txqueuelen:0
RX bytes: 0 (0.0 b) TX bytes: 4190 (4,0 KiB)
:
:
and the error I have right now is the following
[oracle@unknown485b39d0b515 ~] $ sqlplus "virtue sysdba".

SQL * more: Production release 11.2.0.1.0 Wed Aug 8 12:03:27 2012

Copyright (c) 1982, 2009, Oracle. All rights reserved.

ERROR:
ORA-12547: TNS: lost contact

Tell me if I need to explain anything
Thanks in advance

946207 wrote:
Hello people
I installed 11.2.0.1 on oracle linux version 5 update 7 and works great
I opened a session in the real system where I installed and checked that sqlplus "virtue sysdba" works and I can connect to the database
my company has all its computers connected by a lan cable which provides both the sharing of files and internet connection...
So what is dhcp means?

Not even close. Did you google 'dhcp '?
See http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol

In short, DHCP is a method by which an IP address is assigned to a computer dynamically - especially at the start of the server, but can also be reset on a running system. Isn't a good thing for a server machine, because the client process will never be able to find it.

You want your servers to have a fixed IP address.

Tags: Database

Similar Questions

  • / etc/hosts for Oracle EBS

    Hi all

    Which of the following is acceptable as/etc/hosts?

    one)

    192.168.1.100 ebsdev.abc.com ebsdev

    192.168.1.101 ebsdev.abc.com ebsdev

    (b)

    192.168.1.200 ebsuat.abc.com ebsuat

    192.168.1.200 ebscrp.abc.com ebscrp

    Thank you very much

    JC

    Hello

    Do assign a multiple IP addresses for the same host.

    That the rules on the option "A".

    Kind regards

    Bashar

  • file/etc/hosts for a stand-alone database

    Dear Experts,

    I'm installingOracle 10g R2 on RHEL-5 EE on a VMWare environment for learning purposes. I have configured my file "/ etc/hosts" as:
    [oracle@dbhost oui]$ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    
    
    127.0.0.1       localhost.localdomain   dbhost.mydom.com       localhost      dbhost
    192.168.1.101   dbhost.mydom.com       dbhost
    192.168.1.100   dbhost2pc.mydom.com       dbhost2
    [oracle@dbhost oui]$
    and the output of "ifconfig" is:
    [root@dbhost ~]# ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:0C:29:22:AE:4A
              inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::20c:29ff:fe22:ae4a/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:354 errors:0 dropped:0 overruns:0 frame:0
              TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:47459 (46.3 KiB)  TX bytes:546 (546.0 b)
              Interrupt:10 Base address:0x2024
    
    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:2392 errors:0 dropped:0 overruns:0 frame:0
              TX packets:2392 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:3039139 (2.8 MiB)  TX bytes:3039139 (2.8 MiB)
    
    [root@dbhost ~]#
    What's my configuration "/ etc/hosts" correct?
    Is it mandatory to have the first line with "127.0.0.1..."?

    Thank you for taking the time to answer a very basic question.


    Good bye

    Prem Kumar says:
    Dear Experts,

    I'm installingOracle 10g R2 on RHEL-5 EE on a VMWare environment for learning purposes. I have configured my file "/ etc/hosts" as:

    [oracle@dbhost oui]$ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    
    127.0.0.1       localhost.localdomain   dbhost.mydom.com       localhost      dbhost
    192.168.1.101   dbhost.mydom.com       dbhost
    192.168.1.100   dbhost2pc.mydom.com       dbhost2
    [oracle@dbhost oui]$
    

    and the output of "ifconfig" is:

    [root@dbhost ~]# ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:0C:29:22:AE:4A
    inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe22:ae4a/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    RX packets:354 errors:0 dropped:0 overruns:0 frame:0
    TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:47459 (46.3 KiB)  TX bytes:546 (546.0 b)
    Interrupt:10 Base address:0x2024
    
    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:2392 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2392 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3039139 (2.8 MiB)  TX bytes:3039139 (2.8 MiB)
    
    [root@dbhost ~]#
    

    What's my configuration "/ etc/hosts" correct?

    That's if you want all references of this machine 'dbhost' or 'dbhost.mydom.com' to resolve to address IP 192.168.1.101 and all references of this machine to 'dbhost2' or 'dbhost2pc.mydom.com' to resolve the IP 192.168.1.100.

    Is it mandatory to have the first line with "127.0.0.1..."?

    No, it can be anywhere in the hosts file. Strictly speaking, it is not yet mandatory to have at all, but as the poster said, if you delete it, some features may be lost.

    All net communications should go down to an IP address. The hosts file is nothing else that a mechanism to map a name to IP address. This allows you to return a destination by name, and really, this name can be anything you want. Resolving to 127.0.0.1 ' localhost' is a universal standard which depend on some process.

    >

    Thank you for taking the time to answer a very basic question.

    Good bye

  • Firefox does not take into account the settings in/etc/hosts Mac Mavericks

    Firefox sees only the first entry, defined in/etc/hosts to 127.0.0.1.

    Basically, Firefox does not see the changes to the DNS entries, that I made in/etc/hosts. Chrome is. However, later, I noticed that Safari is not to see them. After troubleshooting below, I solved the problem by moving all my/etc/hosts statements to different lines according to them here: http://www.justincarmony.com/blog/2011/07/27/mac-os-x-lion-etc-hosts-bugs-and-dns-resolution/

    I have no idea why that works. But it does not resolve the problem for Firefox and Safari.

    I have tried a number of things according to this thread: https://support.mozilla.org/en-US/questions/1011327

    I tried many things (typing about: config in the address bar):
    Set keyword.enabled false
    browser.fixup.alternate.enabled set to false
    tour of DNS caching.

    None of these things worked, but did all my config/etc/hosts the migration of multiple domains on a single line to separate lines. Hope this helps someone.

    all my config/etc/hosts the migration of multiple domains on a single line to separate the lines did. Hope this helps someone.

  • ACS 5.3 use LDAP. for one SSID and use IS HOST. for a different SSID

    I have 2 SSID on WLCs

    I wish I had 1 point SSID to the radius of the acs using LDAP store and the 2nd point SSID to the radius of the acs using identity store of the host for mac filtering.

    both scenarios are working, but not all.

    If I set the order of the rule I can get an SSID, but then the other fails.

    Authentication failed                                                                                 :

    22056 object was not found in the identity of the point of sale.

    Access matched Service selection rule:

    Rule-1

    Comparative political identity rule:

    Rule-1

    Some identity stores:

    RBLDAP

    Evaluate the politics of identity

    15004 Matched rule

    15013 selected identity store-

    24031 sending request to the primary LDAP server

    24017 Looking up host in LDAP - 04-xx-xx-xx-xx-xx Server

    24009 host not found in the LDAP server

    22056 object was not found in the identity of the point of sale.

    22058 advanced option that is configured for a unknown user is used.

    22061 the option 'Refuse' Advanced is set in the case of a request for authentication has failed.

    11003 returned RADIUS Access-Reject

    If I move the mac add rule before the rule of ldap, but then the ldap authentication fails

    Request for access received RADIUS 11001

    11017 RADIUS creates a new session

    11027 detected host Lookup UseCase (Service-Type = check call (10))

    Assess Service selection strategy

    15004 Matched rule

    Access to Selected 15012 - MAC filter network access service

    Evaluate the politics of identity

    15004 Matched rule

    15013 selected identity Store - internal hosts

    24209 Looking internal host IDStore host - 04-xx-xx-xx-xx-xx

    24211 found internal host IDStore host

    Authentication 22037 spent

    I tried to install the following without result.

    It seems to me that there should be a simple process to do what happens. I thought that if the rule does not match it would be to move on to the next rule etc...

    I might be able to live with the first ldap control and if it does not pass to the db of the local host, but seemingly ineffective.

    https://supportforums.Cisco.com/thread/2133704

    You can create a sequence of identity store so that if the end point is not present in the ldap database, then it can check its database of the local host.

    Or you can create a condition in your selection of service such as if rule called-station-id ends with (AIDS) then you can have it match the rule that uses the appropriate rule pointing to ldap, another rule when called-station-id ends with (ssidB) match the rule that points to the rule that uses the database of the local host.

    Here is the section on the configuration of the sequence of identity store, don't forget to select continue if user not found.

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_sys...

    Thank you

    Sent by Cisco Support technique iPad App

  • Must VIPs be in the file/etc/hosts?

    Must VIPs be in the file/etc/hosts?
    DB version: 11g Release 2
    Platform: Solaris 10

    Question1.
    For a RAC installation whose VIP configured in DNS server, can we the entry in the file/etc/hosts below? It will already be in the DNS server and we keep these entries in/etc/hosts only for reference. Right?

    Question2.
    In the server DNS, the IP address for the name of VIP should solve a qualified name (with monentreprise.com) as Column2 or just name of VIP (column 3) is enough or both as shown below?
    #Virtual IP config
    # col1               #Col2                   #col3
    10.168.1.11   rac1-vip.mycompany.com   rac1-vip
    10.168.1.22   rac2-vip.mycompany.com   rac2-vip

    Schotzie wrote:
    Must VIPs be in the file/etc/hosts?
    DB version: 11g Release 2
    Platform: Solaris 10

    Question1.
    For a RAC installation whose VIP configured in DNS server, can we the entry in the file/etc/hosts below? It will already be in the DNS server and we keep these entries in/etc/hosts only for reference. Right?

    If you use the manual IP address Configuration (IE not to the help of GNS)
    You must set the virtual IP address in DNS file and hosts.
    http://download.Oracle.com/docs/CD/E11882_01/install.112/e24616/presolar.htm#CHDGABED

    >

    Question2.
    In the server DNS, the IP address for the name of VIP should solve a qualified name (with monentreprise.com) as Column2 or just name of VIP (column 3) is enough or both as shown below?

    #Virtual IP config
    # col1               #Col2                   #col3
    10.168.1.11   rac1-vip.mycompany.com   rac1-vip
    10.168.1.22   rac2-vip.mycompany.com   rac2-vip
    

    Short name and DOMAIN name must be resolved in DNS if you use the Directory Service in your network.

    Kind regards
    Levi Pereira

  • Setup of SCANNING using the file/etc/hosts

    DB version: 11 GR 2
    Operating system: Sun Solaris 5.10
    Node 2 Rac


    I've done all the configuration of connectivity hardware/software/SSH for the installation of RAC. Now I have connected as a user of grid and try to install the clusterware ('Grid Infrastructure')

    I have implemented Public IP and IP private for nodes according to the oracle documentation. We do not have DNS for these nodes. So we thought to use the file/etc/hosts.
    Node1's: Public IP : 10.80.143.214
    Node1's: Public IP : 10.80.143.215
    Question1.
    When I ping 10.80.143.219, it wrong; which means that this IP address is not allocated (not used by any node), so I tried to add the following entries on the file/etc/hosts of two nodes
    10.80.143.219  danube-scan.scott.com  danube-scan
    10.80.143.219  danube-scan.scott.com
    10.80.143.219  danube-scan  
    None of the above worked, and I kept getting
    INS-40718: Single Client Access Name (SCAN) name:string could not be resolved.
    Can someone show me how as the SCAN entry next to the file/etc/hosts?

    Question2:
    The file/etc/hosts, how Setup identifies that a particular entry of the IP and host name is intended for ANALYSIS. If the word "scan" to be present in the SCAN entry?

    Question3:
    The grid Setup will prompt you for
    1. name of the cluster
    2 SCAN the name
    3. port SCAN

    For a Cluster name. I can give any name that I love. Right?


    Question4.

    SCAN name must belong to a domain of DB as (scott.com as shown above). Cannot create a database RAC 11 GR 2 without belonging to a field of DB?

    Hello

    Try ping this host of the danube-scan in any army, this command must resolve this name in all hosts.

    That is to say: the server does not respond to the PING, but must indicate the IP address.

    Check...

    The 10.80.143.219 IP address must be the same subnet in the public network.

    This section below should be/etc/hosts in all hosts in the cluster.

    the danube - danube-scan scan.scott.com 10.80.143.219

    To configure your host to perform searches in hostname to host files, change the line that starts with hosts: to include the keyword files. For example, if your file /etc/nsswitch.conf hosts line looks like:

    hosts: files dns

    Change it as follows:

    hosts: files dns

    The order of keywords on this line indicates the order in which made Solaris reference the name of services. Keyword files represents the file/etc/hosts.

    Kind regards
    Levi Pereira

  • How attached iPhone off to USB host for charing only

    How attached iPhone off to USB host for charing only

    How attached a motorized iPhone to USB plug for battery charing

    without the phone starts in normal mode? The phone should simply keep turned off

    and only switch to the mode of charing on its data cable plug-in / original accessory load to the USB host.

    iPhone 6 s.

    You cannot charge an iPhone if it is turned off, because the charger is implemented on the software, which must be supplied to do its job. However, if you plug first, then turn to it it keep the charging circuit on and off the rest of the phone.

  • Whenever I caonnect my internet home, McAfee start poping of alerts, and after a few minutes (5-10 min) get the errors of generic host for Win32 process has encountered a problem and must be closed.

    Generic host win32 problem...

    HI, I have soundcards XP SP2, version 2002. Whenever I caonnect my internet home, McAfee start poping of alerts, and after a few minutes (5-10 min) get the errors of generic host for Win32 process has encountered a problem and must be closed. After all that, my internet stops working and against hepatitis a to erboot to make it work again. Help, please

    Hello

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Follow these steps:

    Step 1: Start the computer in safe mode with network and check if the problem persists.

    Step 2: If the problem does not still in safe mode, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Method 2: Temporarily disable the security software.

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Method 3: Follow the steps in the article.

    How to troubleshoot a network home in Windows XP

    Windows wireless and wired network connection problems

    For reference:

    How to reset the Protocol Internet (TCP/IP)

  • Host for vmware integration tools

    where can I download the host for Vmware integration tools?

    the support site are not providing the relevant download

    https://eqlsupport.Dell.com/support/download.aspx?ID=3199

    Klick on VMware integration or eqlsupport.dell.com/.../download.aspx

    Its a set of programs. Most likely, you are looking for the MEM (Module of Extension Multipath) and VSM (Virtual Storage Manager), formerly known as the ASM/VE. The last is the "plugin" for the connection between your group EQL and vSphere vCenter. His only usable in the 'new' WebClient vSphere and not for the old c# one.

    Kind regards

    Joerg

  • Preference F2180 feature always pop up Print Driver host for 32 bit app a work stoppage

    Recently, I can't scan from my printer, OS already Windows 7. Fine print.

    After uninstalling the printer, I can't reinstall cos the printer is not compatible with Windows 7.

    then I downloaded 250 MB! printer drivers for windows 7 fromHP.com.

    NOW I can scan and copy of the printer, BUT I can't print from MS Office, PDF, so on.

    Printing preference always pop up Print Driver host for 32 bit application has stopped working.

    How can I print again?

    Please help me, your help would be much appreciated.

    H3nny

    Hi H3nny,

    If you can't find the file, make sure that the cable of the device unplugged and try the following steps:

    1. Enter the control panel > devices and printers.
    2. Right-click any existing the F2100 icon, then click on remove the device.
    3. Once removed all existing icons, restart your PC.
    4. Enter the control panel > devices and printers.

    5. Click left once any printer presented (e.g., Fax), and then click the print server properties in the top bar.

    6. Click the driver tab.

    7. If there is just no F2100 listed, select it and click Remove.

    8. Select option 2. Remove driver and driver package, and then click OK.
      Approve any dialogue and close any open, screen

    Connect the USB cable, you will see "software installation Hardware icon on the system tray,
    Allow several moments finish and you will see to the Installation of HP screen - follow the on-screen instructions to complete the configuration of the device.

    Please let me know if you encounter a problem,

    Shlomi

  • Can not find Workstation 11 documents that specify host for Linux operating system support

    I had all the versions of the workstation since version 3 or 4, and in all cases, Workstation ran on a Linux OS support.  For now, I have both Debian and Red Hat Linux workstations and prefer to stay with Red Hat for my work of VMware Workstation. However I find no actual docs for workstation 11 who tell me what rev of Red Hat Linux is supported. Also, I don't see the real support as available contracts more. Once upon a time, you could buy support workstation. I already have systems of vSphere 5.5 to work and they have full support, but I can't support 7 x 24 production on my computer it seems. in any case, what is the actual supported Red Hat Linux tricks? 6.6 worm or am I stuck goes Red Hat 7?

    Thanks to anyone who really knows.

    response to me here:

    After a bunch of research, I get to a page that tells me to get the compatibility guide:

    VMware Workstation 11 Documentation Centre

    Who gets finally me:

    http://www.VMware.com/resources/compatibility/search.php

    Which is useless for workstation because it lists only the products of ESXi.

    Always to research... and I get this:

    http://www.VMware.com/resources/compatibility/search.php?deviceCategory=software

    Nope... It does not help... I select "Host OS" and is told to go elsewhere:

    The host operating system compatibility information has been moved to the following location:


    http://KB.VMware.com/kb/2100429


    Host operating system support information (2100429)

    Goal

    Supported host operating system data are removed from the Compatibility Guide VMware (VCG) to other articles of the basis of knowledge (KBs).
    This article KB then told me to go somewhere else to:

    Operating systems supported for VMware Workstation guests (2088579)

    your da!
    The answer is that 11 workstations is supported on some types of Linux and the most notable are:
    Red Hat Enterprise Linux 5.10
    Red Hat Enterprise Linux 6.5
    Red Hat Enterprise Linux 7.0 (note: 7 RHEL is horrible)
    The answer is therefore a flat NO WAY for Debian or one of its close brothers.  Strictly big business Linux here.
    Nice hide details in seventeen deep research.
  • vCAC 6.0: keep coming back after the reboot of the file/etc/hosts

    HI guys,.

    I am running vCAC 6.0, I noticed that on my identity server's host name is not COMPLETE and I also noticed that I have big fingers DNS server settings.  I can fix this in the user interface and I confirmed that the/etc/hosts and /etc/resolv.conf have been updated correctly.

    However, if I reboot the server all restores the original files.  Same thing if I modify the file manually with VI.

    I saw exactly the same thing with vCOPs.

    Any ideas?

    Ben

    I am not sure what is causing the reversion.  Reinstall the identity a vCAC using the FQDN and things got appropriate DNS works...

    Ben

  • I need to clarify how I can use adobe as a host for my site for free. I see where BusinessCatalyst is supposed to be temporary as it is recommended to use as the best alternative to launch my site of muse. But then I have to use the long

    I need to clarify how I can use adobe as a host for my site for free. I see where BusinessCatalyst is supposed to be temporary as it is recommended to use as the best alternative to launch my site of muse. But then I have to use the long extension of "businesscatalyst" in addition to the domain name, I would have preferred. Exactly how can I live? do I have to use a third party to accommodation?

    Hello

    Once you are done with your SeasonFive, click on publier publishing in Muse, select New Site from the drop down, it will ask for a name for your site, which will be used for the url of the site, you will get a url like mysite.businesscatalyst.com, then the browser and connect to the admin panel, mysite.businesscatalyst.com/admin and dashboard Click the launch site. This will push your live site, and then you can add your custom domain.

    Also, make sure that you have performed all these actions mentioned here

    User manual

    Let me know if you have any question.

  • Can you suggest a host for a beginner using dreamweaver?

    Hello!  I am a total web construction beginner so please be nice :-)  I built most of my site using dreamweaver, but I have problems to get in touch with technical support to my chosen host (lunar pages).  Supposedly they offer 24/7 support, but it took me about 10 hours to talk to someone after three calls waiting for 30 minutes each, but also to present a ticket online.  Before going further I think cancellation of my payment by credit card with them and from new with a new domain on a new host to avoid dealing with DNS transfer.  Anyone has a suggestion for a good host for a beginner by downloading a dreamweaver site?  I'm looking for a host who will have an easy learning curve (because I'm new), uses cpanel, has a quick and quality technical support and supports PHP and MySQL.  I want a legitimate company with no BS.  Of course, price is a factor, but I'm willing to pay more if the quality of the company is worthy of it.   I work on a mac, if it's at all important.  Any suggestions are greatly appreciated as it was difficult for me to assess through searches random review hosting companies. Thank you in advance for your help!

    @

    For my small sites (those with little traffic and no e-commerce site), I have switched to Hostgator.com and have had some good results with them.

    Their documentation and their support have been great so far.

Maybe you are looking for