What TCP and UDP ports should I allow for Eclipse services?

ServicePort(s) (Protocol)Traffic BetweenRequired/OptionalRequired for support
CUPS Web Admin631 (TCP/UDP)Database server and clientsOptionalNO
Eclipse Reports2180Application server and clientsRequired NO
Formscape24500,24510 (TCP)Print Server- Push Forms to site and Access to Formscape Browser AdminRequiredYES
FTP20-21 (TCP)Database server and clientsOptionalNO
HTTP80 (TCP)Database server and clientsOptionalOptional
RSYNC873 (TCP)Database server and clientsOptionalNO
Samba/Windows file sharing135, 139, 445 (TCP), 137, 138 (UDP)Database server and Forms/Imaging server(s)RequiredNO
SMTP25 (TCP)Database server and Forms serverOptionalNO
SOCKET.PH.SERVER22222 (TCP), 50000-60000 (TCP)Database server and application, IGATE serversRequiredYES
SOCKET.PH.SERVER1024-2000 (TCP)Database server and IGATERequiredNO
Solar2080, 2443 (TCP)Application server and clientsRequiredYES
SOLAR.J2EE.CONNECTION30000-60000 (TCP)Database server and application serverRequiredNO
SSH22 (TCP)Eterm client and for system administrationRequiredYES
Telnet23 (TCP)Database server and RF Gun clientRequiredYES
VSI-FAX2539, 2996 (TCP)Database server and Forms serverRequiredNO

Configuring a Synology NAS device for use with ABS

  • Plug the NAS into both power and LAN (gigabit LAN highly recommended)
  • Power on the NAS
  • Install the Synology Assistant software on a Windows workstation/server on the NAS’ LAN
  • Run Synology Assistant
  • Allow the application to sear  your network
  • Right-click your NAS and coose Connect
  • Configure it’s IP address and optional admin password
  • Notify the Epicor team that the NAS is on the network, and provide it’s IP address and access credentials

The user guide is available for download http://ukdl.synology.com/download/ds/userguide/DSM4.0/Syno_UsersGuide_NAServer_enu.pdf

 

 

How do I change SMTP server hostname or IP address in AIX?

Make a backup and edit the Sendmail Configuration File (/etc/sendmail.cf) to point to the correct SMTP host.

cp /etc/sendmail.cf /etc/sendmail.`date +%Y%m%d.%H%M%S`
vi /etc/sendmail.cf

In VI search for the “DSsmtp” string and make the change according to your system configuration.

Sample By Hostname:

### Example SMTP Hostname:
DSsmtp:mailhost

Sample By IP Address:

### Example SMTP IP Address:
DSsmtp:[10.10.10.101]

Sample by DNS Name:

### Example Hosted SMTP Server:
DSsmtp:mail.bighostingcompany.com

Restart Sendmail

refresh –s sendmail

Test Email.

sendmail -v -t -femail@company.com email@company.com < /etc/motd

How do I configure/Change IP address on AIX System

To configure/change the IP address you must be logged as a root user.

Prerequisites
Gather your network configuration information:
– IP address
– Host name
– Domain Name
– Subnetmask (optional)
– Name server (optional)
– Gateway address (optional)

On the command line,type the command:

smitty mktcpip

When prompted chose the Network interface you plan to use.

Available Network Interfaces                  
Move cursor to desired item and press Enter.                        
en0   03-08   Standard Ethernet Network Interface                 
en1   03-09   Standard Ethernet Network Interface                 
et0   03-08   IEEE 802.3 Ethernet Network Interface               
et1   03-09   IEEE 802.3 Ethernet Network Interface               

F1=Help                 F2=Refresh              F3=Cancel           
Esc+8=Image             Esc+0=Exit              Enter=Do            
/=Find                  n=Find Next

After you fill in the fields with the network information that you have collected, hit ENTER.

                        Minimum Configuration & Startup                       
 To Delete existing configuration data, please use Further Configuration menus
Type or select values in entry fields.                                        
Press Enter AFTER making all desired changes.                                 

[TOP]                                                   [Entry Fields]
* HOSTNAME                                        [eclipse]
* Internet ADDRESS (dotted decimal)     [172.22.30.100]
   Network MASK (dotted decimal)          [255.255.255.0]
* Network INTERFACE                              en0 
   NAMESERVER                                                                  
           Internet ADDRESS (dotted decimal) []                       
           DOMAIN Name                               []                       
 Default Gateway                                                             
  Address (dotted decimal or symbolic name) [172.22.30.1]            
       Cost                                          [0]                      
       Do Active Dead Gateway Detection?     no

The tool runs the mktcpip command in the background and makes the network available. Done!