Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by greju

  1. greju

    Bourne Shell Script

    I execute the following at the command prompt =>SNMP_PORT=10000 /usr/sbin/hostmibd -d 128 & =>SNMP_PORT=10000 /usr/sbin/snmpmibd -d 128 & I want to put these statements in a bourne shell script. If I put these exactly as it is, I find that the two stop execution after a few seconds. However at...
  2. greju

    Shell Script

    This is regarding the script tunrestore in AIX 5.2 From Line 323 onwards we find the following script... for (i=1; i<=NB_STANZAS; i++) { xxo = STANZAS[i] cmd = (DSPMSG &quot; -s &quot; MSGSET &quot; &quot; MSGCAT &quot; 20 \&quot;Restoring %1\\$s values\n\&quot; &quot; xxo)...
  3. greju

    select() - return error code EINVAL

    Hi, I was going through the documentation of the select() subroutine for UNIX and one of the conditions for select() to return EINVAL was &quot;One of the specified file descriptors refers to a STREAM or multiplexer that is linked (directly or indirectly) downstream from a...
  4. greju

    select()-EINVAL

    Hi, I was going through the documentation of the select() subroutine for UNIX and one of the conditions for select() to return EINVAL was &quot;One of the specified file descriptors refers to a STREAM or multiplexer that is linked (directly or indirectly) downstream from a...
  5. greju

    select() - EINVAL

    Hi, I was going through the documentation of the select() subroutine for UNIX and one of the conditions for select() to return EINVAL was &quot;One of the specified file descriptors refers to a STREAM or multiplexer that is linked (directly or indirectly) downstream from a...
  6. greju

    bourne shell script

    Scott.. even this doesnt work... they cease to execute after a few seconds.. Reju
  7. greju

    bourne shell script

    I execute the following at the command prompt =>SNMP_PORT=10000 /usr/sbin/aixmibd -d 128 & =>SNMP_PORT=10000 /usr/sbin/hostmibd -d 128 & =>SNMP_PORT=10000 /usr/sbin/snmpmibd -d 128 & I want to put these statements in a bourne shell script. If I put these exactly as it is, I find that the three...

Part and Inventory Search

Back
Top