Search Results

Search: Posts Made By: keelba
Forum: Red Hat 10-01-2014
1,841
Posted By keelba
Verify multipathing
I have a couple of questions regarding multipath.

If I do vgdisplay vg01, I see it is using 1 PV: /dev/dm-13

If I type multipath -ll I see dm-9, dm-10, dm-11, dm-12, but do not see dm-13. Is my...
Forum: Red Hat 07-07-2014
2,252
Posted By keelba
How to find which host a VM is running on?
We have quite a few Linux VMs running (several hundred). Some are running in VMware and some are running on Citrix XenServer.

I know that it is possible, for example, to go into vSphere and search...
15,728
Posted By keelba
cat /etc/passwd | awk -F: '($1=="'$1'"){print...
cat /etc/passwd | awk -F: '($1=="'$1'"){print $5}' | awk -F\; '{print $3}'
36,847
Posted By keelba
You only listed two conditionals but hopefully...
You only listed two conditionals but hopefully you can take the syntax of this script and modify it to your needs.
#!/bin/bash

> BADFILE
> GOODFILE

cat sourcefile | awk -F, '
BEGIN {...
11,588
Posted By keelba
The problem you have is at the first of the...
The problem you have is at the first of the month. (day - 2) does not work when today is the 1st or 2nd. The command "date '2 days ago'" does not work with the standard Unix date command. That syntax...
3,332
Posted By keelba
I'm not sure why it matters but these are Solaris...
I'm not sure why it matters but these are Solaris 10 servers moving from a Storagetek array (just barely more than JBOD) to an Hitachi HUS.
3,332
Posted By keelba
VxVM breaking mirror for migrating storage
We are in the process of migrating storage from one array to another. I know the commands I would use in LVM but I am not very familiar with VxVM.

The goal is to attach the new LUNs from the new...
Forum: What is on Your Mind? 10-22-2012
1,923
Posted By keelba
I don't understand the Exadata thing. Someone in...
I don't understand the Exadata thing. Someone in another company told me they bought into the whole Exadata thing. The DBAs convinced them that they didn't need a "middle-man" Sys Admin or Unix OS....
Forum: What is on Your Mind? 10-22-2012
1,923
Posted By keelba
Has Oracle killed HP-UX
Has Oracle killed HP-UX with their gambit of telling the public they would no longer support Itanium? The company I work for in the Dallas, TX area has had several openings for HP-UX administrators...
Forum: HP-UX 05-30-2012
3
README: LVM helper
9,470
Posted By keelba
LVM helper
Have you ever had a need to know which lvols were on which disks? Maybe you needed to expand an index filesystem and wanted to make sure you did not expand onto a disk with a data filesystem. Here is...
Forum: HP-UX 01-03-2012
8,857
Posted By keelba
OK I fixed the problem but I'm not exactly sure...
OK I fixed the problem but I'm not exactly sure what fixed it. I went into SMH and removed all references to NIS in the Name Service Switch configuration screen. After rebooting, somehow this fixed...
Forum: HP-UX 01-03-2012
5,856
Posted By keelba
swremove will remove software. It can run in a...
swremove will remove software. It can run in a TUI or GUI if you just run swremove by itself or on the command line if you supply all of the options, check the man page for options.

I always find...
Forum: HP-UX 01-03-2012
8,857
Posted By keelba
nslookup/ping resolve problem 11i v3
I am having a problem with a new server build that has got me completely baffled. This server has a private back end network so the way it is supposed to work is that the server thinks its ip address...
Forum: HP-UX 01-21-2011
6,173
Posted By keelba
Well, they've already admitted that the query...
Well, they've already admitted that the query should be modified to run in parallel mode but they do not want to make this change until they've finished their current testing over the next 4-6 weeks.
Forum: HP-UX 01-21-2011
6,173
Posted By keelba
Good news! The process always drops the indexes...
Good news! The process always drops the indexes and rebuilds it every day before it starts. In our meeting right now the DBA said she just now rebuilt the indexes and the query finished immediately....
Forum: HP-UX 01-21-2011
6,173
Posted By keelba
The Superdome is Itanium, sorry I did not specify...
The Superdome is Itanium, sorry I did not specify that earlier. There are no other applications or databases running on this server.

I am trying to work with a DBA to find the cause. The database,...
Forum: HP-UX 01-21-2011
6,173
Posted By keelba
T ID KEY MODE OWNER ...
T ID KEY MODE OWNER GROUP SEGSZ
Shared Memory:
m 131 0x00000000 --rw-r----- oracle dba 2202075136
m 132 0x00000000 --rw-r----- oracle ...
Forum: HP-UX 01-21-2011
6,173
Posted By keelba
You're right, it was a typo. I was just checking...
You're right, it was a typo. I was just checking if you were paying attention. =)
Actually, I was on Glance and got the wrong information as I was talking to the end user about the problem and got...
Forum: HP-UX 01-21-2011
6,173
Posted By keelba
Performance problem - waiting on cache
My server is running HP-UX 11.23 and one Oracle database. The server has 8 CPUs and is mostly idle all the time. Buffer cache is set to 10%min/max with 5GB memory on the server.

I have a user...
2,382
Posted By keelba
Any ideas how to accomplish this storage move?
We have a datacenter in another part of the country with about a 100Mb WAN between that datacenter and the local datacenter. The remoted datacenter has about 20TB of data on roughly 75 servers that...
Forum: HP-UX 02-20-2009
3,648
Posted By keelba
We have an admin here that pretty much knows...
We have an admin here that pretty much knows everything. Unfortunately, he has been unavailable for the past few weeks and could not find the answer anywhere else (of course calling HP support is...
Forum: HP-UX 02-11-2009
3,648
Posted By keelba
ServiceGuard mounting nested file systems in wrong order
Hi all. I am having an issue and I'm not sure if anyone here would know the answer but I thought I'd ask anyway.

The problem is with ServiceGuard where the control file lists the file systems to...
Forum: HP-UX 01-26-2009
3,503
Posted By keelba
Problem running out of space by copying files to identical filesystems
I am trying to copy a filesystem from one server to another using rsync over the WAN. As far as I can tell, the two filesystems are identical but for some reason I cannot copy the last file because I...
Forum: HP-UX 04-11-2008
35,571
Posted By keelba
We were able to get it unmounted and have two...
We were able to get it unmounted and have two possible theories why it wouldn't unmount.

1) The listener was still running. Even though its process was tied to another filesystem it may have been...
Forum: HP-UX 04-11-2008
35,571
Posted By keelba
Cannot umount - device busy
Anyone have any idea why I cannot umount a directory even though fuser shows no process attached to it?


fuser -cu /data/oracle/GMPSHRDM/export
/data/oracle/GMPSHRDM/export:


umount...
Showing results 1 to 25 of 75

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