man pages section 1M: System Administration Commands
  Search only this book
View this book in:
Download this book in PDF (8973 KB)

uadmin(1M)

NAME | Synopsis | Description | Attributes | See Also | Warnings

NAME

    uadmin – administrative control

Synopsis

    /usr/sbin/uadmin cmd fcn [mdep]
    /sbin/uadmin cmd fcn [mdep]

Description

    The uadmin command provides control for basic administrative functions. This command is tightly coupled to the system administration procedures and is not intended for general use. It may be invoked only by the super-user.

    Both the cmd (command) and fcn (function) arguments are converted to integers and passed to the uadmin system call. The optional mdep (machine dependent) argument is only available for the cmd values of 1 (A_REBOOT), 2 (A_SHUTDOWN), or 5 (A_DUMP). For any other cmd value, no mdep command-line argument is allowed.

    When passing an mdep value that contains whitespaces, the string must be grouped together as a single argument enclosed within quotes, for example:


    uadmin 1 1 “-s kernel/unix”

Attributes

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    SUNWcsu 

See Also

Warnings

    On x86 systems, shutting down the system by means of uadmin does not update the boot archive. Avoid using this command after manual editing of files such as /etc/system or driver.conf(4).

SunOS 5.10  Last Revised 11 Apr 2005

NAME | Synopsis | Description | Attributes | See Also | Warnings