HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System Transfer
Operating System - HP-UX
1834149
Members
2244
Online
110064
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
03-16-2000 11:14 PM
03-16-2000 11:14 PM
System Transfer
Hi,
I am going to install a HP-UX 11 on a HP L2000 to replace a HP 9000/720.
I need to new machine to have the same IP,hostname, NIS , NFS and all the users
settings. It is acting as a print server. what files I need to copy from the
old machine for those information?
Thank you very much for your help in advance!
I am going to install a HP-UX 11 on a HP L2000 to replace a HP 9000/720.
I need to new machine to have the same IP,hostname, NIS , NFS and all the users
settings. It is acting as a print server. what files I need to copy from the
old machine for those information?
Thank you very much for your help in advance!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2000 01:05 AM
03-17-2000 01:05 AM
Re: System Transfer
Hi,
The new machibe will prompt you for its hostname, IP address. Ensure when you
are installing that the original system is not connected to the network. If you
are unable to disconnect the original system due to inability to disrupt
servcies, then assign a temporary IP address when install.
The new machine should only require the following files from the old system:
/etc/passwd
/etc/groups
/etc/exports
/etc/rc.config.d/namesvrs
This will work as long as you are a NIS client. If you are a NIS server then it
is a whole other ball of wax.
The new machibe will prompt you for its hostname, IP address. Ensure when you
are installing that the original system is not connected to the network. If you
are unable to disconnect the original system due to inability to disrupt
servcies, then assign a temporary IP address when install.
The new machine should only require the following files from the old system:
/etc/passwd
/etc/groups
/etc/exports
/etc/rc.config.d/namesvrs
This will work as long as you are a NIS client. If you are a NIS server then it
is a whole other ball of wax.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2000 01:54 AM
03-17-2000 01:54 AM
Re: System Transfer
As for the print server:
tar the directories under /etc/lp (cinterface, class, info, interface, member,
and sinterface).
tar the directories under /var/spool/lp
cat /dev/null > outputq
copy the default printer config file to /var/spool/lp
start print spooler:
lpsched
Check the status of the print spooler:
lpstat -t
Note: Ensure that all printers are accepting and idle. Ensure that the
scheduler is running and the default printer is properly configured.
Also not that all existing, pending request will be lost using this procedure.
tar the directories under /etc/lp (cinterface, class, info, interface, member,
and sinterface).
tar the directories under /var/spool/lp
cat /dev/null > outputq
copy the default printer config file to /var/spool/lp
start print spooler:
lpsched
Check the status of the print spooler:
lpstat -t
Note: Ensure that all printers are accepting and idle. Ensure that the
scheduler is running and the default printer is properly configured.
Also not that all existing, pending request will be lost using this procedure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2000 06:04 AM
03-17-2000 06:04 AM
Re: System Transfer
Hi, on top of all the good advise already given to you,
I'd like to give you preliminary steps I would follow to have this done. Look
at number 5 first!!!
1. make a copy of /etc and /sbin/init.d directories
outside VG00. Also, copy /var/adm, /var/spool as well.
2. make sure you take a snapshot of your lvm configura-
tion including lvm map files, so that you can activate all other volume groups.
Remember to rcp all this
information to another machine from which you can get
all this back after you install HPUX.
3. Create, import, activate VGs where you saved your good configuration files.
Mount FS and now you can copy almost any config file needed.
4. If the server's currently a NIS slave server, just
redo the setup, look at the ypinit man pages it's easy
to do. You can use your old /etc/rc.config.d/namesvrs
file for configuration.
5. If it is a master NIS server, making sure you have
slave servers configured is probably the first thing
you should do. See, you want your NIS clients
to bind to another system. This happens automatically, but if for some reason
it doesn't, see man pages for ypset. To set up the master server you can
follow the man pages for ypint also. I think no server should attemp to bind
while you're configuring your master.
I hope it helps, good luck!!!!!!
I'd like to give you preliminary steps I would follow to have this done. Look
at number 5 first!!!
1. make a copy of /etc and /sbin/init.d directories
outside VG00. Also, copy /var/adm, /var/spool as well.
2. make sure you take a snapshot of your lvm configura-
tion including lvm map files, so that you can activate all other volume groups.
Remember to rcp all this
information to another machine from which you can get
all this back after you install HPUX.
3. Create, import, activate VGs where you saved your good configuration files.
Mount FS and now you can copy almost any config file needed.
4. If the server's currently a NIS slave server, just
redo the setup, look at the ypinit man pages it's easy
to do. You can use your old /etc/rc.config.d/namesvrs
file for configuration.
5. If it is a master NIS server, making sure you have
slave servers configured is probably the first thing
you should do. See, you want your NIS clients
to bind to another system. This happens automatically, but if for some reason
it doesn't, see man pages for ypset. To set up the master server you can
follow the man pages for ypint also. I think no server should attemp to bind
while you're configuring your master.
I hope it helps, good luck!!!!!!
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