IP your new Red Hat Linux server

1. Login to the server using root for the username and abc123 for the password

2. On Linux command prompt IP address is assigned by a network configuration window. This window can be invoked by selecting network configuration sub menu form setup command

setup

3. This will launch a new window select network configurationnetwork configurations

4. Now a new window will show you all available LAN card select your LAN card ( if you don’t see any LAN card here mean you don’t have install driver).  Choose the network card you want to set (usually eth0)

select lan devices in setup

5. Assign IP in this box and click okassign ip address

6. Click on ok, quit and again quit to come back on root prompt. Whatever change you made in network configuration will not take place till you restart the LAN card

7. Now type service network restart from the prompt (see below)service network restart

8. Type ifconfig to confirm settings have changedifconfig

Upgrading from RHEL 5 to 6

Here are answers to some common questions regarding upgrades from RHEL 5 to 6:

When I update the software using “yum,” will it upgrade me to the newest version?

It will only update you to the latest “minor” version (e.g. 5.9 to 5.10). It will not upgrade you to a new major version (e.g. 5.9 to 6.5).

Why would I want to upgrade to RHEL 6?

If you are on RHEL 5, you may stay on RHEL 5. Red Hat will provide technical support and updates for RHEL 5 until 3/31/17, and UniVerse will support it through 11.2.

If you are on RHEL 5, but you are moving to a new server, we recommend that you use the opportunity to migrate to RHEL 6 on the new server.

Can I perform an “in place” upgrade from RHEL 5 to 6?

No. Here’s Red Hat’s policy on “in place” upgrades:

Red Hat does not support in-place upgrades between any major versions of Red Hat Enterprise Linux. A major version is denoted by a whole number version change. For example, Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6.5 are both major versions of Red Hat Enterprise Linux.
In-place upgrades across major releases do not preserve all system settings, services or custom configurations. Consequently, Red Hat strongly recommends fresh installations when upgrading from one major version to another.

The recommended procedure is to perform a clean installation of RHEL 6, followed by clean installations of the Eclipse software packages (e.g. UniVerse, VSI-FAX), and finally restore the OS configuration data (e.g. users, passwords, printers, email relay settings) and database.

For more information, see these Red Hat articles:

I need to upgrade to RHEL 6 for another reason. Can Eclipse help?

If you need to upgrade from RHEL 5 to 6 for some reason (e.g. backup software requires RHEL 6), and you are not moving to a new server, the Eclipse team can help with the upgrade process. Please contact your account manager for more information.

I am geting the error “Windows can’t open this file:” when installing Solar

This repair procedure works only for Windows Vista/W2008/W7-32/W7-64/W832/W864

1.Click Start.
2.Click Control Panel.
3.Click Programs
4.Click Default Programs.
5.Click Associate a file type or protocol with a program.
6.Click extension jnlp.
7.Click change Program.
8.Select javaws or navigate to C:\Program Files\java\jre8\bin\javaws.exe

Example of the error:

.jnlp

How to Configure Postfix Relay with Microsoft Office365

A lot of customers are using hosted Office 365 for outbound email.  There are different ways to set this up but some customers have had success with this method.  It requires that you know or find the public ip address that your Eclipse server is coming from.  If you have issues with this setup you must call Microsoft or whomever supports your Office 365 solution.

  • Log on to the Office 365 Portal.
  • Select Domains. Highlight one of your domains and use the wizard to obtain your MX record. The MX record will look similar to contoso.com.mail.protection.outlook.com. Make a note of the MX record for later.
  • In the upper right, select Admin and then select Exchange from the drop down.
  • In the Exchange Admin Center, select Mail Flow > Connectors.
  • Create an inbound connector.
  • Give the connector a name (example: Eclipse relay).
  • Select On-Premises for the Connector Type.
  • Under Domains, add a single asterisk (*). This will allow sending to any domain. Don’t add anything else.
  • In the IP Addresses section, add the public ip your Eclipse server comes from
  • Leave all the other fields with their default values and select Save.
  • In the DNS for your domain, we suggest that you modify your SPF record to include the IP address. The finished string should look similar to this: v=spf1 ip4:10.1.2.3 include:spf.protection.outlook.com ~all where 10.1.2.3 is your public IP address. Skipping this step could cause email to be sent to recipients’ junk mail folders.

Once this is complete the Eclipse UNIX/Linux team can assist with editing what your eclipse server points to for outbound email (sendmail or postfix).

Finding the public IP address of your Linux server

Often there are times you might want to find the public ip of your Linux server (e.g. if EDI is having issues and you want to confirm your public ip for your VAN for example, or if you are using relay and need to allow one public host to relay your email off).

From the Linux command line, type:

curl icanhazip.com

Your public IP will then be displayed, as in the example below:

[root@eclipse ~]# curl icanhazip.com
158.67.246.214