Update - after trying recreatevg and redefinevg without luck it was decided to clean up the vg and recreate the affected file systems.
However, if anyone does know of a way to recover a corrupted vgid, I would like to know the process.
I have a disk that has somehowe gotten itself into a "missing" status.
# lsvg -p datavg
datavg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk2 active 135 65 27..00..00..11..27
hdisk3 active 135...
You want to put something like this in your /etc/fstab file - not auto.master or auto.misc:
target:/temp/folder1 /opt/folder1 nfs defaults
win1:/archive /opt/archive nfs vers=3
These should then be mounted automatically on reboot... this is assuming you want them mounted...
What is your MaxSessions set to in your sshd_config file? If not defined, its default value is 10. You mention that you do 50 connections - is that 50 sequential or 50 concurrent? If concurrent, then you likely have the MaxSessions value defined at X and you are hitting that limit.
On the...
Based on your output, it appears that the system in question is looking for its yum repository on a locally mounted cd/dvd. If the install media is not currently mounted you will get those errors.
You said the UC-module was linux based - do you know what flaver/version of linux? Look in /etc...
if you have admin access to the linux server, the telnet client (dont need the server) can be installed without hurting anything. You dont mention what flavor of linux you are using, so the exact command will vary depeding on that. For example, on my linux server I could type this (as root)...
ps - if all is working right, an "ifconfig -a" should look something like this:
bond0 Link encap:Ethernet HWaddr 2C:76:8A:4F:AC:AC
inet addr:10.10.10.52 Bcast:10.10.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX...
I have bonding set up for my servers - works great. I define some entries in /etc/sysconfig/network:
NETWORKING=yes
NETWORKING_IPV6=no
IPV6INIT=no
HOSTNAME=testbox.test.com
GATEWAY=10.10.10.1
and here is my configuration for the bonding:
ifcfg-bond0
BROADCAST=10.10.10.255
IPADDR=10.10.10.52...
After looking at several things, Doubletake and drbd seem like the most viable options and satisfy our requirements. Now to do an actual side-by-side test to see which is the better option.
I have considered NFS, but that doesnt satisfy the replicated data. Having the data available via NFS wouldnt work if the source server were unavailable. The data needs to be duplicated.
I am looking for some software that will allow me to duplicate a mount from one system to another system.
The software should meet these requirements:
Will work with Red Hat Enterprise Linux 6.5 (and optionally RHEL 5.10)
Will duplicate the change - in real time - on the remote system
Will...
If the service name will always be in the form as shown in your example, you can do this:
echo $NAME | awk -F. '{print $3}'
If you need that result in a variable:
SVCNAME=`echo $NAME | awk -F. '{print $3}'`
Do you have (remote) console access? if so, check to see if it supports virtual media. I use that option to "map" an ISO to the cd/dvd device when I need to boot from an ISO when the server is a few thousand miles away and no local hands are available.
Alternatively, you could do this:
Copy...
I have an environment where I need to do backups. There are no tapes drives nor are they an option. Removable media (ie dvd) is not an option either as they wouldnt be big enough and I am remote to the servers. The only thing I have available (at this time) is NAS. The servers are primary...
Have you tried any of the sysinternal tools to see if there are any hidden/rouge processes? Just because your antivirus/malware software says no doesnt mean there is nothing there. If its something new and they dont what to look for, they wont report on it. The sysinternal tools can be found...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.