Search Results

Search: Posts Made By: smurphy
Forum: AIX 02-26-2011
4,535
Posted By smurphy
correct
Correct. The prt.add file contains one queue name per line.
Forum: AIX 02-25-2011
4,535
Posted By smurphy
Use a script
Create a script to do it... Here is one way.

#!/bin/sh

PRT=`cat prt.add`
for prt in $PRT
do
/usr/lib/lpd/pio/etc/piomkjetd mkpq_jetdirect -p 'hplj-5si' -D pcl -q $prt -h $prt -x '9100'...
Forum: AIX 02-24-2011
25,214
Posted By smurphy
good luck
I have only had one IVM act that way. I didn't have any luck, and in the end had to reboot the blade. Hopefully, you won't have that problem.

Have you SSH'd or Telnet'd into the IVM. Perhaps...
Forum: AIX 02-09-2011
2,141
Posted By smurphy
lsattr -El sys0 | grep model Will give you...
lsattr -El sys0 | grep model

Will give you the model # regardless if it is a power machine, or a blade server.
Forum: AIX 01-14-2011
8,991
Posted By smurphy
settings you need implemented
My company have encountered similar problems, and we have seen that some settings need to be set.

Here are the settings which have to be implemented.

Each child fibre device (fscsiX) has to...
Showing results 1 to 5 of 5

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