This post is more than 5 years old

2 Intern

 • 

259 Posts

784

April 6th, 2009 05:00

server_log debug level

we had an issue over the weekend with our celerra and the sac engineer bumped up the debug level on our celerra. I think he forgot to turn it down as I see much greater detail in the server_log log. I don't see the command in cmd_log log but perhaps someone here can provide the command to turn down the logging?

Thanks.

Jim

11 Posts

April 6th, 2009 10:00

Jimbo;
You won't find syslog command since it is a sintax for server_config command.

it'll be:
$> .server_config server_x "logsys set severity ="


where server_x is the datamover name.

Let me know if it helps.

Message was edited by:
diegonieva
 added

11 Posts

April 6th, 2009 06:00

Hello Jimbo!

According to Administration Guide here are the debugging levels:

logsys set severity = Data Mover command.
 
#define LOG_EMERG 0 /* system is unusable */
#define LOG_ALERT 1 /* action must be taken immediately */
#define LOG_CRIT 2 /* critical conditions */
#define LOG_ERR 3 /* error conditions */
#define LOG_WARNING 4 /* warning conditions */
#define LOG_NOTICE 5 /* normal but signification condition */
#define LOG_INFO 6 /* informational */
#define LOG_DEBUG 7 /* debug-level messages */


Taken from here:
emc171030

Hope it helps!

Message was edited by:
diegonieva (Adding the
 mod)

2 Intern

 • 

259 Posts

April 6th, 2009 07:00

I can't find the logsys command. Thanks for the syntax - I'll review the admin guide.

0 events found

No Events found!

Top