Search Results

Search: Posts Made By: Linusolaradm1
Forum: Fedora 07-14-2019
22,095
Posted By Neo
Great. Yes, that is what I thought you would...
Great.

Yes, that is what I thought you would do when I asked you to copy over the fonts from one system to the other; but you were working in the wrong font directories before; directories which...
Forum: HP-UX 04-19-2018
4,277
Posted By Peasant
HP provides software which you install to your...
HP provides software which you install to your pc/laptop and input ssh credentials to connect to HPUX box and create a report, patch etc.
This should work on all their server types (hpux boxes,...
Forum: Solaris 04-10-2018
5,600
Posted By stomp
There is no single rule about allowing...
There is no single rule about allowing ICMP-pakets, which means it goes to the default-drop-rule(last line of INPUT Chain with packet count 14).


iptables -A INPUT -m state --state...
Forum: Solaris 04-10-2018
5,600
Posted By stomp
Ok. That'll help you a lot. If you look at...
Ok. That'll help you a lot.

If you look at your table...

... what rules would you assume relevant for the failed ping?
... what rule, do you assume, matches for your icmp-packages(inbound and...
Forum: AIX 10-26-2015
1,907
Posted By MichaelFelt
it is better, or at least nicer, if you leave the...
it is better, or at least nicer, if you leave the symptom - will help those who repeat your experience.
Forum: HP-UX 04-03-2018
7,087
Posted By Peasant
Take a look at this link : Patches: HP-UX...
Take a look at this link :
Patches: HP-UX (https://support.hpe.com/help/en/Content/productSupport/patch/patchingHpuxHelp.html)

HP offers a tool called HPSUM to analyze and patch all of their...
Forum: HP-UX 04-02-2018
7,087
Posted By arka misra
HPUX 11.31 patching release date
I want to know the previous patch release date and the next patch release date of HPUX 11.31. Also I want to know what patch level is installed in the server at present.

I have searched in HPE...
Forum: Solaris 04-09-2018
5,600
Posted By stomp
# Icmp iptables -A INPUT -p icmp -m...
# Icmp

iptables -A INPUT -p icmp -m icmp --icmp-type 0 -s 0/0 -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -p icmp -m icmp --icmp-type 8 -s 0/0 -m state --state...
Forum: Solaris 04-09-2018
5,600
Posted By rbatte1
I think that this is most likely a routing...
I think that this is most likely a routing problem. What is your routing table like?

Can you show us the output from ifconfig -a & netstat -rn on both sides? Remember that the target of the ping...
Forum: AIX 10-20-2015
2,715
Posted By hicksd8
Looking at the instructions on the web for...
Looking at the instructions on the web for changing the battery on a 285 it looks like any other BIOS cell battery eg, 2032.

Is your battery just a flat cell type or does it have wires attached?
...
Forum: AIX 04-27-2015
1,336
Posted By dukessd
There is no need to install a terminator on the...
There is no need to install a terminator on the unused channel.
Forum: AIX 04-27-2015
3,104
Posted By rbatte1
Assuming that this is a Power5 or above, how do...
Assuming that this is a Power5 or above, how do you boot? If this is "by pressing the button" then I wonder if you ever use ASMI. If not, can you tell us how you do, and the model of server.

For...
Forum: HP-UX 03-27-2015
7,383
Posted By MadeInGermany
HP-UX 11 does not register services anywhere. ...
HP-UX 11 does not register services anywhere.
Since this has been asked before, I have made a script that tries to emulate it:
#!/bin/sh
cd /sbin/init.d || exit
UNIX95=1 ps -e -o ppid= -o args= |...
Forum: AIX 03-10-2015
4,165
Posted By MichaelFelt
I suspect that if you are going to use the...
I suspect that if you are going to use the hosting partition as a router it will need to be configured as one - an address the WPAR can ping directly - maybe another alias on the 'host' and also set...
Forum: AIX 03-02-2015
18,107
Posted By PhilippeA
Hi, Here is the result : rpm -qf...
Hi,

Here is the result :

rpm -qf /opt/freeware/lib/security/WINBIND
samba-winbind-clients-3.6.22-1

As already requested by rbatte1, please start using code tags, thanks.
Forum: Solaris 05-28-2008
40,498
Posted By
-p is used for the pathname , not package name. ...
-p is used for the pathname , not package name. -p path Check the accuracy only of the path name or
path names listed. path can be one or more
...
14
18,534
Posted By cns
First hit the [Esc] key, then the [-] key to...
First hit the [Esc] key, then the [-] key to retrieve the previous command. You can hit the [-] key again and again to retrieve the previous commands.

To edit the retrieved command your...
Forum: Solaris 12-08-2014
2,029
Posted By MadeInGermany
You need an export for each local file system. ...
You need an export for each local file system.
You need the 3 exports if
df /export /export/solaris /export/jumpstart
shows 3 different file systems.
In case there are common file systems, it's...
Forum: AIX 10-26-2014
1,843
Posted By bakunin
This may work with a big lot of hand work on your...
This may work with a big lot of hand work on your part and - no offense - you don't come across like the person able to do it. Even if successful you will never be sure to have covered all the...
Forum: Linux 07-27-2014
1,784
Posted By Don Cragun
Type h or headers when you get to the ? prompt...
Type h or headers when you get to the ? prompt at the end of the message you're reading. If you have a lot of messages in your mailbox, h n will take you to the page of headers containing message...
Forum: HP-UX 02-09-2014
2,725
Posted By vbe
Yes perfect… (that's what I used…)
Yes perfect… (that's what I used…)
Forum: AIX 01-27-2014
1,998
Posted By bakunin
Yes, probably. It is a POWER5+ system and should...
Yes, probably. It is a POWER5+ system and should run AIX 7.1, but if it is able to do so in a supported manner is everybodies guess. Even if the hardware supports the OS it might need microcode...
Forum: Slackware 06-10-2013
6,785
Posted By DGPickett
It reads like /somewhere/lib/xxxxx.so.3 is...
It reads like /somewhere/lib/xxxxx.so.3 is symlinked to /somewhere/lib/xxxxx.so but the code expects xxxxx.so.5, so you may need to remove some sym links and add sym links to the highest numbers.
...
Forum: HP-UX 05-28-2013
2,782
Posted By Peasant
Second option : First shutdown from cli, then...
Second option : First shutdown from cli, then power off via switch or console.
Forum: HP-UX 05-09-2013
4,979
Posted By Scrutinizer
You would need to use eval to execute the...
You would need to use eval to execute the contents of $PSCMD:
eval "$PSCMD"
It would be better to use a function instead, for example
pscmd(){
UNIX95=1 ps -e -o pid,comm
}
Showing results 1 to 25 of 29

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