Convertered VMDK Starting 10% of The Time

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Convertered VMDK Starting 10% of The Time
# 1  
Old 04-10-2014
Convertered VMDK Starting 10% of The Time

I created a vdmk image from a system that was having hardware issues using:

(How to create a Virtualbox image from a physical partition by one command)
Code:
sudo dd if=/dev/sda | VBoxManage convertfromraw stdin MyLinuxImage.vmdk 120034123776 --format VMDK

the next thing I did was install VM Player 6.0.1 build-1379776 on a windows 8 machine. The steps that I used was:

http://(http://smallbusiness.chron.c...le-44318.html)

So finally after all of this is done, VM Player will boot 10% of the time. Usually if I remove all the *.lck file from the virtualmachine directory and the directory where the actual VM resides, it will reboot. I have attached the log files to give you a better understanding on the inconsistency of this important VM.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Grep a log file starting from a specific time to the end of file

I have a log file which have a date and time at the start of every line. I need to search the log file starting from a specific time to the end of file. For example: Starting point: July 29 2018 21:00:00 End point : end of file My concern is what if the pattern of `July 29 2018 21:00:00`... (3 Replies)
Discussion started by: erin00
3 Replies

2. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

3. Shell Programming and Scripting

Convert UTC time into current UNIX sever time zone

Hi guys thanks for the help for my previous posts.Now i have a requirement that i download a XMl file which has UTC time stamp.I need to convert UTC time into Unix server timezone. For ex if the time zone of unix server is CDT then i need to convert into CDT.whatever may be the system time... (5 Replies)
Discussion started by: mohanalakshmi
5 Replies

4. Solaris

modifying date and time and time zone on solaris 5.10 with (redundant server) veritas

I have a cluster of two Solaris server (veritas cluster). one working and the other is standby I am going to change the date on them , and am looking for a secure solution as it is giving an important service. my opinion is that the active one doesn't need to be restarted (if I don't change the... (1 Reply)
Discussion started by: barry1946
1 Replies

5. Infrastructure Monitoring

Solaris 10 - starting snmpdx at boot time on a port other than 161

Hi All, Can we start the snmpdx on another port at boot time on solaris 10 instead of the default 161 port? What is the configuration file to set this? We can make it run in a different port after the system boots up by using snmpdx -p port_number This requirement is because i have an... (1 Reply)
Discussion started by: Mr. Zer0
1 Replies

6. Shell Programming and Scripting

Convert Epoch Time to Standard Date and Time & Vice Versa

Hi guys, I know that this topic has been discuss numerous times, and I have search the net and this forum for it. However, non able to address the problem I faced so far. I am on Solaris Platform and unable to install additional packages like the GNU date and gawk to make use of their... (5 Replies)
Discussion started by: DrivesMeCrazy
5 Replies

7. SuSE

Time resetting to 00 HRS on starting

I Have a SUSE Linux Enterprise server 9.0. When I start the server , using date command I daily find that the time it is showing is 00.00 Hrs. It shows the date correctly. Every day I have to set the time using the date command. I am facing this proble from last 3 weeks but couldn't find a... (4 Replies)
Discussion started by: V.V.KUMAR
4 Replies

8. UNIX for Advanced & Expert Users

How To Provide Time Sync Using Nts-150 Time Server On Unix Network?

can anybody tel lme,how to instal NTS -150 on a unix network,it needs some patch to fetch time frm serve,,?? (2 Replies)
Discussion started by: pesty
2 Replies
Login or Register to Ask a Question
vpardump(1M)															      vpardump(1M)

NAME
vpardump - manage monitor dump files SYNOPSIS
[vparmon[dumpfile]] DESCRIPTION
The command is used to create (on PA-RISC systems only) and analyze a virtual partition monitor dump file. vparmon is the image of the virtual partition monitor and dumpfile is the crash dump file corresponding to that image. is normally run from the rc script to analyze a crash dump during HP-UX boot. If no options are specified, checks if the dumpfile has been cleared. If not, it analyzes dumpfile and prints information about the crash to standard out. Then marks the dumpfile as clear. If dumpfile is not specified, the string is appended to vparmon as in If vparmon is not specified, it defaults to The dumpfile must exist prior to a vpar monitor crash. On PA-RISC systems, the and options create the dumpfile on PA-RISC. If is used, a dumpfile is created that is large enough to contain the monitor image. If additional structures are required, such as I/O Page Directo- ries, the option is used to reserve space for a full monitor crash dump. On Itanium(R)-based systems, the monitor dumpfile is created in the EFI partition of the monitor's boot disk as needed. It is not necessary to pre-allocate a dump file in A monitor dump typically requires less than 75 megabytes of free space in the EFI partition. In order to ensure that a complete crash dump can be saved, this much free space must be maintained in the EFI partition. Options recognizes the following command-line options: Analyze the dumpfile. This option can be used to force an analysis even if dumpfile has been cleared. Mark dumpfile as clear. No analysis is performed. Analyze dumpfile even if the versions do not match. Initialize dumpfile for a full dump. Supported only on PA-RISC systems. Initialize dumpfile for a normal dump. Supported only on PA-RISC systems. Do not analyze the dumpfile. Enable verbose output. The and options are allowed on Itanium-based systems for compatibility. No action is taken for the and options. Operands recognizes the following command-line operands: vparmon The name of the image of the virtual partition monitor. If vparmon is not specified, it defaults to dumpfile The name of the crash dump file corresponding to the image of the virtual partion monitor. If dumpfile is not specified, the string is appended to vparmon as in Security Restrictions This command is restricted to processes owned by superuser or with the privilege. See privileges(5) for more information about privileged access on systems that support fine-grained privileges. RETURN VALUE
returns the following values: Analyzed dumpfile successfully. Created a new dumpfile. A dumpfile does not exist. The dumpfile is cleared, no action taken. Error attempting to create a dumpfile. Error analyzing the dumpfile. Command syntax error. EXAMPLES
Analyze the default dumpfile and create it if it does not exist: Suppress the analysis of the default dumpfile, and reserve space for a full dump: AUTHOR
was developed by the Hewlett-Packard Company. SEE ALSO
vparextract(1M), privileges(5). vpardump(1M)