Search Results

Search: Posts Made By: beginningDBA
Forum: Solaris 08-10-2011
10,629
Posted By pludi
You said you downloaded a ZIP, but run the md5sum...
You said you downloaded a ZIP, but run the md5sum against the ISO contained within. Try calculating the checksum for the ZIP instead.
2,946
Posted By itkamaraj
echo off start /min Shutdown_serverA.bat ...
echo off
start /min Shutdown_serverA.bat
start /min Shutdown_serverB.bat
exit
3,676
Posted By itkamaraj
you can use plink also. Download plink from the...
you can use plink also. Download plink from the below page
PuTTY Download Page (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)

plink username@remoteserver "/path/to/command"
...
Forum: Solaris 08-04-2010
5,115
Posted By agama
This is one way, and avoids the extra awk...
This is one way, and avoids the extra awk processes:


ls -lrt | awk '
/.req$/ {
if( $6 == "Aug" && $7+0 == 1 )
sum = sum + $5;
}

...
Forum: Solaris 06-05-2010
10,033
Posted By cerber0
yes beginningDBA, the V480, V490, V880 and V890...
yes beginningDBA, the V480, V490, V880 and V890 models include a INternal HBA to connect at "internal boot disk", for this reason you can see a qlogic HBA, however the HBA that you connect at the SAN...
Forum: Solaris 06-03-2010
10,033
Posted By kingston
lufen is right....devfsadm -Cv will builds the...
lufen is right....devfsadm -Cv will builds the new devices and remove the dangling links. After that, the assigned hard disk will be seen from format command.

you can use the following command to...
65,174
Posted By Perderabo
Edit: This is version 2.0. One thing version...
Edit: This is version 2.0. One thing version 1.0 could not handle is running something every other week. This version handles that and it now requires my datecalc script. You may need to adjust...
Showing results 1 to 7 of 7

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