User's Manual Part 2
15JadeOSUserManual
tion
• Logfiles
You can use the following protocols to transfer files between JadeOS and external
serverorhost:
• FileTransferProtocol(FTP)
• TrivialFileTransferProtocol(TFTP)
Sever Type Configuration
Trivial File Transfer Proto-
col(TFTP)
IP address of the server
Filename
File Transfer Protocol(FTP)
IP address of the server
Username and password to log into server
Filename
Table3‐3ParametersofTFTPandFTPConfiguration
3.6.3JadeOSImageImageFilesTransfer
YoucancopyJadeOSimagefilestoJadeOSorequipmentbyTFTPorFTPserver.
WhenyoutransferaJadeOSimagefiletoequipment,youmustspecifythepartition
whichthefileiscopiedto. You have theoptionofrebootingJadeOS withthetrans‐
ferredimagefile.
copy tftp: <tftphost> <filename> system: partition {0|1}
copy ftp: <ftphost> <user> <filename> system: partition {0|1}
copy scp: <scphost> <username> <filename> system: partition [0|1]
3.6.5LogFilesStorage
YoucansavelogfilesintoacompressedarchiveandcopytoanexternalTFTPserver.
tar logs
copy flash: logs.tar tftp: <tftphost> <destfilename>
copy flash: logs.tar scp: <scphost> <username> <destfilename>
3.7UserManagement
Tocreateusers,youcanusethecommand:
mgmt‐user<user><password>
Forexample,createauseraccount“test”andpassword“123456”:
(JadeOS) (config)#mgmt-user test 123456