Asset ID: |
1-71-1941189.1 |
Update Date: | 2018-02-21 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
1941189.1
:
How to Collect Logs from a Net-Net 9200
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Session Delivery Network>SN-SND: Acme Service Provider
|
In this Document
Applies to:
Net-Net 9200 - Version S-D5.1.0 to S-D7.2.3 [Release S-D5.0 to S-D7.0]
Net-Net 9200
Goal
How to capture all log files on Acme Packet Net-Net 9200.
Solution
Download the attached script - sftpgetsd4logs2.zip
Run the script from a Linux server which has access to the management interface of the 9200.
- The logs are saved in /tmp/acmelog_<timestamp> by default.
Usage:
./sftpgetsd4logs2 -a HOST_IP [-u user] [-p password] [-N] [-d directory] [-s slot] [-c num_cpus] [-v]
Examples:
./sftpgetsd4logs2 -a 10.174.83.70 --Gets all logs and core information for the node
./sftpgetsd4logs2 -a 10.174.83.70 -s 1.0.0 -N --Gets logs from SPU1 only and do not compress the resultant logs
Options:
-a IP_ADDRESS ( mandatory )
Ip address to connect.
-u user ( optional )
sftp user name. If not included, default user will be used.
-p password ( optional )
sftp password. If not included, default password will be used.
-d directory ( optional )
Base directory to be created for collecting logs.
-s slot ( optional )
Specify a slot in the format x.x.x in order to collect logs only from that one.
-c number of cpus ( optional )
Specify the number of Cpus. Otherwise 4 will be tried.
-N
Do not compress. By default logs will be tared and gziped.
-v
Verbose
-h | -help
Prints this output.
Attachments
This solution has no attachment