Dell Remote Access Controller 4 Firmware Version 1.30 Universal Remote User Manual


 
racadm Subcommand Man Pages 175
Options
NOTE: The -u and -f options are not supported for the serial/telnet console.
Ta ble A-35 describes the sslcsrgen subcommand options.
NOTE: If the -f option is not specified, the filename defaults to sslcsr in your current directory.
If options are not specified, the default is -g -u. The -g -u options (together) cannot be used with
the -s option. The -f option must be used with the -u option.
The sslcsrgen -s subcommand returns one of the following status codes:
0x00000000 — CSR was generated successfully.
0x40040014 — CSR does not exist.
0x40040006 — CSR generation in progress.
0x40040009 — Key size is not supported.
The sslcsrgen -u subcommand downloads the CSR from the DRAC 4 by FTP. This command
returns 0 when successful and returns a nonzero number when unsuccessful.
Restrictions
The
sslcsrgen
command can only run on a system that has the managed system
software installed.
While generating a CSR, the local racadm interface on the host becomes unavailable. Use
remote racadm or the racadm available on serial or telnet command lines instead.
Examples
racadm sslcsrgen -s
or
racadm sslcsrgen -g -u -f c:\csr\csrtest.txt
Table A-35. sslcsrgen Subcommand Options
Option Description
-g Generates a new CSR.
-s Returns the status of a CSR generation process (generation in progress, active, or none).
-u Uploads the CSR to the filename specified by the -f option.
-f Specifies the filename of the location, <filename>, where the CSR will be downloaded.