Virtualize physical SCO 5.0.6


 
Thread Tools Search this Thread
Operating Systems SCO Virtualize physical SCO 5.0.6
# 1  
Old 07-29-2010
Virtualize physical SCO 5.0.6

hi

Howto virtualize physical SCO 5.0.6 on ESX4?

Last edited by ccc; 08-10-2010 at 12:32 PM..
# 2  
Old 08-06-2010
Here is a good manual:

Blog du DS45: HOWTO SCO P2V in the real life

BTW has someone already try to virtualize SCO 5.0.6?
# 3  
Old 08-10-2010
According to this manual above, I try to create a backup file of entire disk inside the file system, but it doesn't work:
Code:
  
scounix# mount -f NFS 192.168.1.246:nfs /mnt
scounix# cd / ; find ./ -print cpio -ovfB > /mnt/backupfile.cpio &
4445
scounix#

What's wrong?
# 4  
Old 08-10-2010
Take the & off the end of the line, and see what error messages if any you get.
Also with this command you might copy the contents of /mnt onto /mnt.
This User Gave Thanks to jgt For This Post:
# 5  
Old 08-10-2010
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%).

# 6  
Old 08-10-2010
Open the cpio file with vi and see what's in it.
This User Gave Thanks to jgt For This Post:
# 7  
Old 08-10-2010
Quote:
Originally Posted by ccc
According to this manual above, I try to create a backup file of entire disk inside the file system, but it doesn't work:
Code:
  
scounix# mount -f NFS 192.168.1.246:nfs /mnt
scounix# cd / ; find ./ -print cpio -ovfB > /mnt/backupfile.cpio &
4445
scounix#

What's wrong?
Code:
  
scounix# mount -f NFS 192.168.1.246:nfs /mnt
scounix# cd / ; find ./ -print -name ./mnt -prune | cpio -ovfB > /mnt/backupfile.cpio &

red: without /mnt/backupfile.cpio I hope find SCO can use find with -prune
sienna: pipe must be if cpio -o
This User Gave Thanks to john1212 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

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. 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

6. 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

7. 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
Login or Register to Ask a Question