Search Results

Search: Posts Made By: Dardeer
Forum: Solaris 10-10-2012
2,288
Posted By Dardeer
I don't think that would help. This is about...
I don't think that would help. This is about Solaris IPv6. I'm looking for Bind IPv6 configuration on Solaris.

---------- Post updated at 04:46 PM ---------- Previous update was at 02:11 PM...
Forum: Solaris 10-09-2012
2,288
Posted By Dardeer
IPv6 for Solaris DNS
I have Bind running on a Solaris box that is our main public DNS. Given my very limited knowledge on DNS, I changed a few of the zones in the DNS to be 'dual-stack'. I did it through Webmin, but I...
Forum: AIX 07-31-2011
2,029
Posted By Dardeer
All of them. echo prints all the users in the...
All of them. echo prints all the users in the list, and find give errors on all users.

file sample:


adm
bin
daemon
db2inst
db2inst1
dpower
esaadmin
ipsec
itmuser
mqbrk
mqm
nobody...
Forum: AIX 07-31-2011
2,029
Posted By Dardeer
for loop problems
I have a script that loops through a list of users to list files owned by these users


for u is `cat users.list`
do
echo $u >> result.out
find /home -user $u >> result.out
find /var -user $u...
Forum: AIX 07-12-2011
7,332
Posted By Dardeer
OK, so I used the open IP from the HMC. and there...
OK, so I used the open IP from the HMC. and there is no need to connect the remote server to the HMC switch, since the HMC can use its open/public IP to connect to managed system. everything is...
Forum: AIX 06-28-2011
7,332
Posted By Dardeer
Yes I'm talking about remote HMC (second option)....
Yes I'm talking about remote HMC (second option). I can already connect to the HMC using a web browser. What I want now, is manage servers in remote locations
Forum: AIX 06-27-2011
7,332
Posted By Dardeer
Connect HMC to remote servers
I'm trying to connect a few servers in different remote locations to my HMC. I added static IPs to the Service Processor through ASM, and did all the necessary network configurations, then connected...
Forum: AIX 09-27-2009
5,253
Posted By Dardeer
Thanks dukessd I can see that the...
Thanks dukessd

I can see that the /var/adm/ras/errlog is not empty. But running strings /var/adm/ras/errlog doesn't really generate any useful information. Even with the -a option. I guess I'll...
Forum: AIX 09-26-2009
5,253
Posted By Dardeer
Re-Generate error report
Hi
Is there a way to re-generate AIX error report after clearing it? I mean if I did errclear 0, Does the error log get erased? Is there a command that will get entries back in errpt?

I hope that...
Forum: AIX 04-21-2009
5,535
Posted By Dardeer
AIX 5 Means its from the 5th series (either 5.1,...
AIX 5 Means its from the 5th series (either 5.1, 5.2, or 5.3). The L is to show IBM's strong affinity with Linux. ML3 means its Maintenance Level 3. Think of ML as windows' Service Pack
35,408
Posted By Dardeer
#!/bin/ksh # ...
#!/bin/ksh
#
MAIN_DIR=/tmp/belgacom_sf_messages
find ${MAIN_DIR} -name *.wav -mtime -3 > FILE_LIST
tar -cvf archive1.tar -L FILE_LIST
gzip archive1.tar
for x in ${FILE_LIST}
rm $x
done
rm...
Forum: AIX 03-23-2009
2,331
Posted By Dardeer
Integrate ML with AIX Installation CDs
In windows, there is a software that can help integrate some fixes or files into installtion media ( I think the software is called nLight or something). For example, if you want to include some SATA...
Forum: AIX 12-17-2008
13,167
Posted By Dardeer
you can use the 'setclock' command lets say...
you can use the 'setclock' command

lets say you have five servers. you can put an entry in the crontab file of four of them with the command setclock serverAThis way, all the servers will have the...
Forum: AIX 08-18-2008
6,935
Posted By Dardeer
Also another cool command is lppchk -v. This will...
Also another cool command is lppchk -v. This will tell you what fileset(s) are causing the inconsistency. Is any results appear, you have to install that fileset so yo can be at the proper TL.
...
Showing results 1 to 14 of 14

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