Displaying 3 results from an estimated 3 matches for "managerment".
Did you mean:
management
2006 Feb 17
0
slightly OT: high availability remote managerment tools
This is completely OFF TOPIC from centos and slightly vague, so please reply to me
direct. I just want to pick everyone's brains here for their experience with high
availability remote management (servers, networks, etc).
Can anyone recommend any good high availability remote managerment tools. I mean
something more than ssh, nagios, etc. Anything from appliances to monitoring, remote
access, be it software or hardware.
Thanks in advance.
Dustin
2009 Apr 29
5
2nd Parking Lot
Does anybody know of a way to make another parking lot for version 1.2? We have a multi-tenant setup and it is set for x700 for parking. Well we added some new users and not thinking, we assigned them x700. I can't change the parking number as it will mess up the other users and the new user with x700 doesn't want to change. I was hoping there was some trickery that I can do to create
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...; 0
+
+cleanup () {
+ if ! $preserve; then
+ debug "Cleaning up"
+ rm -rf $WORKDIR
+ fi
+}
+
+usage () {
+ cat <<EOF
+Usage: $ME [-m INTEFACE] [-v] [-d] [-h]
+
+ -s: Specifies the management server name (default: $NODE_MANAGEMENT_SERVER)
+ -p: Specifies the managerment server port (defautl: $NODE_MANAGEMENT_PORT)
+ -m: Specifies the MAC ADDRESS for the
+ management interface (default: $NODE_MANAGEMENT_NIC*)
+ -v: Display verbose output (default: false)
+ -d: Display debugging output (default: false)
+ -z: Pres...