how_to_clone_tru64_and_digital_unix
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
how_to_clone_tru64_and_digital_unix [2025/05/29 22:58] – sgriggs | how_to_clone_tru64_and_digital_unix [2025/05/30 03:42] (current) – sgriggs | ||
---|---|---|---|
Line 303: | Line 303: | ||
If you are building a cloned disk for the same system you are doing the cloning on, you can be pretty sure the disk name will remain constant with whatever you booted with, now. | If you are building a cloned disk for the same system you are doing the cloning on, you can be pretty sure the disk name will remain constant with whatever you booted with, now. | ||
- | I do not know how Tru64 tracks disk devices. It might be by WWN or some other identifier. However, it takes very little to " | + | I do not know how Tru64 tracks disk devices. It might be by WWN or some other identifier. However, it takes very little to " |
I can give you detail on the process, of fixing this, at least. Start with a session like this one in my example. | I can give you detail on the process, of fixing this, at least. Start with a session like this one in my example. | ||
Line 396: | Line 396: | ||
/ | / | ||
</ | </ | ||
- | ==== Fix the rc.config | + | ==== Fix the / |
- | The **/etc/rc.config** file is the main configuration | + | The **/etc/sysconfigtab** file one of three the main configuration |
- | The main thing you are looking for is any reference to swap on the old disk. It will occur in some kind of variable name and you can simply remove the whole line, or edit the line to point to your new disk's swap slice. The name of the variable will be something like " | + | The main thing you are looking for is any reference to swap on the old disk. It will occur in some kind of variable name and you can simply remove the whole line, or edit the line to point to your new disk's swap slice. The name of the variable will be something like " |
Both Tru64 and Digital Unix (but especially Tru64) have a hardware registry which will store the names of disk devices that are seen by the system. In most cases, once a disk is seen, it's name will not change even on the cloned disk (the registry will be copied over at the same time during the file copy steps). However, in the event your disk name changes, don't forget to change the swap device, too. The system can hang if you specify a bogus device. | Both Tru64 and Digital Unix (but especially Tru64) have a hardware registry which will store the names of disk devices that are seen by the system. In most cases, once a disk is seen, it's name will not change even on the cloned disk (the registry will be copied over at the same time during the file copy steps). However, in the event your disk name changes, don't forget to change the swap device, too. The system can hang if you specify a bogus device. | ||
- | |||
- | ==== Fix the Sysconfigtab ==== | ||
- | |||
- | Another file you //might// have to alter is your **/ | ||
how_to_clone_tru64_and_digital_unix.txt · Last modified: 2025/05/30 03:42 by sgriggs