Sponsored Content
Full Discussion: $var -ne ${var} why?
Top Forums Shell Programming and Scripting $var -ne ${var} why? Post 32369 by Perderabo on Friday 22nd of November 2002 05:39:40 PM
Old 11-22-2002
In a case like:
letter=A
title="${letter}system"

We want to create a variable called title which has the value "Asystem". But without the braces the shell will think we have a variable called "lettersystem".
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Can you have var$1 ?

Hi all, I'm trying to assign values to multiple variables, is there a way i can just change the number of the variable? ie read$num=YES write$num=NO ex$num=YES where the $num can be changed ie. in this instance i have 3 read variables, 3 write variables and 3 ex variables and i'd prefer... (1 Reply)
Discussion started by: olimiles
1 Replies

2. Solaris

diff b/w /var/log/syslog and /var/adm/messages

hi sirs can u tell the difference between /var/log/syslogs and /var/adm/messages in my working place i am having two servers. in one servers messages file is empty and syslog file is going on increasing.. and in another servers message file is going on increasing but syslog file is... (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

3. UNIX for Advanced & Expert Users

/var/adm/messages vs /var/log/messages

The /var/adm/messages in Solaris seem to log more system messages/errors compared to /var/log/messages in Linux. I checked the log level in Linux and they seem OK. Is there any other log file that contains the messages or is it just that Linux doesn't log great many things? (2 Replies)
Discussion started by: gomes1333
2 Replies

4. Solaris

Lost /var/sadm/install/contents file and /var/sadm/pkg

Hello, I recently found that my /var/sadm/install/contents, ~/admin/default, /var/spool/patch and /var/spool/pkg files were empty. This broke the pkginfo, pkgchk and other package related tools. The pkgmap no longer points to where the applications have been installed. I have replaced the... (0 Replies)
Discussion started by: ronin42
0 Replies

5. UNIX for Dummies Questions & Answers

Difference between $var and ${var}

Hi I want to know what is the difference between $var and ${var}. :D I saw in few of the scripts examples.Somewhere people use $var and somewhere ${var}. Is there any difference between two ? :confused: Thanks (4 Replies)
Discussion started by: dashing201
4 Replies

6. Solaris

/var/adm & /var/sadm

what is the difference between tha /var/adm and /var/sadm files in solaris 10 Os please can any one respond quickly thanking you (2 Replies)
Discussion started by: wkbn86
2 Replies

7. Solaris

Difference between /var/log/syslog and /var/adm/messages

Hi, Is the contents in /var/log/syslog and /var/adm/messages are same?? Regards (3 Replies)
Discussion started by: vks47
3 Replies

8. Solaris

/Var

Hi, Please suggest me how to clear the /Var if it exceeds threshold limit, and what factors need to be considered while clearing it. Thanks!! (2 Replies)
Discussion started by: Laxxi
2 Replies

9. Shell Programming and Scripting

Csh , how to set var value into new var, in short string concatenation

i try to find way to make string concatenation in csh ( sorry this is what i have ) so i found out i can't do : set string_buff = "" foreach line("`cat $source_dir/$f`") $string_buff = string_buff $line end how can i do string concatenation? (1 Reply)
Discussion started by: umen
1 Replies

10. Shell Programming and Scripting

Transfer the logs being thrown into /var/log/messages into another file example /var/log/volumelog

I have been searching and reading about syslog. I would like to know how to Transfer the logs being thrown into /var/log/messages into another file example /var/log/volumelog. tail -f /var/log/messages dblogger: msg_to_dbrow: no logtype using missing dblogger: msg_to_dbrow_str: val ==... (2 Replies)
Discussion started by: kenshinhimura
2 Replies
diagmond(1M)															      diagmond(1M)

NAME
diagmond - Support Tools Manager daemon SYNOPSIS
/usr/sbin/stm/uut/bin/sys/diagmond DESCRIPTION
The Support Tools Manager (STM) provides three interfaces that allow a user access to an underlying toolset, consisting of information mod- ules, firmware update tools, verifiers, diagnostics, exercisers, expert tools, and utilities. STM uses a monitor ( diagmond ) to manage launching and controlling tools as well as remote file system accesses. Diagmond keeps track of the system hardware configuration which includes the list of tools available for each device. It also keeps track of which tools are currently executing or have been executed on each device. Application Usage This daemon will be deprecated on new server models. Please use System Management Homepage (see hpsmh(1M)). OTHER FILES
/var/stm/logs/sys/activity_log - Activity log of diagmond /var/stm/logs/sys/scan_hw_log - Log of last scan of hardware /var/stm/config/sys/diagmond.cfg - Diagmond configuration /var/stm/data/id_mod_xref - Identify routine cross reference /var/stm/data/prod_op_xref - Tools cross reference file /var/stm/data/util_list - List of utilities installed /var/stm/data/daemon_list - List of daemons installed /var/stm/data/uut_status - Hardware configuration and status /var/stm/data/key_file - OS resource key file COPYRIGHT
(c) Copyright 1995, Hewlett-Packard Company ORIGIN
diagmond was developed by Hewlett-Packard Company. diagmond(1M)
All times are GMT -4. The time now is 04:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy