Search Results

Search: Posts Made By: msarro
Forum: Solaris 06-27-2012
4,186
Posted By msarro
This looks like exactly what we were looking for...
This looks like exactly what we were looking for - we can gladly use raid 1 instead of raid 10, these boxes are already overprovisioned compared to what we already have in the field. Thank you!
...
Forum: Solaris 06-27-2012
4,186
Posted By msarro
Solaris 10 Installation - Disks missing, and Raid
Hey everyone. First, let me start by saying I'm primarily focused on linux boxes, and just happened to get pulled into building two T5220's. I'm not super educated on sun boxes.

Both T5220's have...
1,184
Posted By msarro
Need advice on approach for script
Greetings all. I have a repository server which receives, without exhaggeration, several million files a week. The majority of these files are in .csv format, which means they're highly compressable....
Forum: Red Hat 01-24-2012
4,970
Posted By msarro
To find out what's using the port type: lsof -i...
To find out what's using the port type:
lsof -i :(your-port-number-here-without-parens)
Forum: Red Hat 01-24-2012
4,920
Posted By msarro
This is documentation we have tested and verified...
This is documentation we have tested and verified in our QA lab, and its known to be working on RHEL 5.5 with a P2000 G3 FC. Its based on the RH online storage guide. It assumes you're using...
Forum: Red Hat 01-24-2012
3,041
Posted By msarro
RHEL 5.5, /etc/hosts, multiple loghost entries?
Greetings everyone. I am currently required by company policy to point our servers to a corporate syslog server, so that causes us to have one loghost entry. However the vendor whose software we...
1,366
Posted By msarro
Haha, you know, immediately after posting it I...
Haha, you know, immediately after posting it I remembered that sed exists. Its been a many-cup-of-coffee type of morning. Thanks for answering! I know it'll work :)
1,366
Posted By msarro
Remove first portion of string
I have a script which currently uses a file containing a list of directories as an argument. The file is read in to an array, and then the array is iterated in a for loop.
What I would like to do is...
15,078
Posted By msarro
Embed function in if statement
Hey everyone,
I am just trying to figure out how to embed a function in an if statement.
I have the following test script so far:

PRIMARY=192.168.1.2
SECONDARY=192.168.1.1

function...
14,157
Posted By msarro
Iterating through two arrays in a single loop
Hey everyone.
Is it possible to use two arrays in a loop?
Basically what I am trying to do is iterate through the elements in an array, and, based on a condition, use the current position in the...
758
Posted By msarro
Now it works, thank you for your help!!!
Now it works, thank you for your help!!!
758
Posted By msarro
Help troubleshooting looped if statement..
Greetings all. I am trying to use the following code:
#!/bin/bash
geoDirs=("/logsync/GEO/DBS" "/logsync/GEO/NS")

for i in "${geoDirs[@]}"
do
if[ "$(ls -A $i)" ]
then
...
1,747
Posted By msarro
BASH function error
Hey everyone.
I am currently testing my first function based BASH script. The ultimate goal is going to be moving logs from point A to point B (or if B is down, to point C).
Part of this involves...
Forum: Red Hat 07-06-2011
2,155
Posted By msarro
XFS - Custom Kernel or Module?
Hey everyone.
I am going to be using XFS for a project coming up. We're running RHEL 5.5. Simply typing
modprobe xfs
works just fine. The kernel module loads without any issue. Is there any issue...
Forum: Red Hat 07-06-2011
5,910
Posted By msarro
Confirmed, I just did it with the sdX device...
Confirmed, I just did it with the sdX device listed by each path in multipath -l. Worked like a bell. Tested both adding and removing devices with no issues.
Forum: Red Hat 07-06-2011
5,910
Posted By msarro
Meaning of SDA
Hey everyone. Right now I am working through Red Hat's online storage reconfiguration guide for a project that we're working on. For removing storage paths to a volume using multipaths, it says that...
Forum: Red Hat 06-29-2011
3,000
Posted By msarro
The p2000 has gotten a bit of a dust off from the...
The p2000 has gotten a bit of a dust off from the MSA2k series, thank god. They no longer require downtime to add additional shelves (verified by HP) on any of the platforms.

The logs need to be...
Forum: Red Hat 06-28-2011
3,000
Posted By msarro
The server is going to be used to store log data...
The server is going to be used to store log data for 60 days. Basically the goal is to keep logs from numerous servers in once place. The servers that use the largest amount of data will each have...
Forum: Red Hat 06-28-2011
3,000
Posted By msarro
SAN/LVM question
Hey everyone.
I am working on designing a logging solution for a deployment we have going out in a few months. Right now we have a single storage head end, connected via fibre to a SAN. Basically...
3,139
Posted By msarro
Is it possible - SCP script ignoring certain files
Hey everyone. First, let me preface this post by stating that there are some bad things I'm doing. I'm using python to work around SCP's refusal to take standard input for a password. The reason for...
Forum: Red Hat 01-27-2011
56,803
Posted By msarro
LD_LIBRARY_PATH worked like a charm. I really...
LD_LIBRARY_PATH worked like a charm. I really appreciate it. Thank you!
Forum: Red Hat 01-27-2011
56,803
Posted By msarro
Is there a list of all of the default system...
Is there a list of all of the default system variables, including those that aren't set? For instance EDITOR is usually not set but is a system variable (or else its set to emacs? I can't remember).
Forum: Red Hat 01-27-2011
56,803
Posted By msarro
List of all environment variables?
Hey all, I am simply trying to find a listing of all of the default BASH environment variables in RHEL 5.4. Namely, I need to find what the path variable is for libraries since one of my applications...
Forum: Linux 01-21-2011
2,195
Posted By msarro
GFS2 needed or not?
Hey everyone. I am in the process of setting up an iSCSI SAN to function as a log storage device for a number of servers. All of the initiators see the volume, and originally I formatted it with ext3...
Forum: Solaris 01-11-2011
2,661
Posted By msarro
The raid adapter is sunFRU 375-3536-06 ...
The raid adapter is
sunFRU 375-3536-06

Model#: SGXPCIESAS-R-INT
Adaptec Internal 8-port SAS HBA

Does that help?
Showing results 1 to 25 of 59

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