- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What to do or not do when rebuilding the syste...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
06-14-2005 09:21 AM
06-14-2005 09:21 AM
Here are the things I think I should do before starting.
1. Backup, backup, backup
2. Create a ignite tape for vg00
3. print out the kernel parameters (kntune -l)
4. print out 'bdf'
5. print out 'fstab'
6. do a 'vgexport' fot each volume group
....
Any thing else I'm over looking?
Your thoughts...
Marty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 09:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 10:05 AM
06-14-2005 10:05 AM
Re: What to do or not do when rebuilding the system
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 09:07 AM
06-21-2005 09:07 AM
Re: What to do or not do when rebuilding the system
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 11:34 AM
06-21-2005 11:34 AM
Re: What to do or not do when rebuilding the system
1. Printers
2. Crontabs
3. Any special startup scripts
4. Any special restricted SAM accesses
5. NFS mounts, Auto mounts, exports
7. patch lists
8. Kernel params
9. Users on the system(password file)
10. virtual IP for applications
11. APA configurations
12. configuration for NIC(netconf, hpbtlanconf, hpgelanconf etc., for 100FD or Auto - performance issues later..)
13. Application specific Links any created.(find command with -l)
14. hardening information (umasks, services etc.,)
15. on and on and on...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 01:29 PM
06-21-2005 01:29 PM
Re: What to do or not do when rebuilding the system
But as a precaution, if you have two root disks in this server (not sure for a 24xx) and they are mirrored correctly, I suggest you install the new OS on only one disk and be careful not to scrap the other. If you have any problem, simply fallback by booting on the second disk.
Checking the mirror may involve a few steps, post back if you don't know them and someone should reply.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 03:22 PM
06-21-2005 03:22 PM
Re: What to do or not do when rebuilding the system
The safest option will be to check proper booting through alternate mirror disk if you have one prior to start rebuilding. Apart from that take backup of current /etc/passwd & /etc/group files if you want to preserve users accounts. Take swlist output for comparison of the patch levels if required later. All this can be kept in some VG which will be exported now. Allthough all these need can be satisfied if you have alternate mirroed boot disk. Other things that can be preserved apart from those allready posted are -
/etc/hosts
/etc/resolv.conf
/etc/rc.config.d/netconf
Also take a output of "vgdisplay -v /dev/vg00" for setting some important VG parameters.
We run nickel script for collecting all these information in a single output. Run that if you have that.
HTH,
Devender