Search Results

Search: Posts Made By: parmar.kunal
Forum: Solaris 08-03-2009
8,780
Posted By parmar.kunal
From the global zone: zlogin -l root...
From the global zone:

zlogin -l root local_zone df -h

From the local zone, put the output of mount command


post the output here..
Forum: Solaris 07-31-2009
2,976
Posted By parmar.kunal
put the output of following command: fcinfo...
put the output of following command:
fcinfo hba-port

check /var/adm/messages if the hba has gone offline suddenly.
Forum: Solaris 06-02-2009
3,106
Posted By parmar.kunal
Try this. for file in `ls` do if (`grep...
Try this.

for file in `ls`
do
if (`grep -i -l "Export terminated successfully without warnings" $file` == "")
print $file
done
1,986
Posted By parmar.kunal
try this: xyz=`echo $COLUMNS` for...
try this:

xyz=`echo $COLUMNS`
for ((a=$xyz;a>0;a--))
do
printf "="
printf "\n"
done
6,474
Posted By parmar.kunal
oops, typo. Yes you are correct. thats how...
oops, typo.

Yes you are correct. thats how it should be. I will put it again for you. (this time carefully ;) )


ndd -set <device path> adv_1000fdx_cap 1
ndd -set <device path>...
Forum: Solaris 06-02-2009
23,623
Posted By parmar.kunal
ftp://exftpp.symantec.com/pub/support/products/Net...
ftp://exftpp.symantec.com/pub/support/products/NetBackup_Enterprise_Server/279261.pdf

This is the installation guide that will give you all that you need.

Here are the summary of steps:
...
Forum: Solaris 06-02-2009
3,106
Posted By parmar.kunal
I am unclear on your question. You want to...
I am unclear on your question.
You want to search for files containing a specific string without using that string in the command?
6,474
Posted By parmar.kunal
ndd -set <device path> adv_1000hdx_cap 1 ndd...
ndd -set <device path> adv_1000hdx_cap 1
ndd -set <device path> adv_1000hdx_cap 0
ndd -set <device path> adv_autoneg_cap 0
2,394
Posted By parmar.kunal
ps -ef will give you info like pid, ppid, process...
ps -ef will give you info like pid, ppid, process name

ps -auxwww will give you mainly two additional pieces of information :
The user for each process
The command line arguments for each...
Forum: Solaris 05-16-2009
6,628
Posted By parmar.kunal
I would prefer to be as a Solaris System Admin.
I would prefer to be as a Solaris System Admin.
Forum: Solaris 05-16-2009
6,851
Posted By parmar.kunal
no.. they should not have an impact
no.. they should not have an impact
Forum: Solaris 05-16-2009
6,851
Posted By parmar.kunal
if you can go on to single user mode, run the...
if you can go on to single user mode, run the following command

pkginfo | grep -i vrts

You should see packages like:
VRTSvm
VRTSfs
Forum: Solaris 05-16-2009
6,851
Posted By parmar.kunal
Do you have storage foundation installed???? ...
Do you have storage foundation installed????

#200393: Solaris 10 Host Running Veritas Storage Foundation 5.0 Volume Manager: System May Fail to Boot After Encapsulating Root Drive...
1,756
Posted By parmar.kunal
-f
I am not sure if i understood you well, but to check if a file exists, you can use "-f" with if condition.

For clearing the screen, you can just put "clear" command before done.

I hope this...
2,899
Posted By parmar.kunal
I assume that you would be putting all the RCP...
I assume that you would be putting all the RCP commands in the script. Setup password-less rcp. To do this, you should have $HOME/.rhosts file defined on the target machine if you are trying to login...
2,082
Posted By parmar.kunal
hi, giving multiple options to select is a...
hi,

giving multiple options to select is a little tricky. This is what you can try:
in your case, have 'q' to quit selection, and until 'q' is selected, loop to display menu, for every selection...
Forum: SuSE 10-06-2008
19,805
Posted By parmar.kunal
Hi, Will suggest you to search well first...
Hi,

Will suggest you to search well first before putting a question. This is already answered earlier

take a look here ...
Forum: Solaris 10-06-2008
6,089
Posted By parmar.kunal
Hi, pkgrm has a switch -a which specifies an...
Hi,

pkgrm has a switch -a which specifies an admin file that decides on the action to be taken in case of dependencies.. the file is located at /var/sadm/install/admin

hope this helps you
Forum: Solaris 10-06-2008
4,631
Posted By parmar.kunal
Hi, Is this solaris on x86 or Sparc.. Check...
Hi,

Is this solaris on x86 or Sparc.. Check sun.com for any bugs.. hope this helps
Showing results 1 to 19 of 19

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