HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migrate from unix 10.20 to 11.0 on new hardware
Operating System - HP-UX
1834235
Members
2186
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-1999 11:44 PM
12-01-1999 11:44 PM
Migrate from unix 10.20 to 11.0 on new hardware
We have a pre-installed Unix 11 system(64bit) on a N4000.
Our current productive environment is Unix 10.20 on a K370.
I would like to know what system files (like etc/hosts,etc/group, printer defs
etc)I should examine or copy from the K370 to the N4000 and how so the N4000
can become the new production environment.
Our current productive environment is Unix 10.20 on a K370.
I would like to know what system files (like etc/hosts,etc/group, printer defs
etc)I should examine or copy from the K370 to the N4000 and how so the N4000
can become the new production environment.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-1999 12:01 AM
12-02-1999 12:01 AM
Re: Migrate from unix 10.20 to 11.0 on new hardware
That's not such an easy question to answer. There are the standard files like
/etc/passwd, /etc/group/, etc. that should probably be copied over, but beyond
that you'll need to do some deep thinking. Consider the following questions:
(1) In what ways is the old machine acting as a server? (NIS? NFS? Print?
Sendmail? DNS?) Your new machine will need to serve the same things, so will
need the appropriate config files, etc.
(2) In what ways is the old machine a client of some other machine's server
process?
(3) What special-purpose or non-standard applications are running on the old
machine?
Look at files like /etc/services, /etc/rpc, /etc/protocols, and all of the
files under the /etc/rc.config.d directory. One can get a pretty good idea of a
machines functionality from examining these files.
I would recommend changing one aspect at a time, starting with the basic OS
configuration first, then handle any applications later. Test each change from
an appropriate client machine as you go.
It doesn't always make sense to simply copy files from one server to another,
especially if the hardware and OS environments differs. You should probably
limit your copying to the passwd and group files, then address each other issue
individually.
Good luck.
MrNeil
/etc/passwd, /etc/group/, etc. that should probably be copied over, but beyond
that you'll need to do some deep thinking. Consider the following questions:
(1) In what ways is the old machine acting as a server? (NIS? NFS? Print?
Sendmail? DNS?) Your new machine will need to serve the same things, so will
need the appropriate config files, etc.
(2) In what ways is the old machine a client of some other machine's server
process?
(3) What special-purpose or non-standard applications are running on the old
machine?
Look at files like /etc/services, /etc/rpc, /etc/protocols, and all of the
files under the /etc/rc.config.d directory. One can get a pretty good idea of a
machines functionality from examining these files.
I would recommend changing one aspect at a time, starting with the basic OS
configuration first, then handle any applications later. Test each change from
an appropriate client machine as you go.
It doesn't always make sense to simply copy files from one server to another,
especially if the hardware and OS environments differs. You should probably
limit your copying to the passwd and group files, then address each other issue
individually.
Good luck.
MrNeil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-1999 01:15 AM
12-02-1999 01:15 AM
Re: Migrate from unix 10.20 to 11.0 on new hardware
Another option that you might consider is to upgrade the 10.20 machine to the
same level of OS as the nclass box. At that point you could use make_recovery
to install the nclass: Create a make_recovery tape of
the kclass and install it to the nclass. You will have to go into the
interactive mode and the os on the kclass should be the latest 64 bit 11.0
operating system. The kclass box will have to have the ability to support 11.0
64bit.
The latest ignite/ux will need to be installed on the kclass after it is at
11.0 64 bit.
same level of OS as the nclass box. At that point you could use make_recovery
to install the nclass: Create a make_recovery tape of
the kclass and install it to the nclass. You will have to go into the
interactive mode and the os on the kclass should be the latest 64 bit 11.0
operating system. The kclass box will have to have the ability to support 11.0
64bit.
The latest ignite/ux will need to be installed on the kclass after it is at
11.0 64 bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-1999 08:13 AM
12-02-1999 08:13 AM
Re: Migrate from unix 10.20 to 11.0 on new hardware
Personally I would look at running the two envirenments in parallel for awhile
once you have migrated just incase there are any problems.
These are some of the things I would do if I was in your situation.
- do a "swlist -l product | grep -v PH" on both machines and make sure the
target machine is indentical or very close to the source machine.
- install any third party apps these are usually located in /opt
- check places like /usr/local/bin for gnu and other products/utilities that
you might need to copy over.
- Check the startup/shutdown configurations i.e
/etc/rc.config.d
/sbin/init.d
/sbin/rc*.d
This can be a bit tedious but if you start of by checking /sbin/init.d and
looking for anything missing i.e ns-httpd, oracle, omni, this will give you an
indication of any of the apps that you are missing.
- You can basically move all files like
/etc/passwd
/etc/hosts
/etc/groups
/etc/services
with only a few modifications.
- If you are keeping the same IP make sure you change /etc/rc.config.d/netconf
- Check all nfs shares i.e /etc/exports
- User homedirectories will have to be moved across to match the new
/etc/passwd
The list goes on and on but basically you will soon find out if something is
different, sadly there is no magic button to do this.
hope the info helps,
regards,
AG
once you have migrated just incase there are any problems.
These are some of the things I would do if I was in your situation.
- do a "swlist -l product | grep -v PH" on both machines and make sure the
target machine is indentical or very close to the source machine.
- install any third party apps these are usually located in /opt
- check places like /usr/local/bin for gnu and other products/utilities that
you might need to copy over.
- Check the startup/shutdown configurations i.e
/etc/rc.config.d
/sbin/init.d
/sbin/rc*.d
This can be a bit tedious but if you start of by checking /sbin/init.d and
looking for anything missing i.e ns-httpd, oracle, omni, this will give you an
indication of any of the apps that you are missing.
- You can basically move all files like
/etc/passwd
/etc/hosts
/etc/groups
/etc/services
with only a few modifications.
- If you are keeping the same IP make sure you change /etc/rc.config.d/netconf
- Check all nfs shares i.e /etc/exports
- User homedirectories will have to be moved across to match the new
/etc/passwd
The list goes on and on but basically you will soon find out if something is
different, sadly there is no magic button to do this.
hope the info helps,
regards,
AG
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP