Manual Pages


Table of Contents

NAME

na_cifs_broadcast - display a message on user workstations

SYNOPSIS

cifs broadcast { wsname | -v volname } message

DESCRIPTION

The cifs broadcast command displays a message on user workstations.

A message may be sent to a specific workstation, named by the wsname parameter.

message is enclosed in double quotes.

A message may be sent to all workstations that have active sessions open on a specified volume, named by the volname parameter.

EXAMPLES

  FAS> cifs broadcast danw-nt "CIFS Shutting Down in 10 Minutes!!!"
  FAS>
  FAS> vol status
           Volume State   Status            Options
             vol0 online  normal            root, checksum_blocks=on(active)
  FAS>
  FAS> cifs broadcast -v vol0 "CIFS SHUTTING DOWN IN 5 MINUTES!!!"
  FAS>


Table of Contents