- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Need of versions 5.0A & 5.1A
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-23-2005 07:09 AM
06-23-2005 07:09 AM
Need of versions 5.0A & 5.1A
Thank you for your help.
Angelo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 07:34 AM
06-23-2005 07:34 AM
Re: Need of versions 5.0A & 5.1A
Have you considered doing a new install from scratch instead of trying to upgrade from v4.x to v5.x? I've tried doing those type of upgrades and almost always ran into problems of one kind or another. Much easier to do a new install.
If you do do a new install, install all OS subsets. That makes management easier as well.
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 07:19 PM
06-23-2005 07:19 PM
Re: Need of versions 5.0A & 5.1A
You can not find OS distributions on HP site for download. There are no such things for download.
Why would you do that? I think that Victor's idea is much better. I have done lots of OS upgrades and the best way is to perform instalation from begining. After instalation you can copy configuration files from old OS (passwd file and other important files).
User and data disks will be preserved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 12:25 AM
06-24-2005 12:25 AM
Re: Need of versions 5.0A & 5.1A
What about AdvFS partition existing on other hard disks having users data. AdvFS version on 4.0F and 5.x are different (?). Will it create problem?
How to regenerate /etc/fdmns directory, if restoring it from backup fails?
Any command that can automatically scan all the available disk media, check the file system type; if File system is AdvFS read the meta data and generate the domain information in /etc/fsdmns and create the symbolik links to corresponding disk partition?
It this issue solved, fresh installation can be done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 12:59 AM
06-24-2005 12:59 AM
Re: Need of versions 5.0A & 5.1A
You make a good point. The existing AdvFS domains will mount on V5.x but they will be V3 of AdvFS. V5.x comes with V4 of AdvFS. If I remember correctly V4 handles domains with large no.s of files better. You'd have to back up the domain, recreate it, and then restore in order to get V4. Look at the manpage for mkfdmn for more details.
To regenerate the /etc/fdmns directory I've always done it manually but I've never had a lot of domains on my servers. This is how I did it:
o Before the install I get a listing of the domains in /etc/fdmns:
# ls -lR /etc/fdmns/
o After the install manually recreate the domains so for each domain:
# cd /etc/fdmns
# mkdir
# cd
# ln -s /dev/disk/dsk##x
You may be able to restore them from a backup tape but I've never tried it.
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 01:22 AM
06-24-2005 01:22 AM
Re: Need of versions 5.0A & 5.1A
I also recreate domains manually like Victor said. It should not be a problem.
If you want V4 domains you will have to recreate them and restore from backup tape. I have done it many times and it worked fine. You can even restore data from ufs file system (backuped with dump) to newly created advfs file system (using restore).
Before starting upgrade label disks. You can also use "old" device naming on V5.1x (except in cluster), but there is no need. Using hwmgr -show scsi and hwmgr - view devices you can see enough about disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 01:27 AM
06-24-2005 01:27 AM
Re: Need of versions 5.0A & 5.1A
To copy the accounts onto the new system is a little more complicated if you have Enhanced Security enabled. This is due to the TCB.
o Verify everything is OK, if not, fix the problems:
# /tcb/bin/authck -av
Before backing up save the accounts and the default record:
# /tcb/bin/edauth -d p -g > /p.auth
# /tcb/bin/edauth -d d -g > /p.default
After the install restore /p.auth & /p.default and:
# cat /p.auth | /tcb/bin/edauth -d p -s
# cat /p.default | /tcb/bin/edauth -d d -s
Restore /etc/passwd & /etc/group.
Verify everything is OK:
# /tcb/bin/authck -av
Vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 01:41 AM
06-24-2005 01:41 AM
Re: Need of versions 5.0A & 5.1A
You are right about Enhanced Security.
There is something more that should be done: record kernel parameters using sysconfig -q so tuning newly instaled system will be easier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 02:33 AM
06-24-2005 02:33 AM
Re: Need of versions 5.0A & 5.1A
- There's no need to go to the newer AdvFS format unless you're experiencing problems already. It's a nice to have, but not required.
- advscan may help you to locate the domains after the upgrade
- Be very cautious when moving parameters from V4 to V5. Some parameters have changed, e.g. some of the UBC and VM parameters. It might be easier to start with default parameters
- Also be sure to check whether your configuration is still supported with V5.1B. Support for non-PCI systems and some devices were dropped
- Similarly you should check support for your applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 02:49 AM
06-24-2005 02:49 AM
Re: Need of versions 5.0A & 5.1A
o Change parameters as required by app.s like Oracle.
o After a few days run /usr/sbin/sys_check -all to see what changes it recommends.
Vic