Search Results

Search: Posts Made By: garydeena
Forum: Solaris 05-16-2019
3,957
Posted By garydeena
Fallback Miniroot
S7-2 solaris 11.3 and S7-2L Solaris 11.4 ( New Servers )

Am confused as to how to boot Solaris 11 in case of DR.
What is the "Fallback Miniroot". None of my new servers will...
Forum: Solaris 07-04-2018
2,924
Posted By garydeena
Before : c2::200500a0985d435a disk...
Before :

c2::200500a0985d435a disk connected configured unusable
c2::200900a0985d435a disk connected configured unusable
c2::201100a0985d435a ...
Forum: Solaris 07-02-2018
2,924
Posted By garydeena
Reset MPxIO total path count
We recently moved our netapp disks onto new infrastructure by attaching the new controllers to our fibre switch and netapp migrating the disks. Disks kept the same address. We originally had 4 paths,...
2,147
Posted By garydeena
sort -nr -k2 filename
sort -nr -k2 filename
1,112
Posted By garydeena
GNU date : yesterday=`date --date="1 day...
GNU date :

yesterday=`date --date="1 day ago" +%Y%m%d`

Please use CODE tags as required by forum rules!
6,307
Posted By garydeena
This will insert a TAB at the beginning. ...
This will insert a TAB at the beginning.

cat $mainfile | xargs -i echo "\t{}" | tee -a $logfile
Forum: Solaris 09-05-2017
2,880
Posted By garydeena
Hi. Yep Solaris 11 is different. That was just a...
Hi. Yep Solaris 11 is different. That was just a slight gotcha I noticed for solaris 10. But in answer to your question. Try restoring the guest domain before deleting it, and see what happens. Ldm...
Forum: Solaris 09-05-2017
2,880
Posted By garydeena
Hi. I lost the mother board on my Sparc server...
Hi. I lost the mother board on my Sparc server running Solaris 10 and lost the SP.
the below restored everything. Very easy as long as you have backups.

ldm list-spconfig
factory-default - ...
2,481
Posted By garydeena
Make sure you have a gap between the bunny ears ...
Make sure you have a gap between the bunny ears
You need to specify a delimiter


paste -d ' ' output2.csv output3.csv



This will work with your first file example of one column per...
11
2,325
Posted By garydeena
A=`cat my_file.txt | awk '{sum+=$1} END { print...
A=`cat my_file.txt | awk '{sum+=$1} END { print sum}'`
B=$(echo "scale=2; $A / 100" | bc)

echo "$"$B
1,847
Posted By garydeena
get rid of everything from while read -r line ...
get rid of everything from while read -r line down and try something simple like :

if grep $id getCSV.txt
then
echo "match found in line $result" | tee -a match.txt
else
echo "no...
1,811
Posted By garydeena
Unless you don't have gawk read file ; drop...
Unless you don't have gawk
read file ; drop first line ; print everything before first , ; print last field after /

cat inputfile | tail +2 | awk -F, '{ print $1}' | awk -F/ '{ print $NF}'
1,833
Posted By garydeena
NUM=`cat /m/n/o/A.log | awk '{ print $3}' | awk...
NUM=`cat /m/n/o/A.log | awk '{ print $3}' | awk -F, '{ print $1}'`
DATE=`date '+%m%d'`
mv /x/y/z/testit_folder /x/y/z/changed_$DATE_$NUM
Forum: Fedora 04-16-2015
4,733
Posted By garydeena
I presume you are doing this as root. You allow...
I presume you are doing this as root. You allow root to ssh onto all your servers ?

Using rudiC example. Just add & on the end and/or </dev/null

while read COMP
do
echo " Shutting...
1,008
Posted By garydeena
cat filename | paste - - - -
cat filename | paste - - - -
Forum: Solaris 03-06-2014
9,658
Posted By garydeena
what you want is pico or nano. vi is...
what you want is pico or nano.

vi is for masochists.
Forum: Solaris 03-06-2014
10,608
Posted By garydeena
What you want is lftp It takes a...
What you want is lftp

It takes a username and password so you can put it in a script.

Excellent program. Copies files and mirrors directories.


google lftp-4.0.10-sol10-sparc-local
Forum: Solaris 11-26-2013
7,398
Posted By garydeena
SMC broken
Hi All, Had same problem. Traced mine to a Java patch as well.
I had 125136-46 . Mine broke when I applied 125136-60.

As soon as I backed out, all was good.
Forum: Solaris 03-26-2007
2,843
Posted By garydeena
Jass & SMC login problem
After I run Jass , I can bring up the SMC GUI, but it wont let me log in as root. It works without Jass being run. Does anyone know what in Jass disables this. I have tried removing some things from...
Showing results 1 to 19 of 19

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