Search Results

Search: Posts Made By: hburnswell
12,107
Posted By hburnswell
@RudiC, much appreciated. Your comment on...
@RudiC, much appreciated.

Your comment on this not being the best approach is not surprising ;-)... I continue to try and improve my efforts but due to my skill level, usually start with...
12,107
Posted By hburnswell
Variable within variable expansion
Hi,

I have been trying to get variable within variable expansion to work but have not been able to succeed. It seems that the two suggestions I am seeing are using 'eval' and using the built in...
8,480
Posted By hburnswell
Thank you @Peasant for the reply. I wanted to...
Thank you @Peasant for the reply. I wanted to provide an update...

The process was actually much easier than expected. We just needed to:

1. Snapshot the original LUN.
2. Create the same...
8,480
Posted By hburnswell
Thank you for the response. We were not...
Thank you for the response.

We were not planning on testing the removal of the disks and installing a the new OS. That part is not a concern. We will test the presentation of the snapped LUNs...
8,480
Posted By hburnswell
Presenting current LUNs to new OS. RHEL 7, LVM
All,

We have a physical server (Lenovo 3950) that we need to upgrade the OS from RHEL 6 to RHEL 7. We do not want to do an in-place upgrade but rather start with a fresh OS install. The plan is...
5,343
Posted By hburnswell
@Chubler_XL - Thank you very much for the...
@Chubler_XL - Thank you very much for the guidance, this appears to work as needed.

This will allow me to move forward with the rest of the needs, I will mark this as solved..

Thanks again,
...
5,343
Posted By hburnswell
Thanks again for the reply. The problem with...
Thanks again for the reply. The problem with this solution in my case is it loops through all drives and adds each of them to all subnets.

I need to be able to define individual drives for...
5,343
Posted By hburnswell
Thank you for the reply. Actually, I believe I...
Thank you for the reply. Actually, I believe I described the desired command output poorly. In the snippet I posted, the 'exports' array would define the resources that I'd want to define:
...
5,343
Posted By hburnswell
Bash script to add multiple resources to NFS pacemaker cluster
All,

I'm looking for some guidance on how to accomplish automating the addition of exports to an HA Pacemaker NFS cluster. I would like to do it in bash for logistics reasons.

The resource...
1,466
Posted By hburnswell
bakunin - thank you for the suggestion.. As...
bakunin - thank you for the suggestion..

As mentioned, these are the small tweaks that I look for as my scripts mature ;-)..

I appreciate the guidance..
1,466
Posted By hburnswell
RudiC thank you for that suggestion of: 'grep...
RudiC thank you for that suggestion of: 'grep -Eo'... It allowed me to get it working with:

synced_flush () {

$curl -s -u ${creds} -X POST "localhost:9200/_flush/synced" | \
...
1,466
Posted By hburnswell
Thank you for the responses. Yes,...
Thank you for the responses.

Yes, unfortunately the exit code is always zero no matter the failures. I should have given more information, sorry.

The task is actually a 'curl' command for use...
1,466
Posted By hburnswell
Parse for 2 numbers in large single line
Hi All,

I am writing a script in which I need to gather 2 numbers for 'total' and 'successful'. The goal is to compare the two numbers and if they are not equal, rerun the task until all are...
1,547
Posted By hburnswell
@bakunin and @Peasant thank you for your replies...
@bakunin and @Peasant thank you for your replies and suggestions. My apologies for not updating this thread sooner.

What I have ended up doing is:

Created an RSA key and put it in place on the...
1,547
Posted By hburnswell
How to handle build user access/permissions?
All,

I am looking for some guidance on how to handle permissions/access for an application build/deployment.

We need to allow for software deployments via Visual Studio Team Services...
1,397
Posted By hburnswell
Thanks for the reply. No, this is not a system...
Thanks for the reply. No, this is not a system directory. It is 25TB of unstructured data.

I was unable to come up with a solution prior to needing it back online so I remounted the directory...
1,397
Posted By hburnswell
@Peasant, thank you for the response. ...
@Peasant, thank you for the response.

Unfortunately using the '-b' flag does nothing at all. I would expect to be able to do:

# setfacl -b <dir>
# setfacl -k <dir>

And all ACL's would be...
1,397
Posted By hburnswell
ACL confusion
All,

I am trying to clear ACL's completely from all files and folders in a directory. I can get the directories as cleared as:

# owner: root
# group: root
user::rwx
group::r-x
other::rwx...
931
Posted By hburnswell
ACL permissions setup
All,

I am building a glusterfs environment for file storage and need to set up ACL's as there are multiple users that need different types of access. I have ingested ~20TB of needed data to...
5,162
Posted By hburnswell
Thank you @itkamaraj and @rbatte1 for your...
Thank you @itkamaraj and @rbatte1 for your replies.

I will test with your suggestions and see what makes the most sense.

Thanks again,

HB
5,162
Posted By hburnswell
Move files from one directory to another in chunks
All,

I have an application that is not working properly and the company is 'in the process' of fixing it. In the meantime, I want to write a bash script work-around. However, what I thought was...
1,589
Posted By hburnswell
Thank you for the confirmation Don..
Thank you for the confirmation Don..
1,589
Posted By hburnswell
Sudo for full script
All,

When enabling sudo to run a script as root (install scripts, etc), is it required to enable sudo on all the actions/commands in the script or simply on the script itself and everything will...
Forum: Open Source 06-11-2016
6,802
Posted By hburnswell
Thank you all for your insights, I feel our...
Thank you all for your insights, I feel our thoughts on the matter align very well..
Forum: Open Source 06-10-2016
6,802
Posted By hburnswell
Vendor root access
All,

I wanted to get others opinions on providing root access to vendors. I have a vendor that is claiming to need full root sudo access to complete a one time system set up for their software. ...
Showing results 1 to 25 of 35

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