Questions tagged [import]

144 questions
2
votes
1 answer

How to import XenServer's ovf/ova/xva format to KVM?

Now I'm considering migrate from Xen to KVM. I exported some exist virtual machines from Xen in the formats ovf and xva. How could I import them into KVM? As there're only a few of virtual machines, I would accept a manual way.
can.
  • 181
  • 1
  • 9
2
votes
2 answers

Any way to overwrite (not merge) Outlook contacts when importing from a file?

I'm trying to create a contact list for Outlook 2010 that will contain contact information for every person in my company. I intend on keeping the list current, which means I will be manually adding new employees to the contact list, and removing…
Dan
  • 21
  • 3
2
votes
3 answers

10 gig MySql database import stalls and doesn't finish

I am trying to import a 10 gig database to my local installation of mysql. I'm using Ubuntu 11.10. I am using the command line to do it. mysql -u root -p database < database.backup.sql I left it running for 2 days and finally stopped it just to…
lumberjacked
  • 377
  • 1
  • 4
  • 9
2
votes
1 answer

Microsoft SQL alternative for Oracle's Imp and Exp command

I'm looking a command line tool or SQL command to export/import a table or complete database. Much like the imp and exp commands of Oracle databases. Any suggestions?
ferdyh
  • 183
  • 10
2
votes
1 answer

Export mail queue to another server

When I run mailq on SSH command line terminal, I got list of mail. However, the server does not have mail server to send those mails. How can I export the mail queue and export it to another server?
bbnn
  • 209
  • 1
  • 3
  • 10
2
votes
1 answer

How to use PhpMyAdmin to import/export from/to the server it runs on?

When I choose to import/export a data script with PhpMyAdmin, it offers me to upload/download a file with my browser from/to my PC where I access it from. But I'd like to load/save the file from/to the file system of the server where the MySQL…
Ivan
  • 3,288
  • 19
  • 48
  • 70
2
votes
1 answer

VirtualBox on Windows Hosts | Export and Import batch automate

VirtualBox on Windows I am planning to deploy virtual box on around 10 computers (Vista / 7), I have setup a centos vm and exported it as an appliance with the ovf and vmdk files in the same folder. Question Regarding VM Deployments : Assuming VBOX…
Mutahir
  • 2,347
  • 2
  • 32
  • 42
2
votes
1 answer

bcp import file how to ignore duplicates?

I want to import a csv file into a sql server 2008 R2 database table using bcp using a command like this: bcp Database..TableName in TableName.csv -n -T -E -S localhost My problem: the table contains one row which is also in the csv file (default…
Sam
  • 909
  • 4
  • 15
  • 26
2
votes
1 answer

Can I use the export/import data in SQL 2008 with FK constrained tables?

For sending data back and forth between tables having identical schema I have used the import/export task in management studio. The problem is that SQLServer seems to do the import/export ops in whatever order it sees fit. This causes issues with FK…
Matthew
  • 123
  • 6
2
votes
1 answer

Copy one db diagram from one db to another on different servers? (Same db)

I used the copy database wizard to copy my database from our test server to our production server, the database copied everything fine except for the diagram. Okay no problem, first I make sure the target database on production has the support…
SventoryMang
  • 163
  • 7
2
votes
1 answer

Clone virtual machine with Server 2008 R2 and Hyper-V?

I've recently just started working with Hyper-V, and so far it's quite nice. However, I've been running into problems with what seems like it should be the most basic of workflows. I've set up a baseline Server 2008 R2 configuration, and exported it…
bwerks
  • 752
  • 3
  • 10
  • 22
2
votes
1 answer

Importing GPG Key

I have problems importing my GPG-Keys into my new installation of debian. I exportet the private-key a few years ago. Now I am trying to get everything running under a new debian. I tried to do gpg --allow-secret-key-import --import…
bitboxer
  • 181
  • 1
  • 8
2
votes
2 answers

ZFS pool corrupted

I am running proxmox (7.1-10) and a number of VMs. I accidentally forced to import from proxmox a ZFS pool that was being used by a VM (truenas 12.0-U7) with: zpool import -f Pool-1 The command returned blank, and I thought I was ok. I then rebooted…
rnng
  • 31
  • 3
2
votes
1 answer

How can one import existing vSphere virtual machines into vRealize Automation 8.0?

I have a number of existing virtual machines within my vSphere datacenter. These VMs were not created using our vRealize 8 blueprints etc. However, I want to add the VMs to the vRA 8 inventory so that my users, who do not have access to vSphere, can…
tj94
  • 79
  • 4
1
vote
2 answers

How to import tickets into OSTicket

I am trying to import tickets from a CSV file into OSTicket. I searched in the forums but they keep recommending Professional support. Is there a way to import them for free? Maybe into the database? Code editing is suggested in this thread:…
1 2
3
9 10