Search Results

Search: Posts Made By: hercu
Forum: Solaris 08-03-2008
26,575
Posted By hercu
Add package for mut first. The command should be...
Add package for mut first. The command should be something like this:

$ mutt -s "your mail" -a /tmp/your_file.tar.gz herc@telus.com < /tmp/mymail_message.txt
Where,

herc@telus.com - is the...
Forum: Solaris 08-03-2008
26,575
Posted By hercu
Try using 'mut' to send attachments.
Try using 'mut' to send attachments.
Forum: Solaris 05-28-2008
15,781
Posted By hercu
Try this and get back with the results: ...
Try this and get back with the results:

route add -host 10.31.251.47 10.31.251.0

otherwise:

route add net 10.31.251.47 10.31.251.0

Good luck ;)
Forum: Solaris 05-28-2008
40,511
Posted By hercu
pkgchk -l -p <pkg_name> is your best bet!
pkgchk -l -p <pkg_name> is your best bet!
Forum: Solaris 05-28-2008
10,068
Posted By hercu
okay, did you change permissions of the new...
okay, did you change permissions of the new folder? somthing like:

chmod 1777 /export/home/tmp
export TMPDIR=/export/home/tmp *or* setenv TMPDIR /export/home/tmp

Then try again:

pkgadd -d...
Forum: Solaris 05-28-2008
13,136
Posted By hercu
For GUI support, type admintool on command prompt...
For GUI support, type admintool on command prompt but Solaris 10 doesnot support admintool command.
Forum: Solaris 05-28-2008
5,825
Posted By hercu
cfgadm is another command that you may wanna use....
cfgadm is another command that you may wanna use. Do man cfgadm to find out more :)

Dont forget to run 'devfsadm -Cv' as this will update your device tree.

Good luck!
Forum: Solaris 05-28-2008
9,471
Posted By hercu
using pkgadd -d is no harm but if it were a patch...
using pkgadd -d is no harm but if it were a patch and you had used patchadd -d option, it wouldn't be easy to rollback/remove the patch.
Forum: High Performance Computing 05-28-2008
3,671
Posted By hercu
Since you are mentioning heartbeat, looks as if...
Since you are mentioning heartbeat, looks as if you are installing VCS... You can use any NIC and a Virtual IP will be assigned over that NIC. You can also select two NIC's for primary and secondary...
10,373
Posted By hercu
Dont know if this simple scripted command is...
Dont know if this simple scripted command is going to help, but here it is:

After fixing a broken SVM mirror on a sun box, we throw this command to give us the sync-status of the two sub mirrors:...
27,390
Posted By hercu
hope you know when you ssh / telnet / rlogin as a...
hope you know when you ssh / telnet / rlogin as a specific user to a box, you are taken to that particular users home directory. In your case, you were taken to your home directory in the remore box...
2,622
Posted By hercu
For grepping all lines starting with "d", do ...
For grepping all lines starting with "d", do

grep "^d" <filename> (enter)

If you want to look for all the directories at a specific location, you may do:

ls -l |grep "^d"

just giving you...
2,622
Posted By hercu
Google is a good friend - try searching for "grep...
Google is a good friend - try searching for "grep tutorial" and see what do you like most. Try this:

http://www.uccs.edu/~ahitchco/grep/

goodluck ;)
Forum: Solaris 05-22-2008
50,045
Posted By hercu
Pls make sure that you are using a space between...
Pls make sure that you are using a space between {} and \;

Since you are dealing with special characters again - basically trying to look for all *.log.* files, you need to either use a \ or...
Forum: Solaris 05-22-2008
4,937
Posted By hercu
hi
'incredible' is right! You need to check the largest files... if they are core dumps or log files (thats what populat /var most of the times), just compress the older ones.

df -h (use -k for...
178,609
Posted By hercu
anytime! you can also use cut comamnd to get...
anytime!

you can also use cut comamnd to get the same reuklt. I guess the command would be:

cat unit | cut -d"|" -f0

Cheers
Forum: Solaris 05-21-2008
2,643
Posted By hercu
nexttiem, never panic! Just ask anyone from your...
nexttiem, never panic! Just ask anyone from your team or inform your team lead / manager. Not knowing something wont hurt your job...its your response that could impact your job. The faster yoru...
Forum: Solaris 05-21-2008
2,214
Posted By hercu
Contacting Oracle support or their website...
Contacting Oracle support or their website www.meta~ is your best bet.
Forum: Solaris 05-21-2008
4,937
Posted By hercu
Please disable audit service within /var/audit...
Please disable audit service within /var/audit directory.

It would probably hog up all of /var if it isn't disabled intime. Check with your team members who activated audit service on that box and...
Forum: Solaris 05-21-2008
1,907
Posted By hercu
goto /etc/syslog.conf file and vi that... you...
goto /etc/syslog.conf file and vi that... you would get examples within the file on how to set that up from each client.

Also, look into log rotation - you may want to set that up as well.
Forum: Solaris 05-21-2008
7,849
Posted By hercu
I have sued both! The trick is to use...
I have sued both! The trick is to use 'metareplace' in case the entire disk goes bad!! That is faster and works okay

If only some slices are bad, then you need to follow the 'tedious' procedure...
Forum: Solaris 05-21-2008
4,252
Posted By hercu
Oops! Looks like someone prevously installed a...
Oops! Looks like someone prevously installed a patch with '-d' option that this patch cluster is trying to modify/remove!!

Once a patch is installed with '-d' option there is no rollback... talk...
Forum: Solaris 05-21-2008
2,903
Posted By hercu
Actually, the best way is to do as told by...
Actually, the best way is to do as told by DukeNuke2 :D
Forum: Solaris 05-21-2008
2,903
Posted By hercu
The best way is to go with the command ' boot...
The best way is to go with the command ' boot cdrom'

Long way:

step 1:
set boot-device cdrom disk

Step 2:
(insert disk 1 of solaris whatever version)

Step 3:
boot
178,609
Posted By hercu
I think this should work: cat unix | awk...
I think this should work:

cat unix | awk -F\| '{print $1}'

..... reason is "|" being an alpha numeric character (like *,?,%,^,$) would require a "\" before that to tell the Kernel to not use...
Showing results 1 to 25 of 26

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