Questions tagged [export]

175 questions
0
votes
0 answers

NFS in Ubuntu not following /etc/exports

I am trying to setup NFS on a server. I have used NFS in the past, and not really had much problem with it, but for some reason I do in Ubuntu server 20.04. I have added some test paths while setting it up, but they are not working as they should. I…
Denny
  • 1
0
votes
0 answers

Export "Failed to export: Internal error encountered."

I am receiving an error when trying to export and save a query to a CSV (Google Drive) sheet. The error "Failed to export: Internal error encountered."
0
votes
1 answer

How can I set a specific IP range for NFS exports file?

For example, I want to set an allowed IP range from 192.168.0.12 to 192.168.0.20. Would it require me to input all the IP addresses on that one line? Or is there an easier way to set this specific range?
0
votes
1 answer

Active Directory Export/Import - Users, Group, OU's

I have a 2012 R2 domain controller and need to migrate all users, groups and OU's to a new domain controller. This new DC is in a completely different domain. I've exported the users, groups and OU's to ldf files using various LDIFDE…
jrd1989
  • 628
  • 10
  • 35
0
votes
1 answer

How to migrate dhcp server superscope?

I have super-scope dhcp server on Windows Server 2008 and I want migrate it to new Windows Server 2016 with all scopes, leases and reservations. Is there any way to do this? I know there is netsh dhcp server export command but I have read somewhere…
0
votes
2 answers

Cannot back up my database

I am trying to backup my MySQL 8 database with the command line below but I got an error message. How to make the backup ? ubuntu@www-example-com ~ $ mysqldump -u root -p www_example_com > /var/www/www-example-com/share/www-example-com_$(date…
20f2c98f50
  • 39
  • 2
  • 10
0
votes
2 answers

SQL Server 2005 -- Not Able To Export Using Management Studio Express

I heard this was not available with the free express version. I need to move a moderately sized database to another computer. How can I most easily accomplish this task? We are not in a position to buy any software at the moment. Thanks for any…
bobber205
  • 241
  • 1
  • 6
  • 17
0
votes
2 answers

Importing oracle dump file, getting error on stored procedures

I export an oracle "schema" using exp userid=/ file=pt.dmp log=pt.log owner=FOO buffer=10000000 statistics=NONE direct=Y and then import it into a different schema on the same oracle instance on the same SID using imp userid=/ file=pt.dmp…
Paul Tomblin
  • 5,217
  • 1
  • 27
  • 39
-1
votes
4 answers

How to mysqldump last 10 rows for EVERY TABLE in a database?

I have seen a lot of articles about "how to mysqldump last 'n' rows from a table in a database". For example: mysqldump --user=superman --password=batman --host=gothamcity.rds.com --where="1=1 ORDER BY id DESC LIMIT 10" DB_NAME TABLE_NAME…
Rakib
  • 121
  • 1
  • 9
-1
votes
1 answer

Cacti Export Tool Script

I'm looking for any script that possible to export graph of Cacti into CSV/text format. I have several interfaces in different devices, so I want to export those graph by using cron's job for sending report of bandwidth utilization…
Sokphak
  • 13
  • 1
  • 5
1 2 3
11
12