Questions tagged [import]

144 questions
1
vote
1 answer

Importing a machine from VMware to xenServer

I've exported my VM from VMWare and tried importing it into XenServer (xcp-ng 7.6) XenConvert 2.1.1 but I always get this error: Friday, May 24, 2019 11:15:04 XenConvert 2.1.1.2199 Copyright (c) 2001-2009 Citrix Systems, Inc. Microsoft Windows 7…
1
vote
2 answers

How to automate local Outlook to Exchange migration of 40 users

I am currently dealing with a site which has about 40 users, each with his/her own local Outlook setup on their PCs (currently connecting via POP/IMAP to the mail server). They have asked me to migrate all users to a cloud hosted Exchange service. I…
Ryan Griggs
  • 885
  • 2
  • 12
  • 27
1
vote
1 answer

MariaDB - import raw InnoDB frm/ibd files?

Good afternoon. My Debian 9 server ran into an issue that rendered the OS inaccessible , I managed to extract all the raw database files (/var/lib/mysql) for my project but unfortunately the engine type was set to InnoDB. Is there any chance I can…
Kjell
  • 75
  • 1
  • 5
1
vote
0 answers

Exporting and importing Dell iDRAC 9 configurations

I would like to get configuration from Dell iDRAC 9 and save it somewhere. So that new similar hardware can be configured remotely and automatically. I was able to get some configurations via racadm.exe as XML file but could not import it to…
CanBuyukburc
  • 13
  • 1
  • 6
1
vote
1 answer

How to upgrade Python 2.7.x version to the newest version 2.7.14?

Can anyone give some advice how to upgrade 2.7.X version of python to the 2.7.14 version? I've tried to upgrade my current version(2.7.9) from the source code with the following steps: wget -c…
Boixos Noi
  • 11
  • 1
  • 1
  • 3
1
vote
2 answers

How do I re-execute a skipped section in Oracle Data Pump?

I did a start_job=skip_current on a large import because I thought it was hanging on some bad data. It turns out it was just a really large index so I'd like to re-run it but I don't want to do the entire import again. I know I can have it skip…
Brian Deterling
  • 243
  • 2
  • 6
1
vote
1 answer

How to import Access 2007 to SQL Server through Import Wizard?

Is there a way to get around this problem? (through GUI) Currently SQL Server 2005/2008 do not allow me to import Access 2007 database as shown below
dance2die
  • 1,961
  • 7
  • 31
  • 40
1
vote
0 answers

Google MySQL Cloud 2nd generation Import >50GB

I am trying to migrate a 50GB MySQL Innodb Database to Google Cloud. Binlog in my current Database is active. So I set my db to read-only, created a snapshot and wrote down the binlog position. Then I turned off the read-only mode and the original…
Florian O
  • 11
  • 1
1
vote
1 answer

importing data into Amazon RDS extremely slow

I need to import a PostgresSql db from an old server into a new Amazon RDS. I created a db dump file, connected to my RDS via pgAdmin, and started to import pgAdmin console (\i dump_file.sql). Everything seems to work, but its really really slow…
Ronen Ness
  • 169
  • 8
1
vote
0 answers

Ubuntu Clonezilla (Server) Disk Image Import/Export

We are running a clonezilla server(s) and I need to copy off (export) the newest disk image folder to and import it onto another clonezilla server in another city. I found the directory in the ubuntu gui but it gives me permissions errors when…
MarkC
  • 11
  • 3
1
vote
1 answer

Can't connect to AWS instance after import with stock Centos7

I am trying to import a Centos7 based VM into Amazon AWS. The VM was created with the Centos7 minimal ISO installed into VirtualBox. Networking in the VM works fine locally before trying to do the import. I am using the EC2 command line tools to do…
efunneko
  • 245
  • 1
  • 3
  • 11
1
vote
1 answer

How to import postgresql file on Linux with space in path?

If I try to import an sql script with a space in path, the file is not found. mypsqluser=> \i /home/markus/Documents/Projekte/My App/Installation/server_sql_script.sql /home/markus/Documents/Projekte/My: No such file or directory I tried to escape…
Bevor
  • 113
  • 1
  • 11
1
vote
2 answers

How to copy/export live domain controllers to a test environment?

Let me explain out scenario: We have a totally virtualized live production system running all the production VMs in a Microsoft Failover cluster. The interesting VMs for this questions are the Main Domain Controller (SRV-DCA) & Secondary Domain…
1
vote
1 answer

MySQL import slowing, jbd2 high disk I/O

I'm importing a large .sql file into my servers MySQL Database, However the import has only so far imported a few tables and is currently on record ~17mill of one table. However the import pauses after it does every couple thousand record and these…
1
vote
1 answer

How to use screen with mysql import

I need to import a very large MySQL table on remote server. Usually I'm using mysql -u mysql_user -pMypass db_name < sql_data.sql But it takes about 5 hours to complete the task. I tried using nohup but the logout process is killing the import. I…
valk
  • 477
  • 2
  • 8
  • 20