Questions tagged [data-extraction]
13 questions
7
votes
9 answers
How to grep the IP address from ifconfig output
Following is my ifconfig output
eth0 Link encap:Ethernet
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
…
Registered User
- 1,453
- 5
- 18
- 37
3
votes
2 answers
Different extractors for the same Graylog input?
I'm using Graylog's sidecar functionality with Filebeat to pickup a number of different log files off my server, including Syslog, Nginx and Java App. All of these flow into the same Graylog input for Beats (I tried to supply multiple inputs,…
Jon
- 632
- 5
- 12
3
votes
1 answer
Extract a single file / directory from a .dar file
No, it's not a mistake, I mean dar, not tar.
It seems to be a not-so-popular archiving tool (and file format). However, I need to extract a single directory from a 4GiB .dar-file.
In the man-page, dar lists a whole bunch of options of which I've…
Mitja
- 404
- 5
- 11
3
votes
3 answers
Extracting information from active directory
I work in the IT support department of a branch of a huge company.
I have to take care of a database with all the users, computers, etc. I'm trying to find a way to automatically update the database as much as possible, but the IT infrastructure…
Kovags
- 133
- 1
- 5
2
votes
2 answers
Extracting single file from large tar.gz file
I have an incredibly large tarball. I'd extract several files out of many thousands within the archive. I'm on CentOS 6.10 running GPFS 4.2.3. I've seen from this answer that pigz is useful in extracting the entire tar.ball. Extracting the entire…
irritable_phd_syndrome
- 166
- 5
1
vote
1 answer
What is the best automated ETL method to transfer data from SQL Server IN cloud (AWS) to SQL Server NOT Cloud?
We have 2 SQL Server databases. One of them is to be moved to AWS cloud.
Is Amazon RDS the ONLY approach to move the SQL Server to AWS?
What is the best way to automate data transfer of table data from the SQL Server that IS in the cloud to the…
m.beginner
- 111
- 2
1
vote
0 answers
migrate 10g xe to 11g xe
The oracle 10g DB that is being currently used has exceeded the limit of 4GB. For the application to continue the db needs to be upgraded to 11g. But the upgrade doc requires a data pump export to be done from 10g and then data pump import it to…
zapping
- 183
- 1
- 9
0
votes
1 answer
Copy VM files from ESXi host physical HDD
My ESXi installation got corrupted (I get the Pink Screen of Death) and I would like to extract my VM info from the HDD. When I plug in into my Linux box I see 4 small partitions that does not have any VM info, and there is other 2 partitions that…
user886869
- 215
- 1
- 2
- 10
0
votes
2 answers
Extract table values from html web pages automatically
I use MRTG to monitor devices' CPU/MEM/traffic usage, and each device has different ports/vlans/interfaces. When I want to create a table/excel showing statistics of all the interfaces, I found it very inefficient because I need to click into about…
Andrew
- 113
- 1
- 5
- 14
0
votes
0 answers
Extracting multiple password-protected archives located in multiple sub-directories
There is a folder that contains many folders and subfolders, and each of these contains any number of password-protected 7zip archives. The password is the same for all of them. These are single-layer archives (no archives within archives).
I am…
Bamba
- 1
- 1
0
votes
1 answer
how to avoid grep output empty file
Using grep to print a keyword in a log to the output file
grep -i -n "application" /app/log1.log > L1.log
Now this gives results if it finds application in the log. But also results empty l1 log file where there are no results.
Would like assistance…
0
votes
1 answer
How to export data from Dollar Universe Workload Automation including embedded scripts
I am trying to export data from Dollar Universe Workload Automation to files using the following commands:
Session list file: uxlst ses ses=* vses=* full
Session details file: uxshw ses ses=* lnk vses=*
Task details file: uxshw tsk upr=* mu=* ses=*…
Erez Ben Harush
- 177
- 1
- 7
-2
votes
1 answer
Apache extracting .rar before serving content
I can't find any information online about this, hopefully someone here can help out.
Our website hosts MOV downloads, but server space has started to become a concern. We have found that RAR can reduce the file size by as much as 70%. Unfortunately…
codelove
- 97