amrit_3327
amrit_3327
Trusted Member
Joined: Dec 5, 2019
Last seen: May 30, 2021
Topics: 0 / Replies: 65
Reply
RE: How can we find maillogs from last one hour in Linux ?

Use following command. i=`date -d "1 hour ago"| awk '{print $2}'`; j=`date -d "1 hour ago"| awk '{print $3}'`;k=`date -d "1 hour ago"| awk '{pri...

2 years ago
Reply
RE: How to isolate the ec2 instances if code deploy failure is continuously terminating the ec2 instance in AWS ?

We can use following command on aws cli to isolate the ec2 instance. $ aws autoscaling complete-lifecycle-action --profile account-name --auto-s...

2 years ago
Reply
RE: How to find if my linux machine i physical, vm or cloud

In case of physical dmidecode -t system # dmidecode 2.11 SMBIOS 2.6 present. Handle 0x0100, DMI type 1, 27 bytes System Informatio...

2 years ago
Reply
RE: Check thread count per process in linux

Hello Friends, There are multiple way one can do the thread count analysis per process in Linux. 1.) One can use the PID - cat /pr...

2 years ago
Topic
Replies: 2
Views: 532
Reply
RE: How to make sure we have package install using puppet only once and it doesn't upgrade the package ?

There are two possible solution which are coming across my mind. 1.) Use ensure => installed as part of resource type package and it will be inst...

2 years ago
Topic
Reply
RE: Can we update the stack without changing any parameter in AWS ?

No until we change any parameter in AWS we cant update the stack. For ECS we can select option force new deployment and can still update service witho...

2 years ago
Reply
RE: Can we create AMI on running ec2 instance in AWS ?

Hello Guys, This is little dicey. Yes you can have AMI created without shutting down the AWS EC2 instance. But disk consistency for journal is n...

2 years ago
Page 2 / 5