Questions tagged [import]

144 questions
3
votes
2 answers

Workstation VM unable to start after import on ESXi

I've been given a folder of a VM (with .vmdk, .vmx, ...), created and used in VMWare Workstation. I want to use it on my VMWare ESXi. How do I correctly import the VM? I've tried to import it, by copying the folder to the ESXi datastore, then…
3
votes
1 answer

Importing an exported pool on Solaris 11 fails

Unable to import an exported pool. Based on the info below, am I able to somehow import the pool? Or, is there a way to retrieve the data from the drive itself? There is no corruption on either disks. Solaris 11.3 # zpool upgrade -v This system…
mfridman
  • 41
  • 3
3
votes
1 answer

How to import custom korn shell script into Nagios monitor

Our company is consolidating our monitoring solutions (WUG, Cacti, Zabbix) to Nagios. I have used Zabbix for years, and am trying to understand how to get Nagios to report on applications that I have written Nagios scripts for. The scripts have…
dernwine
  • 31
  • 2
3
votes
3 answers

How to import PST extracted from Exchange db to linux IMAP server?

I had an Exchange 2000 server that crashed, I recovered the PST mailboxes from the .edb database. Now I'll move to a linux webhosting with imap support. I've to import the PST contents in the respective new mailboxes on the new server. I've already…
penzoiders
  • 63
  • 2
  • 6
3
votes
3 answers

How do I make imp use right charachter set?

I am trying to import a dmp file from one database to another. The problem is that some special danish characters are not imported right because some character map conversion is done during import. This is the info when I start the import with imp…
awe
  • 227
  • 2
  • 3
  • 13
3
votes
2 answers

Need simple graphical interface for Oracle IMP utility

the company receives several Oracle database dumps from clients for analysis. My programmers are not Oracle literate and find it difficult to restore the dumps using the IMP utility. They need a graphical interface over IMP to make restoring the…
Fabio
  • 155
  • 1
  • 5
3
votes
1 answer

File not found error with mysqlimport

I'm setting up a local database for gene annotation following the instructions on this page. They provide an .sql file to create some MySQL table structures (step 4) and several data files to populate the tables (steps 5-7). I've completed the setup…
Daniel Standage
  • 247
  • 1
  • 3
  • 9
2
votes
1 answer

KVM - Import CentOS 7 from XenServer

I imported a virtual machine (CentOS) from XenServer to KVM. This virtual machine originally had two disks (LVM). I added both disks to the imported machine in KVM. The disk containing the boot partition is correctly defined, but apparently the…
Eduardo Lucio
  • 253
  • 3
  • 13
2
votes
2 answers

PSQL : ERROR: could not extend file No space left on device HINT: Check free disk space

It's my first time working with a dedicated server of my own and i'm running into issue when trying to important a large ( 10gb , millions of rows ) postgresql backup file into a new table. Running ubuntu 18.04 LTS. I've installed postgresql with…
jeydan12
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

Error importing VM to AWS : S3 key does not exist

I need to import a Gen2 Hyper-V machine to AWS and I'm following the document here: https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html All works fine until I use this command to upload the image: aws ec2 import-image…
2
votes
1 answer

Importing Virtualbox to vsphere 6

I have exported my virtualbox vm (ovf 1.0) and ran the ovf tool: .\ovftool.exe --lax 'C:\users\perryg\desktop\old dev box\old dev box.ova' 'C:\users\perryg\desktop\old dev box\old dev box.ovf' That completes successfully. I then went into the ovf…
quintonFOX
  • 23
  • 2
2
votes
1 answer

Oracle DB import error

I get the error below when importing a database - any ideas why? I do this type of import all the time and I've never seen this error. Prior to doing the import we drop all objects in the schema. The import always fails when importing the same…
Marcus Leon
  • 141
  • 1
  • 7
2
votes
1 answer

Import PNG to SQL Server (without disk access)

How can I import a PNG to an SQL Server database installed in a machine where I'm not granted access (except to the DB instance)? I cannot do the following because I cannot access the disk: INSERT INTO [dbo].[WorkItemState] (ImageBits) SELECT …
Luis Gouveia
  • 211
  • 1
  • 3
  • 8
2
votes
1 answer

Importing bacpac file with 25000 tables on SQL Server fails with timeout

I'd like to import a bacpac file that was exported from an 500MB DB that however has around 25000 tables. The bacpac itself is around 18MB. Importing through the UI of SQL Server Management Studio fails with OutOfMemoryException so I'd use…
Piedone
  • 384
  • 1
  • 6
  • 18
2
votes
3 answers

Issues importing PST into Archive Mailbox Exchange 2013

I've completed a successful mailbox import request into the archive mailbox for a particular user. There are no errors to speak of and the size of the archive mailbox has grown to the expected size after import (approximately 6GB). However, in OWA I…
atomicharri
  • 321
  • 6
  • 24
1
2
3
9 10