|
ContentsIndex |
This page contains the following information: Sun Cluster Set upDon't mix PCI and SBus SCSI devices Quorum Device Rules
Quorum Math and ConsequencesA running cluster is always aware of (Math):
Consequences:
installmode Flag — allows for cluster nodes to be rebooted after/during initial installation without causing the other (active) node(s) to panic. Cluster statusReporting the cluster membership and quorum vote information# /usr/cluster/bin/scstat -q Verifying cluster configuration info# scconf -p Run scsetup to correct any configuration mistakes and/or to:
Shuting down cluster on all nodes# scshutdown -y -g 15 # scstat #verifies cluster status Cluster Daemonslahirdx@aescib1:/home/../lahirdx > ps -ef|grep cluster|grep -v grep
Validating basic cluster config
Disk Path Monitoring
Shuting down clusterscshutdown -y -g 30 Booting nodes in non-cluster modeboot -x Placing node in maintenance modescconf -c -q node=,maintstate Reset the maintenance mode by rebooting the node or runningscconf -c -q reset By placing a node in a cluster in maintenance mode, we reduce the number of reqd. quorum votes and ensure that cluster operation is not disrupted as a result thereof). Sunplex or Sun Cluster Manager is available on https\:\:3000. VxVM Rootdg requirements for Sun Cluster
Use the following command: # vxdg [ -g diskgroup ] [ -f ] reminor [diskgroup ] new-base-minor From the vxdg man pages: reminor Changes the base minor number for a disk group,
and renumbers all devices in the disk group to a
range starting at that number. If the device for
a volume is open, then the old device number
remains in effect until the system is rebooted or
until the disk group is deported and re-imported.
Also, if you close an open volume, then the user
can execute vxdg reminor again to cause the
renumbering to take effect without rebooting or
reimporting.
A new device number may also overlap with a tem-
porary renumbering for a volume device. This also
requires a reboot or reimport for the new device
numbering to take effect. A temporary renumbering
can happen in the following situations: when two
volumes (for example, volumes in two different
disk groups) share the same permanently assigned
device number, in which case one of the volumes is
renumbered temporarily to use an alternate device
number; or when the persistent device number for a
volume was changed, but the active device number
could not be changed to match. The active number
may be left unchanged after a persistent device
number change either because the volume device was
open, or because the new number was in use as the
active device number for another volume.
vxdg fails if you try to use a range of numbers
that is currently in use as a persistent (not a
temporary) device number. You can force use of
the number range with use of the -f option. With
-f, some device renumberings may not take effect
until a reboot or a re-import (just as with open
volumes). Also, if you force volumes in two disk
groups to use the same device number, then one of
the volumes is temporarily renumbered on the next
reboot. Which volume device is renumbered should
be considered random, except that device number-
ings in the rootdg disk group take precedence over
all others.
The -f option should be used only when swapping
the device number ranges used by two or more disk
groups. To swap the number ranges for two disk
groups, you would use -f when renumbering the
first disk group to use the range of the second
disk group. Renumbering the second disk group to
the first range does not require the use of -f.
|