Questions tagged [metadata]
36 questions
1
vote
0 answers
Hbase catalog tables custom location
I have a Hbase cluster running with 2 region servers, each hosting around 100 regions. I can see that the ROOT and META tables are automatically assigned to separate region servers. My system is read heavy (around 600 GETs per second) and I can see…

tilmik
- 135
- 1
- 8
1
vote
1 answer
Obtaining ext4 metadata
Is there any way of obtaining the following metadata on an ext4 filesystem?
latest modified files
files modified during a certain period
largest file
files within a size range

rid
- 951
- 1
- 7
- 11
1
vote
1 answer
ESX 3.5 refuses to update
I have a set of ESX 3.5 servers in 2 different datacenters. One is DR, one is production. They are on the same vlan and so I can access any of them on the private network from my vCenter server. Last month, as a learning experience (I hadn't dealt…

Speeddymon
- 191
- 1
- 10
1
vote
1 answer
Metadata Cleanup Windows Server 2008
I have 2x Windows Server 2008, and 1x Windows Server 2003 that doesn't boot any more. I need to remove the 2003 server from the DC role.
I found this Microsoft article. It says that you can remove a DC just by removing it from ADUC and it'll do the…

Nixphoe
- 4,584
- 7
- 34
- 52
1
vote
4 answers
Batch change modified/created dates?
I recently bought new hard drives for my NAS. This means that I'm copying all the data off the NAS, upgrading it, and then moving the data back.
I've gotten as far as copying the data from the NAS, but every file's modified/created date has been…

Billiam
- 13
- 2
1
vote
1 answer
Is possible to change metadata of XFS system to another disk (such SSD)
I've a system in VPS with a big XFS.
Now I have the possibility to add an SSD device to that VPS.
Is it possible to change the meta-data destination from partition formatted as SSD to SSD partition to improve logging?
All the information I see is to…

abkrim
- 417
- 7
- 18
1
vote
0 answers
NFS cache on Linux client but only for metadata?
I have several mounts shared via NFS. They contain loads of files, from text files to RAW photos.
Issuing find on them is rather painful as even on 1GbE link it just doesn't happen as smooth as on local FS, even kept on spinning rust.
Once i run…

Dominik Nieoficjalny
- 11
- 1
0
votes
1 answer
How to filter files which have permissions changed in last n minutes
Example, I have two files
-rw-rw---- 1 1000 1000 5 Sep 28 01:25 file1
-rw-rw---- 1 1000 1000 13 Sep 28 01:25 file2
After echo "asdfg" >> file1 (file1 content was modified)
-rw-rw---- 1 1000 1000 11 Sep 28 01:25 file1
-rw-rw---- 1 1000 1000 …

Huy.PhamNhu
- 111
- 3
0
votes
1 answer
What does an infrastructure that hosts an FTP server with HTTP access look like?
I am wondering about how companies provide access to the same files over FTP and HTTP/HTTPS. What are the different servers involved in setting up such an infrastructure?
I am interested, particularly, about if the metadata of the files on an FTP…

jshapy8
- 103
- 2
0
votes
1 answer
ffmpeg: When creating a slice of an audio file, how do i also copy over all the meta data from the original file?
That's my question :)
the command i'm using is below
ffmpeg -ss 00:01:00 -t 00:00:45 -acodec copy -i original.mp3 new_file.mp3
Thanks for any help!!
EDIT:
Solution
ffmpeg -ss 00:01:00 -t 00:00:45 -map_meta_data new_track.mp3:original.mp3 -acodec…
Jeff
0
votes
1 answer
Why shibboleth IdP idp-metadata.xml recommends 8443 for SOAP?
After the install.sh of 2.4.0 Shibboleth Identity Server, the idp-metadata.xml file is created. Why is that? Is not enough secure to use the standard HTTPS/443 port?

toma
- 1
- 1
0
votes
1 answer
What do you name a SharePoint file when the metadata takes cares of all the naming for you?
I am tyring to implement effective metadata to my SharePoint libraries. Great I think! No longer have to put the relevant meeting date at the start of every document name, you can make it a tag! make document purpose a tag (presentation, minutes…
Briana
0
votes
1 answer
Stop filebeat sending copius metadata
I am sending data from local log files with filebeat to graylog and I am getting a 20x storage overhead compared to the original files. There are a large amount of metadata fields however I can't seem to get rid of them. I have tried many variations…

Damian Games
- 23
- 5
0
votes
2 answers
metada conflict when deploying Openstack on GCP
We ran an openstack environnement on GCP with an arch of 1control_1compute_2ceph.
When creating VM on openstack, the VM can't initialte the cloud-init, because wit reaches the metadata of GCP instead of private openstack.
The openstack is the last…

fsidiosidi
- 1
- 1
0
votes
1 answer
Metadata (as in hostname) is not set during instance creation in OpenStack
By creating an instance in OpenStack, IP is injected into the instance, but not other metadata as in Hostname and Key Pair. There's no error in the nova and neutron log files.
The problem:
...
checking…

Moha
- 3
- 2