Search Results

Search: Posts Made By: Peasant
54,430
Posted By Peasant
Please specify your operating system details...
Please specify your operating system details along with your shell.

mtime - modified time- time the file has been written / deleted from, displayed as Modify: ... using stat command against...
46,408
Posted By Peasant
Please open new topics for new questions. Do...
Please open new topics for new questions.
Do not revive months old threads with new issues.

As for your question, issue a recursive chown after untar-ing on the destination on the newly created...
45,077
Posted By Peasant
How about using built-in audit systems in Linux...
How about using built-in audit systems in Linux and Solaris system ?
Writing scripts can only poorly emulate proper audit system, with easy circumvention.

History file is not audit and can easily...
Forum: Solaris 03-12-2020
18,097
Posted By Peasant
My advice/suggestion is Oracle VM server for...
My advice/suggestion is Oracle VM server for SPARC using ldm and format commands from shell/hypervisor.

I have not used OVM manager or storage repositories, so i cannot be of much help further.
...
Forum: Linux Benchmarks 03-13-2020
32,659
Posted By Peasant
Would love to see zfs test on that ratio. ...
Would love to see zfs test on that ratio.
Should shine with separated l2arc devices on ssd, when it gets warm.

Be sure to limit ARC size in production scenarios, leaving <insert size> for large...
Forum: Solaris 03-05-2020
16,561
Posted By Peasant
On aggr0 you can only define IP address from...
On aggr0 you can only define IP address from native VLAN on those ports.
If you wish to define a tagged IP on the hypervisor, you need to create vlan interface, then define IP on that.

If you...
3,868
Posted By Peasant
Is 700 KB a mistake ? Doesn't sound like a...
Is 700 KB a mistake ?
Doesn't sound like a large file to me....

Can you show input and required output (a small portion of of course).

What 'DOS' are you referring to, what awk are you using...
16,928
Posted By Peasant
Other the licencing issues, ZFS on Linux is...
Other the licencing issues, ZFS on Linux is production quality.

I'm no zealot but name me one file system on Linux (other then BRTFS) which has all those features so to say inline :


Builtin...
16,928
Posted By Peasant
If you are using LVM, you can use logical volume...
If you are using LVM, you can use logical volume snapshot ability to achieve want you want.

BRTFS i have not used, but i did read some horror stories some time ago.
Probably nothing to worry...
5,358
Posted By Peasant
We do encourage users to post their own attempts...
We do encourage users to post their own attempts before helping.
Please in the future, show your effort, as we are not your scripting service.

Give this a shot :

awk -F"-" ' { for (...
Forum: Red Hat 02-25-2020
9,664
Posted By Peasant
Have you considered to set following mentioned in...
Have you considered to set following mentioned in below document if you are using VPN between ?

MTU considerations | Cloud VPN | Google Cloud...
2,520
Posted By Peasant
You can untar without the actual copy to host : ...
You can untar without the actual copy to host :

ssh user@host "cd /existing_folder_you_wish_to_untar_to && tar -xvf -" < mytar.tar


Regards
Peasant.
Forum: Solaris 02-12-2020
14,827
Posted By Peasant
The procedure is documented here : Live Zone...
The procedure is documented here :

Live Zone Reconfiguration - Creating and Using Oracle(R) Solaris Zones (https://docs.oracle.com/cd/E53394_01/html/E54752/gogda.html#scrolltoc)

The feature is...
4,012
Posted By Peasant
Have you tried running the grep -E -v...
Have you tried running the grep -E -v "string1|string2" and observe the results ?

Regards
Peasant.
28,025
Posted By Peasant
Those rrdtools based tools are quite efficient. ...
Those rrdtools based tools are quite efficient.
rrdtool is one of the gems in computing, much like MQTT Neo mentioned.

As for Prometheus, give it a shot, it's not that hard :)
But i think we...
28,025
Posted By Peasant
Setup metrics in file using cron, something in...
Setup metrics in file using cron, something in the line of :


TM=$(date "+%Y%m%d_%H%M")
DDUMP=/some/dir
iostat -ctdxN 15 240 >> ${DDUMP}/iostat_${TM}.out &
mpstat 15 240 >>...
15,747
Posted By Peasant
For single chars, tr is more obvious choice. ...
For single chars, tr is more obvious choice.

Give it a shot, and get back here if you get stuck, showing your attempts.

Regards
Peasant.
Forum: Solaris 02-03-2020
17,637
Posted By Peasant
Current situation is : Your T4 box has 3 IP...
Current situation is :

Your T4 box has 3 IP addresses on three interface, from one which is VNIC net1 net0 vnic0
In one point in time, these addresses have been configured...

If you wish to...
10,969
Posted By Peasant
Tip: inotify cron
Dear members, moderators and others.

While working on <insert project>, a need has surfaced to watch a directory, and when a file comes, to do appropriate action.
So, i started writing some...
9,439
Posted By Peasant
Please, do post your attempts and efforts,...
Please, do post your attempts and efforts, including operating system and shell details in future.

We would like to see how far you got before helping.

See if this helps you get started...

...
12,000
Posted By Peasant
I've seen this mostly related to DNS query...
I've seen this mostly related to DNS query timeouts setup from client side.
The defaults are quite high on most linux/unix operating system, from AIX man page online :


In practice if you have,...
10,129
Posted By Peasant
Check out this example, and apply it to your...
Check out this example, and apply it to your enviroment.


[root@box ~]# id goprog
uid=1000(goprog) gid=1000(goprog) groups=1000(goprog)
[root@box ~]# id jboss
uid=666(jboss) gid=666(jboss)...
3,737
Posted By Peasant
Check firewall-cmd or iptables -L (depending on...
Check firewall-cmd or iptables -L (depending on linux release and type) rules for specific rules, containing IP addresses in questions.
This should help, if linux firewall is used.

If not, other...
12,989
Posted By Peasant
When dealing with /etc/passwd, /etc/shadow, PAM...
When dealing with /etc/passwd, /etc/shadow, PAM or sudo files :


Have a root session / prompt opened aside from everything else, you will use this session to fix / remedy if something does not...
13,553
Posted By Peasant
Try adding the -P option to both tar commands and...
Try adding the -P option to both tar commands and omit the change directory.
Since you are extracting full paths, you do not need to cd to anywhere.


tar -Pcvf - $filename |ssh -p222...
Showing results 1 to 25 of 417

 
All times are GMT -4. The time now is 01:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy