|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Virtualize physical SCO 5.0.6
hi
Howto virtualize physical SCO 5.0.6 on ESX4? Last edited by ccc; 08-10-2010 at 11:32 AM.. |
| Sponsored Links | |
|
|
|
#2
|
|||
|
|||
|
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? |
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
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
|
||||
|
||||
|
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. |
| The Following User Says Thank You to jgt For This Useful Post: | ||
ccc (08-13-2010) | ||
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
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%). |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Quote:
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 |
| The Following User Says Thank You to john1212 For This Useful Post: | ||
ccc (08-10-2010) | ||
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Maximum Limit of HMC to handle Physical Power Virtualization Physical Machine | jenish_shah | AIX | 1 | 01-09-2010 03:55 PM |
| Physical volume- no free physical partitions | markper | UNIX for Dummies Questions & Answers | 9 | 01-09-2007 01:00 PM |
| physical volume and physical disk. | VeroL | UNIX for Dummies Questions & Answers | 2 | 01-22-2004 09:32 AM |
|
|