Search Results

Search: Posts Made By: TonyFullerMalv
Forum: Solaris 01-16-2011
13,697
Posted By TonyFullerMalv
I am not familiar with Solaris for...
I am not familiar with Solaris for Intel/OpenSolaris but presumably you may boot up into single user mode by doing something at the grub stage (See Boot OpenSolaris into Single User Mode Mike Gerdts...
Forum: Cybersecurity 01-07-2011
3,267
Posted By TonyFullerMalv
The "per domain" certificate may be your root CA...
The "per domain" certificate may be your root CA certificate?
1. The certificate can be used for various services on the one server, with the proviso below.
2. The host name in the certificate...
2,961
Posted By TonyFullerMalv
The error is in line 29 of your script and is...
The error is in line 29 of your script and is presumably because you need spaces between [[ and "$ERRORCOUNT" (which would be better written as "${ERRORCOUNT}" while you are at it) and also between ...
8,697
Posted By TonyFullerMalv
The "||" means only run what is after the "||" if...
The "||" means only run what is after the "||" if the code before the "||" fails, the opposite is "&&" which means only run what is after the "&&" if the code before the "&&" has succeeded, e.g.:
...
Forum: Solaris 07-08-2009
5,120
Posted By TonyFullerMalv
Looks okay to me, the "-R /" is the default so...
Looks okay to me, the "-R /" is the default so does not need to be specified, I always do a "-e description" as well, I think excluding /tmp is built into the flarcreate...
5,084
Posted By TonyFullerMalv
for SFILE in `ls sqcu*v.log`; do TFILE=`echo...
for SFILE in `ls sqcu*v.log`; do
TFILE=`echo ${SFILE} | sed 's/sqcu/dcsu/'`
mv ${SFILE} ${TFILE}
done
Forum: Solaris 03-16-2009
2,445
Posted By TonyFullerMalv
$ timex <scriptname> Would give you the...
$ timex <scriptname>

Would give you the duration, ref:
timex(1) &ndash; time a command; report process data and system activity (man pages section 1: User Commands) - Sun Microsystems...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 07:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy