C    clu_delete_member ログ

clu_delete_member を実行するたびに,/cluster/admin/clu_delete_member.log にログ・メッセージが書き込まれます。次に示すのは,サンプルの clu_delete_member ログ・ファイルです。

This is the TruCluster Delete Member Program
 
You will need the following information in order to delete a member from
the cluster:
 
    - Member ID (1-63)
 
The program will prompt for this information, offering a default
value when one is available.  To accept the default value, press Return
If you need help responding to a prompt, either type the word 'help'
or type a question mark (?) at the prompt.
 
The program does not begin to delete the member until you answer
all the prompts, and confirm that the answers are correct.
 
Deleting a member involves the following steps:
 
    Removing the files from the member boot disk. (If accessible)
    Removing member specific areas from the /, /usr, and /var file systems.
    Removing the deleted members entries in shared configuration files.
 
Do you want to continue deleting a member from this cluster? [yes]: [Return]
 
A member ID is used to identify each member in a cluster.
Each member must have a unique member ID, which is an integer in
the range 1-63, inclusive.
 
Enter a cluster member ID []: 2
Checking cluster member ID: 2
 
You entered '2' as the member ID.
Is this correct? [yes]: [Return]
 
You entered the following information:
 
    Member's ID: 2
 
If any of this information is incorrect, answer 'n' to the following
prompt.  You can then enter the correct information.
 
Do you want to continue to delete a cluster member?:[no] y[Return]
 
Deleting member disk boot partition files
  Member disk boot partition files deleted
 
Initial cluster deletion successful, member '2' can no longer join the
cluster. Deletion continuing with cleanup
cluster_expected_votes: reconfigured
 
Removing deleted member entries from shared configuration files
  Removing cluster interconnect interface 'polishham-mc0' from /.rhosts
	
.
.
.
  Deleting Member Specific Directories Deleting: /cluster/members/member2/ Deleting: /usr/cluster/members/member2/ Deleting: /var/cluster/members/member2/   clu_delete_member: The deletion of cluster member '2' completed successfully.