<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>macro + check_disk_smb</TITLE>
</HEAD>
<BODY>

<P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">Dear all,</FONT></P>

<P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">I have a problem with the check_disk_smb command and macros.</FONT></P>

<P ALIGN=LEFT><B><FONT SIZE=2 FACE="Arial">Resource.cfg:</FONT></B></P>

<P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">$USER3$=0202020</FONT></P>

<P ALIGN=LEFT><FONT SIZE=2 FACE="Arial">$USER4$=Joop23$       </FONT> </P>

<P ALIGN=LEFT>0202020 is the username and</P>

<P ALIGN=LEFT>Joop23$ is the password.</P>

<P ALIGN=LEFT><B>Checkcommands.cfg</B></P>

<P ALIGN=LEFT># 'Check_DiskC' command definition</P>

<P ALIGN=LEFT>define command{</P>

<P ALIGN=LEFT>        command_name    check_DiskC</P>

<P ALIGN=LEFT>        command_line    $USER1$/check_disk_smb -H $HOSTADDRESS$ -p $USER4$ -u $USER3$ -W Domain -s c$</P>

<P ALIGN=LEFT>}</P>

<P ALIGN=LEFT><B>Errormessage:</B></P>

<P ALIGN=LEFT>Result from smbclient not suitable</P>

<P ALIGN=LEFT>I change the check_disk_smb command and write the parameter to a simple textfile<FONT COLOR="#000000" SIZE=1 FACE="Arial">:</FONT></P>

<P ALIGN=LEFT>-H</P>

<P ALIGN=LEFT>host</P>

<P ALIGN=LEFT>-p</P>

<P ALIGN=LEFT>Joop23$</P>

<P ALIGN=LEFT>-u</P>

<P ALIGN=LEFT>0202020</P>

<P ALIGN=LEFT>-W</P>

<P ALIGN=LEFT>Domain</P>

<P ALIGN=LEFT>-s</P>

<P ALIGN=LEFT>-H0</P>

<P ALIGN=LEFT><B>System:</B></P>

<P ALIGN=LEFT>RedHat 9</P>

<P ALIGN=LEFT>If I use the correct username and password direct in the checkcommands.cfg file everything is ok. With the macro I have the problem that the program doesn't get the correct sharename (C$), username or password. Are there any limitations like only 9 parameters or there must not be a '$' in the password or in the sharename.</P>

<P ALIGN=LEFT>Thanks in advanced.</P>

<P ALIGN=LEFT>Best regards,</P>

<P ALIGN=LEFT>Thomas Wiesner</P>

</BODY>
</HTML>