From 9db06eb9ef51ceca0edfa9ecfc27942407706b7c Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 26 Jun 2012 12:46:18 +0000 Subject: [PATCH] fix manpage to use xcatconfig -m git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13167 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdcp.1.pod | 4 ++-- xCAT-client/pods/man1/xdsh.1.pod | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index 5a495da5d..d9ceb7167 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -533,9 +533,9 @@ B I<-i /install/netboot/fedora9/x86_64/compute/rootimg -F /tmp/myrsync> =item * -To define the Management Node (mn1) in the database so you can use xdcp,run +To define the Management Node in the database so you can use xdcp,run -B I<-t node -o mn1 groups=mn nodetype=mn> +B =back diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index 116fececa..33af948cd 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -25,7 +25,7 @@ The B command runs commands in parallel on remote nodes and/or the Managem remote shell command for each target specified, and returns the output from all targets, formatted so that command results from all nodes can be managed. -If the command is to be executed on the Management Node, it does not use a remote shell command, but uses the local OS copy or shell command. The Management Node must be defined in the xCAT database and have a nodetype of mn. +If the command is to be executed on the Management Node, it does not use a remote shell command, but uses the local OS copy or shell command. The Management Node must be defined in the xCAT database and have a nodetype of mn. The best way to do this is to use the xcatconfig -m option. The B command is an xCAT Distributed Shell Utility. @@ -524,9 +524,9 @@ B I =item * -To define the Management Node (mn1) in the database so you can use xdsh, Enter +To define the Management Node in the database so you can use xdsh, Enter -B I<-t node -o mn1 groups=mn nodetype=mn> +B =item *