hostvar show
Returns the values of the host attributes on the local host. The syntax is:
hostvar show {-all | [-cellname] [-hostname] [-krbccachevno] [-krbktvno] [-secbinarycompat]}
Options
-all Returns the values of all variables.
-cellname Returns the value of the cellname attribute.
-hostname Returns the value of the hostname attribute.
-krbccachevno Returns the value of the krbccachevno attribute.
-krbktvno Returns the value of the krbktvno attribute.
-secbinarycompat Returns the value of the secbinarycompat attribute.
Description The hostvar show operation makes it easy to view the attributes stored in the dced hostdata/dce_cf.db object. All the values
returned by this command are from that object. Use the -all option to display all variables; use individual options to display individual attributes.
Privileges Required No special privileges are required.
Examples
dcecp> hostvar show -all {cellname /
/gumby1} {hostname hosts/blech} {krbccachevno 1} {krbktvno 1}
{secbinarycompat on} dcecp>
Related Information Commands:
dcecp(8dce)
dced8dce)
hostdata(8dce)
|