- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Clonning TRU64 OS disk
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-26-2007 03:34 PM
тАО08-26-2007 03:34 PM
Clonning TRU64 OS disk
Can anyone give some advice?
Thks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2007 05:52 PM
тАО08-26-2007 05:52 PM
Re: Clonning TRU64 OS disk
Can you describe exactly what you did?
"disklabel -R -r -t advfs" is just a first step. What else did you do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2007 02:46 AM
тАО08-27-2007 02:46 AM
Re: Clonning TRU64 OS disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2007 01:59 PM
тАО08-27-2007 01:59 PM
Re: Clonning TRU64 OS disk
thks
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2007 08:54 PM
тАО08-27-2007 08:54 PM
Re: Clonning TRU64 OS disk
Lets say that your new disk should be dsk7 and you did disklabel command properly.
# mkfdmn /dev/disk/dsk7a root1_domain
# mkfset root1_domain root
# mkfdmn /dev/disk/dsk7g usr1_domain
and so on for all partitions
Then manually mount new root, usr and var to temporary mount point.
Then do vdump-vrestore to temp mouunt points.
After that edit /etc/fstab in /tmproot to match new definitions.
DO NOT change /etc/fdmns links!
This should work because I use this procedure to make spare boot disks. I did it many times.
If you need more specific procedure, ask for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2007 02:14 PM
тАО08-28-2007 02:14 PM
Re: Clonning TRU64 OS disk
For the /etc/fdmns, if not changing the link how the root1_domain work as root_domain?
After all the step you had provided, can it be bootup separately?
Pls advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2007 08:47 PM
тАО08-28-2007 08:47 PM
Re: Clonning TRU64 OS disk
For version 5.x:
Replace
root_domain#root / advfs rw 0 1
with
root1_domain#root / advfs rw 0 1
and so on.
Device name of disk should stay unchanged.
You problem is disk device name. That is why I said not to change /etc/fdmns links.
You can also try this to find more details:
>>> boot -flag 0 DKXXXX
# mountroot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2007 06:38 PM
тАО09-02-2007 06:38 PM
Re: Clonning TRU64 OS disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2007 11:47 PM
тАО09-03-2007 11:47 PM
Re: Clonning TRU64 OS disk
Good! Now reread my posts.
My procedure would be like:
1. "disklabel -R -r -t advfs" some disk (for example dsk7). This step you did well.
2. Make partitions for advfs and swap. You did it.
3. Make advfs domains:
# mkfdmn /dev/disk/dsk7a root1_domain
# mkfset root1_domain root
and so on for all file systems
4. Mount newly created file systems to their temporary mount points
# mount -t advfs root1_domain#root /tmproot
and so on for every file system
5. Do vdump-vrestore to new file systems
6. Now edit /tmproot/etc/fstab
to be like
root1_domain#root / advfs rw 0 1
(i.e. replace old file systems with new)
usr1_domain#usr advfs rw 01
and so on
7. Edit /tmproot/etc/sysconfigtab
replace
swapdevice=/dev/disk/dsk0b
with
swapdevice=/dev/disk/dsk7b
8. umount all temporary file systems
DO NOT change /etc/fdmns entries !!!
When you boot from new system disk, it will be dsk7!
Once you boot normally you can change domain names if you want.
I use this procedure to create spare boot disk and did it many times. It works for sure.
Please post did you make it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 04:09 PM
тАО09-09-2007 04:09 PM
Re: Clonning TRU64 OS disk
INIT:Command is respawning too rapidly.
Check for possible errors.
id:esmd "/usr/sbin/esmd
/dev/null2 >&1"
INIT:Command is respawning too rapidly.
Check for possible errors.
id:cons "/usr/sbin/getty console console
vt100"
Pls advice.
thks
Yeong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2007 11:07 PM
тАО09-09-2007 11:07 PM
Re: Clonning TRU64 OS disk
Not sure why you have problem with that.
Can you describe step by step how you did the cloning?
Can you boot to single user mode?
Can you do "# mount -a" after that without errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2007 12:59 AM
тАО09-10-2007 12:59 AM
Re: Clonning TRU64 OS disk
you can also clone boot disk using bttape.
See "# man bttape".