Search Results

Search: Posts Made By: rcon1
Forum: Solaris 06-26-2008
2,987
Posted By rcon1
install error
configuration...
Completing system identification...
Starting remote procedure call (RPC) services: done.
System identification complete.
NIS domain name is nqa.ireland.sun.com
Starting Solaris...
2,687
Posted By rcon1
its on Solaris
its on Solaris
2,687
Posted By rcon1
scsi disk
its a Unix system.
2,687
Posted By rcon1
SCSI Disk
how can i determine what disks are scsi disks from the format command?
1,532
Posted By rcon1
how can i run this command (getDisk -f -a)
i want to be able to use multiple positional paramteres on the command line. For example the name of my script is getDisk and when i run getDisk -u it runs the function getUSB and it gives me output...
7,514
Posted By rcon1
How do i print this output all on the same line?
I have this simple script which gives info on HBA ports. How do i get it all to print on the same line?

!#/bin/ksh

TMP_INFOFILE=/tmp/tmpfile
if [ -f $TMP_INFOFILE ]; then
rm -f...
1,900
Posted By rcon1
thanks, that worked great!
thanks, that worked great!
1,900
Posted By rcon1
first four lines using awk
HBA Port WWN: 210000e08b1feade
OS Device Name: /dev/cfg/c11
Manufacturer: QLogic Corp.
Model: 375-3108-xx
Firmware Version: 3.3.120
FCode/BIOS Version: ...
2,861
Posted By rcon1
dosen't matter iv'e got it working now
i am using this command and it seems to work

cfgadm -al c10 |grep "disk" | awk '{printf $1"\n"}' | cut -d':' -f3
2,861
Posted By rcon1
how can i isolate the random sequence of numbers using awk?
as you can see there is a delimiter after c8 "::". Awk sees the rest as fields because it doesn't recognize spaces and tabs as delimiters. So i am basically looking to isolate 20030003ba13f6cc. Can...
4,075
Posted By rcon1
cheers! thanks for the comments
cheers! thanks for the comments
4,075
Posted By rcon1
trying to write a script to loop through a port info file
Below is part of a script i have written to loop through part of a port info file. How do i continue the script to get info for OS Device Name, manufacturer and then put information into an array?
...
Showing results 1 to 12 of 12

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