Solaris 8 1/01 ご使用にあたって (SPARC 版)

smdiskless のマニュアルページ (バグ ID: 4384483)

smdiskless のマニュアルページ smdiskless(1M) の記述に誤りがあります。それぞれ以下のように読み換えてください。

 該当個所 修正内容
add サブコマンドの説明 (誤) Adds a new diskless client support to a server.
   (正) Adds a new diskless client to a server.
delete サブコマンドの説明 (誤) Deletes an existing diskless client from the system databases and removes any server support associated with the host, depending on the host type.
   (正) Deletes an existing diskless client from the system databases and removes any server support associated with the host, depending on the osserver type.
list サブコマンドの説明 (誤) Lists existing diskless clients served by hostname.
   (正) Lists existing diskless clients served by osserver.
modify サブコマンドの説明 (誤) Modifies the specified attributes of the diskless clinet host.
   (正) Modifies the specified attributes of the diskless clinet osserver.
 OPTIONS の説明 (誤) The smdiskless authentication arguments, auth_args, are derived from the smc(1M) arg set and are the same regardless of which subcommand you use.
   (正) The smdiskless authentication arguments, auth_args, are derived from the smc(1M) arg set and are the same regardless of which subcommand you use. The smdiskless command requires the SMC to be initialized for the command to succeed (see smc(1M)). After rebooting the SMC server, the first SMC connection might time out, so you might need to retry the command.
auth_args の説明 次の内容を追加してください。
   Note: smdiskless supports the --auth-data file option, which enables you to specify a file the console can read to collect authentication data. See smc(1M) for a descrip- tion of this option.
add サブコマンドの引数の説明 (誤) -n host=client_name
   (正) -n host
   
   (誤) -o host_os
   (正) -o os_server
   
   (誤) -x platform=platform
    o version is the Solaris version number. The supported version numbers are 2.6, 2.7 (for Solaris 7), 8, and 9.
   (正) -x platform=platform
    o version is the Solaris version number. The supported version numbers are 2.6, 2.7 (for Solaris 7), 8 (for Solaris 8).
   
   (誤) -x root=directory
    (Optional) Specifies the absolute or full path of the directory in which to create the root directory for diskless clients. The default is /export/root/client_name.
   (正) -x root=pathname
    (Optional) Specifies the absolute path of the directory in which to create the root directory for diskless clients. The default (and recommended) pathname is /export/root/client_name.
   
   (誤) -x swap=directory
    (Optional) Specifies the absolute or full path of the directory in which to create the swap file for diskless clients. The default is /export/swap/client_name.
   (正) -x swap=pathname
    (Optional) Specifies the absolute path of the directory in which to create the swap directory for diskless clients. The default (and recommended) pathname is /export/swap/client_name.
   
   (誤) -x dump=directory
    (Optional) Specifies the absolute or full path of the dump directory for diskless clients. The default is /export/dump/client_name.
   (正) -x dump=pathname
    (Optional) Specifies the absolute path of the dump directory for diskless clients. The default (and recommended) pathname is /export/dump/client_name.
   
   (誤) The following options are used to configure workstations on first boot by sysidtool(1M). They can either be specified on the command line, or in a sysidcfg(4) formatted file. Note: Use the sysidcfg(4) file to add a DNS client.
   (正) The following options are used to configure workstations on first boot by sysidtool(1M). They can either be specified on the command line, or in a sysidcfg(4) formatted file. Note: Use the sysidcfg(4) file to:
 
   o  Add a DNS client.
   o  Specify use of the LDAP name service.
   o  Specify a security policy.
 
   
   (誤) -x ns=NIS | NIS+ | NONE | DNS
    (Optional) Specifies the client's nameservice. This is one of NIS, NIS+, NONE (for /etc files), or DNS. The default is the server's name service. This is obtained by reading the server's nsswitch.conf(4) file.
   (正) -x ns=NIS | NIS+ | NONE
    (Optional) Specifies the client's nameservice. This is one of NIS, NIS+, or NONE. Use a sysidcfg(4) file to specify DNS or LDAP. The default ns value is NONE, which results in the use of the files source in nsswitch.conf. See nsswitch.conf(4) for a description of the files source.
   
   (誤) -x security_policy=kerberos | none の説明
   (正) すべて無視してください。
   
   (誤) -x locale=locale
    (Optional) Specifies the client's system locale. The default is the server's locale.
   (正) -x locale=locale
    (Optional) Specifies the client's system locale. The default is the C locale.
   
   (誤) -x sysidcfg=path_to_sysidcfg_file の sysidcgf(4) キーワード、構文、例の説明
   (正) 「The keywords and syntab of sysidcfg(1) are as follows:」以下の説明は、すべて無視してください。
delete および modify サブコマンドの引数の説明 (誤) -o host_os
   (正) -o os_server
 Example 3 の内容 (誤) The following command lists the diskless clients running on the OS server, osserve:
   (正) The following command lists the diskless clients running on the OS server, osserver:
 ENVIRONMENT VARIABLES の内容 (誤) If this environment variable is not specified, the /usr/java location is used. See smc(1M).
   (正) If this environment variable is not specified, the /usr/java1.2 location is used. See smc(1M).