Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Systems Administration
How to Change the IP Address of a Lawson App Server
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Zac Shields
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5211
People Online:
Visitors:
441
Members:
0
Total:
441
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1372
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Infor / Lawson Platforms
S3 Systems Administration
How to Change the IP Address of a Lawson App Server
Please
login
to post a reply.
2 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Randy Shekels
New Member
Posts: 3
6/21/2010 4:15 PM
Hi all,
Could someone give me the steps changing the IP address of a Lawson 9.0.1 app server?. We're moving to a new building and the network admins are taking the opportunity to expand/remask the IP scheme.
Thank you!
-Randy
Tomwise
Advanced Member
Posts: 32
6/22/2010 10:33 AM
I've had to do this when our company was merged with another and we had to re ip 3000+ instruments and Computers. We went from 172.x.x.x to 10.x.x.x for our IP range. A lot of this has to do with how you did your original install, did you use an alias or the ip address of the server. If you used alias you probably only need to update the servers entry in the DNS server if not you'll have more work to do.
What OS is your app server on UNIX or Windows?? Ours is on UNIX so here is what I did.
1) Updated/checked the $LAWDIR/system/install.cfg file to change/verify the app's entry. (Lawson's upgrades are always looking at this file, so fix it now or it'll bite you later)
2) Dumped iosconfig (5, 6) to a file and searched for the IP address of the app server, if the ip was in the file I changed it and used it to reload when I was ready for the change.
3) Checked the /etc/hosts file and updated any IP's in that file.
4) Updated the /etc/resolv.conf file to point to the new DNS server (you don't need to do this if your DNS isn't changing).
5) Updated the /etc/ntp.conf file to point to the new Time Server (I have one UNIX server going out to Annapolis MD for it's time and the others check that server for their time corrections).
6) Check the $IBMHTTP_HOME/conf/http.conf file for any IP entries that might need changed there.
7) In $LAWDIR/system ran:
find . -exec grep -q "172.16.8.22" '{}' \; -print > support.dat
looking for the old IP addresses in configuration files.
8) I also went through all the *.cfg, *.properities, *.perms, etc files in $LAWDIR/system to make sure there wasn't any other IP entries.
9) Check your $LAWDIR/webdocs/lawson/portal/portalconfig.xml file for any IP address in it (if you used the alias you shouldn't have problem). We use Lawson Time Management Application and server.
10) If you are using Lawson Time Management (we are 5.2 MSP11) there are more IP's that have to be checked and fixed. Some are stored in files, some are stored in the database, some are on a Windows server and some are on a UNIX server.
11) Here are other files you should check, if you have them.
Unix
$GENDIR/install/ssoconfig.xml
$LAWDIR/webdocs/lawson/portal/servenv.js
$IBMHTTP_HOME/conf/httpd.conf
Windows
c:\program files\lawsonPSA\system\ssoconfig.xml
c:\program files\lawsonPSA\system\sasystem.properties
c:\program files\lawsonPSA\root\servenv.js
12) If your Oracle database is on the same server you'll have to check/update your
$ORACLE_HOME\network\admin\listener.ora
$ORACLE_HOME\network\admin\tnsnames.ora
$ORACLE_HOME\network\admin\sqlnet.ora
Also, if you have other tnsnames.ora files on other servers or a global one it'll have to be updated.
Once all the IP's are updated you'll have to restart Lawson. But, first take a backup of your install directory before any changes are made. You may need it.
Good luck.
I had more problems with Lawson when I was force to change the Lawson passwords to strong passwording and going to a new domain.
Randy Shekels
New Member
Posts: 3
6/24/2010 4:24 PM
Tom,
We're a Windows shop with SQL server. I'll go through your list and report back.
Thanks!
-Randy
Please
login
to post a reply.