So I know that if I don't have a ypservers file the machine broadcasts for a NIS server/slave on the subnet. If there is more than one slave on a given subnet, will the machine broadcast again in case of a failure of the server it is bound to?
I'm trying to achieve failover without having to...
OK, I know they aren't the same thing. So far I have:
If you don't have a ypservers file you must start up ypbind with a -broadcast option and have a NIS master or slave on the same subnet. Makes sense.
Now, if I have a ypservers file, are those the only servers that the machine will bind to...
Just to pile-on I've seen errors on my servers like this in the past and they are generally memory errors. VTS should show which stick is the problem but you may have to make it run multiple passes.
Generally in the past I've seen it show the memory bank that is at fault but I don't see...
From the Solaris man page.
"Example 3: Specifying days of the month and week
This example
0 0 1,15 * 1
would run a command on the first and fifteenth of each month, as well as on every Monday."
I just wanted to elaborate on my post and reiterate that LKBrwnDBA's example will not fulfill...
LkBrnDBA, have you tested this? Not to be a pain but I think I tried this once and my job ran on the first 7 days of the month and on every Sunday. The man page has a similar example.
To accomplish the task, unmlobo, you may want to just add some logic to your script (or script the job as it...
/usr/sbin/inetd
Usually you can do a man on a command to find out where it is, that is if `which inetd` doesn't tell you. You should check the man page before you start killing/restarting stuff anyway.
That particular process does have a run control script that starts it automatically when it...
Not knowing anything about the process I'd say look at if it is writing any log files or if it is searching any files that are growing. These files would probably be reset when the process restarts and that might explain the performance change.
Just a WAG
Brian
If this is something that runs daily you can check /var/cron/log or /var/cron/olog for history. That may give you some insight into what is happening.
HTH
Brian
I've used Big Brother to monitor websites. It worked very well. Check it out at http://www.bb4.com. I have no affiliation with them, just a satisfied user. I don't know if it'll integrate with OV, though.
HTH
Brian
Isn't that usually configured in the browser? Unless you have a certificate that has been generated for a different hostname than what your clients are accessing. Then they will get an error generally. Like you have a certificate registered for the servername (like "server1.company.com") but...
The only time I've seen messages like the one you describe it has been when the application is not properly deployed. Basically it's saying that it can't find the page on the server. I'd try taking that instance out of your cluster and testing it independently/offline. I think you'll find that...
The fields are
OBJECT ID(s) OBJECT STATUS IP ADDRESS
OBJECT IDs seem to be arbitrary numbers assigned by NNM. OBJECT is hostname (if any), STATUS is self explanitory as is IP ADDRESS. Some nodes (interfaces) don't have IP addresses (like switch ports) so they won't have an IP Address...
If you do the ovtopodump -l you should have fields that say:
NUMBER OF NODES: <some number>
NUMBER OF MANAGED NODES: <some other number>
I think the latter is the one you want.
HTH
Brian
I was thinking you could probably write a script that would insert an "at" job into the machine to run an appropriate ifconfig command that would make the changes. Use a file with 3 columns to run the script with hostname, interface, new_ip as your seed data for the ifconfig command, also a new...
In the nsswitch.conf man page it is implied that there will be problems with the function of `passwd` unless your passwd entry is formatted a certain way. It also says that it can be overridden by using the format you supplied. It maybe worth a look, though.
HTH
Brian
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.