Open a Case with JTAC
Action
To open a case with JTAC, follow these steps:
- Output from the
show nvramcommand- Output from the
show syslog messagescommand- Output from the
show versioncommand
- At the support engineer's request, ftp the
core-component.number.gzfile to a directory atftp.juniper.net. To ftp the core file to a directory, follow these steps:
- At the shell prompt, enter
ftp ftp.juniper.net.- At the name prompt, enter
anonymous.- At the password prompt, enter your e-mail address as the password.
- At the ftp prompt, enter the
cd pub/ incomingstring.- Enter the
mkdircase-numbercommand, where thecase-numberis the value of the case you opened with JTAC, for example,1999-1231-9999.If a directory has already been created, continue with the next step.- Enter the
cdcase-numbercommand.- Enter the
binarycommand so that the file transfer is in binary and not ASCII.- Enter the
put core-component.number.gzcommand.Sample Output
The following output is an example of copying a core file from the shell to an
ftpdirectory atftp.juniper.net:root@host%ftp ftp.juniper.netConnected to colo-ftp.juniper.net.220 colo-ftp.juniper.net FTP server (Version 6.00LS) ready.Name (ftp.juniper.net: root):anonymous331 Guest login ok, send your email address as password.Password:****230 Guest login ok, access restrictions apply.ftp>cd pub/ incoming250 CWD command successfulftp>mkdir 1999-1231-9999257 MKD command successful.ftp>cd 1999-1231-9999250 CWD command successful.ftp>bin200 Type set to I.ftp>put core-fpc4.100111808032.gzWhat It Means
The sample output shows that there is a connection to
ftp.juniper.net, that the login name and password were entered, and that the core file was successfully copied from the shell to an ftp directory atftp.juniper.net.