Search Results

Search: Posts Made By: kwachtler
Forum: AIX 11-16-2010
4,393
Posted By kwachtler
How to obtain old version of HBA firmware ?
Hi all:
I have a need to down-rev my AIX HBA firmware due to storage instability after upgrading, but IBM support only makes the latest version of firmware available for download.

Can anyone...
Forum: Solaris 05-14-2009
21,584
Posted By kwachtler
IPMP reboot not nessesary
Frozentin,
Yes, ifconfig can be used to setup IPMP live, but you still need to configure hostname.xxx files to make it persistent across reboots.

Reiterating, IPMP has two failure detection...
Forum: Solaris 05-13-2009
21,584
Posted By kwachtler
IPMP has two modes for checking the health of an...
IPMP has two modes for checking the health of an interface:
a) Link Status
b) External ping


Utilizing the Link Status method (as provided by the NIC driver) should solve your issue....
Forum: Solaris 05-13-2009
22,266
Posted By kwachtler
Non-Solaris Admin on Thumper
We purchases several Thumpers (X4550) to act as a Windows fileserver and desktop backup target. As such, they are administered by Windows admin. This admin does not do well with CLI (doesn't know...
Forum: Solaris 05-13-2009
22,266
Posted By kwachtler
Reference similar thread
Similar Unix Forum thread "ZFS GUI does not work" ...

https://www.unix.com/sun-solaris/36186-zfs-gui-does-not-work.html

KW
Forum: Solaris 05-13-2009
22,266
Posted By kwachtler
Forgot one thing ... Final listing of Java Web...
Forgot one thing ...
Final listing of Java Web Console applications, including just added "ZFS Administration" application.

Note that I choose the names 'zfs', 'zfs_console', 'zfs_jar'...

...
Forum: Solaris 05-13-2009
22,266
Posted By kwachtler
I have similar issue ZFS Administration under Java Web Console
1. After logging in to Java Web Console (root) and clicking the "ZFS Administration" link, I get a page which displays in it's entirety:

https://my_server:6789/zfs/zfsmodule/Index
Error:...
7,479
Posted By kwachtler
Read unix command into awk variable (example)
Here is an example. All code goes into your awk script ...

1. The value of the current line's $1 will be inserted into the cmd variable.
2. The string in the cmd variable will be executed in...
10,606
Posted By kwachtler
not4, Here is a ksh subroutine that works...
not4,

Here is a ksh subroutine that works for me. The ksh variables for Fs, Col_numb and Pattern must be set before calling the subroutine.

print_line_containing_pattern () {
cat $Infile |...
7,479
Posted By kwachtler
Below example will execute a shell command, and...
Below example will execute a shell command, and ...
1. Read cmd output into current line.
2. Read cmd output into awk variable.

1.
"shell cmd" | getline
2.
"shell cmd" | getline var...
Forum: Solaris 10-02-2006
14,865
Posted By kwachtler
Deleting post. kw
Deleting post. kw
Forum: Solaris 10-02-2006
14,865
Posted By kwachtler
Deleting post.
Deleting post.
Forum: Solaris 10-02-2006
14,865
Posted By kwachtler
Here is a script to report interface status. It...
Here is a script to report interface status. It requires the name of the driver as a command line argument (qfe, hme, ce, ...) and reports on all instances of that driver.


#!/bin/ksh
# set -x
...
Forum: Solaris 09-29-2006
23,028
Posted By kwachtler
Just thought of something ... Last time I did...
Just thought of something ... Last time I did SecurePath on Solaris, (2 years ago), the HBA's were purchased from HP, not Sun. I believe they were straight QLogic (qla), in which case, QLogic...
Forum: Solaris 09-29-2006
23,028
Posted By kwachtler
SAN Foundation Software versions display as such...
SAN Foundation Software versions display as such ...

#modinfo | grep SunFC
46 10274e94 20010 172 1 fcp (SunFC FCP v20050926-1.86)
47 10269923 8204 - 1 fctl (SunFC Transport...
Forum: Solaris 09-25-2006
10,272
Posted By kwachtler
Automatic disk labeling
First post :) ...
Here is a script for automatic labeling of previously unlabeled disks.
Other methods exist (format -f cmd_file), but I like this because it's all in one place.

#!/bin/ksh...
Showing results 1 to 16 of 16

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