Sponsored Content
Operating Systems SCO Virtualize physical SCO 5.0.6 Post 302444144 by john1212 on Wednesday 11th of August 2010 03:55:40 AM
Old 08-11-2010
sorry i don't saw:

Quote:
Originally Posted by ccc
I've done:
Code:
 
scounix# cd / ; find ./ -print cpio -ovfB > /mnt/backupfile.cpio

There will be a 5120KB file, very quickly created.
It cannot be a copy of the whole system:
Code:
scounix# dfspace
/         :     Disk space: 3402,84 MB of 4000,00 MB available (85,07%).
/stand    :     Disk space:  14,15 MB of  24,41 MB available (57,97%).
/usr2     :     Disk space: 53678,51 MB of 64423,23 MB available (83,32%).

You ought find directory that size about 1.5G
You try:
example:
Code:
cd /; du -ms *

If example /home 600M and /usr 1000M
you can do for filesystem /
Code:
scounix# mount -f NFS 192.168.1.246:nfs /mnt
scounix# cd / ; find ./ -print -name ./home -prune -name ./usr -prune -xdev| cpio -ovfB > /mnt/backupfile.cpio &
scounix# cd / ; find ./home -print -xdev | cpio -ovfB > /mnt/backupfile_home.cpio &
scounix# cd / ; find ./usr -print -xdev| cpio -ovfB > /mnt/backupfile_usr.cpio &

if you haven't free space you can do backup.....cpio by one in the order.
And you can on target system do:
Code:
cpio -ivdmlu < /mnt/backupfile.cpio &
cpio -ivdmlu < /mnt/backupfile_home.cpio &
cpio -ivdmlu < /mnt/backupfile_usr.cpio &

other filesystems you can transfer the method or start new SCO and transfer next filesystems by ...nfs...ftp...rcp....

you can see man find and man cpio at system SCO.
This User Gave Thanks to john1212 For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

physical volume and physical disk.

Hello, I need explanations about physical disks and physical volumes. What is the difference between these 2 things? In fact, i am trying to understand what the AIX lspv2command does. Thank you in advance. (2 Replies)
Discussion started by: VeroL
2 Replies

2. UNIX for Dummies Questions & Answers

Physical volume- no free physical partitions

I was in smit, checking on disc space, etc. and it appears that one of our physical volumes that is part of a large volume group, has no free physical partitions. The server is running AIX 5.1. What would be the advisable step to take in this instance? (9 Replies)
Discussion started by: markper
9 Replies

3. AIX

Maximum Limit of HMC to handle Physical Power Virtualization Physical Machine

Hello All, Can anybody please tell me what is the maximum limit of Physical IBM Power Machine which can be handled by single HMC at a single point of time? Thanks, Jenish (1 Reply)
Discussion started by: jenish_shah
1 Replies

4. Solaris

Virtualize x86 on Sparc ?

Hello, is it somehow possible to run a x86 Linux OS in a virtual machine in Solaris running on Sparc ? Virtualbox ? Containers ? I know it would be easier just get a Intel hardware and run the Linux but I might be in a scenario where only Sparc hardware is allowed by corporate policy and still... (6 Replies)
Discussion started by: Tex-Twil
6 Replies

5. Solaris

svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. [ n

After a memory upgrade all network interfaces are misconfigued. How do i resolve this issue. Below are some out puts.thanks. ifconfig: plumb: SIOCLIFADDIF: eg000g0:2: no such interface # ifconfig eg1000g0:2 plumb ifconfig: plumb: SIOCLIFADDIF: eg1000g0:2: no such interface # ifconfig... (2 Replies)
Discussion started by: andersonedouard
2 Replies

6. UNIX for Dummies Questions & Answers

Confusion Regarding Physical Volume,Volume Group,Logical Volume,Physical partition

Hi, I am new to unix. I am working on Red Hat Linux and side by side on AIX also. After reading the concepts of Storage, I am now really confused regarding the terminologies 1)Physical Volume 2)Volume Group 3)Logical Volume 4)Physical Partition Please help me to understand these concepts. (6 Replies)
Discussion started by: kashifsd17
6 Replies

7. SCO

Virtualize SCO 5.0.6 with Microfocus COBOL - Help needed

Hi all, I am trying to virtualize a running SCO 5.0.6 system with microfocus cobol installed. I have already managed (thanks to the people in this forum) to install the operating system. I dont have the cobol installation media anymore. I have copied (using cpio) all directories from... (3 Replies)
Discussion started by: sopela123
3 Replies
All times are GMT -4. The time now is 09:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy