Search Results

Search: Posts Made By: Manish00712
Forum: Solaris 07-20-2013
23,110
Posted By achenle
-bash-3.00# for port in `fcinfo hba-port | grep...
-bash-3.00# for port in `fcinfo hba-port | grep Port | awk '{ print $4 }'`; do
> fcinfo remote-port -ls -p $port
> done
12,321
Posted By Don Cragun
As Yoda said, you need to use nawk or...
As Yoda said, you need to use nawk or /usr/xpg4/bin/awk instead of just awk if you are using a Solaris or SunOS system.

But, in addition to that, you need to copy one of Yoda's scripts exactly. ...
Showing results 1 to 2 of 2

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