Defining the Scheduler Log File Size
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Defines the scheduler log file size in kilobytes.
switch(config) # scheduler logfile size value
Step 2
The range is from 16 to 1024. The default log
file size is 16.
If the size of the job output is greater
than the size of the log file, the
output is truncated.
Note
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config)# copy
running-config startup-config
Step 3
Example
This example shows how to define the scheduler log file size:
switch# configure terminal
switch(config)# scheduler logfile size 1024
switch(config)#
Configuring Remote User Authentication
Remote users must authenticate with their clear text password before creating and configuring jobs.
Remote user passwords are always shown in encrypted form in the output of the show running-config
command. The encrypted option (7) in the command supports the ASCII device configuration.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Configures a password for the user who is
currently logged in.
switch(config) # scheduler aaa-authentication
password [0 | 7] password
Step 2
To configure a clear text password, enter 0.
To configure an encrypted password, enter 7.
Configures a clear text password for a remote
user.
switch(config) # scheduler aaa-authentication
username name password [0 | 7] password
Step 3
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
82
Configuring the Scheduler
Defining the Scheduler Log File Size